﻿.wrapperShadow { position: absolute; }

	#shadowLeft        { left:   -12px; top:     -6px; width:  12px; height: 100%; background: url('img/shadowLeft.png') repeat-y;
}
	#shadowRight       { top:     -6px; right:  -12px; width:  12px; height: 100%; background: url('img/shadowRight.png') repeat-y;
}
	#shadowLeftCorner  { left:   -12px; bottom: -12px; width:  18px; height: 18px; background: url('img/shadowLeftCorner.png') no-repeat;
}
	#shadowRightCorner { bottom: -12px; right:  -12px; width:  18px; height: 18px; background: url('img/shadowRightCorner.png') no-repeat;
}
	#shadowBottom      { left:     6px; bottom: -12px; width: 888px; height: 12px; background: url('img/shadowBottom.png') repeat-x;
}

#pageContainer
{
    position: relative;
    margin: 0 auto;
    padding-bottom: 0px;
    width: 900px;
    background: #fff;
    text-align: left;
    height: 100%;
}
#pageHeader
{
    background: background-position: left top;
    height: 70px;
    color: #063;
    margin: 0px;
    padding:0;
    /*background-image: url( '../img/color_light_green_32.jpg' );*/
    background-repeat: repeat;
}

#pageHeader h1 {
	padding-top: 0px;
	margin:0 0 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#headerNavigator
{
    font-size: 0.7em;
    text-align: right;
    padding: 0px;
    margin: 15px;
    /*width: 100px;*/
    float: right;
}
#headerNavigator ul
{
    list-style: none;
    margin: 0 5px 0 5px;
    padding: 0;
}
	
#headerNavigator li
{
    border: 0px none #FFFFFF;
}

#headerNavigator a
{
    margin: 5px;
    padding: 0px 5px 0px 0px; /*    display: block; */
    color: #063;
    text-decoration: none;
}
#headerNavigator a:hover
{
    color: #FFCC00;
}

#headerLogo
{
	padding: 10px 10px 0px 15px;
	float: left;
}
#logo
{
	background: url('img/logo80x80s.gif') no-repeat 0px 0px;
	float: left;
	margin: 10px 0px 0px 15px;
	padding: 10px 10px 0px 15px;
	width: 100px;
	height:100px;
}
#logo a
{
	cursor: pointer;
	display: block;
	height: 0px !important;
	margin: 16px 0 0 0;
	overflow: hidden;
	padding: 0;
	padding-top: 70px;
	text-decoration: none;
	width: 100px;
}
/* Root */
#logoHome 
{
	background: url('img/LogoName.gif') no-repeat 0px 0px;
	float: left;
	margin: 100px 0px 0px 15px;
	padding: 50px 10px 0px 0px;
	width: 500px;
	height:70px;
}
#logoHome a
{
	cursor: pointer;
	display: block;
	height: 0px !important;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 0;
	padding-top: 70px;
	text-decoration: none;
	width: 400px;
}

.clearfix
{
	display: block;
}
#navigator
{
    margin: 0;
    padding: 0;
    text-align: right; 
    background: url('img/navigatorBar.gif') repeat-x;   
    height: 30px;
    background-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: #006633;
}
#navigator h1
{
    margin: 0px;
    padding: 5px;
    font-size: 0.8em;
    font-weight: normal;
}

#navigator a
{
    padding: 5px;
    color: #FFFFCC;
    text-decoration: none;
    vertical-align: middle;
}
#navigator a:hover
{
    color: #FFCC00;
}


#contentContainer
{
	margin: 0px;
	padding: 0px;
}
#breadCrumb
{
    padding: 10px 10px 10px 0px;
    margin-right: 10em;
    font-size: 0.8em;
    color: #063;
    font-style: italic;
}
#breadCrumb img
{
    width: 0px;
    height: 0px;
}

#breadCrumb a
{
	text-decoration: none;
	color: #063;
}
#breadCrumb a:hover
{
	text-decoration: underline;
	color: #063;
}
#breadCrumb a:visited
{
	color: #063;
}

#MenuLeft
{
	border-color: #FFFFFF;
	float: left;
	width: 150px;
	padding-top: 10px;
	font-weight:bold;
}
#MenuLeft ul
{
    list-style: none;
    margin: 0 5px 0 5px;
    padding: 0;
}
	
#MenuLeft li
{
 border-bottom-style:dotted; 
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}

#MenuLeft li a:hover
{
    background-color: #ECF2D7;
    border-bottom-color:#000;
}
#MenuLeft a, #MenuLeft a:link, #MenuLeft a:link:visited
{
    display: block;
    padding: 0.4em 0 0.4em 0.5em; 
    background-color: #FFFFFF;
    color: #333333;
    text-decoration: none;
    border-right-color: #063;
    border-left-color: #063;
}
#MenuLeft h3, #MenuLeft p {
	margin-left: 10px; 
	margin-right: 10px;
}

#Content
{
	margin: 0px 0px 0px 150px; /*margin-right: 10em;*/
	padding-left: 1em;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	border-bottom-color: #FFFFFF;
	background-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
} 
#Content h1, h2, h3, h4, h5, h6
{
    	display:block;
}
#Content h1
{
	font-size: 0.9em;
	color: #003300;
	display:block;
}
#Content h2
{
    font-size: 0.8em;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    margin-right: 230px;
    padding-top: 5px;
    margin-top: 0px;
}
#Content h3
{
	font-size:0.7em;
	}
