body {padding:0;
	margin: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #171717;
	background: url('images/back.png');
}

#index img {border: 1px solid #6DA2BD;
	display: block;
	margin: 10px auto 30px auto;
	padding: 10px 30px;
	background: url('images/back.png');
	opacity: .4;}

#index img:hover {opacity: 1;}

.hellodiv {
 text-align: center;
 margin-top: 170px;
 margin-bottom: 170px;

}

.footer {
 background-color: white;  
 width: 790px; 
 margin: auto;
 margin-top: 10px;
 border: 1px solid #6DA2BD;
 margin-bottom: 30px;
 height: 50px;
}

.con {
 padding: 10px;
}

.margin_l_10 {
 margin-left: 10px;
}

.all {
	background-color: white;
	width: 790px;
 margin: auto;	
 margin-top: 10px;
	border: 1px solid #6DA2BD;
}

.aboveheader {
 width: 790px; 
 text-align: right;
 background-color: white;  
 margin: auto;
 margin-top: 0px; 
 border: 1px solid #6DA2BD;
 border-top: 0px;
}

.aboveheader a {
 margin: 10px;
 border: 0px;
}

.header {
 width: 790px; 
 height: 70px; 
 background-color: white;  
 margin: auto;
 margin-top: 30px; 
 border: 1px solid #6DA2BD;
}

.header .logo
{
 display: block;
 margin-top: 10px;
 margin-left: 10px;
 width: 201px;
 height: 52px;    
 background: url('images/logo.jpg') repeat-x #fff ; 
}

.logo a
{
 display: block;
 border: 0px;
 width: 211px;
 height: 52px;    
}

.content {
 width: 590px;
}


.panel {
 float: right;
 width: 180px;
 clear: both;
 background-color: #fff;
 border-left: 1px solid #6DA2BD;
 border-bottom: 1px solid #6DA2BD; 
}

.panel a {
 color: #4D92AD;
 display: block;
 margin: 20px;
 border: 0px;
} 

.panel a:hover {
 color: #161982;
 display: block;
 margin-left: 22px;
 border: 0px;
} 




h1 {
 display: block;
 border-bottom: 1px dotted #6DA2BD;
 margin: 3px;
 padding-left: 10px;
 color: #4D829D;
 font-size: 16px;
 margin-top: 10px;
}


.pointer {
 cursor: pointer;
}

.right_most {
 float: right;
 margin-right: 10px;
 text-align: right;
 width: 615px;
 margin-top: 27px;
 color: #476982;
} 

.right_most a {
 margin-left: 10px;
 color: #4D92AD;
 border: 0px;
} 

.right_most a:hover {
 color: #161982;
 border: 0px;
} 


.hidden {
display: none;
}

textarea, input, select {
background: #F9FFFF none repeat scroll 0%;
-moz-border-radius:3px;
border:1px solid #6DA2BD; 
color:#666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:1px;
padding:3px;
}



.all_waiting {
 background-color: #fff;
 display:none;
 opacity:0;
 filter: alpha(opacity=0);
 position:absolute;
 z-index: 20000;
} 


.close_button {
 position: absolute;
 top: 5px;
 right: 5px;
 cursor: pointer;
 font-weight: bolder;
 font-size: 14px;

}

.login_form {
 background-color: #F2FBFF;
 display:none; 
 position:absolute;
 z-index: 20002;
 border: 1px solid #6DA2BD;
 width: 300px;  
 height: 150px;                  
 padding: 10px;
 -moz-border-radius: 10px; 
} 

.alert {
 background-color: #F2FBFF;
 display:none; 
 position:absolute;
 z-index: 20003;
 border: 1px solid #6DA2BD;
 width: 300px;  
 height: 150px;                  
 padding: 10px;
 -moz-border-radius: 10px; 
} 

a {
 color: #0099ff;
 cursor: pointer;
 text-decoration: none;
}

a:hover {
 color: #161982;
 cursor: pointer;
 text-decoration: none;
 border-bottom: none;
}



.table_header {
border: 1px solid #6DA2BD;
 background: url('images/back.png');
padding: 5px;
text-align: center;
}

.table_cell {
border: 1px solid #6DA2BD;
padding: 5px;
text-align: left;
}

.table {
border: 1px solid #6DA2BD;
border-spacing: 0pt 0pt;
}



.message {
background-color: #eef;
padding: 10px;
margin: 10px;
color: #559;
}

