
/* Style standard elements */
body {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 80%;
	padding: 0;
	margin: 11px 8%;
	color: #eee;
	background-color: #000;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
}

.clear { clear: both; font-size: 0; overflow: hidden; height: 0; line-height: 0; visibility: hidden; }
.cent { text-align: center; }
.right { text-align: right; }
p { margin: .75em 0; }
a { color: #1078C5; font-weight: bold; }
a:hover { color: #9C0204; text-decoration: none; }
img { border: none; padding: 0; margin: 0; }
table { color: #333; font-size: 100%; }
label { font-weight: bold; text-align: right; display: block; }
form { margin: 0; padding: 0; }
th { text-align: center; font-weight: bold; background-color: #ddd; padding: 2px 4px; }
pre {
	border: 1px solid;
	border-color: #ccc;
	background-color: #eee;
	font-size: 11px;
	padding: 6px;
	overflow: auto;
}

ul {
	padding: 0;
	margin: 5px 0 5px 25px;
	text-align: left;
	list-style: square;
}

h1 {
	padding: 8px 0;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 125%;
}

h2 {
	padding: 0;
	margin: .5em 0;
	font-size: 125%;
	border-top: 1px dotted;
	border-color: #ccc;
	padding-top: 18px;
	margin-top: 18px;
}

/* layout */
#wrap {
	min-width: 760px;
	background-image: url(images/pagetop.jpg);
	background-repeat: repeat-x;
}

#wraplogin {
	background-image: url(images/pagetop.jpg);
	background-repeat: repeat-x;
	width: 463px;
	margin: 0 auto;
	text-align: left;
}

#wrapl {
	background-image: url(images/pageleft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 6px;
}

#wrapr {
	background-image: url(images/pageright.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 6px;
	padding-top: 5px;
}

#wrapin {
	background-color: #fff;
	color: #333;
	padding: 10px 25px 25px 25px;
}

#logo {
	height: 75px;
	padding-left: 423px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-align: right;
	overflow: hidden;
}

#logologin {
	height: 75px;
	padding-left: 413px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

#logoin {
	border-left: 1px dotted;
	border-color: #ccc;
	height: 75px;
	padding-left: 10px;
	padding-top: 20px;
	font-size: 120%;
}

#footer {
	margin-top: 10px;
	text-align: center;
	font-size: 95%;
}

#titlesep {
	clear: both;
	height: 10px;
	border-bottom: 2px solid;
	border-color: #c90000;
	margin-bottom: 10px;
}

/* error box */
.errorbox {
	background-image: url(images/warning.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-color: #FFFF99;
	border: 1px solid;
	border-color: #c90000;
	padding: 4px 8px 4px 40px;
	margin: 0 2.5% 10px 2.5%;
	text-align: left;
}

.infobox {
	background-image: url(images/information2.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-color: #ffffcc;
	border: 1px solid;
	border-color: #dddddd;
	padding: 4px 8px 4px 40px;
	margin: 0 2.5% 20px 2.5%;
	text-align: left;
}

/* Buttons */
input[type="submit"] {
	border: 1px solid;
	border-color: #000;
	background-color: #68A5EF;
	color: #fff;
	font-weight: bold;
	padding: 2px 4px;
}
input[type="submit"]:hover  {
	background-color: #313131;
}

input.submit {
	border: 1px solid;
	border-color: #000;
	background-color: #68A5EF;
	color: #fff;
	font-weight: bold;
	padding: 2px 4px;
}
input.submit:hover  {
	background-color: #313131;
}

input[type="submit"].btnwrn {
	border: 1px solid;
	border-color: #000;
	background-color: #c90000;
	color: #fff;
	font-weight: bold;
	padding: 2px 4px;
}
input[type="submit"].btnwrn:hover  {
	background-color: #313131;
}

input.submit.btnwrn {
	border: 1px solid;
	border-color: #000;
	background-color: #c90000;
	color: #fff;
	font-weight: bold;
	padding: 2px 4px;
}
input.submit.btnwrn:hover  {
	background-color: #313131;
}

/* pathway */
#bcbox {
	border: 2px solid;
	border-color: #dddddd;
	background-color: #eeeeee;
	margin: 10px 0;
}

#bcboxin {
	border: 1px solid;
	border-color: #fff;
	background-color: #eeeeee;
	padding: 4px 8px;
}

/* Tables */
.itemtable, .itemtable2 {
	width: 95%;
	margin: 0 auto;
	border: 2px solid;
	border-color: #dddddd;
	text-align: left;
}

