﻿body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6em;
    color: #444;
    border-width: 0;
    margin:0px;
    background-color:#f0f0f0;
}

img {
    border-style: none;
    border-width: 0px;
}


hr {
    border: 0px none #FFFFFF;
    background-position: left top;
    background: #fff repeat-x left top;
    height: 21px;
    noshade: "noshade";
}

h1, h2, h3, h4 {
    /* text-shadow:1px 1px 2px; */
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-family: "黑体", "黑體", Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: #35699B;
}

h1 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-weight: bolder;
    color: #35699B;
    font-size: 14px;
}

h5 {
    margin: 0px;
    color: #35699B;
    font-weight: bold;
    font-size: 13px;
}

ul, ol {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}

a {
    text-decoration: underline;
    color: #047FC8;
}

a:hover {
    text-decoration: none;    
}

table, table th, table td {
    border: 1px solid #AAA;
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 12px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th
{
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    background: url(images/panel_head.png) top repeat-x white;
    text-align: center;
    white-space:nowrap;
    border-bottom: 1px solid #D5D5D3;
    padding: 3px;
    text-align: center;
}
td
{
    border-right: 1px solid #DDD;
    padding:   5px 5px;
    font-size: 12px;
}

.container {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#header 
{
    width: 100%;
    min-height: 50px;
    position: relative;
    background-color: #4e983f;
    margin-bottom:10px;
    min-width: 1300px;
}

.clear {
    clear: both;
    display: block;
    height: 0 !important;
    overflow: hidden;
}

/* Logo */
a.logo {
    width: auto;
    height: auto;
    display: block;
    outline: none;
    float: left;
    font-size:30px;
    color: white;
    text-decoration: none;
    margin-top:15px;
    font-family:"黑体", "黑體", Arial, Helvetica, sans-serif;
}

#loginBox {
    min-width: 50px;
    height: 27px;
    position: relative;
    float: right;
    font-weight: bold;
    color: white;
    text-align: right;
    margin-top:15px;
    padding-right: 20px;
}

span.current {
    font-weight: bolder;
}

#MainNav {
    width: 1360px;
    min-height: 36px;
    position: relative;
    z-index: 1000;
    margin: 0 auto 10px;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border: 1px solid #DDD;
    font: 16px "黑体", "黑體", Arial, Helvetica, sans-serif;
}

#menu {
    float: left;
    position: relative;
    z-index: 1000;
}

#menu ul.ddsmoothmenu {
    margin: 0 50px 0 0;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
    z-index: 10000;
}

#menu ul.ddsmoothmenu li {
    position: relative;
    display: inline;
    float: left;
}

#menu li {
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
    font-size:16px;
    background: none;
}

#menu li a {
    margin: 0;
    padding: 10px 18px;
    position: relative;
    float: left;
    color: #232323;
    text-align: center;
    text-decoration: none;
}

#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    margin: 0;
    padding: 10px 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    color: white;
    background-color:#4e983f;
}

#content_wrapper {
    min-height: 540px;
    margin: 0 auto;
    padding: 0 0 10px;
}
#content_wrapper #content {
    width: 100%;
    margin: 0 auto;
}

.box, #sidebar .widget-container {
    border: 1px solid #DDD;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: white;
    _border: 1px solid #C0C0C0;
}


#log pre {
    margin-top: 0;
    margin: 1em;
    color: black;
    font-size: 12px;
    /*white-space: pre-wrap;*/       /* css-3 */
   /*white-space : -moz-pre-wrap;*/  /* Mozilla, since 1999 */
   /*white-space: -pre-wrap;*/      /* Opera 4-6 */
   /*white-space: -o-pre-wrap;*/    /* Opera 7 */
    background: #F0F0F0;
    border: 1px solid #CCC;
    overflow:auto;
    margin-right:20px;
    font-family: Consolas, "Lucida Console", Monaco, monospace;
     
}

/* Navigation for menu */
#nav
{
    background-position: 0px 0px;
    width: 1300px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    background-color:#0f2038
}

#nav ul
{
    margin-left: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0;
}

#nav ul li
{
    width: 80px;
    height: 30px;
    float: left;
    text-align: center;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    vertical-align: bottom;
    display: block;
}

#nav a
{
    color: #FFF;
    text-decoration: none;
    cursor:default;
}

#nav a:hover
{
    color: #ffff88;
    cursor:pointer;
}

#nav p
{
    padding: 5px 5px;
}

/* Page */

