@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background:#F9F9F9;
	position:relative;
	z-index:0;
}
body, div, ol, ul, li, a, form, span, p, h1, h2, h3, h4, h5, h6, * {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
}
:focus{
	/*outline:none;
	border:none;*/
	
}


/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner{   
        border:none;
		
} 


/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus{     
        outline : none; 
		
}



a{
	cursor:pointer;
	outline:none;
}
/*Login*/
.login_space {
	width:320px;
	margin:10% auto;
	position:relative;
}
.login_title {
	line-height:50px;
	min-height:50px;
	background:url(../../images/admin/login_icon.gif) no-repeat 0 2px;
	padding-left:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	color:#454545;
}
.login_content ,.layout_page{
	margin:10px 0 !important;
	padding:20px;
	background:#FFF;
	-moz-box-shadow: 0px 0px 15px #ccc;
	-webkit-box-shadow: 0px 0px 15px #ccc;
	box-shadow: 0px 0px 15px #ccc;
	-ms-box-shadow: 0px 0px 15px #ccc;
	-o-box-shadow: 0px 0px 15px #ccc;
	-khtml--box-shadow: 0px 0px 15px #ccc;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
    -0-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	position:relative;
}
.lbl_username, .lbl_password {
	display:block;
	color:#777777;
	padding-top:10px;
}

.txtbox{
	display:block;
	color:#777777;
}
.txt_username, .txt_password {
	width:277px;
	height:36px;
	line-height:36px;
	background:#FBFBFB;
	border:#e5e5e5 1px solid;
	color:#555555;
	font-size:18px;
}
.btn_speace {
	padding-top:20px;
}
.login_submit {
	border:none;
	float:right;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	background:url(../../images/admin/login_btn_bg.png) repeat-x 0 0;
	padding:5px 10px;
	cursor:pointer;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-ms-border-radius:12px;
    -0-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	
}
.login_submit:hover {
	opacity:.9;
}
.footer_space {
	color:#555;
	padding-left:5px;
	font-weight:bold;
	padding-bottom:20px;
}
.footer_space span {
	float:left;
	padding:0 5px;
	display:block;
	
}
.footer_space a {
	float:left;
	display:block;
	text-decoration:none;
	color:#1f698c;
}
.footer_space a:hover {
	opacity:.9;
}

.login_error{
	color:#cc0000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:0 0 5px 0;
	text-align:center;
}

.error{
	color:#cc0000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:0 0 5px 0;
	text-align:center;
}

/*Layout*/
.layout{
	width:1000px;
	margin:auto;
	position:relative;	
}

.company_logo{
	text-decoration:none;
	border:none;
	display:block;
	float:left;
}


.layout_header{
	width:auto;
	margin:auto;
	position:relative;
	
}

.layout_header_right{
	float:right;
	color:#555;
	font-weight:bold;
	padding-top:5px;
	position:relative;
	top:0px;
}

.layout_header_right a, .layout_header_right span{
	float:left;
}

.layout_header_right .username{
	color:#1f698c;
	text-decoration:none;
}


.layout_header_right .logout_link{
	color:#555;
	text-decoration:none;
}

.layout_header_right .logout_link:hover{
	
	text-decoration:underline;
}

.layout_header_right .start_stop,.layout_header_right .welcome{
	padding:0 5px;
}

.menu_space{
	width:198px;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
    -0-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:1px solid #e3e3e3;
	
}

.work_part{
	width:758px;
	float:left;
	min-height:250px;
}

.menu_item_space{
	width:100%;
	height:auto;
}

.menu_item_space .menu_parent{
	width:84%;
	padding-right:16%;
	background:url(../../images/admin/gray_white_arrow.png) no-repeat right 0;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #fff;
}

.menu_item_space .menu_parent:hover,.menu_active{
	background:url(../../images/admin/gray_white_arrow.png) no-repeat right -32px; 
}

.menu_active{
	background:url(../../images/admin/gray_white_arrow.png) no-repeat right -32px !important;	
}

.menu_item_space .first{
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
    -o-border-top-right-radius:10px;
    -khtml-border-top-right-radius:5px;
     border-top-right-radius:5px;
	 -moz-border-radius-topright:5px;
	 
	 -moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
    -o-border-top-left-radius:5px;
    -khtml-border-top-left-radius:5px;
     border-top-left-radius:5px;
	 -moz-border-radius-topleft:5px;
	 
}

.menu_item_space .last{
	
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
    -o-border-bottom-right-radius:10px;
    -khtml-border-bottom-right-radius:5px;
     border-bottom-right-radius:5px;
	 -moz-border-radius-bottomright:5px;
	 
	 -moz-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
    -o-border-bottom-left-radius:5px;
    -khtml-border-bottom-left-radius:5px;
     border-bottom-left-radius:5px;
	 -moz-border-radius-bottomleft:5px;
	 border-bottom:none;
	
}

.menu_item_space .menu{
	width:95%;
	height:30px;
	line-height:30px;
	padding-left:5%;
	background:url(../../images/admin/gray_white_bg.png) repeat-x 0 0;
	text-decoration:none;
	display:block;
	color:#21759b;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	
}




.menu_item{
	background-color:#fafafa;
	width:100%;
	display:none;
}

