/* Main CSS */
/* This css must be referenced in ALL files*/
/* 1. General Styles: html, body, p, img, div, ... */
/* 2. Fading Tooltips */
/* 3. Basic Layout Structure & Columns */
/* 4. Header Elements (Above Top Navigation) */
/* 5. Top Navigation */
/* 6. Left Navigation */
/* 7. Footer bar */
/* 8. Title bars */
/* 9. Content containers & Rounded Corners */
/* 10. User Notification Messages */
/* 11. Dividers */
/**/
/********************************************************************/
/* General Tags */
html {
	height: 100%;
}
body {
	background-color: #c3c3c3;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	/* This is a work around for IE5 to align the main-container div in the centre - http://bluerobot.com/web/css/center1.html */
	text-align: center;
	height: 100%;
	font-size: 12px;
}
p {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
div {
	margin: 0;
	padding: 0;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:link {
	text-decoration: underline;
	color: #003366;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #003366;
}
/**/
/* Fading Tooltips*/
body div#toolTip {
	position: absolute;
	z-index: 1000;
	width: 220px;
	background: #FFCC66;
	border: 2px single #fff;
	text-align: left;
	padding: 5px;
	min-height: 1em;
	-moz-border-radius: 5px; 
}
body div#toolTip p {
	margin: 3px 0 0 0;
	padding: 0;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body div#toolTip p em {
	display: block;
	margin-top: 3px;
	color: #f60;
	font-style: normal;
	font-weight: bold;
	}
