body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #00578F;
}

a {
	text-decoration: underline;
	color: #0069AC;
}

input.button {
	height: 20px;
	width: 60px;
	font-size: 12px;
}

td.header {
	background: #F5F5F5 url(../images/headerBG.gif);
}

td.borderGray {
	background-color: #DEDEDE;
}

img {
	border: 0px;
}

table.mainMenu {
	background: #0069AC url(../images/mainMenuBg.gif);
	height: 30 px;
}

td.borderBlue {
	background-color: #0069AC;
}

th {
	height:18px;
	padding-left: 10px;
	padding-right: 7px;
}

th.red {
	background-color: #990000;
}

th.gold {
	background-color: #AC9600;
}

select.fromTo {
	width: 43px;
}

td.footer {
	background: url(../images/headerBG.gif) #F5F5F5;
}

td.cell1, tr.row1 {
	background: #F7F8F8;
	text-align: center;
	height: 23px;
}

td.cell2, tr.row2 {
	background: #ffffff;
	text-align: center;
	height: 23px;
}

a.tableHeader {
	text-decoration: none;
}

span.mark {
	color: #ff0000;
}

th.edit {
	text-align: left;
	background: #F7F8F8;
	width: 250px;
}

.errorMessage {
	padding-top: 4px;
	font-style: italic;
	color: #ff0000;
}

th.blue {
	background-color: #007DBE;
}