@charset "utf-8";
/* CSS Document */


.brd {
	border: 1px solid #439bda;
}
.mhead {

	font-family:tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #F58426;
	text-decoration: none;

}
boder1 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #666666;
}
.body {

	font-family: tahoma;
	font-size: 11px;
	color: #4b5359;
	text-decoration: none;

}
.uppernav {

	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #f6821f;
	text-decoration:none;
	

}
.uppernav:hover { 

	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #f6821f;
	text-decoration:underline;
	}
.prod {

	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	

}
.prod:hover { 

	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
	
	

}
	
	
	
	
.footernav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;	
	

}
.footernav:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	
	
	

}
.leftnav {
	font-family: tahoma;
	font-size: 11px;
	color: #F6821F;
	text-decoration: none;
}
.leftnav:hover { 

	font-family: tahoma;
	font-size: 11px;
	color: #2E3192;
	text-decoration: none;
}
.heading {
	float: right;
	width: 200px;
	background: url(images/img05.gif) repeat-y;
}

.inputt {
	
	font-family:tahoma;
	font-size: 11px;
	color:#1C5CB6;
	text-decoration: none;
	border: 1px solid #1C5CB6;


}
.errormsg {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.link {

	font-family: tahoma;
	font-size: 11px;
	color: #424081;
	text-decoration: none;
}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #f6821f;
text-decoration: none; 
color: #f6821f;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
