/* 
COLOUR PALETTE 

#123456 primary
#456789	trim
#efefef background
#123456 color
#123456 color
#123456 color
#123456 color
#123456 color
#123456 color
#123456 color

* GLOBAL SETTINGS
*/

body { background-image:url();
font-family : verdana,arial,helvetica,sans-serif; 
font-size : 83%; 
color : black; 
margin: 15px;
background: #000000;
} 
table { 
font-size : 100%; 
} 
a:link{color: #456789; text-decoration: underline;}
a:visited{color: #456789; text-decoration: underline;}
a:hover{color: #123456; text-decoration: underline;}

/*
* LAYOUT SECTIONS ------------------------------------------------------------------------
*/
#header {background-image: url(/images/header/fengli_header.jpg);
	background-color:#000000;
	height:184px;
	width: 749px;
	margin: 0px;
	padding: 0px;
	text-align:left;
} 
#divider {background-image: url();
	background-color:#efefef;
	width: 748px;
	height:20px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	border:1px solid #ffff66;
	border-bottom:0px;	
} 
#main{width:750px; background-image: url(); 
	border:1px solid #ffff66;
	border-bottom:0px;
	background-color:#ffffff;	
}
#sidebar {
	background-image:url();
	background-repeat:no-repeat;
	width:150px;
	background-color: #000000;
	border-right:1px solid #ffff66;
	}
#content{
	padding:10px;
	text-align:left;
}	

#footer { background-image:url();	background-color:#000000;
	clear: both;
	width: 750px;
	margin: 0px; 
	border:1px solid #ffff66;
}
/* OPTIONAL *

for font embedding:

@font-face { 
font-family : FontName01; 
font-style : normal; 
font-weight : normal; 
src : url(/fonts/FontName01.eot); 
} 

for centred layer positioning:

#sectionTitleHolder{
width: 750px;
margin-right: auto;
margin-left: auto;
position: relative; 
}
#sectionTitle{
position: absolute; z-index:100; width: 362px; height: 25px; left:264px; top: 167px; text-align:right
}

for layouts with curves in corners:

#shim{ 
width:18px;height:45px;float:left;
}

* NAVIGATION BUTTONS  ------------------------------------------------------------------------
*/
#topnav{	width:100%;height:22px;
}
.nav {background-color:#efefef;
	color: #456789;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
/*	width:100px;	<--set this if auto looks poor */
}
.nav a:link{color: #456789; text-decoration: none;}
.nav a:visited{color: #456789; text-decoration: none;}
.nav a:hover{color: black; text-decoration: none;}

.navOver {background-color:#ffff66;
	color: black;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
/*	width:100px;	<--set this to match .nav */
}
.navOver a:link{color: black; text-decoration: none;}
.navOver a:visited{color: black; text-decoration: none;}
.navOver a:hover{color: black; text-decoration: none;}

.separator{
width:1px; background-color:#ffff66;
}

.button {
	color: #ffff66;
	height:18px;
	margin:0px;
	width:150px;
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
	cursor: pointer;
	border-bottom: 1px solid #666633;
	text-align: center;
/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=-135, Strength=4);*/
}
.button a:link{
	color: #456789;
text-decoration: none;
}
.button a:visited{
	color: #456789;
text-decoration: none;
}
.button a:hover{
	color: #456789;
text-decoration: none;
}

.buttonOver {background-color:#666633;
	color: black;
	height:18px;
	margin:0px;	
	width:150px;	
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
	cursor: pointer;
	border-bottom: 1px solid #669933;
	text-align: center;
/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=-135, Strength=4);*/
}
.buttonOver a:link{
color: black;
text-decoration: none;
}
.buttonOver a:visited{
color: black;
text-decoration: none;
}
.buttonOver a:hover{
color: black;
text-decoration: none;
}

/* 
HTML STYLES ------------------------------------------------------------------------
*/

h1 {
font-size : 150%; 
font-weight:normal;
text-transform : capitalize; 
color : #000000; 
} 
h2 {
font-size : 120%; 
text-transform : capitalize; 
color : #000000; 
} 
h3 {
font-size : 120%; 
font-variant : small-caps; 
color : #000000; 
background : #999966; 
} 
h4 {
font-size : 100%; 
font-weight : bold; 
text-transform : uppercase; 
color : #123456; 
} 
hr {
color : #123456; 
height : 1px; 
} 
th {
font-size : larger; 
font-weight : bold; 
padding-bottom : 15px; 
color : #123456; 
font-variant : small-caps; 
text-align : left; 
} 

ul {
list-style-type : square; 
padding-left : 0px; 
margin-left : 1.5em; 
} 
ol {
padding-left : 0px; 
margin-left : 1.5em; 
} 
form { margin-bottom: 0 ; margin-top: 0 ; } 

/* 
CUSTOM STYLES ------------------------------------------------------------------------
*/
.colour {color: #990000}
.boldcolour {font-weight: bold; color: #123456}
.pic-caption {font-size: smaller;text-align:center}

.hilitebox {
	
	color: #123456;
	padding: 4px;
	font-weight: normal;
	border: 2px solid #666633;
	background-color: #efefef;
	margin: 2px;
}

.formfield {
border: 1px solid #666633;
width : 180px; 
} 
.px50 {
width : 50px; 
} 
.input-display {
	background-color: transparent;
	border: 0px none;
}
input.errHilite, select.errHilite, textarea.errHilite { /*for fValidate*/
	border: 1px solid #123456;
	background-color: #efefef;
	}
label.errHilite {
	color: #123456;
	}
.errors {color:#123456;}
.checkbox {margin-left: 20px;
display: list-item;
	list-style-image: url(/images/icons/generic/checkbox.gif);
}
.done {
list-style-image: url(/images/icons/generic/checkmark20.gif);
margin-left: 20px;
display: list-item;
}
.gone{
display:none;
}
.little{font-weight: normal;
text-decoration: none;
font-size:90%;
}
.little a:link  {
font-weight: normal;
text-decoration: none;}

.little a:visited  {
font-weight: normal;
text-decoration: none;}

.little a:hover {
font-weight: normal;
text-decoration: underline;}

.rightpic {font-size:83%;
float:right;width:150px;padding:10px;text-align:center
}

.back {
list-style-image: url(/images/buttons/previous.gif);
margin-left: 20px;
display: list-item;
}
.footerText{	color: #666633;
	text-decoration:none;
	font-size:10px;
	text-align: center;
}
.footerText a:link{
	color: #666666; text-decoration:none
}
.footerText a:visited{
text-decoration:none;
	color: #666666;
}
.footerText a:hover{
	color: #999966;
}
.white{text-decoration:none;
	color: #FFFFFF;
}
.white a:link{
	color: #FFFFFF; text-decoration:none
}
.white a:visited{
text-decoration:none;
	color: #FFFFFF;
}
.white a:hover{
	color: #CCCCCC;
}
.grey{text-decoration:none;
	color: #999999;
}
.grey a:link{
	color: #999999; text-decoration:none
}
.grey a:visited{
text-decoration:none;
	color: #999999;
}
.grey a:hover{
	color: #CCCCCC;
}
.center{
margin-left:auto; margin-right:auto
}

