@charset "UTF-8";
/* CSS Document */

body, html {
	height:100%;
	min-height:100%;
}
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url('images/bg.png');
	background-repeat:repeat-y;
}
p {
	font-size:12px;
}
h2 {
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#990000;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.selectedLink {
	color:#990000;
	font-weight:bold;
	cursor:default;
}
a.selectedLink:hover {
	text-decoration:none;
}
a.editLink {
	color:#990000;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
}
label {
	cursor:pointer;
}
#outer {
	min-height:550px;
	height:100%;
}
#header {
	min-width:1002px;
	background: url('images/headerBackground.png');
	background-repeat: repeat-x;
	width:100%;
	height:114px;
	position:absolute;
	top:0px;
	left:0px;
}
#header #logoLeft {
	background: url('images/logoLeft.png');
	background-repeat:no-repeat;
	width:575px;
	height:114px;
}
#header #logoRight {
	background: url('images/logoRight.png');
	background-repeat:no-repeat;
	width:409px;
	height:114px;
	float:right;
}
#menu {
	position:relative;
	background-color:#000000;
	width:200px;
	padding-top:120px;
	float:left;
	height:auto;
	text-align:left;
}

.menuAnchor {
	background:none;
	border:none;
	color:red;
	display:block;
	font-size:15px;
	font-weight:bold;
	margin: 10px 0px 10px 3px;
	padding:2px 10px;
	width:180px;
	text-align:left;
	cursor:pointer;
}


#content {
	background: #FFF;
	width:800px;
	height:100%;
	min-height:100%;
	margin-left:202px;
	position:absolute;
	top:0px;
	left:0px;
}
#innerContent {
	width:auto;
	padding:130px 20px 0 20px;
}
#homePage {
	color:#FFF;
	position:absolute;
	bottom:0px;
	left:0px;
	width:200px;
}

table.blue, table.red {
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#000;
	width:100%;
}
table.blue th, table.red th {
	font-size:12px;
	border-width:1px 1px 0px 0px;
	border-style:solid;
	border-color:#000;
	height:30px;
}
table.blue th span, table.red th span {
	font-weight:normal;
}
table.blue td, table.red td {
	border-width:1px 1px 0px 0px;
	border-style:solid;
	border-color:#000;
	vertical-align:top;
}
table.blue td textarea, table.blue td input, .table.red td textarea, table.red td input{
	width:auto;
	border:none;
	margin:2px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
table.blue td, table.blue td input, table.blue td textarea {
	background-color:#DBD9FD;
}
table.red td, table.red td input, table.red td textarea {
	background-color:#E3DDDD;
}


input.menu {
	background:none;
	border:none;
	color:#FFF;
	display:block;
	font-size:15px;
	font-weight:bold;
	margin: 10px 0 10px 0;
	padding:2px 10px;
	width:180px;
	text-align:left;
	cursor:pointer;
}
input.menuDisable {
	background:none;
	border:none;
	color:#333333;
	display:block;
	font-size:15px;
	font-weight:bold;
	margin: 10px 0 10px 0;
	padding:2px 10px;
	width:180px;
	text-align:left;
	cursor:help;
}
a.pointsBronze, a.pointsSilver, a.pointsGold {
	display:block;
	width:196px;
	height:128px;
}
a.pointsBronze {
	background:url('images/wciBronze.png');
}
a.pointsSilver {
	background:url('images/wciSilver.png');
}
a.pointsGold {
	background:url('images/wciGold.png');
}
ul.noList {
	list-style:none;
	margin:0 0 1px 0;
	padding:0px 10px;
}
ul.noList li {
	margin-left:0px;
	padding-left:0px;
	padding-bottom:1px;
}
ul.noList input {
	font-size:10px;
	margin:0px;
	padding:1px;
	border:none;
	border-bottom:1px dotted #000;
}
ul.contactList {
	margin:0 0 1px 0;
	padding:0px 10px;
}
ul.contactList li {
	padding-bottom:1px;
	font-weight:bold;
}
ul.yourAccountLinks {
	margin:10px 0px;
	padding:0 20px;
}
ul.yourAccountLinks li {
	margin:5px 0;
	list-style:none;
}
textarea {
	margin:0px;
	padding:0px;
	overflow-y:scroll;
}
legend {
	color:#000;
	margin-bottom:5px;
}
fieldset {
	padding:8px;
	margin-bottom:20px;
}
ul.menu {
	margin:0px 10px;
	padding:0px;
	color:#FFF;
	font-weight:bold;
	list-style:none;
	font-size:14px;
	cursor:default;
}
ul.menu li {
	padding:11px 0px;
}
div.success {
	min-width:300px;
	padding:0 5px;
	height:50px;
	margin:10px auto;
	background:#f0f5fa;
	color:#405671;
	border:1px solid #c2cfdf;
	position:relative;
	text-align:center;
}
div.success p {
	line-height:50px;
	margin:0px;
}
div.failed {
	min-width:300px;
	padding:0 5px;
	height:50px;
	margin:10px auto;
	background:#f4e7ea;
	color:#723437;
	border:1px solid #ae7578;
	position:relative;
	text-align:center;
}
div.failed p {
	line-height:50px;
	margin:0px;
}

div.failedList {
	min-width:300px;
	padding:0 5px;
	margin:10px auto;
	background:#f4e7ea;
	color:#723437;
	border:1px solid #ae7578;
	position:relative;
}
