
@charset "utf-8";
body, p, td, th, li {
	font-family : Verdana, Helvetica, Arial, Sans-serif;
	font-size : 11px;
}

h1 {
	font-size : 15px;
}

body {
	background-color : #D1D2D4;
	text-align : center;
}

#Layout {
	width : 855px;
	text-align : center;
	margin : 10px auto;
	background-image : url("layout/layoutBkg.gif");
	background-repeat : repeat-y;
	text-align : left;
}

#LayoutTop {
	height : 19px;
}

#LayoutBottom {
	height : 26px;
}

#TopBarTable {
	width : 855px;
}

#TopBar {
	height : 153px;
}

#TopBar .leftSpacer,
#TopBar .rightSpacer {
	width : 19px;
}

#TopBar .midSpacer {
	width : 8px;
	max-width : 8px;
}

#TopBarImage {
	position : relative;
	width : 579px;
	max-width : 579px;
	overflow : hidden;
}

#LoginBox {
	padding : 0px;
	height : 153px;
	font-family : Verdana, Helvetica, Arial, Sans-serif;
	font-size : 11px;
}

#LoginTable {
	margin : 0px;
	background-color : #D1D2D4;
	max-width : 228px;
	min-width : 228px;
	width : 228px;
	max-height : 153px;
	min-height : 153px;
	height : 153px;
	
}

#LoginTable tr:first-child td {
	padding-top : 11px
}

#LoginTable td {
	font-family : Verdana, Helvetica, Arial, Sans-serif;
}

.forgottenPassword {
	background-color : #FCB827;
	height : 35px;
	vertical-align : middle;
}

#LoginTable td.forgottenPassword:first-child {
	padding-left : 10px;
}

#LoginTable td.forgottenPassword:last-child {
	text-align : right;
}

#BottomNav {
	padding-top : 20px;
	text-transform : uppercase;
	color : #FDB720;
	font-weight : bold;
	text-align : center;
	font-size : 13px;
}

#BottomNav2 {
	padding-top : 20px;
	text-transform : uppercase;
	color : #727275;
	font-weight : bold;
	text-align : center;
	font-size : 13px;
}

#BottomNav2 span {
	text-transform : none;
}

#BottomNav a:link,
#BottomNav a:active,
#BottomNav a:visited {
	color : #FDB720;
	text-decoration : none;
}
#BottomNav a:hover {
	color : #FDB92A;
}
#BottomNav2 a:link,
#BottomNav2 a:active,
#BottomNav2 a:visited {
	color : #727275;
	text-decoration : none;
}
#BottomNav2 a:hover {
	color : #666666;
}

#CopyrightSpace {
	padding : 20px 45px 0px 45px;
	font-size : 9px;
}

#Content {
	padding : 20px 45px 0px 45px;
	height : auto;
	font-family : Verdana, Helvetica, Arial, Sans-serif;
	font-size : 11px;
}

.listTable {
	width : 100%;
	border : 1px #000000 solid;
}

.listTable th {
	text-align : left;
	vertical-align : bottom;
	font-weight : bold;
	border-bottom : 1px #000000 solid;
}

.oddRow {
	background-color : #D1D2D4;
}

.evenRow {
}

.bySiteWhirks {
	color : #FFFFFF;
	font-family : Verdana,Helvetica,Arial,Sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-align : center;
}

.bySiteWhirks img {
	position : relative;
	top : 1px;
}
