body {
	margin: 0px;
	padding: 0px;
}
body, p, th, td, input, textarea, option, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: "Arial Narrow", Arial;
	font-weight: normal;
	color: #FF3300;
	background-color: #F4F4F4;
	padding: 5px 5px 5px 8px;
	font-size: 28px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF3300;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: left;
}
h2 {
	font-family: "Arial Narrow", Arial;
	font-weight: normal;
	color: #9AE533;
	font-size: 28px;
	clear: left;
	margin-bottom: 0px;
}
h3 {
	color: #FF0000;
	font-size: 12px;
	margin-bottom: 2px;
}
#appBody {
	padding-left: 20px;
}
#appBody > #loginBoxContainer, #loginBoxContainer > #loginBox,  #loginBox > form {
	float: left;
	margin-left: 13px;
}
th {
	text-align: left;
	font-weight: bold;
}
#appHeader {
	background-image: url(../images/headerbar_bg.gif);
	width: 100%;
	height: 80px;
}
#appFooter {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	clear: left;
	margin-top: 50px;
	padding: 10px 0px;
	border-top: 1px solid #E2E2E2;
	margin-right: 20px;
	margin-left: 20px;
}
#aboutBox {
	background-image: url(../images/about_bg_gradientgreen.jpg);
	background-repeat: no-repeat;
	padding-top: 180px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	height: 350px;
	width: 250px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#aboutBox p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#aboutBox p.version {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
#appFooter a {
	color: #666666;
	text-decoration: none;
}
#userToolBox {
	float: right;
	background-color: transparent;
	padding: 5px;
	margin-right: 10px;
	margin-top: 55px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}
#userToolBox a {
	color: #FF6600;
	text-decoration: none;
}
#userToolBox a:hover {
	color: #FFFFFF;
}
#toolbar {
	margin-left: -20px;
	margin-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/toolbarbg.jpg);
	height: 30px;
	vertical-align :middle;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#toolbar img {
	margin: 1px 0px 7px 0px;
	vertical-align: middle;
}
#toolbar a, #toolbar a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#toolbar a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}
#toolbar td {
	padding: 0px;
}
.error {
	color: #FF0000;
}
.actionButton {
	height: 28px;
	font-weight: bold;
}
legend {
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
}
fieldset {
	border-bottom-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #C4C4C4;
	margin-right: 10px;
	margin-bottom: 30px;
}
td, th {
	padding: 5px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}
tr.tabs td {
	background-color: #FFFFFF;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}
tr.tabs td.active {
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
}
tr.tabs td.inactive {
	background-color: #F4F4F4;
	padding: 5px;
	border-top: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #E2E2E2;
}
tr.tabs td.inactive a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
tr.tabs td.active a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
tr.tabs a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}
input.actionBtn {
	font-weight: bold;
	width: 120px;
	height: 32px;
}
.dataTbl1 th {
	background-color: #C8FF91;
}
a.actionLink {
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
}
a.actionLink:hover {
	text-decoration: underline;
}
a {
	font-weight: bold;
	color: #FF6600;
}
#appFooter a {
	font-weight: normal;
	color: #999999;
}
tr.error td, tr.error th {
	background-color: #FFDFDF;
	color: #FF0000;
}
.nolines th, .nolines td {
	border: 0px;
}
.report th {
	background-color: #F4F4F4;
	border-bottom: 1px solid #E2E2E2
}