/** Workforce Investment Board Original Style Sheet **/

.WIBHeaderFrame
{
	background: url("header_bg.png") repeat-x;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.WIBHeaderLeft
{
	background: url("header_bg_left.png") top left no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.WIBHeaderRight
{
	background: url("header_bg_right.png") top right no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.WIBHeaderCenter
{
	background: url("header_bg_mid.png") top center no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}


/** Overriding Section **/

.smcPlBlueHeaderBar {
	background: url("pl_blue_bar.png") repeat-x;
	background-color: #00407f;
}

.smcPlBlueHeaderShadow {
	background: url("pl_blue_shadow.png") repeat-x;
}

.smcPlBlueContent
{
	background: url("pl_blue_bg.png") repeat-x top left;
	
}

p, body, a:link, a:visited, a:hover, td, li
{
	font-family: verdana, arial,sans-serif, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #222222;
}

p, li 
{ line-height: 16px;
}

.smcContentBlackText { 
	font-family: verdana, arial,sans-serif, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #222222;
}



h2 {
	color: #175aa0;
	border-bottom: 1px solid #dddddd;
	font-size: 20px;
}

a:link, a:visited
{
	color: #175aa0;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #1f4976;
	font-size: 12px;

}

a:hover
{
	color: #175aa0;
	text-decoration:underline;
	font-weight: bold;
		font-size: 12px;

}

h3
{
	font-size: 16px; 
	color: #1f4976;
	font-weight: bold;
}



/** Nav Portlet **/


.smcPlBlueContentText ul li a:visited
{
	color: #333;

}

.smcPlBlueContentText ul li,
.smcPlBlueContentText ul li a:link,
.smcPlBlueContentText ul li a:hover,
.smcPlBlueContentText ul li a:visited
{	
	font-size: 12px;
	line-height: 15px;

}




/** Article header links **/


.smcContentBlueTextHeader,
a.smcContentBlueTextHeader:link,
a.smcContentBlueTextHeader:hover,
a.smcContentBlueTextHeader:visited
{
	color: #155a9f;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.smcContentBlueTextHeader:visited
{
	color: #1f4976;
	font-size: 14px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.smcContentBlueTextHeader:hover
{
	text-decoration: underline;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}






.smcCsContentFrame
{	
	border-top: 7px solid #cdc8c2;
	border-bottom: 7px solid #cdc8c2;
	border-left: 1px solid #cdc8c2;
	border-right: 1px solid #cdc8c2;
	background-color: #fefaef;
	
}

img.border 
{	
	border: solid 1px #888888;
}

img.imgright
{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

img.imgleft
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.smcPlBlueContentNoGra {
	background: #eeedeb;
}

.WIBDataTable
{
	width: 500px;
	border: 1px solid #CCCCCC;
	text-align: center;
	border-collapse:collapse;
}

.WIBDataTable thead tr,
.WIBDataTable tbody tr
{
	text-align: center;
	background-color: transparent;
	font-size: 12px;
	border-collapse:collapse;
}

.WIBDataTable thead tr
{
	background-color: #ededed;
	font-weight: bold;
}

.WIBDataTable th,
.WIBDataTable td
{
	border: 1px solid #CCCCCC;
	/*width: 125px;*/
	border-collapse:collapse;
}

