﻿body {
	clear: both;
	background: #FFFFFF none repeat scroll 0%;
	color: #333333;
	font-family: verdana,sans-serif;
	font-size: small;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 600px;
	margin: 0pt;
	padding: 0pt;
	voice-family: inherit;
}

ul {
	list-style-type: disc;
}

li {
	margin-left: 20px;
	margin-bottom: 8px;
}

input {
	font-family: verdana,sans-serif;
	font-size: small;
	vertical-align: middle;
	voice-family: inherit;
}

label {
	vertical-align: middle;
}

img {
	border: 0pt none;
}

a {
	color: #669966;
	text-decoration: none;
}
	
a:hover, a:active {
	color: #476B47;
	text-decoration: none;
}

h1 {
	border-bottom: solid 1px #669966; 
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
}

h2 {
	border-bottom: solid 1px #669966; 
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

acronym {
	border-bottom: dashed 1px #96A196; 
	cursor: help;
	text-decoration: none;
}

.inputNumeric {
	text-align: right;
}

.combo {
	font-family: verdana,sans-serif;
	font-size: small;
	vertical-align: middle;
	voice-family: inherit;
}

.xpander a:link, .xpander a:visited, .xpander a:active {
	background: url(../img/xpander.gif) no-repeat top right;
	background-color: Transparent;
	display: block; 
	float: right;
	height: 14px; 
}
.xpander a:hover {
	background-color: Transparent;
	background-position: bottom right;
}

/* ---- header ---- */
#header {
	clear: both;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
/* ---- header ---- */

/* ---- container ---- */
#container {
	clear: both;
	font-size: small;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#sidebar {
	float: left;
	font-size: small;
	margin: 0px;
	padding: 0px;
	width: 160px;
}

#sidebar_right {
	float: right;
	font-size: small;
	margin: 0px;
	padding: 0px;
	width: 160px;
}

#content {
	margin: 0px 10px 10px 190px;
}
#content_nosidebar {
	margin: 0px 10px 10px 10px;
}
#content_2sidebars {
	margin: 0px 170px 10px 190px;
}
/* ---- container ---- */

/* ---- footer ---- */
#footer {
	clear: both;
	background: transparent url(../img/footer_bg.gif) repeat-x scroll center top;
	color: Gray;
	font-size: x-small;
	font-weight: normal;
	margin: 0px;
	padding: 8px 20px 8px 20px;
	text-align: center;
	height: 60px;
	min-height: 60px;
	width: auto;
}

#footer a:link, #footer a:visited {
	color: Gray;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: underline;
}
/* ---- footer ---- */

