/* CSS Document */

/* CSS global reset for all browsers */
* {
	padding: 0;
	margin: 0;
	}
body {
	background: url(../images/tile.jpg) repeat;
	text-align: center;
	}
/*this is the class that is applied to 2 structural hack IE 5.0 to maintaing min-height.*/
.clearing {
	height: 0;
	clear: both;
}


#container
	{
	background: #eee;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

/*---Header Start*/
	#header
	{
	width:800px;
	height: 120px;
	background: url(../images/banner01.jpg) no-repeat top right;
	}
	
	/*for title or site name*/
	.title {

	width: 400px;
	height: 20px;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	color : #000000;
	margin-left: 10px;
	position: relative;
	top: 30px;
	visibility:hidden;
	}

	/*for the tag-line*/
	.subtitle {

	width: 180px;
	height: 40px;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : #666666;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 10px;
	position: relative;
	top: 35px;
	visibility:hidden;
	}
	
	.moduletablebanner
	{
	background: #eee;
	text-align: center;
	width:800px;
	height:80px;
	}
	#TopMenu
	{

	position: relative;
	top: 40px;
	width: 800px;
	height: 20px;
	}

	/* Horizontal Top Menu style settings*/
	#mainlevel-nav {
	margin: 0; padding: 0;
	}
	#mainlevel-nav li {
	background-image: none;
	padding-left: 0px;
	list-style:none; 
	float: right; 
	margin: 0; width: 15.5%; 
	line-height: 20px;
	white-space: nowrap;
	font-size: 10px;
	text-indent: 15px;
	}
	#mainlevel-nav a {
	display: block; float: right; text-decoration: none;  border: 1px solid;
	border-color: #fff #cc3300 #cc3300 #fff;
	background: #9d0a0e url(../images/vmenu_bgr.png) 2px no-repeat;
	color: white;
	}
	#mainlevel-nav a {
	float: none;
	}
	#mainlevel-nav a:hover {
	background: #ff6600 url(../images/vmenu_bgr.png) 2px no-repeat;
	}
	
	
/*---Header End*/

/*---Set BORDERS

#mainpage, #core, #LeftBar, #RightBar, #footer, #clearing
{
border: solid thin red;

}
-----*/
/* Core Start */
	#core
	{
	background: #eee;
	width: 800px;
	min-height: 330px;
	}
	
	
	/* Left Bar */
	#LeftBar
	{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 165px;
	}

	#LeftBar table.moduletable th
	{
	font-size:12px;
	}
	#LeftBar table.moduletable td
	{
	font-size:10px;
	}
	a.mainlevel:link, a.mainlevel:visited {
	display: block;
	color: #fff;
	font-weight: bold;
	width: 88%;
	text-indent: 5px;
	text-decoration: none;
	line-height: 20px;
	margin-bottom: 1px;
	border-left: 10px solid #ff6600;
	background: #9d0a0e;
	}
	a.mainlevel:hover {
	color:#f00;
	border-left:10px solid #eee;
	}

	/* Site tools module */
	.mod_sitetools li
	{
		margin-left: 18px;
	}
	
	/* Rigth Bar */
	#RightBar
	{
	float: left;
	position: relative;
	top: 30px;
	width: 160px;
	}
	
	#RightBar table.moduletable td
	{
	font-size:11px;
	}
	
	/* Directory Pathway */
	
	div.pathway 
	{
	width: 600px;
	height:14px;
	padding-left: 20px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	position: relative;
	top: 15px;
	}
	
	a.pathway:link, a.pathway:visited 
	{
	color            : #ff9900;
	font-weight      : normal;
	}
	
	a.pathway:hover 
	{
	color            : #ff3300;
	font-weight      : normal;
	text-decoration   : none;
	}
	/* Mainpage START */
	#mainpage {
	padding: 10px 0 10px 10px;
	float: left;
	width: 450px;
	min-height: 330px;
	position: relative;
	top: 10px;
	}

	#mainpage table td, #mainpage li
	{
		font-size: 13px;
	}
	
	#mainpage a:link
	{
		font-size: 12px;
		font-weight: bold;
	}
	
	/*--- Page Contents START ---*/
	.contentpane {
	background       : #eee;
	
	}
	
	.contentpaneopen {

	border : 0px ridge #0099cc;
	width: 100%;
	padding: 1px;
	}
	
	.contentheading, .componentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
	margin-bottom: 5px;
	}
	
	/* For content item titles that are hyperlink instead of Read On */
	a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ff9900;
	text-align:left;
	}

	a.contentpagetitle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
	
	a.category:link, a.category:visited {
	color            : #333333;
	font-weight      : bold;
	font-size: 14px;
	}
	
	a.category:hover {
	color            : #999999;
	}
