html,body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background: #ffffff;
	color:#000000;
	font:12px arial, sans-serif;
}

#logo{
	height:53px;
}

#menu{
	background:#000;
	color:#fff;
	padding:2px;
	text-align:center;
	border-bottom:2px solid #fff;
}


#menu td{
	padding: 2px 5px 0px 5px;
	font-weight:bold;
}

#menu a{
	display:block;
	height:18px;
	color: #fff;
	text-decoration:none;
}
#page_title{
	display:none;
	background: #999999;
	height: 18px;
	color: #000;
	font: bold 14px arial, sans-serif;
	color:#fff;
	padding:5px 0px 0px 10px;
}

#centerTable{
	width:100%;
	background:#8A8A8F url(../images/midgrad.gif) top left repeat-x;
}

#left{
	width:150px;
	padding: 20px 20px;
}

#left a{
	display:block;
	font-size: 11px;
	margin-bottom:5px;
	color:#000;
	text-decoration:none;
}

#left a img{
	border-width:0px;
}

#content{
	padding: 10px 10px 30px 15px;
	color: #ECE9D8;
}

#footer{
	text-align: center;
	color:#fff;
	background:#000;
	border-top: 2px solid #000;
	font-style: italic;
	padding:3px;
}

h4{
	font:bold 14px arial,sans-serif;
}

.error{
	font-weight:bold;
	color: #EF3B4B;
	border: 2px solid #ffafb6;
}
.success{
	font-weight:bold;
	color: blue;
}

}
.resultok{
	color: black;
}

.success, .error{
	width:400px;
	margin:20px auto;
	text-align:center;
	font-size: 14px;
	padding:5px;
}

dt{font-weight:bold;margin-top:10px}
input.text, textarea.text, select.text{
	border-width:1px;
}

div.row{
	clear:both;
}

div.column{
	float:left;
	width:255px;
}

div.column2{
	float:left;
	width:400px;
	margin-left:10px;
}

div.column3{
	float:left;
	width:315px;
}

table.list{
	border: 1px solid #999;
	margin:5px 0px;
	color:#000;
}

table.list th{
	background: #d0d0d0;
	text-align:left;
	padding:2px;
	font-size:13px;
}

table.list a{
	color:#000;
}

table.list th a{
	color:#008510;
}

.par td{
	background: #f0f0f0;
}
.impar td{
	background: #ffffff;
}

#nav{
	display:none;
	font-weight:bold;
	margin-bottom: 10px;
	color: #333;
}

#nav a{
	color: #ED1C24;
}

a{
	color:#ECE9D8;
}
a.dark{
	color:#000000;
	text-decoration: none;
}

ul.related{
	list-style:none outside none;
	font-weight:bold;
}

ul.related 	li{
	margin:0px 5px;
	padding:0px;
	display:inline;
}

.overflow_list{
	width: 400px;
	height:200px;
	overflow: auto;
}

.overflow_list table
{
	border-width: 1px 1px 0px 0px;
	border-style:solid;
	border-color:#ccc;
	background: #fff;
}

.overflow_list td{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#addresses_result{
	height:100px;
	width: 200px;
	overflow:auto;
	background:#fff;
}

#addresses_result ul{
	list-style:square inside url(../soap/images/house.gif);
	padding:0px;
	margin:5px 0px 5px 10px;
}

#addresses_result li{
	margin:0px;
	padding:0px;		
}

TD.lightbox {
  font-size: 10px;
  background : #F2F4F7;
  border : thin solid #C7C7C7;
  padding-left : 3px;
  padding-right : 3px;
  max-height : 20px;
}


.small_select {
	width : 85px;
}

.dark_text{
	color: Black;
}

.dark_text_sm{
	color: Black;
     font: 9px; 
}
.light_text_sm{
	color: #ffffff;
     font: 9px; 
}