/* ---- buttons ---- */
.button {
    border-left: solid 0 #D3D3D3; 
    border-top: solid 0 #D3D3D3; 
    border-right: solid 1px #D3D3D3; 
    border-bottom: solid 1px #D3D3D3; 
	background-image: url(../img/button_bg.gif);
	background-position: center;
	background-repeat: repeat-x;
	background-color: transparent;
	font-family: tahoma; 
	font-size: 8pt;
	font-weight: bold;
	color: #5A595A;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}

.buttonbrowse {
    border-left: solid 0 #D3D3D3; 
    border-top: solid 0 #D3D3D3; 
    border-right: solid 1px #D3D3D3; 
    border-bottom: solid 1px #D3D3D3; 
	background-color: transparent;
	font-family: tahoma; 
	font-size: 8pt;
	font-weight: normal;
	color: Gray;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	height: 20px;
	vertical-align: middle;
	text-align: left;
}
/* ---- buttons ---- */

/* ---- insetcontainer ---- */
.insetboxtitle, .insetboxtitle a {
	color: #006600;
	border-bottom: solid 1px #006600;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

.insetbox_160_top {
	background-image: url(../img/inset_160_top.png);
	background-repeat: no-repeat;
	clear: both;
	display: inline-table;
	height: 15px;
	width: 160px;
}

.insetbox_160_mid {
	background-image: url(../img/inset_160_mid.png);
	background-repeat: repeat-y;
	font-size: 0.8em;
	padding: 0px 10px 1px 10px;
	width: 140px;
}
.insetbox_160_mid ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.insetbox_160_mid li {
	margin-left: 0px;
	margin-bottom: 0px;
}

.insetbox_160_bottom {
	background-image: url(../img/inset_160_bottom.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 160px;
}

.insetcontainer {
	display: inline-table;
	border: solid 1px #66B159;
	background-color: #D6E6D6;
	margin: 0px 0px 8px 0px;
	padding: 4px 4px 4px 4px;
}

.insetcontainerheader {
	background-color: #669966;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	vertical-align: middle;
}

.insetcontainerheader a:link, .insetcontainerheader a:visited, 
.insetcontainerheader a:active {
	background-color: Transparent;
	color: #006600;
	text-decoration: none;
	cursor:pointer;
}

.insetcontainerheader a:hover {
	background-color: Transparent;
	color: Black;
	text-decoration: none;
	cursor:pointer;
}

.insetcontainerbody {
	background-color: #D6E6D6;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	vertical-align: middle;
}

.insetcontainerbody ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.insetcontainerbody li {
	margin-left: 0px;
	margin-bottom: 0px;
}

/* ---- insetcontainer ---- */

/* ---- limenu ---- */
.limenutitle {
	background-color: #669966;
	border: solid 1px #669966;
	color: #000000;
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 5px;
	height: 14px;
	min-height: 14px;
	text-decoration: none;
	font-weight: bold;
}
	
.limenuactive a:link, .limenuactive a:visited, 
.limenuactive a:hover, .limenuactive a:active {
	background-color: #669966;
	border: solid 1px #006600;
	color: #000000;
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 5px;
	height: 14px;
	min-height: 14px;
	text-decoration: none;
}

.limenu a:link, .limenu a:visited {
	background-color: #D6E6D6;
	border: solid 1px #D6E6D6;
	color: #7F7F7F;
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 5px;
	height: 14px;
	min-height: 14px;
	text-decoration: none;
}

.limenu a:hover, .limenu a:active {
	background-color: #96A196;
	border: solid 1px #476B47;
	color: #000000;
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 5px;
	height: 14px;
	min-height: 14px;
	text-decoration: none;
} 
/* ---- limenu ---- */

.hidden {
	display: none;
}

.indented {
	text-indent: 1em;
}

.error {
	color: Red;
    font-family: verdana;
    font-size: 10pt;
}

.success {
	color: Green;
    font-family: verdana;
    font-size: 10pt;
}

.cornerbox_left {
	background: transparent url(../img/cornerbox_left_top.jpg) no-repeat scroll left top;
	margin: 10px 0px 10px 0px;
	padding: 12px 0px 12px 15px;
	min-height: 103px;
	width: auto;
}

.footnote {
	font-size: small;
	font-style: italic;
	font-weight: normal;
}

.footnotesmaller {
	font-size: smaller;
	font-style: italic;
	font-weight: normal;
}

.new {
	color: Red;
	font-style: italic;
	font-weight: bold;
}

.res_ok {
	color: Green;
	font-style: italic;
	font-weight: bold;
}
.res_fair {
	color: Orange;
	font-style: italic;
	font-weight: bold;
}
.res_bad {
	color: Red;
	font-style: italic;
	font-weight: bold;
}

/* ---- Grid styles ---- */
.grid {
	/*background-color: #D6E6D6;*/
	border: solid 1px #CFE6CF;
	color: #996666;
	font-size: small;
	float: none;
	vertical-align: middle;
}
.gridHeader {
	background-color: #D6E6D6;
	color: #996666;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	white-space: nowrap;
	height: 14px;
	min-height: 14px; 
}
.gridFooter {
	background-color: #D6E6D6;
	color: #996666;
	font-weight: normal;
	padding: 12px 6px 8px 6px;
	white-space: pre-wrap;
	vertical-align: top;
}
.gridBody {
	color: #7F7F7F;
	background-color: #D6E6D6;
	font-weight: normal;
}
.gridRowStyle {
	color: #7F7F7F;
	background-color: #FFFFFF;
	font-weight: normal;
	white-space: pre-wrap;
}
.gridAlternatingRowStyle {
	color: #7F7F7F;
	background-color: #EAFFEA;
	font-weight: normal;
	white-space: pre-wrap;
}
.gridPager {
	background-color: #D6E6D6;
	color: #7F7F7F;
	font-weight: bold;
	padding: 6px;
	text-align: left;
}
/* ---- Grid styles ---- */