#Content h4
{
	font-size: 0.6em;
}
#Content h5
{ font-size:0.6em;
  font-weight:bold;
}
#Content h6
{
	font-size: 0.6em;
	font-weight: bold;
	color: #666666;
}
	
#Content p, li
{
    font-size: 0.7em;
}
#Content li li
{
    font-size: 1em;
}

#newsHome
{
	padding:1em;
}
#pictureHome
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#pictureHome p, img
{
    margin: 0px;
    padding: 0px;
}

#announcementHome
{
	padding: 1em;
	list-style-type: disc;
}

/*页脚*/
#pageFooter
{
    margin: 0px;
    border-color: #063;
    border-width: 1px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 0.7em;
    clear: both;
    border-top-style: solid;
    color: #C0C0C0;
    background-color: #006633;
} 
#pageFooter p
{
    margin: 0; 
    padding: 0px;
}
.gotop
{
    padding: 0px 15px 0px 0px;
    background-position: right center;
    margin: 0em;
    text-align: right;
    font-size: 0.6em;
    background-image: url('img/arrow_top.gif');
    background-repeat: no-repeat;
    display: block;
}
.gotop a, .gotop a:link, .gotop a:visited
{
    cursor: pointer;
    display: block;
    /*height: 0px; /* ZY */
    margin: 0 15px 0 0;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
	color: #008000;
}
.gotop a:hover
{
	color: #008000;
}

/*--- HTML ---*/
body
{	background: #DEE6CC;	margin: 0; 	padding: 0;	text-align: center; 	color: #000000;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;}
.fltrt { /* 用来右浮动一个单元 */ 	float: right;	margin-left: 8px;}
.fltlft { /* 用来左浮动一个单元*/	float: left;	margin-right: 8px;}
.clearfloat { /* 此应置于一层或打断单元，应置于最后结束包含浮动的容器之前*/ 	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}
#sideMenu { padding-top: 30px; }
#mainContent { zoom: 1; padding-top: 15px; }

.centerMarginPadding{	text-align: center;	padding: 5px;}
.centerText{	text-align: center;}
#calendarTable{ }
#calendarTable table{ }
#calendarTable h2{    border-style: none;    border-width: 0px;  width: 80%;    text-decoration: none;}
#CalendarTableO{}
#CalendarTableO table{	width: 100%;	padding: 0;	margin: 0;	background-color: #EBFAF7;}
#CalendarTableO caption{	text-align: center;	font-size: 0.7em;	font-weight: bold;	border-bottom-style: double;	border-bottom-width: 3px;	border-bottom-color: #808080;
}

#CalendarTableO th{	/* border-right: 1px solid #C1DAD7;	border-left:1px solid #C1DAD7;	border-top: 1px solid #C1DAD7;*/	margin: 15px;	border-bottom: 1px solid #C1d1d1;	font-weight: bold;	width: 30%;	vertical-align: top;	padding: 5px;	border-width: 0px 0px 1px 0px;}
#CalendarTableO td{	/*	border-right: 1px solid #C1DAD7;*/	margin: 15px;	border-bottom: 1px solid #C1D1D1;	width: 70%;	padding: 5px;	border-width: 0px 0px 1px 0px;}
#CalendarTableO td.alt {	background: #F5FAFA;	color: #797268;}
#CalendarTableO th.spec {	border-left: 1px solid #C1DAD7;	border-top: 0;	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
#CalendarTableO 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;}
.insertFloatLeft
{
	margin: 1em;
	padding: 0px;
	float: left;
	border: 1px solid #000000;
}
.blackBorderCenter
{
	border: medium solid #000000;
	text-align: center;
}
.redFont
{
	color:Red;
}
.font1em li
{ font-size:1em;
}
.tableFont1em{
 font-size:1em;
}
.ContentTable1{}
.ContentTable1 p
{
    font-size: 0.8em;
}
.ContentTable1 td
{
    border: 1px solid #C0C0C0;
    font-size: 0.7em;
}

.ContentTable2{ /* ContentTable */}
.ContentTable2 p
{
    font-size: 0.8em;
}
.ContentTable2 td
{
    
}

.ContentTable3 {
 background-color:#063;
 }
.ContentTable3 td
{
    background-color: #CCCCCC;
}
.ContentTable3 p
{
    padding: 0px;
    margin: 0px;
    font-size: 0.8em;
}
 


#searchBox
{
	text-align: center;
}
#chairPic
{
    border-style: none;
    padding: 0em 1em 1em 1em;
    margin: 0em 0.4em 1em 1em;
    width: 10em;
    float: right;
    text-align: center;
}
#chairPic h1{	font-size: 0.7em;}
#chairPic h2{	font-size: 0.7em;
	text-align: center;
}
#chairPic h3{	font-size: 0.7em;}
#chairPic p{	font-size: 0.7em; text-align:left;}

#chairPicPic
{
		padding-top: 0em;
		text-align:center;
}
#chairPicPic h1
{
	font-size: 0.6em;
	color: #666666;
}
.TableNoP
{ font-size:0.8em;
}

.TableNoP td
{
 font-size:0.8em;
}

/* detail info */
.DetailInfo
{
    font-size:0.8em;
}
.DetailInfo h1
{ 
    font-weight: bold; }
    

