body {
  background-color:#fff;
  color: #000000;
  margin:0;
 }

body, p, ol, ul, td {
  font-family:Arial, Helvetica, sans-serif;
  font-size:   11px;
  line-height: 18px;

}

legend{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
	position:absolute; top: -.5em; left: .5em;
}
fieldset{
	border:#996633 1px solid;
	position: relative; margin-top:1em; padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
}
a {
  color: #006699 ;
  background-color: transparent ;
  text-decoration: none ;
  margin: 0 ;
  padding: 0 1px 2px 1px ;
}

a:hover {
  color: #ff0000 ;
  text-decoration: underline ;
}

.wrapper {
  background: white url('/images/column_200.png') repeat-y right ;
  height:100%;
}

.right_header{
background-image: url("/images/right_header.gif") ;
background-repeat:repeat-y;
 }

.header * {
  margin: 0 ;
  padding: 0 ;
}

.header {
  height: 90px ;
  color: #fafaea ;
  background: #003e00 ;
}

.header img {
  position: relative ;
  float: right ;
  height: 90px ;
}

.header h1 {
  font-size: 2em ;
  padding: 15px 0 0 20px ;
}

.header h2 {
  font-size: .75em ;
  padding: 6px 0 0 20px ;
}

.navbar {
  height: 2em ;
  background-color: #D2AF5D;
  border-top: 2px groove #DDC385;
  border-bottom: 2px ridge #DDC385;
}

#suckerfish * {
  margin: 0 ;
  padding: 0 ;
}

#suckerfish, #suckerfish ul {
  padding: 0 ;
  margin: 0 ;
  width: 100% ;
  list-style: none ;
  line-height: 2em ;
  z-index: 999 ;
}

#suckerfish a {
  color: #08054A ;
  display: block ;
}

#suckerfish a:hover {
  color: #006699  ;
  text-decoration: none ;
}

#suckerfish li {
  padding: 0 .75em 0 .75em ;
  float: left ;
}

#suckerfish li ul li a {
  /*margin-left: .25em ;
  width: 10.75em ;*/
  width: 11em ;
  padding: 0 2 0 2;
}

#suckerfish li ul li a.daddy {
  background-image: url("/images/daddy_rightarrow.gif") ;
  background-position: right center ;
  background-repeat: no-repeat ;
}

#suckerfish li ul li {
  padding: 0 ;
  width: 11em ;
  border-bottom: .075em solid white ;
  border-right: .075em solid white ;
}

#suckerfish li ul {
  margin: 0 0 0 -2;
  position: absolute ;
  background: #DDC385 ;
  width: 11em ;
  left: -999em ;
  border-top: 2px ridge #DDC385;
}

html>body #suckerfish li a {
width: auto;
}

#suckerfish li ul a:hover {
  background-color: #F3CB71;
}

#suckerfish li ul ul {
  margin: -2.2em 0 0 11.075em ;
}

#suckerfish li:hover ul ul, #suckerfish li.sfhover ul ul {
  left: -999em ;
}

#suckerfish li:hover ul, #suckerfish li li:hover ul, #suckerfish li.sfhover ul, #suckerfish li li.sfhover ul {
  left: auto ;
}

.container {
  width: 100%;
  float: left ;
  margin-right: -200px ;
}

.main {
  background: white ;
  margin-right: 200px ;

}

.breadcrumbs {
  margin-bottom: 8px ;
  background: #fff;
  border-top: 1px solid #D2AF5D ;
  border-bottom: 1px solid #D2AF5D ;
  padding-left: 4px;
}

.sidebar {
  width: 200px ;
  float: right ;
}

.content {
  margin: 16px ;

}

.footer {
  color: white ;
  background: #7A8A82;
  /*background: #6d7a73 url('/images/footer_bg.png') repeat-x top ;*/
}

.footer a {
  color: #F4EC7D ;
  text-decoration: none ;
  height:100%;
  vertical-align:middle;
}

.footer a:hover {
  color: white ;
  text-decoration: underline ;
}

h1 {
  margin-top: 0 ;
}

.last {
  margin-bottom: 0 ;
}

.clearing {
  height: 0 ;
  clear: both ;
}

