body {
	width: auto;
}

form {
	font-size: 9pt;
}

.alert {
	color: red;
	font-weight: bold;
}

.smallText {
	font-size: 8pt;
}

.smMedText {
	font-size: 9pt;
}

.medText {
	font-size: 10pt;
}

.text {
	font-size: 8.5pt;
}

.medTextColor {
	font-size: 10pt;
	color: blue;
}

.smallTextAlert {
	font-size: 8pt;
	color: red;
}

.smallerTextAlert {
	font-size: 7.5pt;
	font-weight: normal;
	color: red;
}

.textAlert {
	color: red;
}

.highlight {
	color: blue;
}

.highlightRed {
	color: red;
}

#messageWindow {
	position: absolute;
	clear: both;
	display: none;
	top: 50px;
	left: 50px;
	margin: auto;
	padding: 5px;
	width: 540px;
	height: 450px;
	background-color: #ffffee;
	border: 1px solid black;
	font-size: 9pt;
	z-index: 9;
}

#messageWindowContent {
	padding: 10px;
	overflow: hidden;
	height: 405px;
	width: 518px;
}

#messageWindowTop {
	background-color: #CECEE8;
	height: 20px;
	width: 536px;
	margin: 0px;
	padding: 2px;
}

#pageMain {
	position: static;
	background-color: white;
	width: 780px;
	padding: 0px;
	text-align:justify;
	border:black thin solid;
}

#odotTOP {
	width: 0px;
	background-color: white;
	display: none;
	visibility: hidden;
}

#sideBarHeader {
	float: left;
	background-color: #CECEE8;
	padding: 5px 5px 0px 5px;
	font-size : 9pt;
	width : 140px;
	min-height: 400px;
	vertical-align : top;
	color : Black;
	text-align : center;
	border: 1px solid gray;
}

#appContent {
	float: left;
	background-color: white;
	padding: 4px 0px 4px 4px;
	width: 550px;
}

#pageFooter {
	float: left;
	font-size: 8pt;
	background-color: #CECEE8;
	width:778px;
	height: 45px;
	text-align: center;
	border: 1px solid gray;
}

.menuTable {
	width: 620px;
	border: 1px solid gray;
	padding: 5px 0px 5px 5px;
	margin: 4px 0px 0px 0px;
	background-color: #CECEE8
}


.menuTable2 {
	width: 620px;
	border: 1px solid gray;
	padding: 10px 0px 10px 10px;
	margin: 4px 0px 0px 0px;
	background-color: #E3DEBB
}

.menuSubTable {
	display: none;
	width: 614px;
	border: 1px solid gray;
	margin: 4px 4px 4px 4px;
	background-color: #E3DEBB;
}

.menuTable th, .menuTable td, .menuSubTable th, .menuSubTable td, .menuTable2 td {
	padding: 0.5em;
	font-size: 9pt;
}

input {
	font-size: 9pt;
}

#carrierBar {
	background-color: white; 
	color: #0066FF;
	text-align: center; 
	padding-top: 5px; 
	padding-bottom: 5px;
	font-size: 12pt;
	font-weight: bold;
	width: 100%;
}

.textAlert {
	color: #ff0000;
}

.ACHtableLayout {
	border: 1px solid gray;
	background-color: #E3DEBB;
	width: 606px;
	padding: 5px;
	font-size: 8pt;
}

.tableLayout {
	width: 606px;
	border: 1px solid gray;
	padding: 5px;
}

.tempPassTableLayout {
	width: 606px;
	padding: 5px;
	font-weight: bold;
	background-color: #E3DEBB;
	border: 1px solid gray;
}

.tempPassTableLayout td {
	font-weight: bold;
}

.tempPassTableLayout2 {
	width: 606px;
	padding: 5px;
	font-weight: bold;
	background-color: #E3DEBB;
}

.tempPassHeader {
	width: 606px;
	text-align:left;
	font-weight:bold; 
	font-size: 9pt;
	background-color: #CECEE8; 
	padding-top:5px;
	text-align: center;
}

.tempPassTableLayout .tempPassTableLayout2 td {
	font-weight: bold;
}

.ODpermitTableLayout {
	width: 606px;
	padding: 5px;
	font-size: 8pt;
	font-weight: bold;
	background-color: #E3DEBB;
}

.tableLayout td {
	font-size: 8pt;
	border: 1px solid gray;
	padding: 2px;
}

.addressTableHead {
	background-color: #CCCCCC; 
	text-align: right; 
	font-size: 8pt;
}

.addressTableHead2 {
	background-color: #E3DEBB; 
	text-align: right; 
	font-size: 8pt;
}

.addressTable {
	background-color: #CCCCCC; 
	text-align:left; 
	color: #FF0000;
	font-size: 8pt;
}

.addressTable2 {
	background-color: #E3DEBB; 
	text-align:left; 
	color: #FF0000;
	font-size: 8pt;
}

.tableRowHead {
	background-color: #CCCCCC;
}

.tableRowData {
	font-size: 8pt;
}

.rentalPass {
	background-color:#E3DEBB;
	border:1px 
	solid gray; 
	padding:8px;
}

.appHeader {
	background-color:#cccccc;
	text-align:center;
	font-weight:bold;
	padding: 5px;
	margin: auto;
}

.cellTitle {
	text-align:right; 
	padding-right:7px; 
	font-weight:bold;
}

.cellData {
	color:red; 
	padding-left:10px; 
	font-weight:bold; 
	text-align:left;
}

.batchRenewHelp {
	font-size: 8pt;
}

.batchRenewHelp td {
	font-size: 8pt;
}

.noPrint {
	display:none;
}