html, body, form
{
    margin: 0px;
}
#wrapper
{
	width: 778px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.header
{
	height: 100px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
}
#sidebar
{
	float: left;
	display: inline; /* required to prevent ie6 double margin bug */
	margin-left: 10px;
	margin-right: 10px;
	width: 175px;
}
.sidebar_section
{
	border-bottom: #dadada 1px solid;
	padding-bottom: 10px;
	padding-top: 10px;
}
#main
{
	border-left: 1px solid #dadada;
	margin-left: 195px;
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	width: 557px;
}
#footer
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}
body, input, select, textarea
{
	font-family: Verdana, Sans-Serif;
	font-size: small;
	color: #333333;
	background-color: #ffffff;
}
h1
{
	font-weight: bold;
	font-size: large;
	margin-top: 0px;
}
a
{
	text-decoration: underline;
	color: #0033CC;
}
a:hover
{
	text-decoration: none;
}
a.imagelink
{
    text-decoration: none;
}
a.imagelink span
{
    text-decoration: underline;
}
a:hover.imagelink span
{
	text-decoration: none;
}
ul
{
	margin: 0px 0px 0px 16px;
	padding: 0px;
	list-style-position: outside;
}
ul.menulist_header, ul.menulist_sidebar, ul.checkedlist, ul.errorlist, .checkedlist ul, .errorlist ul
{
    margin-left: 0px;
    list-style-type: none;
}
li
{
	padding-top: 6px;
}
.menulist_header li
{
    padding-top: 0px;
    display: inline;
}
.menulist_sidebar li
{
    padding-top: 3px;
	padding-bottom: 2px;
}
.checkedlist li
{
    font-weight: bold;
    padding-left: 20px;
    padding-top: 5px;
    margin-top: 5px;
    background-image: url(../images/icons/check_16.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    
}
.errorlist li
{
    color: #FF0000;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 5px;
    background-image: url(../images/icons/del_16.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
input.text, textarea.text, select.text
{
    font-size: 1em;
	border: #aaaaaa 1px solid;
}
input.textshade, textarea.textshade, select.textshade, table.textshade
{
    font-size: 1em;
    border: #aaaaaa 1px solid;
	background-color: #FFFF99;
}
input.imagebutton
{
    background-repeat: no-repeat;
    background-position: 2px 2px;
    width: 100px;
    height: 30px;
    padding-left: 29px;
    border: #aaaaaa 1px solid;  
    text-align: left;
    cursor: pointer;
}
.highlight
{
	color: #FF0000;
}
.shade
{
	background-color: #FFFFCC;
}
.shade_dk
{
	background-color: #FFFF99;
}
.shade_ro
{
	color: #000000;
	background-color: #FFFFCC;
}
.bar_h
{
    background-image: url(../images/bar_h.gif);
    background-repeat: repeat-x;
    background-position: center;
    height: 2px;
}
.lhead
{
	font-weight: bold;
	font-size: medium;
}
.mhead
{
	font-weight: bold;
}
.copyright
{
	font-size: x-small;
}
.disclaimer
{
	font-size: x-small;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 10px;
}
.menu, .menu_dk
{
    color: #333333;
	text-decoration: none;
}
.menu_dk
{
	font-weight: bold;
}
.popup
{
	border: black 1px solid;
	display: none;
	position: absolute;
	background-color: white;
	z-index: 50;
}
.popupTitle
{
	background-color: #003366;
	cursor: default;
	color: white;
	font-weight: bold;
}
.ocpBlue
{
	color: #0283B5;
}
.ocpGreen
{
	color: #44A352;
}
.border
{
	border: #aaaaaa 1px solid;
}
.highlight_box
{
	border: #aaaaaa 1px solid;
	background-color: #FFFFCC;
	color: #000000;
	padding: 10px;
}
.errorMsg
{
    color: #FF0000;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    background-image: url(../images/icons/del_16.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
.successMsg
{
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    background-image: url(../images/icons/check_16.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
.icon32
{
    vertical-align: middle;
    padding-right: 5px;
    height: 32px;
    width: 32px;
    border: none;
}
.icon24
{
    vertical-align: middle;
    padding-right: 2px;
    height: 24px;
    width: 24px;
    border: none;
}
.icon16
{
    vertical-align: middle;
    padding-right: 2px;
    height: 16px;
    width: 16px;
    border: none;
}
.report th
{
    text-align: left;
    padding-right: 5px;
    font-weight: bold;
}
