

div.contentmain {
    border: #CCC solid 1px;
    clear: left;
    padding: 8px;
	background-color: #F0F0F0;
}

div.content {
    border: #CCC solid 1px;
    clear: left;
    padding-left: 6px;
	background-color: #FFF;
	overflow : auto;
}

div.content.inactive {
	display: none;
}

ol#toc {
    height: 31px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
   /* background: #003366 url(http://10.65.57.50/fifedirect/SharedStruc/styles/cssimages/tabs2.gif); */
    color: #FFF;
    display: block;
    float: left;
    height: 28px;
    padding-left: 10px;
    text-decoration: none;
	font-weight: bold;
}

ol#toc a:hover {
    background-color: #003366;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
    background-color: #003366;
    background-position: 0 -60px;
    color: #fff;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    /* background: url(http://10.65.57.50/fifedirect/SharedStruc/styles/cssimages/tabs2.gif) 100% 0; */
    display: block;
    line-height: 28px;
    padding-right: 10px;
}

#button_right a {
/*	background: #FFF url(http://10.65.57.50/fifedirect/SharedStruc/styles/cssimages/editbutton.gif) no-repeat; */
	float:right; 
	padding:0 0 0 0;
	height: 26px;
	width: 100px;
	text-align: center;
	color: #006699;
	padding-top: 2px;
	text-decoration: none;
}

#button_right a:hover {
	/* background: #FFF url(http://10.65.57.50/fifedirect/SharedStruc/styles/cssimages/editbuttonhover.gif) no-repeat;  */
	float:right; 
	padding:0 0 0 0;
	height: 26px;
	width: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 2px;
	text-decoration: none;
}

ol {
  color: #666;
  list-style-type:none;
	margin-left:24px;
}

label{font-weight:bold; } 
box {border-bottom:1px solid #000033; }

/* Medium Button  */
 a.buttonmed{ background:url(cssimages/button_bg.png) repeat-x bottom #FFF;
 border:1px solid #999;margin-top:8px;padding:4px;display: block;float: left;
text-decoration: none;
font-size: 14px;
color:#333;}
.doitonlineForm a.buttonmed {background-image:none;background-color:#009900;}
.doitonlineForm a.buttonmed span, .doitonlineForm a:active.buttonmed span {color:#FFF}
.doitonlineForm a:hover.buttonmed span {text-decoration:underline; color:#FFF;}
.doitonlineForm a:active.buttonmed {position:relative; top:1px; left:1px;background-image:none; background-color:#0066CC;}
a:hover.buttonmed {text-decoration:underline;}
a:active.buttonmed {background:url(cssimages/button_bg_hover.png) repeat-x;}
a:visited.buttonmed,a:active.buttonmed{ color:#333!important;}
a.buttonmed span{ display: block;padding: 1px 8px 2px 2px; font-weight: bold;}


