body {
	text-align:center; 
	background-color:#f5f6f8;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;	
}

#wrapper {
	text-align:left; 
	/*width:1019px;*/ 
	margin:0 auto;
} 

#wrapper {
	display:block;
	clear:both;
} 


#bottom{
	background-image:url(../images/BE_foot.jpg);
	background-repeat:no-repeat;
	height:36px;
	line-height:36px;
	margin-top:10px;
	width:1019px;
	clear:left;
	float:left;
}

.copy{
	float:left;
	clear:left;
	margin-left:15px;
	width:300px;
}

.smart{
	float:right;
	margin-right:15px;
}

a.bottom_link{
	text-decoration:none;
	color:#000000;
}

a.bottom_link:hover{
	color:#1353d7;
}

#header{
	background-color:#FFFFFF;
	width:1019px;
	height:125px;
}

#logo{
	margin-left:10px;
	width:230px;
	float:left;
	clear:left;
}

#username{
	float:right;
	margin-top:100px;
	font-weight:bold;
}

#box_top{
	background-image:url("../images/BE_boxtop.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:202px;
	line-height:24px;
	margin-top:10px;
}

.title{
	margin-left:10px;
	font-weight:bold;
}

#box_content{
	background-image:url("../images/BE_pixel.jpg");
	background-repeat:repeat-y;
	width:202px;
	padding-top:5px;
	padding-left:10px;
}

#box_bottom{
	background-image:url("../images/BE_boxfoot.jpg");
	background-repeat:no-repeat;
	width:202px;
	height:3px;
}

#left{
	float:left;
	width:215px;
}

#content{
	float:left;
	width:800px;
	margin-top:10px;
}

#message{
	width:800px;
	float:left;
}

#main{
	float:left;
	width:800px;
	overflow:hidden;
}

a.amenu{
	color:#000000;
	text-decoration:none;
	display:block;
	width:185px;
	margin-top:5px;
}

a.amenu:hover{
	color:#1353d7;
}

#breadcumb{
	background-image:url("../images/BE_content.jpg");
	float:left;
	width:800px;
	height:27px;
	line-height:27px;
}

.mbut{
	background:url("../images/button.gif");
	width:68px;
	border:0px;
	text-align:center;
}

.mbut_long{
	background:url("../images/butt_big.jpg");
	background-repeat:no-repeat;
	width:139px;
	border:0px;
	text-align:center;
}

a.amenulin{
	text-decoration:none;
	color:#000000;
	margin-left:10px;
	margin-right:10px;
	cursor:pointer;
}

a.amenulin:hover{
	color:#1353d7;
}

a.amenulin_sel, a.amenulin_sel:hover{
	color:#1353d7;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}

#tabel{
	clear:left;
	float:left;
}

.error_message {
	color: red;
	border: 1px solid #FF3333;
	background-color: #faebe7;
	background-image: url(../images/assets/err.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 25px;
	height:auto;
	clear:left;
	float:left;
	margin-top:3px;
	margin-bottom:3px;
	width:767px;
}

.success_message {
	color: #3D6611;
	border: 1px solid #446423;
	background-color: #EFF5EA;
	background-image: url(../images/assets/success_msg_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 5px;
	min-height:20px;
	height:auto;
	clear:left;
	float:left;
	margin-top:3px;
	margin-bottom:3px;
	width:767px;
}

.stCheckbox{
	float:none !important;
	line-height:14px !important;
}

.stDivCheckbox{
	float:left; 
	clear:left; 
	margin-bottom:5px;
	margin-left:180px;
}

.bTitle{
	padding-left:10px;
	font-size:12px;
	color:#0089CB;
}