/* Layout Information */
html,body
{
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin:1px;
  height:100%;
}

#frame
{
  margin-top:1px;
  text-align:left;
  width:100%;

}

#main
{
  float: left;
  position:absolute;
  left:151px;
  margin-top:1px;
  width: 100%;
  display:inline;
  overflow-x: hidden;
}


#leftcontent
{
  float: left;
  width: 149px;
  margin-top:1px;
}

/* General Styles */
a:link 
{
color: #94283A;
text-decoration: none;
font-family: Verdana,Arial;
font-size: 8pt;
}

a:visited
 {
color: #94283A;
text-decoration: none;
font-family: Verdana,Arial;
font-size: 8pt;
}

a:hover 
{
color: #0099CC;
font-family: Verdana,Arial;
font-size: 8pt;
text-decoration: underline;
}

li
{
  padding-top:5px;
}

ul
{
  padding-top:5px;
  padding-bottom:5px;
  margin-top:5px;
  margin-bottom:5px;
}

h1 
{
font-size: 1.2em;
color:#025589;
font-weight: bold;
margin: 0px;
padding: 0px;
font-family: Arial;
}


h2
 {
font-size: 1.1em;
font-weight: bold;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
}

h3 
{
font-size: 1.0em;
font-weight: bold;
margin: 0px;
padding: 0px;}

h4 
{
font-size: 1.0em;
font-weight: bold;
margin: 0px;
padding: 0px;
}

h5
 {
font-size: 1em;
font-weight: bold;
margin: 0px;
padding: 0px;
}

table 
{
	font-size: 12px;
	line-height: 1.3em;
	padding:0.6em;
    font-family: Arial, Helvetica, sans-serif;
}

form 
{
margin: 0px;
padding: 0px;
}

input,textarea 
{
border: 1px #aeaeae solid;
width: 95%;
}

select 
{
	border: 1px #aeaeae solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height:20px;
}

/*-------------Start the custom styles here----------------*/
/*No padding style */
.np 
{   
	margin: 0px;
	padding: 0px;
}

/*Table style with border in cells */
table.cb 
{
border-collapse: collapse;
}

table.cb td 
{
border: 1px #0099CC solid;
padding: .3em .5em;
}

/*Black Border - (No Top Bord) */
.borderblack {
	border-top: none;
	border-left: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	padding: 0px;
	margin: 0px;


}

/*Black Border - (Full Bord) */
.borderblackfull 
{
border-top: 1px #000000 solid;
border-left: 1px #000000 solid;
border-bottom: 1px #000000 solid;
border-right: 1px #000000 solid;
padding: .25em;
}

/*Black Border - (No Top or Bot) */
.borderblackntb
 {
border-top: 0px #000000 solid;
border-left: 1px #000000 solid;
border-bottom: 1px #000000 solid;
border-right: 1px #000000 solid;
padding: .25em;
}

/*Blue Border - (Full) */
.borderblue 
{
	padding: .7em;
	border: 1px solid #0099CC;
	background-color: #FAFAFA;
		background-image: url(images/tables/shader_blue.gif);
	background-repeat: repeat-x;
}

/*Border blue - (Full) */
table.borderblue td
{
padding: 5px;
}

/*Company Border - (Full) */
.bordercompany 
{
	padding: 1px;
	border: 0px none #7D8B93;
	background-color: #ffffff;
	color: #333333;
}

/*Company Border - (Full) */
.bordercompanynt 
{
	padding: 1em;
	background-color: #FAFAFA;
	background-repeat: repeat-x;
	border-top: 0px solid #7D8B93;
	border-right: 1px solid #7D8B93;
	border-bottom: 1px solid #7D8B93;
	border-left: 1px solid #7D8B93;
}

.bordercompanynt td 
{
	padding: 5px;
}

/*Border Company - (Full) */
table.bordercompany td
 {
	padding: 5px;

}

/*Trust Border - (Full) */
.bordertrust
{
	padding: .7em;
	border: 1px solid #006699;
	background-color: #FAFAFA;
		background-image: url(images/tables/shader_trust.gif);
	background-repeat: repeat-x;
}

/*Border Trust - (Full) */
table.bordertrust td 
{
padding: .25em;
}

