leftnav-a
{
	width: auto;
}
a.leftnav-a {color: #FFFFFF; text-decoration:none; }
a.leftnav-a:hover {color:#FFFFFF; }

.htmlPlaceholderCell
{
    padding-left: 20px;
    padding-top: 20px;
 	font-weight: normal;
}

.fullTable
{
	width: 590px;
	border: 1px;
}
div.hiddenfields
{
	background-color:#FFFFCC;/*FFFFCC*/
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color:#003399;
	border-style:ridge;/*none*/
	border-width: 1px;/*0*/
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	padding: 0px;/*5*/
	text-decoration:none;

}

p.hiddenfields
{
	background-color:#FFFFFF;
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color:#336666;
	text-decoration:none;
	margin-bottom:0px;
	/*margin-bottom:0px;/*puts title, summary, desc on top of ph.*/
}

.defaultConsoleStyle
{
	background-color:#ffcc00;
	font-family: arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	border-style: none;
	border-width: 0;
	width:170px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

.defaultConsoleHeaderStyle
{
	background-color:#ffcc00;
	font-family: arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color:#336666;
	border-style:none;
	border-width:0;
	height:20px;
	text-decoration:none;
}

.defaultConsoleHeaderStyle:hover
{
	font-weight: bold;
	color:#ffffff;
}

.defaultConsoleItemStyle
{
	background-color:#ffcc00;
	font-family: arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color:#336666;
	border-style:none;
	border-width:0;
	height:12px;
	text-decoration:none;
}

.defaultConsoleItemStyle:hover
{
	font-weight: bold;
	color:#ffffff;
}

.defaultConsoleCell
{
    padding-top: 20px;
    padding-left: 20px;
    width: 300px;
}

/* LEFT NAVIGATION MENU */
.rootLeftNav
{
	background-color:#336666;
	font-family: arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color:#ffffff;
	border-style:none;
	border-width:0;
	height:12px;
	text-decoration:none;
}

.rootLeftNav:hover
{
	font-weight: bold;
	color:#99CCCC;
}
/*BREADCRUMB NAV */
.sectionTitle /*affects root channel name in Breadcrumb*/
{ 
	font-family: arial, san-serif; 
	font-weight: bold; 
	font-size: .75em; 
	color: #336666; 
	text-decoration:none;
}

.sectionTitle:hover 
{ 
	font-weight: bold;
	color: #ffffff; 
	text-decoration:none;
}

/* affects auto created breadcrumb that follows channel root name (section above)*/
.breadcrumb
{ 
	font-family: arial, sans-serif; 
	font-weight: bold;  
	font-size: .75em; 
	color: #336666;
	text-decoration:none;
}

.breadcrumb:hover
{ 
	/*font-weight: bold; */
	color: #ffffff; 
	text-decoration:none;
}

/* Pulled from Default.css:  SECTION TITLE - DCW note: It looks like these are not being referenced - 
look for class selectors with same name in cms.css to make changes for the section title/breadcrumb 
#sectionTitle { font-family: Times, Times New, Palatino, serif; font-weight: bold; font-size: 5px; color: #336666; }
#breadcrumb { font-family: verdana, arial, sans-serif; font-size: 5px; color: #336666; }*/


/* Style for the printer friendly version link  

 .printlink
 {	
text-align: right;
}*/

 a.printlink
{
	font-weight: bold; 
	font-size:9px; 
	float: right ;
	/*line-height: 150%; 
	color: Black;
	text-decoration:none; */
}
 a:hover.printlink { color: #336666; text-decoration: underline; }
 
 /*Style for long list of hyperlinks, like CAFR page*/
 div.linklist A:link 
{ 
text-decoration: none; 
font-weight: normal;
 background-color: White;
 color:#0000cc;/*0000ff=hex hyperlink blue cc darker 99 darkest*/ 
} 

div.linklist A:visited 
{ 
text-decoration: none; 
font-weight: normal;
 background-color: white;
 color:#0000cc;
}  

div.linklist A:hover 
{ 
 text-decoration: underline; 
/*font-weight: bold;*/
 background-color: white;
 color:#000099;
 }  
 div.linklist A:active
 {
  text-decoration: none; 
/*font-weight: bold;*/
 background-color: White;
 color:#0000cc;
 }
 div.linklist li
 {
    padding-bottom:5px;
 }

