﻿/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow:visible;
}

#mainNavBar
{
	margin: 5px 0px; 
	}

#leftMain
{
	padding: 5px 0px 5px 0px;
	margin: 0px auto; 
	width:211px;
	float:left;
	}
	
#main
{
    padding: 5px 0px 5px 0px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    float:right;
    width:774px;
}

#main_left
{
	float:left;
	}

#main_right
{
	float:right;
	}

#footer
{
	clear:both;
    color: #000;
    padding: 20px 0;
    text-align: center;
    line-height: normal;
    font-size: 1.1em;
}

#BottonNav
{
    clear:both;
    padding: 10px 0;
    text-align: center;
    overflow:hidden;
    border-bottom: solid 1px gray;
    }

/*help*/
#help{ clear:both; width:960px;border:1px solid #B8C7D6;padding:10px 20px;margin:8px auto 0;overflow:hidden;}
#help dl{width:20%;height:130px;float:left;}
#help dl.fore{background:none;}
#help dt{width:114px;height:26px;}
#help dt strong{padding:0 0 0 16px;}
#help dd{padding-left:16px;}

img
{
    border: 0px;
    }
/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

#searchcontainer
{
	margin: 5px 5px 0px 0px;
	}

#searchcontainer #keyword
{
	height:23px;
	vertical-align:middle;
    line-height:23px;
	}
	
#searchcontainer #searchButton
{
	width:60px;
	vertical-align:middle;
    
	}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

.tableList {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.tableList caption {
	padding: 0 0 5px 0;
	text-align: left;
	font-weight:bold;
	font-size:14px;
	letter-spacing: 2px;
}

.tableList th {
	font-weight: bold;
	font-size: 11px;
	color: #4f6b72;
	border: solid 1px  #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding:5px;
	background: #CAE8EA url(../../themes/default/i/bg_header.jpg) no-repeat;
}

.tableList th.nobg {
	border-top: 0;
	border-left: 0;
	border: solid 1px  #C1DAD7;
	background: none;
}

.tableList td {
	border:solid 1px  #C1DAD7;
	background: #fff;
	font-size:11px;
	padding: 5px;
	color: #4f6b72;
}

.tableList td.alt {
	background: #F5FAFA;
	color: #797268;
	padding:5px;
}

.tableList th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.tableList th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


.tableList2 {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.tableList2 caption {
	padding: 0 0 5px 0;
	text-align: left;
	font-weight:bold;
	font-size:14px;
	letter-spacing: 2px;
}

.tableList2 th {
	font-weight: bold;
	font-size: 11px;
	color: #4f6b72;
	border: solid 1px  #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 2px 8px 2px 8px;
	background: #CAE8EA url(../../themes/default/i/bg_header.jpg) no-repeat;
}

.tableList2 th.nobg {
	border-top: 0;
	border-left: 0;
	border: solid 1px  #C1DAD7;
	background: none;
}

.tableList2 td {
	border:solid 1px  #C1DAD7;
	background: #fff;
	font-size:11px;
	padding: 2px 4px 2px 4px;
	color: #4f6b72;
}

.tableList2 td.alt {
	background: #F5FAFA;
	color: #797268;
	padding: 2px 4px 2px 4px;
}

.tableList2 th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.tableList2 th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:black;
}

#logindisplay a:link
{
    color: black;
    text-decoration: none;
}

#logindisplay a:visited
{
    color: black;
    text-decoration: none;
}

#logindisplay a:hover
{
    color: black;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* 分页导航 */
.Pagination-Left {
	TEXT-ALIGN: left; font-size: 11px; PADDING: 5px; MARGIN: 10px 0px 0px; 
}
.Pagination-Left A {
	 PADDING: 5px 7px 5px 7px; MARGIN-LEFT: 2px;
}
.Pagination-Left A:link {
	BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; COLOR: #666; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; TEXT-DECORATION: none
}
.Pagination-Left A:visited {
	BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; COLOR: #666; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; TEXT-DECORATION: none
}
.Pagination-Left A:hover {
	BORDER-BOTTOM: #4398ce 1px solid; BORDER-LEFT: #4398ce 1px solid; BACKGROUND: #4398ce; COLOR: #fff; BORDER-TOP: #4398ce 1px solid; BORDER-RIGHT: #4398ce 1px solid
}
.Pagination-Left A:active {
	BORDER-BOTTOM: #4398ce 1px solid; BORDER-LEFT: #4398ce 1px solid; BACKGROUND: #4398ce; COLOR: #fff; BORDER-TOP: #4398ce 1px solid; BORDER-RIGHT: #4398ce 1px solid
}
.Pagination-Left A.current:link {
	BORDER-BOTTOM: #4398ce 1px solid; BORDER-LEFT: #4398ce 1px solid; BACKGROUND: #4398ce; COLOR: #fff; BORDER-TOP: #4398ce 1px solid; BORDER-RIGHT: #4398ce 1px solid
}
.Pagination-Left A.current:visited {
	BORDER-BOTTOM: #4398ce 1px solid; BORDER-LEFT: #4398ce 1px solid; BACKGROUND: #4398ce; COLOR: #fff; BORDER-TOP: #4398ce 1px solid; BORDER-RIGHT: #4398ce 1px solid
}

