body{
	background-color: White;
}

td{
	vertical-align:top;
}

/*
	Table that holds all others in place
*/
.mainTable{
	border: none;
	border-width: 1;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	width:987px;
}

.layoutTable{
	border-width: 1;
	width: 100%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

.layoutTable .frontPageContentDIV{
	border-top-style: none;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #A3A3A3;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #A3A3A3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A3A3A3;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: White;
	background-position: bottom;
	background-repeat: no-repeat;
}

.layoutTable table{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}


/*
	All other tables for main page
*/	

.loginTable{
	width: 300px;
	height: 100px;
	text-align: center;
}

.loginTable .frontPageContentDIV{
	height: 119px;
	background-image: url(./images/backgroundGradientMedium.gif);
	vertical-align: middle;
}

.loginTable Table{
	color: #324063;
	font-family: Verdana;
	font-size: 12px;
	line-height: 24px;
	vertical-align: middle;
}

.loginTable .addFavouritesLink{
	font-size: 8px;
	text-align: center;
}

.welcomeTable{
	width: 206px;
}



.logoutDIV{
	position: absolute;
	background-color: transparent;
	left: 920px;
	top: 90px;
}

.logoutDIV INPUT{
	color: #003396;
}


.frontPageLogoDIV{
	height: 65px;
	background-repeat:no-repeat;
	background-position:center;
	border-top-style: none;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #A3A3A3;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #A3A3A3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A3A3A3;
	font-size: 10px;
	color: black;
	font-family: Verdana;
}



/* ONE CLICK DASHBOARD TABLE */

.oneClickDashboardTable{
	width: 206px;
}

.oneClickDashboardTable TD{
	font-size: 10px;
	color: black;
	text-decoration: none;
	line-height: 18px;
}


.oneClickDashboardTable .frontPageContentDIV{
	height: 268px;
	color: #CC6600;
	background-image: url(./images/backgroundGradientLarge.gif);
}

.oneClickDashboardSubTable table{
	color: #CC6600;
}

.oneClickDashboardSubTable A{
	color: black;
	text-decoration: none;
}

.oneClickDashboardSubTable th{
	width: 80%;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
}

.oneClickDashboardSubTable td{
	text-decoration: none;
	line-height: 18px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

/* REPORTS TABLE SECTION */

.reportsTable{
	width: 535px;
	color: #003396;
}

.reportsTable .frontPageContentDIV{
	height: 370px;
	background-image: url(./images/backgroundGradientLarge.gif);
	overflow: auto;
	scrollbar-arrow-color: #0066C8;
    scrollbar-3dlight-color: #4F4F82;
    scrollbar-darkshadow-color: #4F4F82;
    scrollbar-face-color: #f4f4f0;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #d0d0d0;
    scrollbar-track-color: #ffffff;
}

.reportsList{
	list-style-image: url(./images/liArrowRightBlue.gif);
	font-weight: bold;
}

.reportsListSelected{
	list-style-image: url(./images/liArrowDownBlue.gif);
	font-weight: bold;
}

.reportsList SPAN{
	cursor: pointer;
}

.reportsListSelected SPAN{
	cursor: pointer;
}

.reportsList LI{
	margin-top: 18px;
}

.reportsListSelected LI{
	margin-top: 18px;
}

.reportDIV{
	background-color: #D5E0F2;
	width: 430px;
}

.reportDIV Table{
	width: 100%;
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	font-family: Verdana;
	color: #003396;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.reportDIV TH{
	font-weight: bold;
}





/* MANAGERS GUIDES TABLE SECTION */

.managersGuidesTable{
	width: 206px;
	color: #947805;
}

.managersGuidesTable .frontPageContentDIV{
	height: 370px;
	background-image: url(./images/backgroundGradientLarge.gif);
	/*scrollbar-base-color: #D5E0F2;
	scrollbar-arrow-color: #003396;*/
	background-position: bottom;
	background-attachment: scroll;
}

/* have had to nest another DIV thanks to IE 7's shite rendering */
.managersGuidesScrollingDIV{
	height: 365px;
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	scrollbar-arrow-color: #DAA520;
    scrollbar-3dlight-color: #EEDC82;
    scrollbar-darkshadow-color: #B8860B;
    scrollbar-face-color: #f4f4f0;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #B8860B;
    scrollbar-track-color: #f5f5f5;
}

.managersGuidesList{
	list-style-image: url(./images/liArrowRightYellow.gif);
	font-weight: bold;
	margin-left: 10px;
	padding-left: 0px;
	text-indent: 0px;
}

.managersGuidesList LI{
	margin-top: 18px;
	margin-left: 5px;
	padding-left: 0px;
	text-indent: 0px;
}

.managersGuidesListSelected LI{
	margin-top: 18px;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
}

.managersGuidesListSelected{
	list-style-image: url(./images/liArrowDownYellow.gif);
	font-weight: bold;
	margin-left: 10px;
	padding-left: 0px;
	text-indent: 0px;
}

.managersGuidesList SPAN{
	cursor: pointer;
}

.managersGuidesListSelected SPAN{
	cursor: pointer;
}


.managersGuideDIV{
	background-color: #FAF6E5;
	width: 175px;
	margin-left: -10px;
}

.managersGuideDIV Table{
	width: 100%;
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	font-family: Verdana;
	color: #947805;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 0px;
}

.managersGuideDIV TH{
	font-weight: normal;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #947805;
	padding-top: 5px;
	padding-bottom: 5px;
}

.managersGuideDIV TD{
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #947805;
}



/* HML DATA TABLE SECTION */

.HMLDataTable{
	width: 206px;
}

.HMLDataTable .frontPageContentDIV{
	height: 150px;
	background-image: url(./images/backgroundGradientSmall.gif);
}


.HMLDataSubTable{
	width: 100%;
}

.HMLDataSubTable TH{
	width: 75%;
	font-size: 10px;
	color: black;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
}

.HMLDataSubTable TD{
	width: 25%;
	font-size: 10px;
	color: black;
	text-decoration: none;
	line-height: 18px;
	text-align: right;
}




/* YOUR CONTACTS SECTION */

.yourContactsTable{
	width: 535px;
}

.yourContactsTable .frontPageContentDIV{
	height: 150px;
	text-align: center;
	background-image: url(./images/backgroundGradientSmall.gif);
}

.yourContactsTable table{
	margin: 0px auto;
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	width: 95%;
}

.yourContactsTable table td{
	border-bottom-style: dotted;
	border-bottom-color: #CA6286;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.yourContactsTable table th{
	font-weight: bold;
	color: #7D2A48;
	border-bottom-style: dotted;
	border-bottom-color: #CA6286;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
}





/* YOUR DOCUMENTS SECTION */

.yourDocumentsTable{
	width: 206px;
}

.yourDocumentsTable .frontPageContentDIV{
	height: 150px;
	background-image: url(./images/backgroundGradientSmall.gif);
}


.yourDocumentsSubTable{
	width: 100%;
}

.yourDocumentsSubTable TH{
	width: 75%;
	font-size: 10px;
	color: black;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
}

.yourDocumentsSubTable TD{
	width: 25%;
	font-size: 10px;
	color: black;
	text-decoration: none;
	line-height: 18px;
	text-align: right;
}

.yourDocumentsSubTable TR{
	margin: 1px auto;
	font-size: 10px;
	color: black;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	
}
.yourdocumentsScrollingDIV{
	height: 140px;
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	scrollbar-arrow-color: #00C11A;
    scrollbar-3dlight-color: #4F824F;
    scrollbar-darkshadow-color: #4F824F;
    scrollbar-face-color: #f4f4f0;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #d0d0d0;
    scrollbar-track-color: #f5f5f5;
	
}