﻿
form fieldset
{
	border: 2px solid #248024;
	background-color: #e9f8d1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0px 20px 0px;
	position: relative;
	display: block;
	padding: 0px 10px 10px 10px;
	color: #000000;
}

form fieldset legend
{
	border: 1px solid #339966;
	background-color: #248024;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 110%;
	padding: 2px 5px;
	margin: 0px 0px 10px 0px;
	position: relative;
	top: -12px;
}
	 
form fieldset legend img{
	padding:0px 5px 0px 5px;	
}

.BreadCrumbContainer
{
	/*background:#efefef; 
	color:#334E9C;*/
	padding-left:1px; 
	padding-top:0px;
	vertical-align:top;
}
.BreadCrumbDetail 
{
	background:url(Images/bg_crumb.gif) repeat;
	height: 18px;
	padding-top: 1px;
	padding-left: 50px;
}
.CrumbCurrent 
{
	font-weight: bold;
	color: #89785D;
	font-size: 11px;
	font-family: Tahoma;
	padding-left: 5px;
	
}
.CrumbNodeStyle 
{
	font-weight: normal;
	color: #89785D;
	font-size: 11px;
	font-family: Tahoma;
	padding-left: 5px;
	padding-right: 5px;
}

/*begin creating the tabs */
.Menu
{
	/*background: url(Images/bg_nav.gif) repeat-x;*/
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;	
}

/* set tab1 as top level container table, then target TDs inside*/
.MenuItem td
{
	background-position: url(Images/tab_dim.gif) repeat-x;
	background: url(Images/tab_dim.gif) repeat-x;
	color: #FFFFFF;
	height: 22px;
	text-align: center;
	width: 120px;
}
	
/* make current tab gray,set the background-color also in case images are not on*/
.MenuSelectedItem td 
{
	background: url(Images/tab.gif) no-repeat #E5CB85;
}

/* make link and visited the same look,set the background-color also in case images are not on*/
.MenuItem a:link, .MenuItem a:visited, .MenuPopupItem a:link, .MenuPopupItem a:visited 
{
	color: #FFFFFF;	
	text-decoration: none;
}

/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.MenuItem a:hover 
{
	text-decoration: underline;
}

/* make drop down menu container style */
.MenuPopup
{
	background-position: #c;
	background: #666666;
	border-bottom: none;
	color: #FFFFFF;
	z-index: 100;
	border: 1px solid #999999;
}

.MenuPopup a:hover
{
	background: #999999;
	color: #FFFFFF;
	z-index: 100;
}


/* make drop down menu item style */
.MenuPopupItem 
{
	background: #666666;
	border-bottom:1px solid #999999; 
	color:#FFFFFF;	
	padding: 3px;
	z-index: 100;
}