body
{
	margin: 0;
	padding: 0;
	background: #ffffff url('images/greylines.gif') repeat;
}

#header
{
	padding: 0;
	height: 70px;
	margin: 0;
	background: #6699CC url('images/background_image.gif') repeat-x;
}

#header a, #header a:visited
{
	text-decoration: none;
	color: #000000;
}

#header a:hover
{
	text-decoration: none;
	color: #ffffff;
}

#navigation
{
	padding: 0;
	margin: 0;
	float: left;
	background: #ffffff url('images/greylines.gif') repeat;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul a
{
	display: block;
	margin: 0;
	padding: 5px 0 5px 5px;	
	width: 130px;
	background-color: #6699CC;
	border-bottom: solid 1px black;
	color: black;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

#navtop
{
	margin: 0;
	padding: 5px 0 5px 5px;	
	width: 130px;
	background-color: #6699CC;
	border-bottom: solid 1px black;
}

#navigation ul li.last a
{
	border-bottom: none;
}

#navigation ul a:visited
{
}

#navigation ul a:hover
{
	text-decoration: none;
	color: #ffffff;
}

#links
{
	padding-bottom: 0;
	margin-bottom: 0;
}

#links img
{
	border: 0;
}

#content
{
	float: left;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

#contentbox
{
	padding: 0 10px;
	width: 100%;
	min-height: 460px;
}

#footer
{
	text-align: center;
	margin: 10px;
	padding: 10px 0 10px 0;
	background-color: #ffffff;
}

a, td p a
{
	text-decoration: none;
	color: #000000;
}

a:visited, td p a:visited
{
	text-decoration: none;
	color: #000000;
}

a:hover, td p a:hover
{
	text-decoration: none;
	color: #ffffff;
}

A.menu:link 
{
	color: #333333; TEXT-DECORATION: none
}

A.menu:active 
{
	color: #333333; TEXT-DECORATION: none
}

A.menu:visited 
{
	color: #333333; TEXT-DECORATION: none
}

A.menu:hover 
{
	color: #ffffff; TEXT-DECORATION: none
}

TD.menu 
{
	font-family: Verdana,Arial;
	font-size: 13px;
	color: #333333;
}

DIV.menu 
{
	font-family: Verdana,Arial;
	font-size: 13px;
	color: #333333;
}

A:link  
{
	color: #ffffff;
	text-decoration: none;
}

A:visited  
{
	color: #ffffff;
	text-decoration: none;
}

A:active  
{
	color: #ffffff;
	text-decoration: none;
}

A:hover  
{
	color: #333333;
	text-decoration: none;
}

TD  
{
	font-family: Verdana,Arial;
	font-size: 13px;
}

HR 
{
	color : #336699;
	height : 2px;
}

.pageBreak { page-break-before: always; }

/* View styles for the report tables*/
/* 6/14/11 only applied to 2010 (FL Perry) at this time */

.viewSize 
{
	font-family: Verdana;
	font-size: 11px;
}

.viewTitleSize 
{
	font-size: 12px;
	font-weight: bold;
}

.viewFootnoteSize 
{
	font-size: 9px;
}

/* CFLW Connell Styles */

#CFLWC_Rpt 
{
	margin: 10px 5px 10px 45px;
}

#CFLWC_Rpt tr td 
{
	height: 40px;
}

#lbl_DMR_Flow_cert, #lbl_DMR_Qual_cert
{
	font-size: 9px;
	font-family: Verdana;
}

.DMRTitle
{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}

.DMRColumnHeadings
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.DMRdataRows, .lbl_DMR_Signature
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
}

.DMRgvDataRows
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid black	;
	text-align: center;	
}

.DMRgvNoDataRows
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid black;
	border-top: 3px double black;
	text-align: center;	
}

.formatDate
{
	border-top: 1px solid black;
	border-left: 3px double black;
	border-right: 1px solid black;
	border-bottom: 3px double black;
}

.noDataTopHeaderRow
{
	border-top: 3px double black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.noDataMiddleHeaderRow
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.noDataBottomHeaderRow
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 3px double black;
}


