/*********************************************/
/*	Primary CPD Colours Used
/*		border-color:#ABAB58;
/*		background-color:#AACC88;
/*		color:#E9E9D8;
/*********************************************/

body
{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited
{
	color: #008877;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/************** header tag styles **************/
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #000000;
}

h3
{
	font-size: 1.3em;
}

h4
{
	font-size: 1.1em;
}

h5
{
	font-size: 1.1em;
	color:Gray;
}

#h3Red
{
	color:red;
}

/*************** list tag styles ***************/
ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
}
li
{
	padding-bottom: 8px;
	padding-left:0.5em;
}
/*************** alignment styles ***************/
.left {
	text-align:left;
}

.right {
	text-align:right;
}

#left 
{
	text-align:left;
}

#right
{
	text-align:right;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#headerSplash
{
	display:none;
}

#splash1
{
	display:none;
}

#splash2
{
	display:none;
}

#splash3
{
	display:none;
}

#pagecell
{
	position: absolute;
	top: 1%;
	left: 1%;
	right: 1%;
	width: 98%;
	overflow:visible;
	background-color: #FFFFFF;
}

#masthead
{
		display:none;
}

#pageNav
{
		display:none;
}

#content
{
	padding: 0px;
	margin: 0px;
	border-left: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	height: 100%;
}

#headlines{
		display:none;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** pageName styles ****************/
#pageName
{
	padding: 25px 0px 14px 10px;
	margin: 0px;
}

#pageName h2
{
	font: bold 175% Arial,sans-serif;
	color: #FFFFFF;
	left: 80px;
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#pageName img
{
		display:none;
}

#printLogo img
{
	display:inline;
}

/************* globalNav styles ****************/
#globalNav
{
		display:none;
}

#globalNav img
{
	margin-bottom: -4px;
}

/************* breadCrumb styles ***************/
#breadCrumb
{
	padding: 5px 0px 5px 5px;
	font: small Verdana,sans-serif;
	color: #999999;
}

#breadCrumb a
{
	color: #999999;
}

#breadCrumb a:hover
{
	color: #666666;
	text-decoration: underline;
}

/************** feature styles *****************/
.feature
{
	padding: 0px 0px 10px 10px;
}

html > body .feature
{
	height: auto;
}

/************** siteInfo styles ****************/
#siteInfo
{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #999999;
	padding: 10px 10px 10px 10px;
}

#siteInfo img
{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************ sectionLinks styles **************/
#sectionLinks
{
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
}

#sectionLinks a:link, #sectionLinks a:visited
{
		display:none;
}

#sectionLinks a:hover
{
	display:none;
}

.sectionLinksCurrent
{
	display:none;
}

/**************** advert styles *****************/
#advert
{
	padding: 10px;
	text-align: center;
}

#advert img
{
	display: block;
}

/*************** Table Styles ***************************/
table {
	width: 90%;
	border:1px solid #e6e6ef;
	border-width:0px 1px 1px 1px;
	font-size:100%;
}

th {
	vertical-align: bottom;
	white-space: nowrap;
	text-align: left;
	padding: 3px 3px 3px 6px;
	background-color:#AACC88;
	border:1px solid #FFFFFF;
	border-width:0px 0px 1px 0px;
	width:2%;
}

th.bottom{
	border:1px solid #e6e6ef;
	border-width:0px 0px 1px 0px;
}

td{
	background-color:#E9E9D8;
	border:1px solid #FFFFFF;
	border-width:0px 0px 1px 0px;
}

td.bottom{
	border:1px solid #FFFFFF;
	border-width:0px 0px 1px 0px;
}


tr.totals * {
	border-top:1px solid #000000;
	font-weight:bold;
}

.negTH{
	border: 1px solid #FFFFFF;
	border-width:0px 0px 0px 1px;
}

th.top{
	vertical-align:top;
}

caption {
	font-weight: bold;
	color: #FFFFFF;
	border:1px solid #000000;
	border-width:1px 0px 1px 0px;
	padding: 3px;
	white-space:nowrap;
	background-color:#999999;
	text-align:left;
}

.Bold
{
	font-weight: bold;
}

#warning, #valWarning, #pnlError
{
	background: #FBCCC6;
	border: 1px solid red;
	padding: 10px 10px 5px 10px;
	margin: 10px 10px 5px 10px;
	width: 10%;
	white-space:nowrap;
	color:red;
}

#warning ul, #valWarning ul
{
	list-style-image:url(../images/bulletWarning.gif);
}

.x
{
	font-style:italic;
	font-weight:bold;
}

/*********** Tab Styles ******************/
#tabnav
{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li
{
	margin-left: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#tabnav a:link, #tabnav a:visited
{
	float: left;
	background: #008877;
	font-weight: bold;
	padding: 2px 10px 2px 0px;
	margin-right: 4px;
	border-bottom: 1px solid #008877;
	border-left: 1px solid #AACC88;
	border-right: 1px solid #AACC88;
	border-top: 1px solid #AACC88;
	text-decoration: none;
	color: #FFFFFF;
}
/* -- Check use of this --*/

#tabnav a:link.active, #tabnav a:visited.active
{
	border: 1px solid #008877;
	border-bottom: 1px solid #AACC88;
	background: #AACC88;
	color: #FFFFFF;
}


#tabnav a:hover
{
	background: #AACC88;
	border: 1px solid #008877;
}

/*********** Step Styles ******************/
#stepnav
{
	height: 18px;
	padding-left: 10px;
	margin: 0px;
	background: url(../images/tab_bottom.gif) repeat-x bottom;
}

#stepnav li
{
	margin-left: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size:80%;
}

#stepnav a:link, #stepnav a:visited
{
	float: left;
	background: #008877;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border-bottom: 1px solid #008877;
	border-left: 1px solid #AACC88;
	border-right: 1px solid #AACC88;
	border-top: 1px solid #AACC88;
	text-decoration: none;
	color: #FFFFFF;
}

#stepnav .raquo{
	float: left;
	padding: 2px 2px 2px 2px;
	margin-right: 4px;
}

#stepnav a:link.off, #stepnav a:visited.off{
	background-color:#666666;
	color:#CCCCCC;

	border: 1px solid #008877;
}


/* -- Check use of this --*/

#stepnav a:link.active, #stepnav a:visited.active
{
	border: 1px solid #008877;
	border-bottom: 1px solid #AACC88;
	background: #AACC88;
	color: #FFFFFF;
}


#stepnav a:hover
{
	background: #AACC88;
	border: 1px solid #008877;
	color: #FFFFFF;
}

/*********** Join Styles ******************/
#Join {
	margin: 0;
	list-style: none;
	font-weight: bold;
}

#Join ul {
	height:80px;
	margin:0 0 4em 0;
	padding:0.5em;
}

#Join li {
	width:40%;
	display: inline;
	background-color: #F4F4EC;
	border: solid 1px #CCCCCC;
	text-align: center;
	margin:0px;
	padding:1em;
}

#Join a:link, #Join a:visited
{
	background: #008877;
	padding: 3px 3px 3px 3px;
	border: 1px solid #AACC88;
	color: #FFFFFF;
	text-align:center;
}

#Join a:hover
{
	background: #AACC88;
	border: 1px solid #008877;
	margin-bottom:5px;
}
/********************* end **********************/

#Disclamer{
	font-size:1em;
	font-style:italic;
	font-weight:bold;
	color:#CC0033;
	margin: 0.5em 0 0 0.7em;
}


.pending
{
	color:#CC0033;
	font-style:italic;
	font-weight:bold;
	font-size:smaller;	
}

