/** Planning & Building Original Style Sheet **/

.PBHeaderFrame
{
	background: url("header_bg.png") repeat-x;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.PBHeaderLeft
{
	background: url("header_bg_left.png") top left no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.PBHeaderRight
{
	background: url("header_bg_right.png") top right no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.PBHeaderCenter
{
	background: url("header_bg_mid.png") top center no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}

/** Nav Portlet **/


.smcPlBlueContentText ul li a:visited
{
	color: #333;

}

.smcPlBlueContentNoGra {
	background: #eeedeb;
}


.smcPlBlueHeaderBar {
   height: auto;
}

.smcPlBlueHeaderText, 
.smcPlBlueHeaderText a:link, 
.smcPlBlueHeaderText a:visited, 
.smcPlBlueHeaderText a:hover {
    padding-bottom:4px;
}


.smcPlBlueHeaderBar {
	background: url("pl_blue_bar.png") repeat-x;
	background-color: #2b515f;

}

.smcPlBlueHeaderShadow {
	background: url("pl_blue_shadow.png") repeat-x;
}

.smcPlBlueContent
{
	background: url("pl_blue_bg.png") repeat-x top left;
	
}



/** Content **/
h2 {
	color: #083087;
	border-bottom: 1px solid #dddddd;
	font-size: 20px;
}

a:link, a:visited
{
	color: #083087;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #07296d;
}

a:hover
{
	color: #3363cd;
	text-decoration:underline;
	font-weight: bold;
}

h3
{
	font-size: 16px; 
	color: #083087;
	font-weight: bold;
}



.smcCsContentFrame
{	
	border-top: 7px solid #b8b8b8;
	border-bottom: 7px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	background-color: #ffffff;
	
}

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;
}







/** Article header links **/


.smcContentBlueTextHeader,
a.smcContentBlueTextHeader:link,
a.smcContentBlueTextHeader:hover,
a.smcContentBlueTextHeader:visited
{
	color: #073185;
	font-size: 14px;
}

a.smcContentBlueTextHeader:visited
{
	color: #072f86;
	font-size: 14px;	
}

a.smcContentBlueTextHeader:hover
{
	text-decoration: underline;
	font-size: 14px;
}



/** Styles defined to undo the overwritten of styles **/
.smccscontentframe a:link {
	color:#666699;
	text-decoration:underline;
}
.smccscontentframe a:hover {
	color:#336699;
	text-decoration:none;
}
.smccscontentframe a:visited {
	color:#666666;
	text-decoration:underline;
}
.smccscontentframe a:link,  .smccscontentframe a:visited, .smccscontentframe a:hover {
	font-size: 1em;
	font: inherit;
}



.smccscontentframe h3 {
	color:#6666cc;
	font-weight:bold;
	font-family:verdana,arial,sans-serif,helvetica;
}
.smccscontentframe h3 a:link {
	color:#6666cc;
	font-weight:bold;
	font-family:verdana,arial,sans-serif,helvetica;
}
.smccscontentframe h3 a:hover {
	color:#6666cc;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana,arial,sans-serif,helvetica;
}
.smccscontentframe h3 a:visited {
	color:#6666cc;
	font-weight:bold;
	font-family:verdana,arial,sans-serif,helvetica;
}
.smccscontentframe ul li a:link, .smccscontentframe ul li a:visited {
	color:#6666cc;
	font-weight:bold;
	font-family:verdana,arial,sans-serif,helvetica;
}
.smccscontentframe ul li a:hover {
	color:#6666cc;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana,arial,sans-serif,helvetica;
}
.smccscontentframe p a:link {
	color:#6666cc;
	font-weight:bold;
	font-family:verdana,arial,sans-serif,helvetica;
}
.smccscontentframe p a:hover {
	color:#6666cc;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana,arial,sans-serif,helvetica;
}
.smccscontentframe p a:visited {
	color:#6666cc;
	font-weight:bold;
	font-family:verdana,arial,sans-serif,helvetica;
}

/****************************
table of content list for EIR
*****************************/

dl.tblContent { padding-bottom:20px; }
dl.tblContent dt,  dl.tblContent dd {
	font-family: verdana,arial,sans-serif,helvetica;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:15px;
}
dl.tblContent dt a:hover, dl.tblContent dd a:hover { text-decoration: none; }
.fileSize { 
		font-weight:normal;
		color:#666699;
}


























