
/* SIMPLE LOGIN FORM */
div.loginContainer {
    margin: 0 auto;
    width: 280px;
}
div.loginContainerWide {
    margin: 0 auto;
    width: 750px;
}
.simpleLogin {
	margin: 0 auto;
    width: 240px;
    padding: 14px;
    border: solid 1px #003366;
    background: #fff;
}
.simpleLogin .formHeader {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 24px;
    margin: 0px;
}
.simpleLogin .inputBox {
    font-size: 1em;
    border: 3px solid #d0d9e0;
    padding: 4px;
    width: 224px;
    background-color: #f7f9fb;
}
.simpleLogin label {
    font-size: 0.9em;
}
.simpleLogin .button {
    font-size: 0.9em;
    border: 1px solid #003366;
    background-color: #fff;
}
.simpleLogin a {
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    color: #C0C0C0;
}
.simpleLogin .selected, .simpleLogin a:hover {
    text-decoration: none;
    color: #000000;
}
.simpleLogin ul.errors {
    margin: 4px 0px;
    padding: 0px;
    font-size: 0.9em;
    color: #990000;
}
.simpleLogin ul.errors li {
    list-style-type: none;
}

/* RENEWAL FORM */
div.renewalContainer {
    margin: 0 auto;
    width: 750px;
}
.renewalForm {
	margin: 0 auto;
    padding: 14px;
    background: #fff;
}
.renewalForm .formHeader {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 24px;
    margin: 0px;
}
.renewalForm .inputBox {
    font-size: 1em;
    border: 3px solid #d0d9e0;
    padding: 4px;
    width: 224px;
    background-color: #f7f9fb;
}
.renewalForm .inputBoxNoWidth {
    font-size: 1em;
    border: 3px solid #d0d9e0;
    padding: 4px;
    background-color: #f7f9fb;
}
.renewalForm .inputRadio {
    font-size: 1em;
    padding: 4px;
}
.renewalForm label {
    font-size: 0.9em;
}
.renewalForm .button {
    font-size: 0.9em;
    border: 1px solid #003366;
    background-color: #fff;
}
.renewalForm a {
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    color: #C0C0C0;
}
.renewalForm .selected, .renewalForm a:hover {
    text-decoration: none;
    color: #000000;
}
.renewalForm ul.errors {
    margin: 4px 0px;
    padding: 0px;
    font-size: 0.9em;
    color: #990000;
}
.renewalForm ul.errors li {
    list-style-type: none;
}
.renewalForm .reviewData {
    font-size: 1em;
    font-weight: bold;
}
.renewalForm .reviewLabel {
    font-size: 0.9em;
}

/* TEXT ELEMENTS */
.error {
    font-size: 0.9em;
    color: #990000;
}

/* MISC */
.contentBlock {
	margin: 0 auto;
    width: 750px;
    padding: 14px;
    border: solid 1px #003366;
    background: #fff;
}
.contentBlock label {
    font-size: 0.9em;
}

/* LINKS */
a.hoverUnderline:link, a.hoverUnderline:visited {
    text-decoration: none;
}
a.hoverUnderline:hover, a.hoverUnderline:active {
    text-decoration: underline;
}

/* TABULAR DATA */
table.dataTable {
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
}
th.dataColLabel {
    color: #000;
    font-size: 12px;
    font-family: verdana;
    font-weight: bold;
    text-align: left;
    background-color: #e0e0e0;
    padding: 2px;
}
th.dataColLabel a:link, th.dataColLabel a:visited {
	color: #000;
	font-weight: bold;
    text-decoration: none;
}
th.dataColLabel a:hover, th.dataColLabel a:active {
	color: #000;
	font-weight: bold;
    text-decoration: underline;
}
td.dataCell {
    color: #000;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    background-color: #f8f8f8;
    padding: 0px 4px;
}
td.dataRow1 {
    background-color: #f8f8f8;
}
td.dataRow2 {
    background-color: #f8f8f8;
}
td.dataFooter {
    color: #000;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    background-color: #f0f0f0;
    padding: 2px;
}
td.dataSeparator {
    height: 1px;
    background-color: #e0e0e0;
    padding: 0;
}


/* LEFT OVERS... I THINK */
a.dataLink:link, a.dataLink:active, a.dataLink:visited {
    color: #000;
    text-decoration: underline;
}

a.button:link, a.button:active, a.button:visited {
    color: #000000;
    font-size: 11px;
    font-family: verdana;
    text-decoration: none;
    border: 1px outset;
    background-color: #e0e0e0;
    padding: 2px 4px;
    margin-left: 5px;
}

input.button {
    color: #000000;
    font-size: 11px;
    font-family: verdana;
    text-decoration: none;
    border: 1px outset;
    background-color: #e0e0e0;
    padding: 2px 4px;
    margin-right: 5px;
}

div.errormsg {
    color: #ffffff;
    background-color: #ff0000;
    border: 1px solid #000000;
    padding: 2px 8px;
    margin-bottom: 20px;
}

.noticemsg {
    color: #ff3300;
    font-weight: bold;
}

.small {
	font-size: .85em;
}

.passwordLink {
	text-decoration: none;
}

.AuthorizeNetSeal {
	text-align: center;
	text-decoration: none;
}