/*
SET SCROLL BARS AND BODY BACKGROUND
=====================================================================
*/

BODY { 
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
	background-color: #FFFFFF; 
	/* BEGIN SCROLLBARS */
	scrollbar-face-color: #663366; 
	scrollbar-arrow-color: #ffffff;   
	scrollbar-3dlight-color: #666666;
	scrollbar-shadow-color: #666666;   
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #cccccc;
	scrollbar-track-color: #cccccc;
	}

/*
==================================================================== 
LINKS 
*/
a:link {
	color:#CC9933;
	text-decoration:underline;
	}
a:active {
	color:#FF0000;
	text-decoration:underline;
	}
a:visited {
	color:#CC9933;
	text-decoration:underline;
	}
a:hover {
	color:#009966;
	text-decoration:none;
	}


/*
FONTS
 ==================================================================== 
*/

/*SET INTIAL FONT TYPE AND COLOURS*/

body,p,div,td,th,caption,h1,h2,h3,h4,h5,h6,a,span,ul,ol,li,dl,dd,dt,input,textarea,select,dfn,samp,kbd,var,cite,abbr,acronym,blockquote,q,sub,sup,ins,del,dir,menu {
	font-family: arial, helvetica, sans-serif;
	color:#663366;
	}
	
b,strong,i,em { font-family: arial, helvetica, sans-serif; }
	
/* BASIC FONT SIZE */
p,div,td,caption,div,li,ol,ul,dl,dd,dt,span,.normal,input,textarea,select,pre {
	font-size:12px;
	}

/* reset HTML blocks for new styles */
h1,h2,h3,h4,h5,h6,p,div {
	padding:0px;
	margin:0px;
	}
	
/*PARAGRAPH*/	
p {
	line-height:1.2;
	padding-bottom:6px;
	padding-top:12px;
	}	
	


/*
================================================================
HEADINGS
*/
.pageTitle {
	padding-left:25px;
	}
h1 {
	font-size:20px;
	padding-bottom:6px;
	padding-top:16px;
	font-weight:bold;
	}

h2 {
	font-size:18px;
	padding-bottom:4px;
	padding-top:12px;
	font-weight:bold;
	}

h3 {
	font-size:16px;
	padding-bottom:4px;
	padding-top:10px;
	font-weight:bold;
	}

h4 {
	font-size:14px;
	padding-bottom:2px;
	padding-top:4px;
	font-weight:bold;
	}
h5 {
	font-size:12px;
	padding-bottom:2px;
	padding-top:4px;
	font-weight:bold;
	}
h6 {
	font-size:12px;
	padding-bottom:2px;
	padding-top:4px;
	font-weight:normal;
	font-style:italic;
	}


/*
==================================================================== 
LISTS
*/

ol,ul,li {/*reset lists for new types -not altering left+right for lists*/
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	}

ul,ol,dl {/*SET UP WITH LI TO SYNC SPACING WITH A P*/
	padding-top:2px;
	padding-bottom:4px;
	}
ul {
	list-style:square;
	}
ol {
	list-style:decimal;
	}
dl {
	padding-left:15px;
	}
li,dd,dt {
	padding-bottom:2px;
	}
dt {
	font-weight:bold;
	}

/*
==================================================================== 
HORIZONTAL RULE ELEMENT - RENDERS AS 1PX BLACK KEYLINE
*/

hr {
	height:1px;
	border:none;
	border-top:1px solid #000000;
	color:#ffffff;
	width:100%;
	}
	
/*
===================================================================
TABLES
*/

table {
	empty-cells:hide;
	}
td {
	/*size set in 'basic font size' above*/
	}
th {
	/*set similar to h4*/
	font-size:14px;
	font-weight:bold;
	}
caption {
	/*size set in 'basic font size' above*/
	font-style:italic;
	caption-side:top;
	padding-top:8px;
	}
	
tr {
	vertical-align:top;
	text-align: left;
	}		
	
/*
FORM BUTTONs AND INPUT FIELDS
=====================================================================
*/

select { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color: #333333;
	background-color: #FFEFCE;
}

.userInput {
	background:#DBFAFF;
	height:18px;
	width:140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11; color: #333333;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}			
.userComments {	background:#EFCEBD; font-size:11; }
				
.sButton {
	height:21px;
	width:60px;
	cursor:hand;
	background:#eaeaea;
	border:1px solid #888888;
	padding:0px;
	color:#232323;
	font-size:11px;
	}
					
.mButton {
	height:21px;
	width:90px;
	cursor:hand;
	background:#ffffff;
	border:1px solid #888888;
	padding:0px;
	color:#232323;
	font-size:11px;
	}					


/*
===================================================================
SPECIAL TABLES PROPERTIES
*/
#mytable {
	border-collapse: collapse;
	border: 1px solid #333333;
 }

tr.bg {
	background: #003300;
}
td.cellp {
	border: 1px solid #333333;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
#bgtext {
	color: #ffffff;
	}

#textsmall {
	 font-size:10px;
	}
.textsmall {
	 font-size:10px;
	}
/* SPARE NAV COLORS IF NEEDED */
a.navtext:link {
	color:#ffffff;
	text-decoration:underline;
	}
a.navtext:active {
	color:#ffffff;
	text-decoration:underline;
	}
a.navtext:visited {
	color:#ffffff;
	text-decoration:underline;
	}
a.navtext:hover {
	color:#ffffff;
	text-decoration:none;
	}
