/* COLOUR SCHEME ---------
#346 - Navy Blue - Overall
#15C - Blue - WITTI
#D00 - Red - DLS
#0E0 - Green - Corp. Tracking
#CDF - Light Blue
#D50 - Orange
#EEF - Alternate TD Blue */

/* Common Site Styles */
body, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;	
}
img { border:none; }
p {
	line-height:14pt;
	font-size:10pt;
	padding:0 0 1em 0;
	margin:0;
	clear:left;
}
a { text-decoration:none; }
a:visited { color:#15c }
strong, b { color: #333 }
h1 { font-size:16pt; line-height:20pt; } /* Color according to section */
h2 { font-size:14pt; border-bottom:1px #eee solid; color:#555; line-height:18pt; }
h3 { font-size:9pt; text-transform:uppercase; color:#000 }

#footer, #footer a, #footer a:hover {
	text-align:right;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#777;
	text-decoration:none;
	height:35px;
	padding:10px;
	display:block;
	clear:both;
	vertical-align:bottom;
}

/* Common Menu Styles */
#dls a, #acs a, #ct a, #cols a {
	text-transform: uppercase;
	text-decoration: none;
	display:block;
	border-bottom:#ccc 1px solid;
	padding:1em 1em;
	margin:0;
	border-left:#fff 10px solid;
	font-size:10px;
	font-weight:bold;
}
#dls a:hover { border-left:#d00 10px solid; background:#fee;}
#acs a:hover { border-left:#df0 10px solid; background:#efc;}
#ct a:hover { border-left:#0e0 10px solid; background:#cfc;}
#cols a:hover { border-left:#15c 10px solid; background:#cef;
}
.ctitle {
	font-family: "Arial Narrow", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #369;
	line-height: 14pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding: 0px;
	margin-bottom: 5pt;
	margin-top: 1em;
}
.cinfo {
	list-style:none;
	font-size:9px;
	color:#666;
	line-height:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:600;
	padding:0;
	margin:0;
	clear:both;
	float:none;	
}
.cinfo ul {
	display:block;
	margin: 0px;
}
.cinfo li {
	float:left;
	height:1.5em;
	padding:1pt 1em 1pt 0.5em;
	margin:0;
	background:#EEF;
}
.cdls {
	list-style:url(../images/dls-list.gif) inside;
	padding-left:1em;
}label {
	font: 9pt Arial, Helvetica, sans-serif;
	width: 120px;
}
.required {
	background: #FDD;
}

.spacer td {
	padding-bottom:1em;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.td-title {
	font-weight: bold;
	color: #333;
	background-color: #FFE;
	padding: 2px;
	border-bottom: 1px solid #999;
	vertical-align:top;
}
.smtxt {
	font-size: 9px;
	color: #333333;
}
.td-grey {
	color: #039;
	background: #eee;
}