/*--- Page Contents  END---*/

	/*Images*/
	/* MOSIMAGE */
	div.mosimage img {
	float: left;
	margin-top: 10px;
	padding-right:10px;
	}

	td.contentdescription img {
	margin-right: 6px;
	}

	/* Javascript Back button */
	.back_button {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	/* Mainpage END */
/* Core End */

/* Footer */ 
	#footer
	{
	background: #fff;
	text-align:right;
	float: left;
	height: 35px;
	width:800px;
	}

	#copyright
	{
	position: relative;
	top: 10px;
	margin-left:80px;
	float: left;
	color: #aaaaaa;
	}
	
	#WC3, #WC3 img
	{
	margin-left:6px;
	float: left;
	border:0;
	}
	#search
	{
	float: left;
	position: relative;
	top: -10px;
	left: 10px;
	}
	


/*different setting for newsflash*/
	.newsflash td {
	color: #000000;
	text-align: justify;
	vertical-align: middle;
	}

/* --Default Class Settings-- */
	
 p, div, span, table td {
	 font-family: Verdana, Helvetica, Arial, sans-serif;
	 text-align: left;
}

hr {
  background       : #999999;
  height           : 1px;
  width            : 100%;
}
h1	{
	color: #434343;
	font-size: 18px;
	font-weight: bold;
	}
h2	{
	color: #434343;
	font-size: 16px;
	font-weight: bold;
	}
h3	{
	color: #434343;
	font-size: 14px;
	font-weight: bold;
	}
h4	{
	color: #434343;
	font-size: 12px;
	font-weight: bold;
	}


	a.mainmenu:link, a.mainmenu:visited {
	color: #ffffff; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;

}
a.mainmenu:hover {
	color: #333333; 
}
.pollstableborder {
	border: 1px solid;
	padding: 1px;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 10px;
	color: #ff6600;
	text-align: left;
}


a.sublevel:hover {
	color: #ff9e31; text-decoration: none;
}

table.moduletable {
	padding: 5px 0px 5px 8px;
	margin-bottom: 15px;
	width: 100%;
	background: #fff;
}

table.moduletable th {

	color            : #000000;
	text-align       : left;
	width            : 100%;
	letter-spacing: 2px;
	text-indent: 5px;
	padding-bottom: 3px;
}

table.moduletable li {
}

table.moduletable ul {
}
table.moduletable td {

}

.poll {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 10px;
	color            : #666666;
	line-height      : 14px;
}

table.pollstableborder {
	border: 1px solid #cccccc;
}

.sectiontableheader {
	background-color : #CCCCCC;
	color            : #333333;
	font-weight      : bold;
}

.sectiontableentry1 {
	background-color : #F0F0F0;
}

.sectiontableentry2 {
	background-color : #E0E0E0;
}

.small {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 10px;
	color            : #999999;
	text-decoration  : none;
	font-weight      : bold;
	visibility:	hidden;

}

span.small {
	visibility:	hidden;
}

.smalldark {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 10px;
	color            : #000000;
	text-decoration  : none;
	font-weight      : normal;
}

.createdate {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 10px;
	color            : #999999;
	text-align       : left;
}


.button {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-style       : normal;
	font-size        : 10px;
	font-weight      : bold;
	background-color : #F0F0F0;
	color            : #000000;
	border           : 1px solid #CCCCCC;
}

.inputbox {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 10px;
	color            : #000000;
	background-color : #F0F0F0;
	border           : 1px solid #CCCCCC;
}
/*Defualt link behaviour is underlined*/
a:link, a:visited {
	color: #ff6600;
	text-decoration: underline;
}

a:hover {
	color: #ff3300;
	text-decoration: none;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #ffae00;
	border-left: outset 2px #ff9900;
	border-right: outset 2px #808080;
	border-top: outset 2px #ff9900;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: normal;
}
.tabpadding {
}

.tabheading {
	background-color: #ffae00;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}
.code {
	background-color: #f0f0f0;
	border: 1px solid #FFF;
}

/* Text passed with mosmsg url parameter */
.message {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 10pt;
	color : #ff6600;
	text-align: center;
}

table.contenttoc {
	color: #333300;
	background-color: #e0e0e0;
	border: 1px solid #333;
}

table.contenttoc td {
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	line-height: 15px;
	padding-left: 10px;
	padding-top: 0px;
	background-image: url(../images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	background-color: #293C43;
	color: #ffffff;
	font-weight: bold;
}
