/* main_structural_definitions */
BODY					{ margin:0px; padding:0px; background-color:#ffffff; }
DIV.contentWidth		{ width:700px; }
DIV.contentLeft			{ width:40%; float:left; position:relative; }
DIV.contentRight		{ width:60%; float:right; position:relative; }
DIV.contentLeft30		{ width:30%; float:left; position:relative; }
DIV.contentRight70		{ width:68%; float:right; position:relative; }
/* /main_structural_definitions */


/* forms */
FORM					{ padding:0px; margin:0px; }
INPUT,SELECT			{ color:#333333; font-family:verdana; font-size:100%; height:20px; }
/* /forms */


/* search */
.lightBlueBox					{ background-color:#E2E6F2; padding:6px; }
.lightBlueBox .heading			{ background-color:#A9B2D9; padding:6px; }
.lightBlueBox .dgHeading		{ background-color:#A9B2D9; padding:6px; font-family:verdana; color:#333333; font-size:68%; line-height:130%;}
.lightBlueBox .content			{ padding:6px; }
.lightBlueBox .dgContent		{ padding:6px; font-family:verdana; color:#333333; font-size:68%; line-height:130%;}
.lightBlueBox HR				{ color:#003876; background-color:#003876; }
.lightBlueBox IMG.vr			{ background-color:#E2E6F2; }
.lightBlueBox STRONG			{ font-size:110%; }
.lightBlueBox INPUT.text		{ border:1px solid #6F81BF; }
.lightOrangeBox					{ background-color:#FDDECE; padding:6px; }
.lightOrangeBox .content		{ padding:6px; }
/* /search */

/* left_content_area */
DIV.leftContent			{ width:100%; }
.leftContent .header	{ background-image:url('../images/bg_ataglance.gif'); background-color:#A3B9DA; background-repeat:none; height:23px; vertical-align:middle; padding:0px 10px 0px 10px; }
.leftContent .content	{ background-color:#E2E6F2; padding:5px 10px 5px 10px; margin-bottom:1px; }
.leftContent .small		{ background-image:url('../images/bg_lc_small.gif'); background-repeat:none; height:23px; }
.leftContent .large		{ background-image:url('../images/bg_lc_large.gif'); background-repeat:none; height:38px; }
/* /left_content_area */


/* main_text */
A						{ color:#c37aac; text-decoration:none; }
A:visited				{ color:#A1987A; text-decoration:none; }
A:hover					{ color:#c37aac; text-decoration:underline; }
.standardPageText		{ font-family:verdana; color:#333333; font-size:68%; line-height:130%; } /* 11px */
.largePageText			{ font-family:verdana; color:#333333; font-size:75%; line-height:130%; } /* 12px */
H1						{ font-family:arial; color:#003876; font-size:180%; line-height:110%; font-weight:normal; padding:0px; margin:0px 0px 6px 0px; }
H3						{ font-size:110%; line-height:130%; font-weight:bold; color:#000066; padding:0px 0px 0px 0px; margin:0px 0px 6px 0px; }
.footerText                             { font-family:verdana; color:#003876; font-size:68%; line-height:130%; } /* 11px */
.lightBlueBox A:visited	{ color:#93828e; }
.lightBlueBox A:hover	{ color:#c37aac; }
/* /main_text */

/* columns */
.colLeft {
	float: left;
}
.colRight {
	float: right;
}
.colLeft,
.colRight {
	width: 237px;
	margin: 0;
	padding: 11px 11px 11px 11px;
	background-color: #f3f3f3;
}
.colLeft p,
.colRight p {
	width: 237px;
	padding: 0;
	margin: 0;
}
.colLeft .colImgHeader,
.colRight .colImgHeader {
	width: 259px;
	height: 120px;
	background-color: #fff;
	margin: -11px -11px 0px -11px;
	padding: 11px 11px -11px 0px;
	vertical-align: middle;
	text-align: center;
}
.colLeft h4,
.colRight h4 {
	font-size: 14px;
	font-weight: normal;
	color: #003777;
}
.colLeft .actionLink	,
.colRight .actionLink {
	background: #fff url(../images/img_angleleft.gif) 5px 17px no-repeat;
	margin: 12px -11px -11px -11px;
	padding: 12px 11px 0px 22px;
	width: 259px;
}
/* /columns */

/* buttons */
.btn A					{ color:#333333; text-decoration:none; }
.btn A:visited			{ color:#333333; text-decoration:none; }
.btn A:hover			{ color:#838A03; text-decoration:none; }
.btn					{ background-image:url('../images/btn_center.gif'); height:22px; font-family:verdana; font-size:8pt; line-height:20px; display:block; float:left; }
.btn DIV				{ height:22px; background-repeat:no-repeat; display:block; float:left; }
.btn DIV.left			{ background-image:url('../images/btn_left.gif'); background-position:0% 0%; padding-left:10px; }
.btn DIV.right			{ background-image:url('../images/btn_right.gif'); background-position:100% 0%; padding-right:10px; }
.bgBlue .btn			{ background-image:url('../images/btn_blue_center.gif'); }
.bgBlue DIV.left		{ background-image:url('../images/btn_blue_left.gif'); }
.bgBlue DIV.right		{ background-image:url('../images/btn_blue_right.gif'); }
.lightBlueBox .btn		{ background-image:url('../images/btn_lightblue_center.gif'); }
.lightBlueBox DIV.left	{ background-image:url('../images/btn_lightblue_left.gif'); }
.lightBlueBox DIV.right	{ background-image:url('../images/btn_lightblue_right.gif'); }
/* /buttons */


/* colours */
.bgBlue					{ background-color:#003876; }
.bgLightBlue			{ background-color:#E2E6F2; }
.blue					{ color:#657CC4; }
.darkBlue				{ color:#000066; }
.lightGreen				{ color:#cdd900; }
.mainContentRight HR	{ background-color:#003876; color:#003876; }
/* /colours */


/* actionlinks */
.actionLink						{ background-image:url('../images/img_angleleft.gif'); background-repeat:no-repeat; background-position:0px 4px; padding:0px 0px 2px 14px; }
SPAN.actionLink,A.actionLink	{ height:1em; vertical-align:middle; line-height:100%; }
.actionLink A, A.actionLink		{ color:#333333; text-decoration:none; }
.actionLink A:visited,
	A.actionLink:visited		{ color:#333333; text-decoration:none; }
.actionLink A:hover,
	A.actionLink:hover			{ color:#c37aac; text-decoration:none; }
.actionLinkRight				{ background-image:url('../images/img_angleleft.gif'); background-position:100% 4px; padding:0px 14px 2px 0px; }
.lightBlueBox .actionLink		{ background-image:url('../images/img_angleleft_white.gif'); }
.lightBlueBox .actionLinkLeft	{ background-image:url('../images/img_angleright_white.gif'); }
.lightBlueBox .actionLinkRight	{ background-image:url('../images/img_angleleft_white.gif'); }
/* /actionlinks */


/* page_nav */
.pageNav A				{ color:#333333; }
.pageNav A:visited		{ color:#333333; }
.pageNav A:hover		{ color:#ffffff; }
.pageNav .selected		{ color:#ffffff!important; }
/* /page_nav */


/* general */
HR						{ height:1px; color:#000066; background-color:#000066; border:0px; }
P						{ margin-top:0px; margin-bottom:10px; }
IMG.vr					{ background-color:#cdd900; background-image:url('../images/clear.gif'); background-repeat:repeat; width:1px; height:1em; display:inline; vertical-align:-1px; }
UL						{ margin:12px 0px 12px 20px; padding:0px; }
UL LI					{ list-style-image:url('../images/img_bulletblue.gif'); margin-top:6px; margin-bottom:6px; padding-top:0px; padding-bottom:0px; list-style-type:square; }
.floatLeft				{ float:left; }
.floatRight				{ float:right; }
.width100pc				{ width:100%; }
.width238px				{ width:238px; }

.expanderLink,.expanderLinkOpen	{ background-image:url('../images/icn_plus.gif'); background-repeat:no-repeat; background-position:0% 2px; padding:0px 0px 2px 0px; }
.expanderLinkOpen				{ background-image:url('../images/icn_minus.gif'); }
.expanderMain					{ padding:2px 0px 4px 20px; display:block; }
.expanderLink A					{ color:#333333; }
.expanderLink A:visited			{ color:#333333; text-decoration:none; }
.expanderLink A:hover			{ color:#C37AAC; text-decoration:none; }
.expanderLinkOpen A				{ color:#000066; font-weight:bold; }
.expanderLinkOpen A:visited		{ color:#000066; font-weight:bold; }
/*added by Ram to avoid defect with radiobutton list in mozilla & safari*/
#rblBusinessActivity TD LABEL	{ position:relative;top:-4px;}
*html #rblBusinessActivity TD LABEL	{ position:relative;top:0px;}
/* /general */



