/* --- red --*/

a:visited, a:link, .fontX{
	color: #DD0000;
	text-decoration: none;
}

/* --- white --- */

.linkA a:visited, .linkA a:link, .fontA{
	color: white;
	text-decoration: none;
}

/* --- gray --- */

.linkB a:visited, .linkB a:link, .fontB{
	color: #525250;
	text-decoration: none;
}

/* --- black --- */

.linkC a:visited, .linkC a:link, .fontC{
	color: black;
	text-decoration: none;
}

a:hover, .linkA a:hover, .linkB a:hover, .linkC a:hover{
	text-decoration: underline;
}

/* --- main --- */

html, body{
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
	text-align: center;
}

div{
	overflow: hidden;
	zoom: 1;
	text-align: left;
}

body, td, th, div, p, span, select, input, textarea{
	font-family: Verdana, "MS Sans Serif", Tahoma, Helvetica;
	font-size: 8pt;
	color: #333; /*black;*/
}

p{
	margin: 10px 0 10px 0;
}

img{
	border: 0;
}

ul{
	list-style-type: square;
	padding: 0;
	margin: 0 0 0 17px;
	/* margin-left: 17px; */
	text-align: left;
}

ol{
	text-align: left;
}

li{
	margin-top: 3px;
	margin-bottom: 3px;
}

hr{
    color: #D0D0D0;
    height: 1pt;
}

form{
	margin: 0;
}

input{
	margin: 0px;
	padding: 0px;
}

.square{
	width: 5px;
	height: 5px;
	background: #525250;
}

.border, .borderA{
	border: #A8A8A8 1px solid;
}

.notice, .noticeA{
	padding: 20px;
	text-align: center;
}

/* --- font --- */

.fontAR, .arrow{
	font-family: "MS Sans Serif", Tahoma, Helvetica;
    font-size: 8pt;
}

.fontHD, .head{
	font-size: 10pt;
}

.fontMN, .mini{
	font-size: 7pt;
}

.fontSC, .selected{
	color: gray;
}

.fontSA{
	/*color: #DCA814;*/
}

/* --- bg --- */

.bg, .bgA {
	background: #ededed;
}

/* --- center --- */

.center, .centerT{
	text-align: center;
}

.centerM{
	margin: 0 auto;
}

/* --- vertical --- */

.verticalM{
	vertical-align: middle;
}

/* --- input --- */

.inputA{
	width: 205px;
	color: white;
	border: white 1px solid;
	background: transparent;
}

/* --- margin --- */

.marginTA{
	margin-top: 5px;
}

.marginTB{
	margin-top: 15px;
}

/* --- table (table = tableA) --- */

.table, .tableA{
	width: 100%;
	margin: 0 auto;
}

.table, .tableA, .tableB, .tableC, .tableD{
    border-collapse: collapse;
    background-color: #ffffff;
}

.table td, .table th, .tableA td, .tableA th, .tableB td, .tableC th, .table03 td, .tableD th{
	text-align: left;
    padding: 5px;
}

.tableD td, .tableD th{
    padding: 0px;
}

.table td, .table th, .tableA td, .tableA th, .tableC td, .tableC th{
	border: #CCCCCC 1px solid;
}

.tableB td, .tableB th, .tableD td, .tableD th{
	border: 0px;
}

/* --- calendar --- */

.calendar{
	width: 100%;
}

.calendarM, .calendarH{ /*, .calendarM a:visited, .calendarM a:link{*/
	text-align: center;
	font-weight: bold;
	/*color: #297F7E;*/
}

.calendar td{
	border: #ededed 1px solid;
	padding: 2px;
	text-align: center;
	color: #999;
}



/* ---------- GMAPS CSS --------------------- */
#mainTitle {
 font-weight: bold;
 font-size: 16px;
 margin: 10px 0px;
}
ul.nav {
 margin: 5px 0px;
 padding: 5px;
 border: 1px solid #eee;
}
ul.nav li {
 display: inline;
 padding: 0px 15px;
}
ul.nav li  a{
 font-size: 12px;
}
/*===============================================*/
#mapBox {
  width: 700px;
  height: 600px;
  border: 1px solid black;
  background: gray;
  margin: 0 auto 0 auto;
  overflow: visible;
  float:left;
}
#mapBox div{
 overflow: visible;
}
#mapSimpleBox{
  width: 600px;
  height: 420px;
  border: 1px solid black;
  background: gray;
  margin: 0 auto 0 auto;
  overflow: visible;
  float:left;
}
#mapSimpleBox div{
 overflow: visible;
}
.marker_window{
 margin-right: 15px;
 padding: 7px;
 width: 360px;
 padding-bottom: 25px;
 background: url('../../../data/layout/window_box_bg.png') repeat-x;
 border: 1px solid #eee;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 border-radius: 6px;
}
.marker_title {
 padding-bottom: 2px;
 margin-bottom: 4px;
 border-bottom: 2px solid #1892D6;
}
#interfaceBox {
  width: 670px;
  clear: both;
  float: left;  
}
#legend{
 margin-top: 10px;
 background: url('../../../data/layout/legenda.jpg') no-repeat;
 width: 80px;
 height: 30px;
 float: left;
}
#mapSelect {
 float: right;
 margin-top: 15px;
 margin-right: 56px;
 color: #4C57B8;
 font-weight: bold;
}
#mapSelect form {
 float: left;
 margin-left: 5px; 
}
#mapSelect select {
 color: #4C57B8;
 width: 235px;
 background: #FFFFD7;
 border: 1px solid #538DBB;
}
#allLayers {
 width: 625px;
 aoverflow: auto;
 border: 1px solid #538DBB;
 margin: 10px 0 10px 0;
 padding: 10px;
 float: left;
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 border-radius: 7px;
 background: url('../../../data/layout/interface_box_bg.png') repeat-x bottom left;
}
.allLayersControl  {
 margin: 0 0 2px 0;
 padding: 0 0 7px 0;
 border-bottom: 1px dashed #ccc;
}
.allLayersControlCheckbox {
 float: left;
}
.allLayersControlButton {
 float: left;
 margin: 2px 0 0 0px;
}
.allLayersControlButton input {
 border: 0;
 background: white;
 cursor: pointer;
 color: #4C57B8;
 font-weight: bold;
}
.layerItem {
 width:610px;
 float:left;

}
.layerItemShort {
 width:600px;
}
.layerIcon {
 vertical-align: middle;
 border: 0px;
}
.lineItems {
 margin-left: 25px;
}
.lineItem {
 margin-bottom: 5px;
}
.lineItemColor {
 float: left;
 width: 35px;
 height: 15px;
 margin-top: 3px;
}
.lineItemDesc {
 margin-left: 42px;
}
.align_middle {
 vertical-align: middle;
}
.input_button {
 margin:0px;
 padding-left: 0px;
 color: #4C57B8;
 font-weight: bold;
 background: transparent;
 border: 0px;
 text-align: left;
 padding: 0px;
 cursor: pointer;
}
/* ---------- GMAPS CSS --------------------- */


