BODY {
    background-color: #ffffff;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: left;
}

A, Visited, Active {
    color: #0E2C8E;
    text-decoration: underline;
}
A:Hover {
    color: #d9bd55;
    text-decoration: underline;
}
a:target {
	text-decoration: none;
	color: #0E2C8E
}

/*---------------------------------------------------------------------------------------------*/
/* Print / Send to Friend Support */
#showOnPrint {
    display: none;
}
#printSendFunctions {
    float: right;
}

/*---------------------------------------------------------------------------------------------*/
/* Text Formatting */
.title {
    font-size: 15px;
    font-weight: bold;
	color: #2e4198;
}
.caption {
    font-size: 9px;
    color: #666666;
}
.error {
    color: #990000;
}
.notAvailable {
    color: #999999;
    text-decoration: line-through;
}
.gold-font {
    color: #9d7725;
    font-size: 12px;
}
.blue-font {
	color: #2e4198;
}
.red-font {
	color: #d33333
}
h1 {
    font-size: 15px;
    color: #2e4198;
    margin: 0;
}
h3 {
    font-size: 13px;
}
.textRegular {
	font-size: 12px
}	
.textLarge {
	font-size: 14px;
}
.textSmall {
	font-size: 10px;
}
.blue-dots {}
ul.blue-dots {
		list-style: none;	
		margin: 0 0 0 16px;
		padding: 0;
	}
ul.blue-dots li{
		background: url("/images/bullet-dot.gif") 0 4px no-repeat;
		padding-left: 20px;
		font-size: 12px;
		margin-bottom: 16px
	}
.gold-checks {}
ul.gold-checks {
		list-style: none;	
		margin: 0 0 0 16px;
		padding: 0;
	}
ul.gold-checks li{
		background: url(/images/gold-check.jpg) 0 3px no-repeat;
		padding-left: 20px;
		font-size: 12px;
		margin-bottom: 16px
	}
/*---------------------------------------------------------------------------------------------*/
/* Data Display Settings */
.dataBoxBorder {
    border: solid 1px #9f9f9f;
    padding: 4px;
}
#_ctl0_holderMainBody__ctl0_dsnMain {
	width: 99%
}
.dataBoxBody {
	width: 99%
}
.dataBoxHeader {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
.dataBoxRowTitle {
    color: #0e2c8e;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
	width: 206px;
    height: 25px;
	vertical-align: top
}
.dataBoxRowTitle span {
	font-weight: normal;
	color:#999
}
.dataBoxRowValue {
    vertical-align: top;
    height: 25px;
}
.dataBoxRowValueBorder {
    border: solid 1px #666666;
}
.dataBoxFooter {
    color: #666666;
    font-weight: bold;
}
#_ctl0_holderMainBody__ctl0__ctl3__ctl0_value {
	width: 400px	
}
#title01 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	position: absolute;
	margin-top: -1090px
}
#_ctl0_holderMainBody__ctl0_lstMailingLists_0 {
	margin: 0 6px 0 0;	
}

/*---------------------------------------------------------------------------------------------*/
/* Control Formatting */
.formButton_small {
    background-color: Transparent;
    background-image: url(images/buttonBG_Small.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 100px;
}
.formButton_medium {
    background-color: Transparent;
    background-image: url(images/buttonBG_Medium.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 150px;
}
.formButton_large {
    background-color: Transparent;
    background-image: url(images/buttonBG_Large.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 200px;
}

.formControl {
    border: solid 1px #9f9f9f;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 2px 2px 2px 2px;
}
SELECT.formControl {
    border: solid 1px #9f9f9f;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0px;
}
input[type="checkbox"] {
	top: 4px;
	margin: 0 3px;
}
input[type="radio"] {
	padding: 0 6px;
	margin: 0 6px;
}
input[type="checkbox"] label {
	padding: 0 8px;	
}
td.textRegular span.title {
	font-size: 13px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #333333;
}
td.textRegular span.title span.note {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	padding: 0;
	position: relative; 
	margin-left: 225px;
	top: -6px;
	}
/*---------------------------------------------------------------------------------------------*/
/* Breadcrumbs */
#breadcrumbs {
}
#breadcrumbs.A, #breadcrumbs.A:Visited, #breadcrumbs.A:Active {
    color: #003399;
    text-decoration: underline;
}
#breadcrumbs A:Hover {
    color: #990000;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Repeater Pagination (not related to grid pagination) */
#pageLinks {
    text-align: right;
}
.pageCurrent {
    font-weight: bold;
}
A.pageNextLink, .pageNextLink:Visited, .pageNextLink:Active {
    color: #003399;
    text-decoration: underline;
}
A.pageNextLink:Hover {
    color: #990000;
    text-decoration: underline;
}
A.pagePrevLink, .pagePrevLink:Visited, .pagePrevLink:Active {
    color: #003399;
    text-decoration: underline;
}
A.pagePrevLink:Hover {
    color: #990000;
    text-decoration: underline;
}


.pleaseWait {
    border: solid 1px #000000;
    margin: 50px;
    padding: 20px;
    text-align: center;
}

.passwordCaption {
    font-size: 9px;
    color: #666666;
}
#_ctl0_holderMainBody__ctl0__ctl3_value table td, #_ctl0_holderMainBody__ctl0__ctl4_value table td, #_ctl0_holderMainBody__ctl0__ctl2_value table td{
	padding: 8px 0; !important;
	height: 26px
}
#print-header {
	display: none;	
}
#print-footer {
	display: none;	
}
