html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	
}

table{
	font-family:Verdana, sans-serif;
	font-size:11px;
}

#main{
	width:100%;
	font-family:Verdana, sans-serif;
	font-size:11px;
}



#left{
	width:150px !important;
}

#right{
	width:100%;
	margin-left:150px;
}

.stitle {
	padding-left: 40px;
	font: bold 18px Georgia;
	color: #e8eef1;
	height:82px;
	background:#fff;
	border-bottom : solid 1px  #ccc;
}
.stitle a{
	font: bold 11px Verdana;
	color:#999999;
}


#left{
	border-right:1px solid #ccc;
	background:#efefef;
}

#left ol{
	width:220px;
	list-style:none;
	padding:0px;
	margin:0px;
}

#left ol li{
	width:100%;
	margin:0px;
	padding:0px;
}

#left ol li a{
	display:block;
	padding:5px 10px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: 600;
	color: #3B565F;
	text-decoration: none;
}

#left ol li a:hover{
	background: #3B565F;
	color: #EDEFE0;
}

#left ol li.spacer{
	background: #B5CCDF;
	color: #EDEFE0;
}

#right{
	margin:0px;
	padding:0px;
}

#header{
	background: #fef4db;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #CCC;
}

#header ol{
	list-stye:none;
	padding:0px;
	margin:0px;
}

#header ol li{
	display:inline;
	margin:2px;
	padding:0px;
}

#header ol li a{
	border: 1px solid #405d6e;
	padding:2px 10px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

#header ol li a:hover{
	background: #405d6e;
	color: #fff;
}

#active {
	background: #405d6e;
	color: #fff;
}

a{
	color:#000;
}


h1{
	font-size:16px;
	color: #4c5860;
}

#content{
	padding:5px 15px;
}

#content a{
	color:#4cac00;
	text-decoration:none;
}

table.list{
	width:100%;
	border: 1px solid #c4c4c4;
	border-left: none;
	border-right: none;
	line-height :20px;
	margin:5px 0px;
	padding:2px;
	border-collapse: collapse; 
	font-size:11px;
}

table.list th{
    padding-left:4px;
	background: #B5CCDF;
	text-align:left;
	border-bottom: 1px solid #666;
}

table.list td{
    padding-left:4px;
}

table.list th a{
	/*color:#008510;*/
}

table.list td a {
   
    color:#666;
  
    text-decoration:none;
}
table.list td a:hover	{
	color:#666;
	text-decoration:underline;
}
		
table.form{
	margin:5px 0px;
}

table.form th{
	background: #d0d0d0;
	text-align:left;
}

table.form th a{
	/*color:#008510;*/
}

.par td{
	background: #f0f0f0;
}

.par:hover td{
	background: #D1DBDF;
}

.impar:hover td{
	background: #D1DBDF;
}


a.active{
	color: #008510;
	font-weight:bold;
}

.text{
	border:1px solid #cfcfcf;
	color: #333;
	font: 11px arial, sans-serif;
}

.submit, .delete{
	font: bold 11px arial, sans-serif;
	height:18px;
	padding-bottom:2px;
}

.submit{
	border:1px solid #999999;
	color: #ffffff;
	background:#700000;
}

.delete{
	border:1px solid #999;
	color: #333;
	background:red;
}

div.row{
	clear:both;
}

div.column{
	float:left;
	width: 300px;
	padding-right: 10px;
}

div.column1{
	float:left;
	width: 180px;
}

div.column2{
	float:left;
	width: 420px;
}

div.column3{
float:left;
}


div.related a{
	color:#008510 !important;
	font-weight: bold;
}

.small{
	color:#4c5860;
	display:block;
	padding-bottom:3px;
}

dl.form{
	margin:0px;
	padding:0px;
}

dt{
	font-weight:bold;
}

dd{
	margin:10px 0px 10px 15px;
}

.r{
	text-align:right;
}

.l{
	text-align:left;
}

.input_nr{
    width: 50px
}

.input_nr1{
    width: 20px
}

.tiny1{
	width:300px;
	height:28px;
}

ul.related{
	list-style:none outside none;
}

ul.related 	li{
	margin:0px 5px;
	padding:0px;
	display:inline;
}

h3{
	font: bold 14px arial;
	margin:10px 15px 0px 0px;
	padding: 2px;
	color: #000;
	background:#f0f0f0;
	border: 1px solid #cfcfcf;
}

hr{
	height: 1px;
	color: #1B2F3F;
	background-color: #1B2F3F;
}

.bold{
	font-weight:bold;
}

.edit{
	cursor: pointer;
}

.box{
	border:1px solid #CCCCCC;
	border-top: none;
	margin-right: 15px;
	padding: 5px;
	text-align: justify;
}

.search{
	text-align:right;
}

div.row, div.clear{
	clear:both;
}

div.col{
	float:left;
	width:350px;
}

div.graph_sample{
	height:20px;
	width:80px;
	display:block;
	text-align:center;
	color:white;
}
a img{
	border:0px;
}

.error{
	background: #CC0000;
	color:#ffffff;
	font-weight: bold;
	margin-bottom: 0.10em;
	text-align:center;
	font-size:11px;
	padding:6px;
}


.success{
	background: #C3D9FF;
	color:#2F7F51;
	font-weight: bold;
	margin-bottom: 0.10em;
	text-align:center;
	font-size:11px;
	padding:6px;
}

.success a{
	color:#000 !important;
	font-weight: bold;
	text-align:center;
}

#appear-message{
	padding-top:5px;
}

.rounded_ul { 
	background: url(../images/ul.gif) no-repeat top left;
}

.rounded_ur { 
	background: url(../images/ur.gif) no-repeat top right;
}

.rounded_ll { 
	background: url(../images/ll.gif) no-repeat bottom left;
}

.rounded_lr { 
	background: url(../images/lr.gif) no-repeat bottom right;
}

.bubble { 
	padding: 4px;
}


.top_box{
	width:100%;
	border : solid 1px #999999;
	font-size:11px;
}

table.top_box th{
	background: #B5CCDF;
	text-align:center;
	border-bottom: 1px solid #666;
}

table.pager{
 font-size:11px;
}

table.pager span.pagecurrent{
 font-weight:bold;
 color:red;
}

.brand{
font-size:11px;
}

.scroll{
	width:200px;
	height:100px;
	border:1px solid #ccc;
	overflow:scroll;
}

.list{
	
}

.list th{
	background:#ccc;
	font-weight:bold;
}

.utm_show_source{
	text-decoration:underline;
	font-weight:700;
	cursor: pointer;
	cursor: hand;
}

.utm_holder{
	border:solid 1px #666666;
	background-color:#B5CCDF;
	margin-top:10px;
	padding:4px;
	text-align:left;
	width:400px;
}

.utm_close{
	padding:0;
	text-align:center;
	color:red;
	cursor: pointer;
	cursor: hand; 
	font-weight:bold;
	width:40px;
	text-decoration:underline;

}
.medium_text
{
font-size: 14px;
}
.caution{
color:red;
margin-left:30px;
font-size:10px;
}
.sp
{
clear:both;
height:7px;
}
#sf{
display:none;
color:red;
font-size:10px;
}

#blinker{
font-weight:bold;
margin-bottom:10px;
}
.b_red{
color:red;
}
#percent_loaded
{
font-size: 14px;
color: green;
font-weight: bold;
}
#check_results{
display:none;
}