@charset "UTF-8";
/* CSS Document */

/************************ Body ************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-repeat:repeat-y;
	
	
}

.text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;

}
.leftmenu{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#b6b4b4;

}
.leftmenu a:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:5c5a5a;

}
.leftmenu a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#5c5a5a;

}
.leftmenu a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#5c5a5a;

}
.leftmenu a:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#5c5a5a;

}



.white_text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;

}
.B2BButton {
	BORDER-RIGHT: #015a55 1px solid;
	BORDER-BOTTOM: #015a55 1px solid;
	BORDER-TOP: #007f78 1px solid;
	BORDER-LEFT: #007f78 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	background-image: url(/admin/images/bg_button.jpg);
	background-repeat: repeat-x;
	cursor: hand;
}
.B2BTextbox, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-right: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #C3C3C3 1px solid;
	border-left: #C3C3C3 1px solid;
}
.sub_bar{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:007f78;
	height:23px;

}
.sub_bar_title{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#e5e5e5;
	height:23px;

}
.small_text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333333;
	

}

