﻿/* DEFAULTS----------------------------------------------------------*/

body   
{
    background:url('/Images/body.jpg') #FFF  repeat-x;
    margin: 0px;
    padding: 0px;
    color: #696969;
    font-size:12px;
}
a
{ 
    text-decoration:none;
}
a:link, a:visited
{
    color: #134a03;
}

a:hover
{
    color: #1d60ff;
    text-decoration:underline;
}

a:active
{
    color: #034af3;
}

p
{
    margin: 2px;
    line-height: 1.6em;
    text-indent:2em;
}
span 
{
    margin:2px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #EEC710;
    overflow:hidden;
}

.header
{
    position: relative;
    clear:both ;
    margin: 0px;
    padding: 0px;
    background: #F4AE00;
}

.content
{ 
    clear:both;
}
.main
{ 
    left:6px;
    float:left;
    position:relative;
    width:470px;
    height: 100%;
}
.main1
{ 
    left:6px;
    margin-left:4px;
    float:left;
    position:relative; 
    width:760px;
    height:100%;
}
.main2
{ 
    left:6px;
    float:left;
    position:relative; 
    width:710px;
    height:100%;
}
.leftCol
{
    left:3px;
    float:left;
    position:relative;
    width: 191px;
    height:100%;
    background-color:#C8CCC9;
    top: 0px;
}
.leftCol1
{
    left:3px;
    float:left;
    position:relative;
    width: 246px;
    height:100%;
    background-color:#C8CCC9;
    top: 0px;
}

.rightCol
{
    left:9px;
    float:left;
    position:relative;
    width: 280px;
    height:100%;
    display:table-cell; display: inline; 
}

.footer
{
    width: 960px; 
    clear:both;
    margin: 1px auto 0px auto;
    color: white;
    background-color:#fabf01;
    padding: 8px 0px 0px 0px; 
    text-align: center;
    line-height: normal;
}

.pl{ border:none; margin-top:10px}
.pl image{ border:none;}

#sh1,#sh2,#sh3{ display:table-cell; display: inline; }



div.hideSkiplink
{
    background-color:#F4AE00;
    width:100%;
    
}

.menu{
	width: 100%;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #fabf01;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fabf01;
	border-right-color: #fabf01;
	border-bottom-color: #fabf01;
	border-left-color: #fabf01
}

.menu ul li{
display: inline;
}

.menu ul li a{
	float: left;
	color:Blue;
	text-align:center;
	width:96px;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.menu ul li a:visited{
color:Blue;
}

.menu ul li a:hover, .menu ul li .selected{
	color: #FFFF00 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #008000;
}

#minimenu{height:142px;background-image:url(/Images/zyclogo.jpg); overflow:hidden;}
#minimenu div {  color:White; text-align:center; margin-bottom:2px }
#minimenu div div{ float:left; margin-left:3px; margin-right:1px; font-size:11px; text-decoration:none;}
#minimenu div a{ text-decoration:none; color:White; vertical-align:middle;}
#minimenu div div a{ text-decoration:none; color:White;}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 55%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}
/* Custom */
.tdt
{
    cursor:pointer;  overflow:hidden;
}

.accoHeader
{
     background:url("/Images/bj.png");
     font-family:"微软雅黑";
     font-weight:bolder;
     font-size:18px;
     padding:0px;
     margin-bottom:0px;
     line-height:1.5em;
     cursor:pointer;
}
.accoContent
{  
     padding:0px;
     margin-bottom:0px;
}

.datalist
{
    line-height:23px;
    width:450px;
}  

.datalistfooter
{
    text-align:right;
}

.gridviewrow
{
    line-height:22px;
    border-style:none;
    width:86%;
}

hr
{
    border:none;
	border-top:3px solid #cc0066;
	height:0;
}