.menu_item .item{
	text-decoration:none;
	display:block;
	width:90%;
	line-height:30px;
	color:#777;
	padding:0 5% 0 5%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.menu_item .item:hover{
	background-color:#efefef;
}
.active_item{
	background-color:#e5e5e5;
}


.root_link_space{
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#555;
	width:98%;
	padding:0 0 0 2%;
}

.root_btn_space{
	text-align:right;
	width:100;
	font-weight:bold;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.root_btn{
	border:none;
	float:right;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	background:url(../../images/admin/login_btn_bg.png) repeat-x 0 0;
	padding:5px 10px;
	cursor:pointer;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-ms-border-radius:12px;
    -0-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	margin-right:10px;
}

.submit_btn{
	border:none;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	background:url(../../images/admin/login_btn_bg.png) repeat-x 0 0;
	padding:5px 10px;
	cursor:pointer;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-ms-border-radius:12px;
    -0-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	margin-right:10px;
}
.root_btn:hover{
	opacity:.9;
}
.submit_btn:hover{
	opacity:.9;
}

.nav{
 text-decoration:none;
 	
}

.table_space{
	width:98%;
	padding:10px 0 0 2%;
	color:#777;
}

.main_table{
	width:100%;
/*	padding-bottom:10px;*/
	background-color:#fafafa;
	border:1px solid #e3e3e3; 
	
	
	
	-webkit-border-top-right-radius:5px;
    -o-border-top-right-radius:10px;
    -khtml-border-top-right-radius:5px;
     border-top-right-radius:5px;
	 -moz-border-radius-topright:5px;
	 
	
	-webkit-border-top-left-radius:5px;
    -o-border-top-left-radius:5px;
    -khtml-border-top-left-radius:5px;
     border-top-left-radius:5px;
	 -moz-border-radius-topleft:5px;
}

.table_header{
	width:100%;
	background:url(../../images/admin/gray_white_bg.png) repeat-x 0 0;
	height:30px;
	line-height:30px;
	text-align:left;
	padding:0 0 0 2%;
	color:#555;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-bottom:10px;
	
	
	
	-webkit-border-top-right-radius:5px;
    -o-border-top-right-radius:10px;
    -khtml-border-top-right-radius:5px;
     border-top-right-radius:5px;
	 -moz-border-radius-topright:5px;
	 
	
	-webkit-border-top-left-radius:5px;
    -o-border-top-left-radius:5px;
    -khtml-border-top-left-radius:5px;
     border-top-left-radius:5px;
	 -moz-border-radius-topleft:10px;
	 
	
}
.table_header th{
	border-bottom:#e3e3e3 1px solid !important;
	
	
	-webkit-border-top-right-radius:5px;
    -o-border-top-right-radius:10px;
    -khtml-border-top-right-radius:5px;
     border-top-right-radius:5px;
	 -moz-border-radius-topright:5px;
	 
	 
	-webkit-border-top-left-radius:5px;
    -o-border-top-left-radius:5px;
    -khtml-border-top-left-radius:5px;
     border-top-left-radius:5px;
	 -moz-border-radius-topleft:5px;
}

.table_header th a{
	height:30px;
	line-height:30px;
	text-align:left;
	color:#555;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
	cursor:pointer;
	display:block;
	
}

.th_sort_active{
	background:url(../../images/admin/th_sort_bg.gif) no-repeat right 0;
}


.table_body{
	width:100%;
	
}

.table_body td{
	padding:5px 0;
}


.table_body a{
	color:#777;
}

.table_body a:hover{
	text-decoration:none;
}




.table_ckbox{
	margin-left:5px;
}

.odd{
	background-color:#efefef;
}

.pager{
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
    -0-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;  
	
	float:left;
	margin:10px 0 0 15px;
	padding:0 0 0 5px;
	line-height:30px;
	color:#555;
	border:1px solid #e3e3e3; 
	background:url(../../images/admin/gray_white_bg.png) repeat-x  0 0;
	

}

.pager .first, .pager .prev, .pager .next, .pager .last{
	height:22px;
	width:27px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#555;
	font-weight:bold;
	border:1px solid #e3e3e3;
	background:url(../../images/admin/gray_white_bg.png) repeat-x  0 0;
	margin-right:5px;
	cursor:pointer;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
    -0-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	
}


.pager .first:hover, .pager .prev:hover, .pager .next:hover, .pager .last:hover{
	background:url(../../images/admin/login_btn_bg.png) repeat-x  0 0;
	color:#fff;
}

.pager .pagedisplay{
	height:22px;
	line-height:22px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#555;
	border:1px solid #e3e3e3;
	margin-right:5px;
	
}


.pager .pagesize{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#555;
	border:1px solid #e3e3e3;
	background:url(../../images/admin/gray_white_bg.png) repeat-x 0 0;
	margin-right:5px;
	
}

.must_be{
	color:#cc0000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.default_input{
	height:22px;
	width:250px;
	line-height:22px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#555;
	border:1px solid #e3e3e3;
	margin-right:5px;
	margin-left:10px;	
}
textarea{
   	width:250px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#555;
}

.align_right{
	text-align:right;
}


.align_left{
	text-align:left;
}

.form_btn{
	border:none;
	float:left;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	background:url(../../images/admin/login_btn_bg.png) repeat-x 0 0;
	padding:5px 10px;
	cursor:pointer;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-ms-border-radius:12px;
    -0-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	margin-left:10px;
}
.form_btn:hover{
	opacity:.9;
}

.form_error{
	color:#cc0000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
.search_form_space{
	position:absolute;
	top:35px;
	left:225px;

}
td.legend{
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:#1F698C;
	padding-left:220px;
}
.msg{
  color:#093;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  text-align:center;	
}

#tooltip {
	position: absolute;
	z-index: 3000;
	display:block;
	color:#ffffff;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	-ms-box-shadow: 0px 0px 10px #000;
	-o-box-shadow: 0px 0px 10px #000;
	-khtml--box-shadow: 0px 0px 10px #000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	 
	background-color:#217297;
	padding: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}