/* ***************************************************************
* Orca Ringmaker v2.0a
*  A comprehensive web ring creation and managment script
* Copyright (C) 2004 Guiante.com.br Todos os direitos Reservados
*
* This program may be distributed under the terms of the GPL
*   - http://www.gnu.org/licenses/gpl.txt
* 
* See the readme.txt file for installation instructions.
*************************************************************** */

/* ***** Main ************************************************* */
/* color for links */
A:LINK, A:ACTIVE {
	TEXT-DECORATION: NONE;
	font-weight: bold;
	COLOR: #0000FF;
	FONT-SIZE: 10pt;
			
}
A:VISITED, {
	TEXT-DECORATION: NONE;
	font-weight: bold;
	COLOR: #000080;
	FONT-SIZE: 10pt;
			
}
/* hover color for links (Somente Internet Explorer) */
A:HOVER {
	COLOR: #FF0000;
	TEXT-DECORATION: UNDERLINE;
	FONT-SIZE: 10pt;

}



small {
	
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10pt;
}
#guia_main {
  text-align:center;
}
#guia_main .guia_warn {
  color:#ff0000;
}
#guia_main form {
  margin:0px;
}
#guia_main img {
  border-width:0px;
}
#guia_main #guia_content {
  margin-right:19ex;
}
#guia_main .guia_drow {
  color:#000000;
  background-color:#dddddd;
}
#guia_main textarea.guia_tasans {
  font:normal 95% Arial, sans-serif;
}
#guia_main textarea.guia_tacode {
  text-align:left;
  font-size:95%;
}
#guia_main select {
  font-size:95%;
}


/* ***** Control Panel **************************************** */
#guia_control {
  float:right;
  width:17ex;
  border:2px outset #dddddd;
  position:relative;
}
#guia_control h3 {
  margin:0px;
  padding:3px;
  color:#000000;
  background-color: #dddddd;
  font-weight:normal;
}
#guia_control .guia_cbox {
  font-size:80%;
  padding:3px;
  border-top:1px dashed #bbbbbb;
  text-align:left;
}
#guia_control .guia_cent {
  text-align:center;
}
#guia_control .guia_announcement {
  text-align:center;
}
#guia_control .guia_cbox ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
  text-align:left;
}
#guia_control .guia_cbox table {
  font-size:100%;
  width:100%;
}
#guia_control .guia_cbox table tr th {
  text-align:right;
  padding:0px 3px 0px 0px;
}
#guia_control .guia_cbox table tr td {
  text-align:right;
  padding:0px 3px 0px 0px;
}
#guia_control .guia_cbox form {
  margin:0px;
  text-align:right;
}
#guia_control .guia_cbox form label {
  display:block;
  margin-bottom:3px;
}


/* ***** Success/Error Messages ******************************* */
#guia_notify {
  list-style-type:none;
  padding:0px;
  margin:5px;
}


/* ***** Default Control Box Layout *************************** */
.guia_box {
  font-size:90%;
  border:2px outset #dddddd;
  margin:0px auto 1em auto;
}
.guia_box thead tr th {
  padding:3px;
  font-size:130%;
  color:#000000;
  background-color: #dddddd;
  text-align:left;
  font-style:normal;
  font-weight:normal;
}
.guia_box thead tr th input {
  font-size:80% !important;
  float:right;
}
.guia_box tbody tr td {
  padding:2px;
  text-align:right;
}
.guia_box tbody tr td label {
  float:left;
  display:block;
  font-weight:bold;
  padding-right:1em;
}
.guia_box tbody tr td ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
.guia_box tbody tr td h4 {
  font-size:175%;
  margin:5px;
  text-align:center;
}
.guia_box tbody tr td p {
  margin:3px;
  text-align:center;
}
.guia_box tbody tr td ul label {
  float:none;
  display:inline;
  padding:0px;
}
.guia_box tbody tr td div label {
  float:none;
  display:inline;
  padding:0px;
}