.itemtable2 .subcats, .itemtable td {
	background-color: #eeeeee;
	padding: 2px 4px;
	vertical-align: top;
}

.itemtable td table td {
	background-color: transparent;
}

.itemtable tr:hover td.inbox {
	background-color: #FFFFCC;
}

.itemtable input[type="text"], .itemtable input[type="password"], .itemtable input[type="file"] {
	width: 95%;
}

.itemtable input.text, .itemtable input.password, .itemtable textarea, .itemtable select, .itemtable input.file {
	width: 95%;
}

td.revboxfree {
 	background-color: #eeeeee;
	padding: 4px 8px;
}
td.revboxfreeupd {
 	background-color: #FAE49A;
	padding: 4px 8px;
}
.itemtable tr:hover td.revboxfree, .itemtable tr:hover td.revboxfreeupd, .itemtable tr:hover td.revboxpay, .itemtable tr:hover td.revboxpayupd {
	background-color: #FFFFCC;
}

td.revboxpay, td.revboxpayupd {
	border: 2px solid;
	border-color: #C90000;
	background-color: #FFFF8A;
	padding: 4px 8px;
}

/* columns */
.splitcol {
	background-image: url(images/vdiv.gif);
	background-position: 74% top;
	background-repeat: repeat-y;
	width: 99%;
}

.splitcol .leftcol {
	float: left;
	width: 73%;
}

.splitcol .rightcol {
	float: right;
	width: 25%;
}

#menu {
	border: 2px solid;
	border-color: #CBDCFF;
}

#menuin {
	border: 1px solid;
	border-color: #fff;
	background-color: #E5EDFF;
	padding: 4px 4px;
}

#menu ul {
	margin: 0;
	list-style-type: none;
}

#menu li {
	border-bottom: 1px solid;
	border-color: #cbdcff;
}

#menu li a {
	background-repeat: no-repeat;
	background-position: 4px 50%;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 4px 4px 4px 24px;
}

#menu li a:hover {
	color: #9C0204;
	background-color: #FFFFCC;

}

/* search form */
#searchForm label {
	display: inline;
}

#searchForm label input {
	margin: 5px 0;
}

/* icons */
.icons {
	list-style: none;
	padding: 0;
	margin: 0;
}

.icons li {
	float: right;
}

.icons li a {
	display: block;
	padding: 2px 4px;
}

.icons li a:hover {
	background-color: #CCCCFF;
	padding: 1px 3px;
	border: 1px solid;
	border-color: #000;
}

/* info styles */
.pageDType { font-size: 95%; font-weight: bold; font-style: italic; }
.pgsel { text-align: center; padding: 4px 0; }
.pageReport {
	border-top: 1px solid;
	border-color: #fff;
	margin-top: 10px;
	background-color: #ddd;
	padding: 2px 8px;
}

.catgrpnum {
	background-color: #CCCCFF;
	padding: 1px 3px 3px 3px;
	border: 1px solid;
	border-color: #fff;
	font-weight: bold;
}

/* dashboard layout */
.dash {
	border-bottom: 1px dotted;
	border-color: #ccc;
	padding-bottom: 9px;
	padding-top: 9px;
}

.dash img {
	display: block;
	margin: 0 auto 4px auto;
}

.dash h2 {
	border: none;
	padding: 0;
	margin: 0;
	color: #9C0204;
}

.dashsec {
	background-color: #eee;
	padding: 4px;
	margin-bottom: 9px;
}

.dash ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 95%;
}

.dash  li {
	float: left;
	width: 11em;
	text-align: center;
}

.dash a {
	display: block;
	background-repeat: no-repeat;
	padding: 4px;
	text-decoration: none;
	color: #333;
}

.dash a:hover {
	background-color: #ffffcc;
	border: 1px solid;
	border-color: #ddd;
	padding: 3px;
	color: #9C0204;
}

/* Popup help boxes */
.afpopup {
	color:#000;
	position: relative;
	background-image: url(images/help2.gif);
	width: 16px;
	height: 16px;
	display: block;
	cursor: help;
}
.afpopup .afpopbox { display: none; }
.afpopup:hover .afpopbox { 
	display:block;
	position:absolute;
	top: -1em;
	left: 16px;
	width: 200px;
	background-color: #ecedf3;
	color:#000;
	border: 2px solid #9b3b20;
	padding: 4px;
	z-index: 1000;
}

.afpopup ol, .afpopup ul {
	margin-left: 14px;
	padding-left: 10px;
	margin-top: .125em;
	margin-bottom: .125em;
}

.afpopup p {
	margin-top: .5em;
	margin-bottom: .5em;
}
/* End help boxes */