@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li, form {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
#wrapper {
	text-align: left;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#headerContainer {
	font-size: 24px;
	font-weight: bold;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 25px;
}
#headerText {
	float: left;
}
#headerButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666666;
	width: 100px;
	float: right;
}
#menuButtonContainer {
	font-weight: bold;
	color: #FFFFFF;
}
#menuButtonButton {
	float: right;
}
#menuButtonText {
	float: left;
	padding: 4px 10px;
}
#menuContainer {
	position: absolute;
	visibility: hidden;
}
.menuItem {
	padding: 5px;
	background-color: #999999;
	width: 80px;
	padding: 4px 10px;
	behavior: url('../IEFixes.htc');
}
.menuItem a {
	color: #FFFFFF;
	text-decoration: none;
}
.menuItem:hover, .menuItem.hover {
	background-color: #CCCCCC;
}
#userStatusContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 14px;
}
#userStatus {
	float: left;
	padding: 3px;
}
#userLogout {
	float: right;
	background-color: #D8D8D8;
	padding: 3px;
	cursor: pointer;
	behavior: url('../IEFixes.htc');
}
#userLogout a {
	color: #000000;
	text-decoration: none;
}
#userLogout:hover, #userLogout.hover {
	background-color: #CCCCCC;
}
#content {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.innerHeaderContainer {
	font-size: large;
	font-weight: bold;
	background-color: #CCCCCC;
	margin-top: 5px;
}
.innerHeader {
	padding-left: 5px;
	padding-bottom: 3px;
}
.innerHeader img {
	cursor: pointer;
}
.innerContent {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.innerFooterContainer {
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
label {
	font-size: smaller;
	font-weight: bold;
	position: absolute;
	padding-top: 5px;
}
#login {
	width: 350px;
}
#login input {
	margin-left: 80px;
}
.msgError {
	font-weight: bold;
	color: #FF0000;
}
.boldtext {
	font-weight: bold;
}
.boldRed {
	font-weight: bold;
	color: #FF0000;
}
.boldYellow {
	font-weight: bold;
	color: #FFFF33;
}
.symbol {
	cursor: pointer;
}
.button {
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	background-color: #D8D8D8;
	behavior: url('../IEFixes.htc');
}
.button:hover, .button.hover {
	background-color: #CCCCCC;
}
table {
	width: 100%
}
td {
	font-size: small;
	vertical-align: top;
}
.tblListSelect tr {
	background-color: #D8D8D8;
	behavior: url('../IEFixes.htc');
}
.tblListSelect tr:hover, .tblListSelect tr.hover {
	background-color: #CCCCCC;
	cursor: pointer;
}
.tblListSelect th {
	background-color: #CCCCCC !important;
	cursor: default !important;
	padding: 0 5px;
}
.tblListSelect td {
	font-size: small;
	border-top: 2px solid white;
	padding: 0 5px;
}
.tblListSelect td td {
	border-top: 0px;
}
table.tblAddRecord {
	border-top: 2px solid white;
}
.tblAddRecord td {
	background-color: #CCFFCC;
}
.tblAddRecord td, .tblEdit td {
	font-size: x-small;
	font-weight: bold;
}
.tblEdit td {
	background-color: #FFFFCC;
}