/* Body */
body
{
	text-align: center;
	margin: 0;
}
body *
{
	font-size: 10pt;
	font-family: Arial, sans-serif;
}

i, b, u
{
	font-size: inherit;
}

form
{
	margin: 0;
}

img
{
	border: 0;
}

/* Main Page Elements */
#container
{
	max-width: 900px;
	min-width: 760px;
	width: expression(document.body.clientWidth < 760? "760px" : document.body.clientWidth > 900? "900px" : "auto");
	margin: 0 auto;
	background-color: #eee;
	text-align: center;
}
.banner
{
	height: 120px;
	background-position: right;
	background-repeat: no-repeat;
	background-color: black;
	color: #aaa;
	text-align: left;
	background-image: url(../images/scan.jpg);
}

#banner-heading
{
	padding-top: 30px;
	padding-left: 20px;
	font-size: 30pt;
}
#banner-sub_heading
{
	padding-top: 5px;
	padding-left: 60px;
	font-size: 18pt;
}

#navigation
{
	background-color: #eee;
	padding-top: 5px;
}

#content
{
	width: 95%;
	margin: auto;
	text-align: left;
	clear:both;
	padding:20px 0;
	background-color: #eee;
}

#footer
{
	clear: both;
	padding: 10px 0;
	text-align: center;
	background-color: black;
	color: #aaa;
}

/* Other Page Elements */
.page_title
{
	padding-bottom: 10px;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

.page_subtitle
{
	padding-bottom: 10px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.status_box
{
	padding: 5px;
	margin: 5px 0;
	background: white;
	border: solid 1px maroon;
	font-size: 12pt;
	text-align: center;
}
.Success {
	color: green;
}
.Error {
	color: red;
}
.Warning {
	color: black;
}

.filter_box
{
	clear: both;
	padding: 5px;
	margin: 5px 0;
	background: #FFEAD4;
	border: solid 1px maroon;
	text-align: left;
}


/* Links */
a:active, a:visited, a:link
{
	color: black;
}
a:hover
{
	color: #016D9B;
}

/* Tabs */
#navigation .tabs {
	background: black;
	padding: 3px 0;
}
.tabs, .text_tabs {
	border-bottom:1px solid maroon;
	float:left;
	font-size:93%;
	line-height:normal;
	margin:0px;
	padding:0px;
	width:100%;
}
.tabs ul, .text_tabs ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0px 0px 0pt;
}
.tabs li, .text_tabs li {
	display:inline;
	margin:0pt;
	padding:0pt;
}
.tabs a, .text_tabs b {
	/*background:transparent url(images/tab_left.gif) no-repeat scroll left top;*/
	background-color: black;
	float:left;
	font-family:Arial,sans-serif;
	font-size:10pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:0pt;
	padding:0pt 0pt 0pt 3px;
	border-collapse: collapse;
	text-decoration:none;
}
.tabs a span, .text_tabs b span {
	/*background:transparent url(images/tab_right.gif) no-repeat scroll right top;*/
	background-color: black;
	color:white;
	display:block;
	float:left;
	padding:5px 10px 2px 4px;
}
.tabs a span, .text_tabs b span {
	float: none;
}
.tabs a:hover span {
	color: #ccc;
}
.tabs a:hover {
	background-position:0% -26px;
}
.tabs a:hover span {
	background-position:100% -26px;
}
.tabs .active, .text_tabs .active {
	background-position:0% -26px;
}
.tabs .active span, .text_tabs .active span {
	background-position:100% -26px;
	color: #26A8E6;
}
.spacer {
	width: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}

.tabbed_section
{
	border-collapse: collapse;
	width: 100%;
}
.tabbed_section_body
{
	clear: both;
    padding: 5px;
    background: #FFEAD4;
    border-bottom: solid 1px maroon;
}

.scrolling_pane
{
	overflow: auto;
	overflow-x: hidden;
	height: 150px;
	padding: 5px;
}

.note
{
	border: solid 1px gray;
	background-color: whitesmoke;
	padding: 5px;
}


/* Grids / Tables */
.grid-def
{
	width: 100%;
	border-collapse: collapse;
	border: solid 1px maroon;
}
.grid-row_header
{
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}
.grid-row_header td
{
	padding-left: 5px;
	height: 22px;
	line-height: 22px;
	border-left: solid 1px maroon;
	border-bottom: solid 1px maroon;
	background-image: url(../images/background_active.gif);
	background-repeat: repeat-x;
	background-position: 0 -2;
}
.grid-button_row td {padding:10px;border-top:solid 1px maroon;background-color:white;}
.grid-row0 {background: white;}
.grid-row1 {background: transparent;}/*#FFEAD4*/
.grid-row0 td, .grid-row1 td
{
	padding: 2px;
	border-bottom: solid 1px maroon;
}
/* fix inner tables having same styles as 'grid-rowX td' class */
.grid-def .inner-grid, .grid-def .inner-grid tr td
{
	border-collapse: collapse;
	border: 0;
}
.grid-column {}
.grid-column_padded {padding: 20px 10px;}
.grid-column_sorted {background: #FFEAD4;}
.grid-space
{
	padding: 10px;
	background-color: white;
	vertical-align: top;
}
.column_label
{
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}
.input_hint
{
	font-size: 8pt;
	font-style: italic;
	text-align: right;
}
.thumbnail
{
	border: solid 1px gray;
}
.magnify-clip
{
	margin-left: 5px;
	margin-bottom: 5px;
	border: 0;
}

/* Textboxes */
.textbox
{
	width: 300px;
	border-top: solid 2px #999;
	border-left: solid 2px #999;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}


/* Captcha image */
.captchapict {
	border: solid 1px maroon;
}

/* Lists - by default unpadded. Add 'padded' class for padding. */
ul, .list-dot, .list-arrow
{
	padding: 0;
	margin: 0 0 0 20px;
}
ul, .list-dot
{
	list-style-image: url(../images/dot.gif);
}
.list-arrow
{
	list-style-image: url(../images/arrow.gif);
}
.list-padded
{
	padding-left: 10px;
	margin-left: 10px;
}
ul.note
{
	padding: 0;
	margin: 30px 0 0 30px;
}


/* Misc classes - Join these with other classes */
.small_font
{
	font-size: 8pt;
}
.full_width
{
    width: 300px;
}
.padded
{
	padding: 10px;
}
.highlighted
{
	background: #FFEAD4;
}
.boxed
{
	border: solid 1px maroon;
}


/* menus */
.list-menu
{
	background: #fdb970;
}
.list-menu ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
.list-menu li 
{
	margin: 0;
	padding: 1px 0;
}
.list-menu a 
{
	display: block;
	padding: 0 3px;
	background: #fdb970;
	text-decoration: none; /*lets remove the link underlines*/
}
.list-menu a:link, .list-menu a:active, .list-menu a:visited 
{
	color: maroon;
}

.list-menu a:hover 
{
	background: maroon;
	color: white;
}
