/* Redefined HTML tags */
body {
	background: #000000;
	
	margin-top: 18px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	
	font: normal 10pt "trebuchet ms",Arial,sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

select {
	font: normal 8pt "trebuchet ms",Arial,sans-serif;
	border: 1px solid #EEEEEE;
}

input {
	font-size: 7pt;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong{
	font-weight: bold;
}

/* Redefined HTML tags using Custom CSS Classes */
td.leftNavBar a {
	display: block;
}

tr.tableHeaderRow td a {
	color: #720000;
}

tr.tableHeaderRow td a:hover {
	color: #720000;
	text-decoration: underline;
}

td.headerAddressText a {
	color: #9CA2A5;
}

table.tableList td.info input {
	padding: 2px;
}

td.headerAddressText a:hover {
	color: #FF796B;
}

td.centre a {
	color: #FFFFFF;
}

td.centre a:hover {
	color: #DDDDDD;
}

a.pageButton {
	background-color: #000000;
	text-decoration: none;
	border-color: white;
	
}

a.pageButton:hover {
	background-color: #440000;
	text-decoration: none;
	border-color: white;
}

/* Custom CSS Classes */

table.ManageLogins input{
	width: 95px;
}

div.Notice, 
div.ErrorNotice, 
div.ConfirmNotice {
	margin: 10px auto 15px auto;
	text-align: center;
	background-color: #FFFFEE;
	padding: 12px;
	font-size: 11pt;
	font-weight: normal;
}

div.ErrorNotice {
	width: 75%;
	border: 2px solid #CC0000;
	color: #CC0000;
}

div.ConfirmNotice {
	width: 40%;
	border: 2px solid #009900;
	color: #009900;
}

div.Notice {
	width: 60%;
	border: 2px solid #999999;
	color: #333333;
	padding: 12px;
	font-size: 10pt;
	font-weight: normal;
}

.headerAddressText {
	font: bold 8pt "trebuchet ms",Arial,sans-serif;
	line-height: 120%;
	color: #FFFFFF;
	text-align: center;
	width: 165px;
}

.info{
}

.label {
	font-weight: bold;
	color: #EEEEEE;
}

.text {
	font-weight: normal;
	color: #CECBCE;
}

.textEm12 {
	font-size: 12pt;
	font-weight: bold;
	color: #EEEEEE;
}

.tableHeaderRow {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.tableList {
	background-color: #FFFFFF;
	color: #000000;
}

.pageButton {
	border: 1px solid #313031;
	padding-left: 2px;
	padding-right: 2px;
}

.leftNavBar {
	width: 165px;
	padding-right: 5px;
	vertical-align: top;
}

.topLeft {
	background-image: url('../Images/TopLeft.gif');
	width: 10px;
}

.topMiddle {
	background-image: url('../Images/TopMiddle.gif');
}

.topRight {
	background-image: url('../Images/TopRight.gif');
	width: 10px;
}

.middleLeft {
	background-image: url('../Images/MiddleLeft.gif');
}

.centre {
	background-color: #313031;
	color: #CECBCE;
	
	font-size: 9pt;
}

.middleRight {
	background-image: url('../Images/MiddleRight.gif');
}

.bottomLeft {
	background-image: url('../Images/BottomLeft.gif');
	width: 10px;
}

.bottomMiddle {
	background-image: url('../Images/BottomMiddle.gif');
}

.bottomRight {
	background-image: url('../Images/BottomRight.gif');
	width: 10px;
}

.headerMainText {
	font: bold 12pt "trebuchet ms",Arial,sans-serif;
	color: #FFFFFF;
}

.pageTitleText {
	font: bold 16pt "trebuchet ms",Arial,sans-serif;
	color: #FFFFFF;
}
