@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFF;
	font: 14px Cambria,Arial, sans-serif;
    color: #545454;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	 }
   
  
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
a:active {
	color: #069;
	text-decoration: none;
}

fieldset { 
 	color: #000000;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	margin: 0px 0 0px 0;
	padding:0 0px 0 0px;
	border: solid 2px #F1f1f1;
	box-shadow: 0 0 4px #AEDDE9;
 }
 
 legend
 {
	background-color: #808080;
	color: #FFFFFF;
	font-size:16px;
	line-height:25px;
	font-weight:bold;
	text-shadow:0 1px 2px rgba(0,0,0,0.75);
	padding:0 5px;
	margin:0;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	}

.maincell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #F1F9FF;
}

.maincell2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #CCC;
}

.ht {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #C4CC04;
	font-weight: bolder;
	padding: 1px;
	 
}

.mht {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #036;
	font-weight:bold;
	padding: 1px;
	 
}
.mht2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #036;
	font-weight:bold;
	padding: 1px;
	 
}


.mht2_black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	font-weight:bold;
	padding: 1px;
	 
}
.mht3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999;
	font-weight:bold;
	padding: 1px;
	 
}

.mht4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	font-weight:bold;
	padding: 1px;
	 
}

.mht5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
	font-weight:bold;
	padding: 1px;
	 
}

.white_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-weight:bold;
	padding: 1px;
	 
}


select
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bolder;
	color:#333;
	height:auto;
	
}

select.forsearch
{
   	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bolder;
	color: #333;
	height:auto;
	width:170px;
}

.SearchText 
{
  	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#FFF;
}


img
{
	border:0;
}


input.image_search
{
	width:78px;
	height:25px;
	margin:0px;
	border:none;
	padding:0px;
	cursor:pointer;
	background:   url(../../newimages/search_now.gif) no-repeat;
}

input.red_search
{
	width:75px;
	height:23px;
	margin:0px;
	border:none;
	padding:0px;
	cursor:pointer;
	background:   url(../../newimages/btn-search.gif) no-repeat;
}

input.image_go
{
	width:22px;
	height:19px;
	margin:0px;
	border:none;
	padding:0px;
	cursor:pointer;
	background:   url(../../newimages/gobtn.gif) no-repeat;
}


input.submit_in
{
	width:65px;
	height:27px;
	margin:0px;
	border:none;
	padding:0px;
	cursor:pointer;
	background:   url(../../newimages/submit.gif) no-repeat;
}


.slarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #036;
	font-weight:bold;
	padding: 1px;
	 
}
.small_gray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding: 1px;
	 
}

.sdes_gray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding: 1px;
	 
}
.pagi{
	font-size:10px;
	background-color: #F8F8F8;
	padding: 4px;
    border: 1px solid #CCC;
    color: #333;
    text-decoration: none;
    margin: 1px;
    display: block;
	float: right;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	
}

.pagi_d{
	font-size:12px;
    background-color: #CCC;
	padding: 4px;
 	font-weight:bolder;
    border: 1px solid #CCC;
    color: #000;
    text-decoration: none;
    margin: 1px;
    display: block;
	float: right;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	
}

.pagi a:hover{
	background-color: #CCC;
    color: #000;
    text-decoration: none;
	display: block;

}

.none_d{
	display:none;
}