body div#toolTip p em span {
	font-weight: bold;
	color: #000;
}
/**/
/* Basic Layout structure and tables */
div.main-container-shadow {
	width: 824px;
	background-image: url(../img/centre_bg.gif);
	background-repeat: repeat-y;
	margin: auto;
	text-align: left;
	height: 100%;
	/* only ie will see these next 2 lines, they are required by ie7 */
	.min-height: 100%;
	.height: ;
	display: table;
}
/* only ie6 will see this - http://centricle.com/ref/css/filters/ */
* html div.main-container-shadow {
	height: 100%;
}
div.main-container-gradient {
	width: 800px;
	background-image: url(../img/centre_gradient.gif);
	background-repeat: repeat-x;
	background-color: #e3e3e3;
	margin: auto;
	height: 100%;
	/* only ie will see these next 2 lines, they are required by ie7 */
	.min-height: 100%;
	.height: ;
	display: table;
}
/* only ie6 will see this - http://centricle.com/ref/css/filters/ */
* html div.main-container-gradient {
	height: 100%
}
table.main {
	width: 750px;
	border: 0;
	margin: 0 0 0 24px;
}
table.main td.header {
	height: 106px;
}
table.main td.body {
	padding-top: 10px;
}
table.main td.footer {
	height: 28px;
	padding-top: 10px;
}
table.columns {
	width: 750px;
	border: 0;
	margin: 0;
}
table.columns td.left {
	width: 162px;
	border: 0;
	margin: 0;
	padding: 0;
}
table.columns td.center {
	width: 578px;
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
div.header {
	margin: 0;
	width: 750px;
	float: left;
	height: 106px;
}
div.column-left {
	width:162px;
	padding:0;
	margin: 0;
}
div.column-center {
	padding:0;
	margin: 0;
	width: 578px;
	min-height: 300px;
}
div.footer {
	width: 750px;
	margin: 0;
	float: left;
	display: block;
	padding: 0 0 10px 0;
}
/**/
/* Header Elements */
div.ds-logo {
	width: 750px;
	height: 54px;
	margin-top: 14px;
}
div.language-selector {
	width: 240px;
	height: 28px;
	position: relative;
	right: 0px;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	float: right;
	padding: 0;
	display: none;
}
div.language-selector a{
	color: #000000;
	text-decoration: none;
}
div.language-selector a:hover{
	color: #000000;
	text-decoration: underline;
}
/**/
/**/
/* Top Navigation */
div.navigationbar {
	width: 750px;
	height: 28px;
	background-image: url(../img/navigation_titlebar.gif);
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	top: 0px;
	left: 0px;
	margin: 10px 0 0 0;
}
div.navigationitems {
	width: 631px;
	color: #333333;
	margin: 0;
}
div.myaccount {
	width: 119px;
	color: #333333;
	margin: 0;
	float: left;
}
ul.navigationitems-main {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	padding-left: 16px;
	height: 28px;
	overflow: visible;
	text-align: left;
}
ul.navigationitems-main {
	width: 734px;
	voice-family: "\"}\"";
	voice-family: inherit;
	/*width: auto*/
}
ul.navigationitems-main li {
	display: block;
	float: left;
	margin: 0 13px 0 0;
	padding: 0 11px 0 11px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
}
ul.navigationitems-main li a, ul.navigationitems-main li a:visited {
	color: #333333;
	text-decoration: none;
	text-shadow: #CCCCCC 2px 2px 1px;
}
ul.navigationitems-main li a:hover {
	color: #FFFFFF;
	text-shadow: #CCCCCC 2px 2px 1px;
	/*background-color: #666666;*/
}
ul.navigationitems-main li.current {
	background-color: #666666;
	border-left: 1px solid #333333;
	border-right: 1px solid #cccccc;
}
ul.navigationitems-main li.current a {
	color: #FFFFFF;
	background-color: #666666;
	text-shadow: none;
}
ul.navigationitems-main li.myaccount {
	width: 100px;
	position:absolute;
	right: -13px;
	text-align: center;
}
ul.navigationitems-main li.myaccount a {
	color: #333333;
	text-shadow: #9ca944 2px 2px 1px;
}
ul.navigationitems-main li.myaccount a:hover {
	color: #FFFFFF;
	text-shadow: #ecf4c5 2px 2px 1px;
}
/**/
/* Side Navigation */
div.sidenav-wrapper {
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #e5e5e5;
	background-image: url(../img/sidenav_top.gif);
}
div.sidenav-top-cap {
	height: 8px;
	background-image: url(../img/sidenav_top_cap.gif);
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ababab;
}
div.sidenav {
	background-image: url(../img/sidenav_bg.gif);
	background-repeat: repeat-y;
	position: relative;
	padding: 0;
	margin: 0;
}
div.sidenav-bottom {
	height: 8px;
	background-image: url(../img/sidenav_bottom.gif);
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	margin: 0;
}
div.sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
div.sidenav li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ababab;
}
div.sidenav li a {
	padding: 10px 5px 10px 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-image: url(../img/sidenav_btn_up.gif);
	white-space: nowrap;
}
div.sidenav a, .sidenav a:visited {
	color: #666666;
}
div.sidenav a:hover {
	color: #333333;
	text-decoration: none;
}
div.sidenav li.selected a {
	background: none;
}
div.sidenav li.selfirst a {
	background: none;
}
div.sidenav > ul > li.selected a {
	background: none;
}
div.sidenav > ul > li.selfirst a {
	background: none;
}
div.sidenav li.selected a {
	color: #333333;
	text-decoration: none;
	padding-bottom: 0;
}
div.sidenav li.selected a:hover {
	color: #333333;
}
div.sidenav li.selected ul li a:hover {
	color: #333333;
}
div.sidenav ul ul {
	margin: 5px 0;
	background: none;
}
div.sidenav li li {
	margin: 0;
	border: none;
	padding: 2px 5px 2px 25px;
	font-size: 10px;
	background: none;
}
div.sidenav li li a {
	margin: 0;
	padding: 0;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background: none;
}
div.sidenav li.selected li a {
	color: #666666;
	background: none;
}
div.sidenav li li.selected {
	background: none;
}
div.sidenav li li.selected a {
	color: #333333;
	text-decoration: none ;
	font-weight: bold;
	background: none;
}
/**/
/* Footer bar */
div.footerbar {
	height: 28px;
	background-image: url(../img/bar_footer.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0;
	line-height: 28px;
	font-weight: bold;
}
div.footerbar a{
	color: #333333;
	text-decoration: none;
}
div.footerbar a:hover{
	text-decoration: underline;
}
/**/
/* Title Bars */
div.orangebar, div.bluebar, div.greenbar, div.greybar {
	height: 28px;
	width: 578px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 12px 0px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 28px;
	position: relative;
	float: left;
}
div.orangebar {
	background-image: url(../img/bar_orange.gif);
}
div.greenbar {
	background-image: url(../img/bar_green.gif);
}
div.bluebar {
	background-image: url(../img/bar_blue.gif);
}
div.greybar {
	background-image: url(../img/bar_grey.gif);
}
/**/
/* Content Containers & Rounded Corners*/
div.content-container {
	position: relative;
	padding: 0;
	margin: 0px 0px 12px 0px;
	display: block;
	float: left;
}
div.top-rounded-corners {
	height: 10px;
	background-image: url(../img/rounded_corners_top.gif);
	position: relative;
	margin: 0;
	background-repeat: no-repeat;
}
div.content-block {
	position: relative;
	padding: 0;
	margin: 0;
	display: table;
	background-color: #FFFFFF;
	height: 100%;
	width: 578px;
}
div.bottom-rounded-corners {
	height: 10px;
	background-image: url(../img/rounded_corners_bottom.gif);
	position: relative;
}
/**/
/* User Notification Messages */
div.usernotification-blue {
	border: 3px solid #006699;
	color: #006699;
	font-weight: bold;
	padding: 18px 10px 18px 10px;
	margin: 0px 0px 12px 0px;
}
div.usernotification-red {
	border: 3px solid #FF0000;
	color: #FF0000;
	font-weight: bold;
	padding: 18px 10px 18px 10px;
	margin: 0px 0px 12px 0px;
}
/**/
/* Dividers */
div.divider {
	height: 2px;
	margin: 12px 0px 12px 0px;
}
div.divider-topbevel {
	background-color: #d7d7d7;
	height: 1px;
	width: 578px
}
div.divider-bottombevel {
	background-color: #FFFFFF;
	height: 1px;
	width: 578px
}
/**/
/********************************************************************/
