/**
  style sheet for First_Work containers
**/
#wrap_container {
	clear:both;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;}
#wrap_container tr td {border: 0;}
#wrap_title {
	clear: both;
	width: 100%;
	min-height: 15px;	
}
	
#pane_footerRow {
	margin-top: 5px;
	clear:both;
	Width:100%;}

#contentpane {clear:both; text-align: left;}

#decorbox {clear:both;
	margin: 0px 5px 0px 5px;}
	
#decorbox2 { margin: 5px 10px 5px 10px;}
	
#actionsCSS {float:left;}

#UserViewCSS {float:right;}

/* style for print box */
#print_container{
	clear:both;}

.printedbox {
	width:90%;}

.printlink {}
.boxforce{ 
	clear:both;
	font-size:1px;}
.boxcenter {text-align: center;}	
		
/* State Box Colors */
.stategreen{ color: #009999;}
.statered{color: #cc6666;}
.satateblue{ color: #3333cc;}
.stateGold{ color: #cc9900;}
.statebrown {color: #996633;}
.stateother{ color: #CC6666;}

/* **********************
 Text box and background colors
*********************** */
.transparentrow {
	background: transparent;}

.transparentrow .head {Font-size: 120%;}
	
/**** Gold Background ****/	
.goldbg {
	background-image: url(images/goldvertline.jpg);
	background-repeat:repeat-x;
	color: #fff;
	margin: 0;}
	
.goldbg .head {
	font: bold normal 120% Arial, Helvetica, sans-serif; 
	text-align:left; 
	color:#fff;}
	
.goldbg p {color: #fff;}
.goldbg img {border:0; margin: 0;}
.goldbg .subhead {
	font: bold normal 110% Arial, Helvetica, sans-serif; 
	text-align:left; 
	color: #fff;}
/****** Background Styles *************/
.bgltblue { background-color: #C4D3FF;}
.bgltgreen { background-color:#99FF99;}
.bgred { background-color:#FF6633;}
.bggray { background-color:#CCCCCC;}


/***** Dark Blue Themed Containers ****/
.DarkBlueRow {
	background-color: #002D73;
	color: #FFF; }
.DarkBlueRow .head {color: #FFF;}
.DarkBlueTop { border-top: 2px solid #002D73;}
.DarkBlueBottom {border-bottom: 2px solid #002D73;}
.darkbluebox{ border: 2px solid #0D2D73;}

/* **** Gold Box Containers ******/
.GoldRow {
	background-color: #c90;
	color: #FFF; }
.GoldRow .head {color: #FFF;}
.GoldTop { border-top: 2px solid #c90;}
.GoldBottom {border-bottom: 2px solid #c90;}
.Goldbox{ border: 2px solid #c90;}
.thickgoldtop {border-top: 3px solid #c90;}
.thickgoldbottom {border-bottom: 3px solid #c90;}

/***** Black Containers ****/
.BlackRow .head {color: #FFF;}
.BlackTop { border-top: 2px solid #002D73;}
.BlackBottom {border-bottom: 2px solid #002D73;}
.Blackbox{ border: 2px solid #0D2D73;}

/**** white containers ****/
.whiterow {background-color: #FFF; color:#000;}
.whiterow .head {color: #000;}
.whitebottom {border-bottom:2px solid #FFF;}
.whitetop {border-top:  2px solid #FFF;}

/****** straw container *****/
.strawrow {background-color: f1fac0; color: #d31d8c; }
.strawtop {border-top: 2px solid #d31d8c;}
.strawbottom { border-bottom: 2px solid #d31d8c;}
.strawbox { border: 2px solid #d31d8c;}

/**** styles for positioning cells within a row ****/
.cell_Left {float:left;}
.cell_Right {float:right;}

#UserViewCSS {float:right;}
#actionsCSS {float:left;}
#decorbox {clear:both;
	padding: 0px;}
	
#decorbox2 {}
/* *****************************
	Graphic Containers 
*/
#graphicRow_Top {
	clear: both;
	width:100%;
	border: 0px;
	padding: 0px;
	margin: 0px;}	
	
#Graphic_Row_bottom {
	clear:both;
	width:100%;
	margin-bottom: -2px;
	border: 0px;
	padding: 0px;
}

/* corners for positioning graphics */
#TL { 
	float:left;
	position:relative;
	top: 0px;
	left: 0px;}
	
#TR {
	float:right;
	position:relative;
	top: 0px;}
	
#BL {
	float:left;
	position:relative;
	top: 0px;
	left: 0px;}
	
#BR {
	float:right;
	position:relative;
	top: 0px;}
	
.clearfloats {clear:both}




