.fieldWithErrors {
    display: inline;

}
.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
    background-color:#FFD7D7;
    color: #000;

}
/**
	=ERRORS ***************************
**/
#ErrorExplanation {

  border: 1px solid #000;
  padding: 5px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: #f0f0f0;
}
#ErrorExplanation h2 {
  text-align: center; padding-left:5px; padding-right:5px;
  font-size: 11px;
  margin: -5px;
  background-color: #c00;
  color: #fff;
}
#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  font-size:11px;
}
#ErrorExplanation ul li {
  font-size: 9px;
  list-style: square;
  line-height:11px;
}


div.uploadStatus {
  margin: 1px;
}

div.progressBar {
  margin: 1px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/* form */
form {
    padding:             0px 0px 0px 0px;
    margin:              0px 0px 0px 0px;
	display:inline;
}
INPUT {
	BORDER-RIGHT: #ccc 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #ccc 1px solid;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 0px;
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
	BORDER-LEFT: #ccc 1px solid;
	COLOR: #000033;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #ccc 1px solid;
	background-color: #fff;

}

TEXTAREA {
BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 1px; BACKGROUND: #FFF; PADDING-BOTTOM: 1px; font-family:Arial, Helvetica, sans-serif; font-size:11px; BORDER-LEFT: #ccc 1px solid; COLOR: #000033; PADDING-TOP: 1px; BORDER-BOTTOM: #ccc 1px solid
}
SELECT {
BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 1px; BACKGROUND: #FFF; PADDING-BOTTOM: 1px; BORDER-LEFT: #ccc 1px solid; COLOR: #000033; PADDING-TOP: 1px; BORDER-BOTTOM: #ccc 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:11px;
}
select option{background:#FFF7F2; }
SELECT:hover {
BORDER-RIGHT: #888 1px solid; BORDER-TOP: #888 1px solid; BACKGROUND: #e7f1f3; BORDER-LEFT: #888 1px solid; COLOR: #000; BORDER-BOTTOM: #888 1px solid
}

INPUT:hover {
BORDER-RIGHT: #888 1px solid; BORDER-TOP: #888 1px solid; BACKGROUND: #e7f1f3; BORDER-LEFT: #888 1px solid; COLOR: #000; BORDER-BOTTOM: #888 1px solid
}

.btn1{
background-color: #93C9FF;
padding: 0;
text-decoration: none;
font: bold 11px Arial;
border: 1px #CEE7FF outset;
}

.btn1:hover {
	border-style: inset;
	background-color:#B7DBFF;
}

.btn_submit{
   color:#000000;
   background-color:#E1DECB;
   border-bottom:#8B897A 1px solid;
   border-right:#8B897A 1px solid;
   border-left:#FFFEEF 1px solid;
   border-top:#FFFEEF 1px solid;
}

.btn_submit:hover{
background-color:#FAFAEA;
}


#track1-left, #track2-left {
	position: absolute;
	width: 5px;
	height: 9px;
	background: transparent url(/images/slider-images-track-left.png) no-repeat top left;
}

/* put the track and the right rounded edge on the track */
#track1, #track2 {
	background: transparent url(/images/slider-images-track-right.png) no-repeat top right;
}



#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
font-family:Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

/* tab link */
.basictab ul{
margin: 3px;
padding: 2px 0;
margin-left: 0;
font: 10px Arial, Helvetica, sans-serif;
color:#666666;
border-bottom: 1px solid #E2E2E2;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #E2E2E2;
border-bottom: none;
background-color: #FAFAEA;
color: #666666;
}


.basictab li a:hover, .basictab li a.current{
background-color: #c8e9e9;
color: black;
text-decoration:none;
}


.td_space{
	padding-left: 5px; padding-bottom:2px; padding-right:5px; padding-top:2px;
}