/* ***** Default Statistics Table Layout ********************** */
.guia_table {
  font-size:90%;
  border:2px outset #dddddd;
  margin:0px auto 1em auto;
}
.guia_table thead tr th {
  font-style:italic;
  text-align:left;
}
.guia_table thead tr th.guia_ttitle {
  padding:3px;
  font-size:130%;
  color:#000000;
  background-color: #dddddd;
  text-align:left;
  font-style:normal;
  font-weight:normal;
}
.guia_table thead tr th.guia_ttitle input, .guia_table thead tr th.guia_ttitle select {
  font-size:80% !important;
  float:right;
}
.guia_table thead tr th.guia_scol {
  color:inherit;
  background-color:transparent;
  border:3px solid #ffffff;
  cursor:pointer;
  cursor:hand;
}
.guia_table thead tr th.guia_scol_on {
  color:#000000;
  background-color:#dddddd;
  border:3px inset #dddddd;
  cursor:pointer;
  cursor:hand;
}
.guia_table thead tr td {   /* ***** NEW FOR v2.3 ***** */
  color:#000000;
  background-color: #dddddd;
  border-top:1px dashed #808080;
  font-weight:bold;
  text-align:left;
  font-size:90%;
}
.guia_table tbody tr th {
  font-style:normal;
  text-align:left;
  padding-right:3em;
  white-space:nowrap;
  font-weight:normal;
}
.guia_table tbody tr td {
  text-align:center;
}
#ring_list {
  clear:both;
}

/* ***** Statistics Deep Magic ******************************** */
.guia_graph {
  margin:5px auto;
  border-top:1px dashed #bbbbbb;
  font-size:100%;
}
.guia_graph tr.guia_chartrow th {
  vertical-align:top;
  font-size:90%;
  width:4ex;
  padding:0px !important;
}
.guia_graph tr.guia_chartrow td {
  vertical-align:bottom;
  padding-left:1px;
  height:100px;
}
.guia_graph tr.guia_chartrow td.guia_sb {
  padding-left:0px;
  border-left:1px dotted #bbbbbb;
}
.guia_graph tr.guia_chartrow td div {
  color:#000000;
  background-color:#dddddd;
  overflow:hidden;
  cursor:crosshair;
}
.guia_graph tr.guia_chartrow td div.guia_gmax {
  color:#000000;
  background-color:#ff0000;
}
.guia_gbase td {
  border-top:1px dotted #bbbbbb;
  font-size:90%;
  padding:1px 2px;
}
.guia_graph tr.guia_gbase td.guia_gbl {
  text-align:left;
  border-left:1px dotted #bbbbbb;
}
.guia_graph tr.guia_gbase td.guia_gbr {
  text-align:right;
  border-right:1px dotted #bbbbbb;
}


/* ***** Site Listings **************************************** */
#guia_site {
  list-style-type:none;
  padding:0px;
  margin:0px;
}
#guia_site li {
  text-align:left;
  margin-bottom:1ex;
  border-left:2px solid #bbbbbb;
  border-top:2px solid #dddddd;
}
#guia_site li h2 {
  font-size:100%;
  display:inline;
  padding:3px;
}
#guia_site li p {
  margin:0px;
  padding:3px;
  font-size:70%;
}
#guia_site li.guia_hr {
  text-align:center;
  margin:0.5ex;
  border:0px none transparent;
}
#guia_site li.guia_hr hr {
  width:30%;
}


/* ***** Rings Help *************************************** */
#guia_help {
  text-align:left;
}
#guia_help h2 {
  text-align:center;
}
#guia_help h3 {
  margin:1em 4px 4px 0px;
  padding-left:0.5em;
  border-left:0.5em solid #bbbbbb;
  border-bottom:1px solid #bbbbbb;
}
#guia_help p {
  margin:5px 0px;
}


/* ***** Footer Items ***************************************** */
#guia_pagin {
  margin:0px 5% 10px 5%;
  font-size:90%;
  text-align:center;
}
#guia_pagin_prev {
  float:left;
  text-align:right;
  white-space:nowrap;
}
#guia_pagin_page {
  margin:0px 6em;
  text-align:center;
}
#guia_pagin_next {
  float:right;
  text-align:left;
  white-space:nowrap;
}