.tableblack {
			   border-width: 1px;
			   border-style: solid;
			   color: #000000;
			   padding: 0px;
			   }

#beigetext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CDC5AE; text-decoration: none}

.footer { border-top: 3px #FFFFFF solid; }

.hb { border-bottom: 1px #660000 solid; }

TABLE, TEXTAREA, INPUT { 
	font: 10px Verdana; color:#000000;
	background-color: #FFFFFF
}
span.largefilename {
	font-size: 16px;
	font-weight: bold;
}

DIV.quote {
    border: 1px solid black;
    font: 9px;
    width: 95%;
}

TABLE.border {
     border-color:#000000;
     border-collapse:collapse;	 
}

TABLE.dashed {
     border: 1px dashed #000000;
}

td.questionoptions {
    background-color: #ffffff;
    color: #000000;
    font-size: 10px;
}

tr.row1 {
    background-color: #ffffff;
}

tr.row2 {
    background-color: #ffffff ;
}

TD.header {
    font-size: 14px;
    font-weight: bold;
}

td.lightheader{
    color: #999999;
    font-size: 14px;
    font-weight: bold;
}

tr.sectionheader, td.sectionheader {
    background-image: url(./images/row_bg.gif);
    background-color: #a30404;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

tr.fileheader, td.fileheader {
    background-image: url(./images/row_bg.gif);
    background-color: #a30404;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

span.small {
    font-size: 9px;
    font-weight: normal;
}

BODY { 
	font: 10px Verdana; color:#000000;
	text-shadow:1;
} 

.forminput {
	background-color:#FFFFFF;
	border: 1px #000000 solid;
	color: #FF0000;
	font-family:verdana;
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
}

.textinput {
	background-color:#FFFFFF;
	border: 1px #000000 solid;
	color: #000000;
	font-family:verdana;
	font-size:11px;
	padding:2px;
	width:95%;
}

a:link {
	color:#ff6600;
	text-decoration:none;
	font-weight:none;
}

a:active {
	color:#a30404;
	text-decoration:none;
	font-weight:none;
}

a:visited {
	color:#ff6600;
	text-decoration:none;
	font-weight:none;
}

a:hover {
    color: #000000;
}
a.edit:link, a.edit:active, a.edit:visited {
font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
a.edit:hover {
    font-size:10px;
    color: #CCCCCC;
    text-decoration: underline;
}
.class1 A:link {color: #a30404; text-decoration: none; font-weight:bold}
.class1 A:visited {color: #a30404; text-decoration: none; font-weight:bold}
.class1 A:hover {color: #000000; text-decoration: none; font-weight:bold}

. linkbeige a:link {color: #cdc5ae; text-decoration: none; font-weight:bold}
. linkbeige a:visited {color: #cdc5ae; text-decoration: none; font-weight:bold}
. linkbeige a:hover {color: #ffffff; text-decoration: none; font-weight:bold}

/* --- CSS DROP DOWN MENU SYSTEM ---*/

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #fff; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 0px 0px;
border: 1px solid black;
border-left-width: 0;
border-right-width: 0;
text-decoration: none;
font-size: 13px;
color: #000000;
text-align: center;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #cdc5ae;
color: black;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(../images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(../images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }

.navmenu1 {width: 130px;}
.navmenu2 {width: 134px;}
.navmenu3 {width: 134px;}
.navmenu4 {width: 134px;}
.navmenu5 {width: 134px;}
.navmenu6 {width: 134px;}

/* End */