/*same as tablist*/
.tabbed
{
border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

.tabbed ul, .tabbed li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

.tabbed a:link, .tabbed a:visited
{
margin-top: 0;
padding: 4px 0;
background: #e3ebe2;
border: 1px solid #1d93b6;
border-bottom: 1px solid #ccc;
color: #006486;
float: left;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

.tabbed a:link.current, .tabbed a:visited.current
{
background: #fff;
border: 1px solid #ccc;
border-bottom: 1px solid #fff;
color: #000;
font-weight:bold;
}

.tabbed a:hover { background-color:#faf7e2; color: #f00; }
.tabbed ul a:hover { color: #f00 !important; }

/*same as tablist secondary*/
.secondary
{
margin: 0;
padding: 0;
padding-bottom: 19px;
}

.secondary ul, .secondary li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

.secondary a:link, .secondary a:visited
{
border-right: 1px dotted #AAA;
border-bottom: 1px solid #ccc;
color: #06C;
float: left;
line-height: 14px;
padding: 2px 5px 2px 5px;
text-decoration: underline;
}

.secondary a:link.current, .secondary a:visited.current
{
color: #000;
text-decoration: none;
}

td.inside1b {
  font-weight:bold;
  /*padding: 0px 8px 0px 8px;*/
  /*line-height: 1.2;*/
}

td.inside2b {
  /*padding: 0px 8px 0px 8px;*/
}

td.insidemain, tr.inside1 {
  font-weight:bold;
  padding: 4px 8px 4px 8px;
  background: #C5DAE0;
  /*background: #C0C8D0;*/
  /*background: #B0D0BE;*/
  /*background: #F1F1BC;*/
  /*background: #BCCBD7;*/
}

td.inside1 {
  font-weight:bold;
  padding: 4px 4px 4px 4px;
  background: #F0F4F7;
  /*background: #ECECEC;*/
  /*background: #f4f4ee;*/
  /*background: #F1F1BC;*/
  /*background: #DEE3E7;*/
}

td.inside2 {
  padding: 4px 4px 4px 4px;
  background: #DFEAEE;
  /*background: #DCE1E5;*/
  /*background: #e3ebe2;*/
  /*background: #E4F1BC;*/
  /*background: #F7F7F7;*/
}

fieldset.inside {
  border: #000 1px solid;
  background-color:#fff;
  padding: 7px;
  /*padding-top: 12px;*/
}

legend.inside {
  color: #000;
  }

tr.even {background:#F0F4F7;}
tr.odd {background:#DFEAEE;}

/*tr.even {background:#DEE3E7;}
tr.odd {background:#F7F7F7;}*/

/*same as tablist*/
.tabbed2
{
border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 0;
}

.tabbed2 ul, .tabbed2 li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

.tabbed2 a:link, .tabbed2 a:visited
{
background: #E7F1F8;
border: 1px solid #ccc;
color: #666;
float: left;
line-height: 14px;
margin-right: 2px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

.tabbed2 a:link.current, .tabbed2 a:visited.current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

.tabbed2 a:hover { background-color:#E4F1BC; color: #f00; }
.tabbed2 ul a:hover { color: #f00 !important; }

/*same as tablist secondary*/
.secondary2
{
margin: 0;
padding: 0;
padding-bottom: 19px;
}

.secondary2 ul, .secondary2 li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

.secondary2 a:link, .secondary2 a:visited
{
border-right: 1px dotted #AAA;
border-bottom: 1px solid #ccc;
color: #06C;
float: left;
line-height: 14px;
padding: 2px 5px 2px 5px;
text-decoration: underline;
}

.secondary2 a:link.current, .secondary2 a:visited.current
{
color: #000;
text-decoration: none;
}

.tabtable
{
background:#F7F7F7;
border: 1px solid #ccc;
border-collapse: collapse;
border-top: none;
}

.pcolor
{
background: #ccc;
font-weight: bold;
padding: 0px 4px 0px 4px;
font-size: 10pt;
}

.table_staff {
background: #E4F1BC;
}

.main_table {
border: 1px solid #ccc;
border-top: none;
/*padding: 12px 12px 12px 12px;*/
/*background-color: #FFFACD*/
}

.main_table_secondary {
border: 1px solid #ccc;
border-top: none;
/*background-color: #FFFACD*/
}

.secondary_main_table {
background-color: #E8E4D7
/*padding: 12px 12px 12px 12px;*/
}

.tab_3d{
background-color:#F7F3F7;
border-top:#eee 1px solid;
border-left:#eee 1px solid;
FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=115,color=#D6D7DE,strength=8);
}
