html { height: 100%; }

img, form { border: 0px; }
form {margin: 0px; padding: 0px} 
body
{
	font-family: arial, helvetica, verdana;
}
input, textarea, select
{
	font-family: arial, helvetica, verdana;
	font-size: 11px;
}

.nav
{

	font-size: 11px;
}

td
{
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}
.smallTitle
{
	color: #347d2d;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}


a { text-decoration: underline; }
a:link { color: #000; }
a:visited { color: #000; }

a:active
{
	color: #000;
	text-decoration: none;
	
}

a:hover
{
	color: #347d2d;
	text-decoration: underline;
}

a.links:link { color: #347d2d; font-size: 11px;}
a.links:visited { color: #347d2d;  font-size: 11px;}
a.links:hover
{	color: #347d2d;
	text-decoration: none;
	font-size: 11px;
}

.crumb a { text-decoration: none; line-height: 18px;}
.crumb a:link { color: #c6c6c6; }
.crumb a:visited { color: #c6c6c6; }

.crumb a:active
{
	color: #c6c6c6;
	text-decoration: none;
}

.crumb a:hover
{
	color: #c6c6c6;
	text-decoration: none;
}

.mainmenu
{
	font-size: 11px;
	color: #e77a00;
	white-space: nowrap;
}

.mainmenu a { text-decoration: none; white-space: nowrap;}
.mainmenu a:link { color: #e77a00; }
.mainmenu a:visited { color: #e77a00; }
.mainmenu a:active { color: #e77a00; }

.mainmenu a:hover
{
	color: #f18a01;
	text-decoration: underline;
}

.mainmenuactive
{
	font-size: 11px;
	color: #e77a00;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
}

.submenu
{
	font-size: 11px;
	color: #000;
	white-space: nowrap;
}

.submenu a
{
	text-decoration: none;
	white-space: nowrap;
}
.submenu a:link { color: #000; }
.submenu a:visited { color: #000; }
.submenu a:active { color: #000; }
.submenu a:hover { color: #e77a00; }

.submenuactive
{
	font-size: 11px;
	color: #e77a00;
	text-decoration: none;
}



.heading1, h1
{
	color: #e77a00;
	font-size: 20px;
}

.heading2, h2
{
	color: #347d2d;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}

.heading3, h3
{
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

.heading4, h4
{
	font-size: 11px;
	font-weight: bold;
}

fieldset
	{
		border: solid 1px #ccc;
		background-color: #fafafa;
		clear: left;
		padding: 10px;
		margin: 10px 0;
	}

.itemborderleft
{
	padding: 0px 6px 0px 6px; 
	border-left-width: 1px; 
	border-right-width: 0px; 
	border-top-width: 0px; 
	border-bottom-width: 0px; 
	border-style: solid; 
	border-color:#DFDFE2;
}

.itemborderleftright
{
	padding: 0px 6px 0px 6px; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 0px; 
	border-bottom-width: 0px; 
	border-style: solid; 
	border-color:#DFDFE2;
}

.searchResultsDiv 
{
	width: 130px;
	padding: 5px;
	padding-right:25px;
	height: 160px;
	float: left;
}

.block {
	background-image: url('/images/Interface/ppanelbg.gif');
	background-repeat: no-repeat;
}
/* Tabs */
a
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
.panel {
	clear: both;
	display: none;
	padding: 0px;
}
.panel.active-tab-body {
	display: block;
}

.tabsB {
  float:left;
  font-size:11px;
  line-height:normal;
  }
.tabsB ul {
  margin:0;
  padding:5px 0px 0px 10px;
  list-style:none;
  }
.tabsB li {
  display:inline;
  margin:0;
  padding:0;  
  }
.tabsB a {
  float:left;
  background:url("/images/Interface/tableftB.gif") no-repeat left top;
  background-position:0% -42px;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
.tabsB a span {
  float:left;
  display:block;
  background:url("/images/Interface/tabrightB.gif") no-repeat right top;
  background-position:100% -42px;
  padding:7px 10px 5px 5px;
  color:#000;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color:#c5c1ce;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsB a span {float:none;}
/* End IE5-Mac hack */
.tabsB a:hover span {
  color:#D95C00;
  }
.tabsB a:hover,.tabsB a.active-tab {
  background-position:0% 0px;
  }
.tabsB a:hover span, .tabsB a.active-tab span {
  background-position:100% 0px;
  color:#347d2d;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color:#fff;
  }

