@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e6e4e4;
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin: 35px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	margin: 0px 60px 0px 60px;
	padding: 0px;
	min-width: 840px;
	background: #11baec;
	background-image: url( /images/shadowright.gif );
	background-position: right;
	background-repeat: repeat-y;
	margin-top: 0px; /* auto; */ /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	width: 100%;
	background: #ffffff;
	background-image: url( /images/rightheadershadow.gif );
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#headerContent h1 {
	color: #747373;
	background: #ffffff;
	font: 18px Arial;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 56px 0px 0px 16px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#headerContent {
	float: left;
}
#logo {
	float: right;
	margin-right: 32px;
	min-width: 184px;
	max-width: 174px;
	width: auto !important;
	width: 184px;
	min-height: 99px;
	max-height: 99px;
	height: auto !important;
	height: 99px;
	background-image: url( /images/logo.gif );
	background-repeat: no-repeat;
}
#sidebar1 {
	position: relative;
	color: #ffffff;
	background-color: #11baec;
	font: bold 11px Arial;
	float: left; /* since this element is floated, a width must be given */
	max-width: 134px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: auto !important;
	width: 134px;
	padding: 0px 0px 50px 0px;
}
.myAccount, .myAccount a:link, .myAccount a:visited {
	position: relative;
	top: 0px;
	background-color: #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 10px;
	width: 124px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	line-height: 30px;
	overflow: hidden;
	font: bold 11px/1 arial;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: super;
}
#mainContent {
	margin: 0px 0px 0px 134px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 350px;
	background-image: url( /images/shadowright.gif );
	background-color: #FFFFFF;
	background-position: right;
	background-repeat: repeat-y;
}
#topBar {
	position: relative;
	background-color: #cccccc;
	background-image: url( /images/shadowright.gif );
	background-position: right;
	background-repeat: repeat-y;
	height: 116px;
}
#greeting {
	position: relative;
	width: 100%;
	text-align: right;
	padding: 0px;
	color: #000000;
	font: 12px Arial;
}
#options {
	position: relative;
	width: 100%;
	text-align: right;
	padding: 0px;
	margin: 0px;
	top: 75px;
}
#options, #options a:link, #options a:visited {
	color: #000000;
	font: 12px Arial;
}
#tools {
	float: right;
	position: relative;
	text-align: right;
	width: 300px;
	min-height: 117px;
	height: auto !important;
	height: 117px;
	padding: 5px 10px 5px 0px;
}
#footer-right {
	float: right;
	background-image: url( '/images/footer-right.gif' );
	background-repeat: no-repeat;
	background-position: top right;
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
}
#footer-left {
	float: left;
	background-image: url( '/images/footer-left.gif' );
	background-repeat: no-repeat;
	background-position: top left;
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
}
#footer {
	background: #e6e4e4;
	background-image: url( '/images/footer-middle.gif' );
	max-height: 10px;
	height: auto !important;
	height 10px;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	color: #747373;
	font: 9px Arial;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fieldlabel {
	float: left;
	margin-right: 8px;
	min-width: 120px; 
	width: auto !important;
	width: 120px;
	text-align: right;
}
.fieldcolumn{
	float: left;
	margin-right: 8px;
	width: 320px;
}

.alertlabel {
	clear: both;
	color: #ff3300;
	font: 12px Arial;
}

div.outer0,div.outer1,div.outer3,div.outer4  {
	float: left;
	width: 134px;
	min-height: 13px;
	height: auto !important;
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;s
	background: url( '/images/menu_bg.gif' ) 0 -50px no-repeat;
}
div.outer0 a:link,div.outer0 a:visited {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font: bold 11px/1 arial;
	color: #ffffff;
	text-decoration: none;
	background-image: none;
}
div.outer1 a:link,div.outer1 a:visited {
	color: white;
	background: url( '/images/menu_bg.gif' ) -134px 0 no-repeat;
	display: block;
	margin: 0;
	padding:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font: bold 11px/1 arial;
	text-decoration: none;
}	
div.outer3 a:link,div.outer3 a:visited {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font: bold 11px/1 arial;
	color: #000000;
	text-decoration: none;
	background-image: none;
}
div.outer4 a:link,div.outer4 a:visited {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font: bold 11px/1 arial;
	color: #ffffff;
	text-decoration: none;
	background: url( '/images/menu_bg.gif' ) -134px 0 no-repeat;
}
div.outer0 span,div.outer1 span {
	display: block;
	margin: 0;
	padding: 2px 0 0 20px;
}
div.outer3 span,div.outer4 span {
	display: block;
	margin: 0;
	padding: 2px 0 0 30px;
}	
div.outer0 a:hover,div.outer3 a:hover {
	color: white;
	background: url( '/images/menu_bg.gif' ) top left no-repeat;
}
div.outer0 a:active {
	color: #11baec;
}

a.ovalbutton-a {
	background: transparent url('/images/btna-left.gif') no-repeat left;
}
a.ovalbutton-b {
	background: transparent url('/images/btnb-left.gif') no-repeat left;
}
a.ovalbutton-c {
	background: transparent url('/images/btnc-left.gif') no-repeat left;
}
a.ovalbutton-a, a.ovalbutton-b, a.ovalbutton-c {
	min-width: 150px;
	display: block;
	float: left;
	overflow: hidden;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	margin: 0px 0px 0px;
	text-decoration: none;
}
a:link.ovalbutton-a, a:visited.ovalbutton-a, a:active.ovalbutton-a {
	color: #cccccc; /*button text color*/
}
a:link.ovalbutton-b, a:visited.ovalbutton-b, a:active.ovalbutton-b {
	color: #666666;
}
a:link.ovalbutton-c, a:visited.ovalbutton-c, a:active.ovalbutton-c {
	color: #ffffff;
}
a.ovalbutton-a span {
	color: #cccccc;
	background: transparent url('/images/btna-right.gif') no-repeat right;
}
a.ovalbutton-b span {
	color: #666666;
	background: transparent url('/images/btnb-right.gif') no-repeat right;
}
a.ovalbutton-c span {
	color: #ffffff;
	background: transparent url('/images/btnc-right.gif') no-repeat right;
}
a.ovalbutton-a span, a.ovalbutton-b span, a.ovalbutton-c span {
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton-a:hover, a.ovalbutton-b:hover, a.ovalbutton-c:hover { /* Hover state CSS */
	background-position: left;
}

a.ovalbutton-a:hover span, a.ovalbutton-b:hover span, a.ovalbutton-c:hover span { /* Hover state CSS */
	background-position: right;
	color: black;
}

.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	margin: 0px 0px 0px;
	width: 100%;
}

/*.acc {
	width: 100%;
	list-style: none;
	color: #033;
}
*/



/* tree CSS */
.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding-left: 20px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-image: url( /images/list.gif );
	color: #6f737a;
	font: 12px Arial;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}
.treeview li span{
	padding: 3px;
}
.treeview li span:hover{
}
.treeview li span a{
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
.treeview li span  a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	list-style-image: url( /images/closed.gif );
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}