/* Overall Page Structure & Layout CSS */
html, body, form {
	padding: 0px;
	margin: 0px;
}
html {
	background: url(../images/bodyBGSlice.png) #F5F5F5 repeat-x 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #2864B4;	
}
html>body {
	font-size: 16px;
}
#bodyContainer {
	width: 1024px;
	margin: 3px auto 0px auto;
	text-align: left;
	background-color: #FFFFFF;	
	border: 1px solid #CCCCCC;	
}
#pageWrapper {
	background-color: #FFFFFF;
	padding: 2px;
}

a {
	text-decoration: none;
	color: #2864B4;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}
img {
	border: none;
}

.bold {
	font-weight: bold !important;
}

.underline {
	text-decoration: underline;
}
.hidden {
	display: none;
}
.noBottomMargin {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
hr {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	background: none;
	height: 2px;
	overflow: hidden;
	margin: 10px 10px;
	width: 20em;
	padding: 0px;	
}

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

#header {
	background:#215B99 url(../images/headerBGSlice.png) repeat-x scroll 0px;
	color: white;
	font-size: 22pt;
	text-indent: 20px;
	min-height:87px;
}

#header div.logo {
	padding-top: 10px;
}

h2 {
	margin-bottom: 4px;	
	padding: 0px;
}

h2, legend {
    font-size: 13pt;
    font-weight: bold;
    color: #0075B5;
    margin: none;
}

.pod {
	display: block;
	margin: 10px 7px 20px 7px;
	font-size: 10pt;
}

form fieldset {
    background-color: #F7FBFF;
    border: 1px solid #0075B5;
    padding: 7px 5px 0px 5px;
    margin: none;
    position: relative;    
}

h2, legend {
    font-size: 13pt;
    font-weight: bold;
    color: #0075B5;
    margin: none;
}

div.formRow {
	font-size: 10pt;
	padding-top: 10px;
	clear: left;
}

div.formRow label {
	font-weight: bold;
}

.mandatory {
	color: #ff6001;
}

.help {
	color: grey;
	font-style: italic;
}

div.formRow input, div.formRow textarea {
	display: block;
	padding: 1px 2px 2px 2px;
}

div.formRow div.formRow select {
	display: block;
	padding: 1px 1px 2px 2px;
}

textarea {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	padding: 1px;		
}

span.formError, span.fieldError {
	display: block;
	clear: left;
	color: #ff6001;
	font-weight: bold;
}

div.termsOfService {	
	height: 200px;
    border: 1px solid #0075B5;
    padding: 5px;
    margin-right: 3px;
    background-color: #EEE;
    overflow: scroll;
}

div.controls {
	clear: both;
	text-align: center;
	padding-top: 20px;
    padding-bottom: 10px;
	width: 100%;
}

input.smallButton {
	width: 20px;
	height: 20px;
}

input.button, input.smallButton {
	cursor:pointer;
}

optgroup {
	color: #0075B5;		
	font-weight: bold;
	font-style: normal
}

option {
	font-weight: normal;
	color: gray;
}

table {
	border-top: 1px solid #0075B5;	
	border-right: 1px solid #0075B5;
	background-color: #FFF;
}

th, td{
	border-left: 1px solid #0075B5;
	border-bottom: 1px solid #0075B5;
	padding: 3px 6px 3px 6px;
	font-size: 10pt;
}

th {
    color: #0075B5;	
}

th.timezone {
	width: 109px;
}

.nowrap {
	white-space: nowrap;	
}

.even {
    background-color: #F7FBFF;
}

.adjusted {
    font-weight: bold;	
    color: #ff6001;	    
}

div.disclaimer {
	font-weight: bold;
	margin-bottom: 10px;
}

#footerNav, #footerNav a, #copyright {
    font-size: 8pt;
    text-align: center;
    color: #333;
}

#copyright {
    margin-top: 0.5em;
    height: 5em;
}

div.terms div {
	margin-bottom: 10px;
}

.firefoxHiddenInputFix input {
	visibility: hidden;
	float: right;
}