#page
{
    width: 1300px;
    min-height:500px;
    margin: 0 auto;
    padding: 0;
    /*background: url(images/img03b.jpg) no-repeat left top;*/
    text-align: left;
    background-color: #FFFFFF;
}

#page-bgtop
{
    /*background: url(images/img03.jpg) no-repeat left top;*/
}

#page-bgbtm
{
    padding: 7px 10px 0px 10px;
    /*background: url(images/img03.jpg) no-repeat left bottom;*/
}

#content
{
    float: left;
    width: 100%;
    padding: 0;
}

/* Sidebar */
#sidebar
{
    float: right;
    position: relative;
    width: 27%;
    padding: 0px;
    margin-top: 0px;
    color: #787878;
    text-align: left;  
    z-index: 11;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar li
{
    margin: 0;
    padding: 0;
}
#sidebar a
{
    font-size: 12px;
    border: none;
}
#sidebar a:hover
{
    font-size: 12px;
    text-decoration: underline;
}

#footer {
    width: 100%;
    height: 20px;
    padding: 10px 0px;
    position: relative;
    color: #666;
    background-color:#e0e0e0;
    font-size: 12px;
    border-top:1px solid #bbb;
}

#crumbs
{
    height: 2.3em;
    border: 1px solid #dedede;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0;
    margin: 5px 0 0 0;
    background-color:#fff;
}
#crumbs li
{
    float: left;
    line-height: 2.3em;
    color: #777;
    padding-left: .75em;
}
#crumbs li a
{
    background: url(images/crumbs.gif) no-repeat right center;
    display: block;
    padding: 0 15px 0 0;
}
#crumbs li a:link, #crumbs li a:visited
{
    color: #777;
    text-decoration: none;
}
#crumbs li a:hover, #crumbs li a:focus
{
    color: #35699B;
}

/* nav menu */
ul.nav
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block; /* font:bold 16px Helvetica, Verdana, Arial, sans-serif; */ /* line-height:165%; */
    width: 180px;
    height: 30px;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    position: relative;
    z-index: 1;
    float: right;
}
ul.nav li
{
    margin: 0;
}

ul.nav .navHeader
{
    display: block;
    text-decoration: none;
    color: #1C4670;
    padding: 0 0 0 40px;
    height: 30px;
    vertical-align: middle;
    background-position: 40px 0px;
    /*background-image: url("images/bak_submenu.png");*/
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
}

ul.nav li a
{
    display: block;
    text-decoration: none;
    color: #35699B;
    padding: 0 0 0 40px;
    height: 30px;
    vertical-align: middle;
    font-size:12px;
}
ul.nav li a:hover
{
    background-position: -10px -34px;
    /*background-image: url('images/bak_submenu.png');*/
    background-repeat: no-repeat;
    z-index: 1;
    text-decoration: none;
    color: #aaaa44;
    font-size:12px;
}
ul.nav li a.current, ul.vert-one li a.current:hover
{
    z-index: 1;
    background-attachment: fixed;
    text-decoration: none;
}

.btn
{
    min-width: 150px;
    margin-right: 10px;
}

.spacer
{
    clear: both;
    height: 1px;
}


:focus
{
    outline: 0;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th 
{
   background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }


.toolbar
{
    font-weight: bold;
    margin-bottom: 10px;
}

#content_wrapper_sbr #content {
    width: 72%;
    float: right;
}

#content_wrapper_sbr #sidebar {
    float: left;
}

a.removeFacet 
{
	background: url(images/close_icon.png) no-repeat center left;
	padding-left: 15px;
	cursor: pointer;
}

#search-input {
width: 350px;
margin: 0;
}
#search-input, #search .search-restrict {
float: left;
}
.jfk-textinput {
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
border: 1px solid #D9D9D9;
border-top: 1px solid silver;
font-size: 13px;
height: 25px;
padding: 1px 8px;
}

#overview .overview-segment:first-child {
margin-top: 0;
}
#overview .overview-segment {
clear: both;
margin-top: 2em;
margin-bottom: 2em;
}
#overview .overview-header {
margin-bottom: .6em;
}
#overview .title {
color: #15C;
font-size: 14px;
font-weight: bold;
text-decoration: none;
font-size: 120%;
}

#overview .overview-segment p 
{
margin: 0 0 .15em;
}
#overview .item-title {
color: #666;
text-decoration: none;
margin: 0 .6em 0 0;
}

#overview .overview-segment p {
margin: 0 0 .15em;
}
#overview .item-snippet {
color: #666;
font-size: 104%;
}
.alert_icon
{
    background-image: url(images/alert.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.logo_remove
{
   border: 2px solid red;
}