body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
}

#page
{
	background: white;
}

#header
{
	margin: 0;
	padding: 0;
}

#content
{
    
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	background:#F5F5F5;
	padding: 20px 0;
	margin-top: 40px;
	font-size: 12px;
	text-align: center;
	color:#777;
	border-top: solid 1px #eee;
}

#logo
{
	padding: 20px;
	font-size: 200%;
	background:#2a5099;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	font-family:"微软雅黑", "黑体";
}

#mainmenu
{ 
	height: 100%;
	overflow: hidden;
}

#mainmenu ul
{
	
	margin:0;
	padding: 0; background: #ccc

}

#mainmenu ul li
{
	float: left; list-style: none; margin: 0; padding: 0;

}

#mainmenu ul li a
{
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	height: 50px;
	line-height: 50px;
	margin: 0 1px;
	padding: 0 10px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #2A5099 !important;
	background-color:#fff;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}
.search_div { padding:10px 0 10px 36px; font-size:14px; font-weight:bold;background-color:#EFF4FA;}
.search_div select { font-size:14px; padding:2px; }
table.mytable{
	border-collapse:collapse;
}
table.mytable a { text-decoration:none;}

table.mytable th { padding: 5px; font-size: 12px; background: #337AB7; color: #fff;}
table.mytable td { padding:4px 5px;}

table.mytable tr:nth-of-type(odd){background:#fff;}/*奇数行*/
table.mytable tr:nth-of-type(even){background:#eee;}/*偶数行*/

table.mytable .over{background: #80CFFF}
    
table.mytable tr.over td { 
    background:#bcd4ec;    /*这个将是鼠标高亮行的背景色*/ 
    /*cursor:pointer; */
}

table.mytable td,table.mytable th{
	text-align: center;
	border: 1px solid #ddd;
	
}
.smalltable01{
	border-collapse:collapse;
	/*width: 800px;*/
	margin:20px 0;
}
.smalltable01 th { padding: 5px; font-size: 12px; font-weight: normal; background: #DFF0D8;}
.smalltable01 td { padding:10px 5px;}
.smalltable01 td,.smalltable01 th{
	text-align: center;
	border: 1px solid #ddd;
}
.smalltable02{
	border-collapse:collapse;
	border: 1px solid #BB5E00;
	/*width: 800px;*/
	margin:20px 0;
}
.smalltable02 th { padding: 5px; font-size: 12px; font-weight: normal; background: #F2DEDE;}
.smalltable02 td { padding:10px 5px;}
.smalltable02 td,.smalltable02 th{
	text-align: center;
	border: 1px solid #ddd
}
.smallText{
	width:40px;
}
.user_fb { background:#eee; height:auto !important; padding:5px !important; text-align:right !important;}
.btn_enter { padding:5px 15px; background:#337ab7; border: 1px solid #2e6da4; border-radius:4px; color:#FFF;}
.msg_div { text-align:center; padding:100px 0; font-size:24px;}
.msg_div p { margin:10px; font-weight:bold; color:#333;}
.msg_div a { font-size:14px}

.navbar-default { background: #337AB7 !important; padding: 0 !important; border: none !important; }
.navbar-default a { color: #fff !important; }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { background: #5CA7E1 !important; }
#h2_history { cursor: pointer; }
#h2_history span {font-size: 30px }

.text_i { color: #999 }