@charset "windows-1257";
body {
#	font-size: 3;
	font-family: Times New Roman, Times, sans-serif;
	background: #F0F0F0;
	text-align: center;
	padding: 3px 0 10px 0;
	margin: 0px;
}

a {
	color: #003399;
}

a:hover {
	color: #CC0000;
}


.eventtable {
	font-size: 1.1em;
}
.eventtable td {
}


.eventdescriptionodd {
#	font-size: .91em;
#	font-weight: bold
}

.eventdescriptioneven {
#	font-size: .91em;
	background-color: #F6F6F6;
}


.navigationsection {
	padding: 5px 0 5px 6px;
}


.navigationheader {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 1px;
	border-bottom: 1px dotted #dcdcdc;
	margin-bottom: 3px;
}

.navigationlink {
	font-size: 1.1em;
	padding: 0 0 2px 5px;	
}

.navigationlink a {
	color: #003399;
}

.navigationlink a:hover {
	color: #CC0000;
}

.navigationlogoutlink {
	font-weight: normal;
}

.navigationlogoutlink a {
	color: #000;
}

.navigationlogoutlink a:hover {
	color: #CC0000;
}


.contentheader {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 6px;
}

.formlabel {
	font-size: .92em;
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
	white-space: nowrap;
}

.formfield {
	font-size: .92em;
	width: 100%;
}

.formcomment {
	font-size: .84em;
	color: #5F5F5F;
}

.formcomment a {
	color: #5F5F5F;
}

.formcomment a:hover {
	color: #CC0000;
}


.smallertext {
	font-size: .85em;
}

.button {
	font-size: 12px;
	font-weight: bold;
	background-color: #003399;
	color: #FFFFFF;
	border-top-color: #1B50BC;
	border-left-color: #1B50BC;	
	border-right-color: #00256E;
	border-bottom-color: #00256E;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.errormessage {
	color: #CC0000;
	font-weight: bold;
	border: 1px solid #CC0000;
	padding: 6px;
	margin: 6px 0 6px 0;
	background-color: #F7E5E5;
}

.successmessage {
	color: #003399;
	font-weight: bold;
	border: 1px solid #003399;
	padding: 6px;
	margin: 6px 0 6px 0;
	background-color: #E5ECF7;
}



.billingheader {
	background-color: #D6D6D6;
	text-align: center;
	font-weight: bold;
	font-size: 1.16em;
}

.billinghistoryheader {
	background-color: #FFF;
}


.billingsubheader {
	background-color: #D6D6D6;
	text-align: center;
	font-weight: bold;
}


.transactiondetailtable {
	border-left: 1px solid #D6D6D6;
}

.transactiondetail td {
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;

}
.transactiondetailheader {
	background-color: #D6D6D6;
	text-align: center;
	font-weight: bold;
}

.transactiondetailsubheader {
	background-color: #D6D6D6;
	text-align: center;
	font-weight: bold;
}

.transactiondetaildescriptionodd {
	background-color: #FFFFFF;
}

.transactiondetaildescriptioneven {
	background-color: #F6F6F6;
}

.transactiondetailtime {
	font-style: italic;
}

.checkpaymenttable {
	border-left: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	font-size: .85em;
}

.checkpaymenttable td {
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	text-align: center;

}
.checkpaymentheader {
	background-color: #D6D6D6;
	text-align: center;
	font-weight: bold;
}

.checkpaymenttext {
	font-weight: bold;
	font-size: .85em;
}

.upgradingservicestd {
	font-size: .85em;
}
.upgradingservicesheader {
	font-weight: bold;
	font-size: 1.16em;
}

.upgradeservicescandelete {
	color: #CC0000;
}

.upgradeservicescandeletebutton {
	font-size: 10px;
	font-weight: bold;
	background-color: #CC0000;
	color: #FFFFFF;
	border-top-color: #DD0202;
	border-left-color: #DD0202;	
	border-right-color: #950202;
	border-bottom-color: #950202;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.upgradeservicescanaddbutton {
	font-size: 10px;
}