@charset "utf-8";
/* CSS Document for Recycling and Trash Pickup Bill Calculator */

h1 {
	font-size: 19px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 9px;
}

body, td, th {
	font-size: 13px;
}

a:link {
	color: #0033CC;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	text-decoration: underline;
	color: #FF0000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}

.AlignLeft {
	text-align: left;
}

.AlignCenter {
	text-align: center;
}

.AlignRight {
	text-align: right;
}

.Width3Ems {
	width: 3em;
}

.Width5Ems {
	width: 5em;
}

.Width10Ems {
	width: 10em;
}

.oneColFixCtrHdr #container #mainContent #BillCaculatorForm #CalculationTable #Total {
	font-weight: bold;
}

.BoldText {
	font-weight: bold;
}

.SmallText {
	font-size: 10px;
}

.RedBackground {
	background-color: #FFCCCC;
}

.BorderBottom {
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 2px;
}

/*
#RowRemoveButton {
	display: none;
}

#Row2 {
	display: none;
}

#Row3 {
	display: none;
}

#Row4 {
	display: none;
}

#Row5 {
	display: none;
}

#Row6 {
	display: none;
}

#Row7 {
	display: none;
}

#Row8 {
	display: none;
}

#Row9 {
	display: none;
}

#Row10 {
	display: none;
}
*/
.FloatRight {
	float: right;
}

legend {
	font-weight: bold;
	font-size: 15px;
}

.DottedUnderline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.NoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.MinimumChargeNotice {
	font-size: 10px;
	font-style: italic;
}

#MinimumChargeNoticeDisplay {
	display: none;
}

#DisplayForm {
	display: none;
}

.ClearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.TextRed {
	color: #FF0000;
	font-weight: bold;
}
.invisible {
	color: #FFFFFF;
	display: none;
}
