HTML
{
	margin: 0;
	padding: 0;
	height: 100%;
}
BODY
{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFFFFF;
}
BODY, TD, TH, INPUT, SELECT, TEXTAREA, OPTION, OPTGROUP
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
INPUT[type='text'], INPUT[type='password']
{
	padding: 2px;
}
SELECT
{
	padding: 1px;
}
TEXTAREA
{
	padding: 2px;
}
A, A:visited
{
	color: #870C15;
	text-decoration: underline;
	cursor: pointer;
}
A IMG
{
	border: 0;
}
FORM
{
	margin: 0;
	padding: 0;
}
LABEL
{
	cursor: pointer;
}
#header .div1
{
	height: 56px;
	padding: 0px 30px;
	background: url('../image/header.png') repeat-x;
	min-width: 900px;
}
#header .div2
{
	color: #FFFFFF;
	padding: 0px;
	float: left;
}
#header .div3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 15px 0px 0px;
	float: right;
}
#header .div2 SPAN
{
	font-weight: bold;
}
#menu
{
	background: url('../image/menu.png') repeat-x;
	position: relative;
	z-index: 1;
	height: 34px;
	clear: both;
	padding: 0px 30px;
	min-width: 900px;
}
#menu > UL.left
{
	float: left;
}
#menu > UL.right
{
	float: right;
}
#menu > UL
{
	position: relative;
	margin: 0;
	padding: 0;
}
#menu > UL UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../image/transparent.png');
}
#menu > UL A
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
#menu > UL > LI + LI
{
	background: url('../image/split.png') no-repeat center left;
}
#menu > UL .top, #menu > UL LI LI.sfhover
{
	padding: 10px 15px 9px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#menu > UL UL LI
{
	padding: 2px;
}
#menu > UL .selected .top
{
	background: url('../image/selected.png') repeat-x;
	color: #FFFFFF;
}
#menu > UL .selected:hover A.top, #menu > UL .sfhover A.top
{
}
#menu > UL .parent
{
	background: url('../image/arrow-right.png') no-repeat 95% center;
}
#menu > UL LI
{
	float: left;
	list-style: none;
}
#menu > UL LI UL
{
	position: absolute;
}
#menu > UL LI LI
{
	clear: both;
}
#menu > UL LI UL A
{
	color: #FFFFFF;
	height: 15px;
	width: 145px;
}
#menu > UL LI UL UL
{
	margin: -27px 0 0 157px;
}
#menu > UL LI LI:hover, #menu > UL LI LI.sfhover
{
	background: #C55B27;
	color: #000000;
}
#container
{
	height: 100%;
}
BODY > #container
{
	height: auto;
	min-height: 100%;
}
#content
{
	background: #FFFFFF url('../image/background.png') repeat-x 0px 1px;
	padding: 10px 30px 0px;
	min-width: 900px;
	padding-bottom: 128px;
}
#footer
{
	background: #FFFFFF url('../image/footer.png') repeat-x;
	height: 90px;
	padding-top: 38px;
	text-align: center;
	font-size: 12px;
	color: #333;
	position: relative;
	margin-top: -128px;
	clear: both;
}
#footer A
{
	color: #333;
	text-decoration: underline;
}
.breadcrumb, .breadcrumb A
{
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}
.success
{
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #EAF7D9 url('../image/success.png') no-repeat 10px center;
	border: 1px solid #BBDF8D;
	color: #555555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning
{
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFD1D1 url('../image/warning.png') no-repeat 10px center;
	border: 1px solid #F8ACAC;
	color: #555555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention
{
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFF5CC url('../image/attention.png') no-repeat 10px center;
	border: 1px solid #F2DD8C;
	color: #555555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.required
{
	color: #FF0000;
	font-weight: bold;
}
.error
{
	margin-top: 3px;
	color: #FF0000;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.help
{
	color: #666;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
.icon
{
	vertical-align: middle;
	cursor: pointer;
}
.image
{
	border: 1px solid #EEEEEE;
	padding: 10px;
	display: inline-block;
}
.image IMG
{
	margin-bottom: 5px;
}
.box
{
	margin-bottom: 15px;
}
.box > .heading
{
	height: 38px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #DBDBDB;
	background: url('../image/box.png') repeat-x;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.box > .heading H1
{
	margin: 0px;
	padding: 11px 0px 0px;
	color: #003A88;
	font-size: 16px;
	float: left;
}
.box > .heading H1 IMG
{
	float: left;
	margin-top: -1px;
	margin-left: 3px;
	margin-right: 8px;
}
.box > .heading .buttons
{
	float: right;
	padding-top: 7px;
	margin-right: 5px;
}
.box > .heading .buttons .button
{
	margin-left: 5px;
}
.box > .content H2
{
	text-transform: uppercase;
	color: #FF802B;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000000;
}
.box > .content
{
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	min-height: 300px;
	overflow: auto;
}
A.button, .list A.button
{
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 5px 15px;
	background: #870C15;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
}
.list
{
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.list TD
{
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.list THEAD TD
{
	background-color: #EFEFEF;
	padding: 0px 5px;
}
.list THEAD TD A, .list THEAD TD
{
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list TBODY TD A
{
	text-decoration: underline;
}
.list TBODY TD
{
	vertical-align: middle;
	padding: 0px 5px;
	background: #FFFFFF;
}
.list .left
{
	text-align: left;
	padding: 7px;
}
.list .right
{
	text-align: right;
	padding: 7px;
}
.list .center
{
	text-align: center;
	padding: 7px;
}
.list .asc
{
	padding-right: 15px;
	background: url('../image/asc.png') no-repeat right center;
}
.list .desc
{
	padding-right: 15px;
	background: url('../image/desc.png') no-repeat right center;
}
.list TR.filter TD
{
	padding: 5px;
	background: #E7EFEF;
}
.pagination
{
	border-top: 1px solid #DDDDDD;
	display: inline-block;
	width: 100%;
	padding-top: 6px;
}
.pagination .links
{
	float: left;
	padding-top: 6px;
}
.pagination .links A
{
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	font-size: 12px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links B
{
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results
{
	float: right;
	padding-top: 6px;
	font-size: 12px;
}
TABLE.form
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
TABLE.form > TBODY > TR > TD:first-child
{
	width: 200px;
}
TABLE.form > TBODY > TR > TD
{
	padding: 10px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}
.scrollbox
{
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 100px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.scrollbox IMG
{
	float: right;
	cursor: pointer;
}
.htabs
{
	padding: 0px 0px 0px 10px;
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.htabs A
{
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs A.selected
{
	padding-bottom: 7px;
	background: #FFFFFF;
}
.vtabs
{
	width: 190px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs A
{
	display: none;
}
.vtabs A, .vtabs SPAN
{
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs A.selected
{
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs A IMG, .vtabs SPAN IMG
{
	position: relative;
	top: 3px;
	cursor: pointer;
}
.vtabs-content
{
	margin-left: 205px;
}
.accordion-heading
{
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.accordion-heading A
{
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.accordion-content
{
	padding: 0px 0px 15px;
	overflow: auto;
}
.scrollbox DIV
{
	padding: 3px;
}
.scrollbox DIV INPUT
{
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox DIV.even
{
	background: #FFFFFF;
}
.scrollbox DIV.odd
{
	background: #E4EEF7;
}
.overview
{
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
.overview TABLE
{
	width: 100%;
}
.overview TD + TD
{
	text-align: right;
}
.statistic
{
	float: right;
	width: 49%;
	margin-bottom: 20px;
}
.range
{
	float: right;
	color: #FFF;
	vertical-align: middle;
}
.range
{
	padding-top: 1px;
	padding-right: 1px;
}
.range, .range SELECT
{
	font-size: 11px;
}
.latest
{
	clear: both;
}
.latest TBODY TD
{
	background: #FFF;
}
.dashboard-heading
{
	background: #547C96;
	color: #FFF;
	border-bottom: 1px solid #8EAEC3;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.dashboard-content
{
	background: #FCFCFC;
	border: 1px solid #8EAEC3;
	padding: 10px;
	min-height: 180px;
}
.refresh
{
	cursor: pointer;
	position: relative;
	top: 3px;
}