/*Superfund Border - (Full) */
.bordersuper
{
	padding: .7em;
	border: 1px solid #9d3d3d;
	background-color: #FAFAFA;
	background-image: url(images/tables/shader_super.gif);
	background-repeat: repeat-x;
}

/*Border Company - (Full) */
table.bordersuper td
 {
padding: 5px;
}

/*Green Border - (Full) */
.bordergreen
{
	padding: .7em;
	border: 1px solid #0F9605;
	background-color: #FAFAFA;
	background-image: url(images/tables/shader_green.gif);
	background-repeat: repeat-x;
}

/*Green Company - (Full) */
table.bordergreen td 
{
padding: 5px;
}

/*Yellow Border - (Full) */
.borderyellow
{
	padding: .7em;
	border: 1px solid #ff6600;
	background-color: #FAFAFA;
	background-image: url(images/tables/shader_orange.gif);
	background-repeat: repeat-x;
}

/*Border Company - (Full) */
table.borderyellow td 
{
padding: 5px;
}

/*No border, no 100 */
.nwb
{
border: 0px #000000 none;
width: auto;
}

/*Hand Style */
.hand 
{ 
cursor: hand; 
}

/*No Border on tables inside cb */
table.nb td 
{
border-top: none;
border-left: none;
border-bottom: none;
border-right: none;
}

/*Button background class*/
.button-back 
{
background-image: url(images/buttons/button_back.gif);
background-repeat: no-repeat;
width: 50px;
height: 22px;
border: none;
font-size: 10px;
cursor: hand;
}

/*Button background class*/
.button-back-big 
{
background-image: url(images/buttons/button_back_big.gif);
background-repeat: no-repeat;
width: 91px;
height: 22px;
border: none;
font-size: 10px;
cursor: hand;}

/*Button background class*/
.button-back-big_red
 {
background-image: url(images/buttons/button_back_big_red.gif);
background-repeat: no-repeat;
width: 91px;
height: 22px;
border: none;
font-size: 10px;
cursor: hand;
}

.pageb 
{
page-break-after:always;
}
.bluetab 
{
	background-color: #0099CC;
	background-image: url(images/tables/top_corner_left_new.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.companytab
 {
	background-color: #7D8B93;
	background-image: url(images/tables/top_corner_left_new_comp.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.trusttab {
	background-color: #006699;
	background-image: url(images/tables/top_corner_left_new_trust.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.supertab {
	background-color: #9d3d3d;
	background-image: url(images/tables/top_corner_left_new_super.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.yellowtab 
{
	background-color: #ff6600;
	background-image: url(images/tables/top_corner_left_new_yellow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
.greentab 
{
	background-color: #0F9605;
	background-image: url(images/tables/top_corner_left_new_green.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
.whitecls 
{
text-align:left;
} 

.graycls 
{
background-color:#EFF9FF;
}

.smlnav
{
font-family: Verdana, Arial;
font-size: 8pt;
}

.itp
{
}

table.itp td {
padding:.25em;
}

/*Form Error */
.formerror
{
background-color: #c61111;
color:#ffffff;
font-weight: bold;
}

/*Input bg on click */
.iboc
{
background-color: #ededed;
}
/*Input bg on click */
.ibof
{
background-color: #ffffff;
}

/*Normal form row */
.normform
{
background-color: #FAFAFA;
color:#000000;
font-weight: normal;
}

/*Page breaker */
.breakbefore
{
page-break-after:always;
}

.nfw 
{
	width: auto;
	border: 1px solid #aeaeae;
}

td#wizard_content 
{
font-size: 11px;
}

.show 
{
display:block;
}

.hide
{
display:none;
}

.myacisgb {
	padding: 0px;
	border: 1px solid #848484;
	border-bottom:0px;
	

}
.navhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.list {
	overflow: auto;
	height: 100%;
}

a.navhead
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

a.navhead:link
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

a.navhead:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

a.navhead:visited
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.navlink
{
text-decoration: none;
color: #000000;
}

.bbnt
{
  border:1px solid #000000;
  border-top:0px;
}

.sidebg {
	background-image: url(images/side/bg.gif);
	background-repeat: repeat-y;
}

/* NEW STYLES FOR FIREFOX */
#h1_table
{
	padding:0px;
	
}

#system_a
{
margin:0px;
}
.100text
{
	  font-family: Arial, Helvetica, sans-serif;
}
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}