/* General Style Info */
html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0;
	padding: 0;
}

body, td, th, input, select, textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
}

input.input_require, textarea.input_require{
	border:1px solid #f00;
}
input.checkbox{
	border:none;
}
a, a:visited {
	color:#0B55C4;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

input, select, textarea{
	border:solid 1px #cccccc;
}

img {
	border: none;
}
.clear{
	clear:both;
}
.clearLeft{
	clear:left;
}
.clearRight{
	clear:right;
}
.error-message{
	color:#FF0000;
	font-weight:bold;
}
/* header */
#header{
	background-color:#000000;
	border-bottom:5px solid #30559C;
	height:34px;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	padding-left: 15px;
	padding-top: 6px;
}

/* login */
#loginLogo{
	background: url(../img/backend/login.png) 10px 10px no-repeat;
	float:left;
	width:110px;
	height:100px;
}
/* message */
.messageError{
	
	border:1px solid #FF0000;
	color:#FF0000;
	font-size:13px;
	font-weight:bold;
	margin:0 50px;	
	padding:2px;	
}
.messageNone{
	
	border:1px solid #fff;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	margin:0 50px;	
	padding:2px;	
}
.messageMessage{
	
	border:1px solid #0000FF;
	color:#0000FF;
	font-size:13px;
	font-weight:bold;
	margin:0 50px;
	padding:2px;
	
}
/* menu */
#mainMenu{
	background:#F1F3F5 none repeat scroll 0 0;
	border-bottom:1px solid #D5D5D5;
	height:22px;
	padding-left:5px;
}
/* fieldset */
fieldset{

	border:1px solid #d1d1d1;
	padding:10px;
	width:auto;
	margin:10px;
}
fieldset legend{
	border: 1px solid #d1d1d1;
	padding: 5px;
	color:#BF3313;
	font-weight:bold;
}

fieldset.sub {
	margin-bottom: 10px;
	border: 1px #ccc solid;
	padding: 5px;
	text-align: left;
	color:#666;
	font-weight:bold;
}


legend.sub {
	color: #0B55C4;
	font-size: 12px;
	font-weight: bold;
	border:none;
}
/*======== table list============ */
fieldset table.list{
	
	border-collapse:collapse;
	width:100%;
}
fieldset table.list th{
	border-bottom:3px solid #30559C;
	padding:4px;
	cursor:pointer;
	height:28px;
}
fieldset table.list td{
	border-bottom:1px solid #EEEEEE;
}
fieldset .row1{
	background-color:#FFFFFF;
}

fieldset .row2{
	background-color:#F9F9F9;
}
tr.highlight{
	background-color:#ebf1fc;
}
/*======== table toolbar============ */
.button {
	float:left;
	color:#666666;
	height:38px;
	padding:1px 1px 1px 4px;
	text-align:center;
}
.button span {
	display:block;
	float:none;
	height:32px;
	margin:0 auto;
	width:32px;
}
.button a:hover {
	border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#0B55C4;
	text-decoration:none;
}
.button a {
	border:1px solid #FBFBFB;
	cursor:pointer;
	display:block;
	float:left;
	padding:1px;
	white-space:nowrap;
	}
/*======== table form============ */
table.form tr{
	height:30px;
}

table.form td.label{
	background-color:#F6F6F6;
	border-bottom:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	color:#666666;
	font-weight:bold;
	text-align:right;
}

/*======== paging============ */
.pagination span{
	padding:4px;
}
/*======== loading============ */
#loading{
	position:absolute;
	} 

#cover{
	position:absolute;
	width:479px;
	height:300px;
	/* background-color:#74B842; */
	
	
	
	} 

#imgcover{
	border:solid 2px #74B842;
	padding-top:10px;
	position:absolute;
	padding-left:20px;
	margin:0px 0 0 150px;
	width:150px;
	height:25px;
	z-index:800;
	background-color:#fff;
}
