﻿a:link
{
	color: #333D1D;
}
a:active
{
	color: #333D1D;
}
a:visited
{
	color: #333D1D;
}

.pagemaster {
	width: 100%;
	height: 100%;	
}

.leftnav_old 
{
	background-color: #E9EED1
}

.leftnav
{
	padding:0px 0px;
	background-color: #F2F1E4;	
}

.pageheadline_old
{
	background-color: #E9EED1;
	font-size:medium; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	vertical-align: middle;
	height: 20px;
	color: #333D1D;
}

/* light caption */
.pageheadline
{
	font-size: 11pt;
	width: 100%;
	height:21px;
	overflow: hidden;
	padding: 0px 0px 0px 4px;
	background-image: url(blobkgde.gif);
}

.lightCaptionOld
{
	width: 100%;
	height:21px;
	border:1px solid #608058;
	background-image:url(./oncaptionlight.gif);
	background-repeat:repeat-x;
	overflow: hidden;
	padding: 0px 0px 0px 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	vertical-align: middle;
}

.lightCaption
{
	width: 100%;
	height:21px;
	border:1px solid Tan;
	background-image:url(./oncaptionlight.gif);
	background-repeat:repeat-x;
	overflow: hidden;
	padding: 0px 0px 0px 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	vertical-align: middle;
}

.lightCaptionNoBorder
{
	width: 100%;
	height:21px;
	background-image:url(./oncaptionlight.gif);
	background-repeat:repeat-x;
	overflow: hidden;
	padding: 0px 0px 0px 2px;
	margin-right: 2px;
	margin-bottom: 0px;
}


.lightCaption TABLE
{
	color: black;
	font-weight: normal;
}


/* tab buttons background */
.tabButtonsBackground
{
	padding:0px 0px;
	background-color: #F2F1E4;	
}
.tabButtonsBackground TABLE
{
	background-color: #F2F1E4;	
}

/* Toolbar */
.toolBar
{
	background: url(./Bckgrnd.gif) repeat-x; 
	height: 25px;
	padding: 0px 1px 1px 1px;
	vertical-align: middle;	
}

.toolBarHotItem
{
	background: #FFD9A0 url(./ItemHot.gif) repeat;
}
.toolBarPressedItem
{
	background: #FFAF59 url(./ItemPressed.gif) repeat-x; 
}
.toolBarSelectedItem
{
    background-color: #F2AE3D; 
	background-image: url(./ItemSelected.gif);
	background-repeat: repeat-x; 
}

td.footer 
{
	 font-size: 75%;
	 color: #566631;
	 background-image: url(blobkgde.gif);
	 
}
hr.footer
{
	margin-top:0px; border:none; height:1px; background-color: #566631; color:#566631; 
}


.menuA {
    padding: 2px 2px 3px 2px; 
    margin-right: 3px;
	border: 1px solid #000000; 
	height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333D1D;
    vertical-align: bottom;
    text-decoration: none; 
}
.menuA:hover {
    background-color: #ffffff;
}
.menuA_highlight {
    padding: 2px 2px 3px 2px; 
    margin-right: 3px;
    background-color: #ffffff;
	border: 1px solid #000000; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none; 
	height: 25px;
    color: #000000;
}
.menuA_highlight:hover {
    background-color: #ffffff;
}

.flyouthelp {
    FONT-SIZE: 80%; FONT-FAMILY: verdana,arial,helvetica,sans-serif;
    border: solid 1px #9BBB59; color: inherit; background-color: #FFFFCC;
    padding: 5px;
}
.flyouthelpimg 
{
	cursor: pointer;
}

td.info 
{
	text-align:left; vertical-align:middle;
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px;
}

.totalFooter 
{
    border-top: solid 1px Tan;
}

 .DisabledReport {
    font-style: italic;
	color: #F0A027;
}

/* ALERTS */

span.error { font-weight: bold; color: #900; }

div.alert, div.errorbox { background-color: #fff; border: 1px solid #ddd; margin: 0 0 15px; padding: 3px 7px; overflow: hidden;}
div.alert img, div.errorbox img {margin-right: 7px; float: left;}
#body div.alert p, #body div.errorbox p, #body div.alert h3 {font-size: 13px; margin: 6px 6px 0 6px; _margin-bottom: 6px; }
#body div.alert h3 {font-weight: bold;}

.attention { background-color: #fff5cc; border: 1px solid #fc1; padding-left: 3px; padding-right: 3px; padding-bottom: 3px;}
div.alert.attention { background-color: #fff5cc; border: 1px solid #fc1; padding-bottom: 6px;}
div.alert.attention strong { color: #960; }

div.alert.error, div.errorbox { background-color: #fee; border: 1px solid #d00; }
div.alert.error strong, div.errorbox strong { color: #ab0000; }

div.alert.success { background-color: #e6f8dd; border: 1px solid #191; }
div.alert.success strong { color: #060; }

div.alert.notice { background-color: #e6f8f8; border: 1px solid #07a; }
div.alert.notice strong { color: #005a8d; }