/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */

.MenuHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	background-color: #CCCCCC;
	}
	
.Head   {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #006a44;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 8.5pt;
	color:#FFFFFF;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:visited  {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:active   {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:hover    {
	text-decoration: underline;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

/* SIGNIN */
.SignIn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-style:italic;
}
A.SignIn:link {
    text-decoration: none;
	font-size: 8pt;
    font-family: Arial, Helvetica;
    color:#000000;
	font-style:italic;
}

A.SignIn:visited  {
    text-decoration: none;
	font-size: 8pt;
    font-family: Arial, Helvetica;
    color:#000000;
	font-style:italic;
}

A.SignIn:active   {
    text-decoration: none;
	font-size: 8pt;
    font-family: Arial, Helvetica;
    color:#000000;
	font-style:italic;
}

A.SignIn:hover    {
    text-decoration: underline;
	font-size: 8pt;
    font-family: Arial, Helvetica;
    color:#000000;
	font-style:italic;
}

/* Normal Text Box */
.NormalTextBox {
font-family: Tahoma,Arial,Helvetica;
font-size: 12px;
font-weight: normal;
width: 150px;
}


  /*  font-family: Arial, Helvetica;
	font-size: 8.5pt;
	color: #4C4C4C;
	font-weight: normal;
	height: 14px;
	border: 1px solid #4C4C4C;
	vertical-align: middle; */
/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_SubMenu TD
{
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;

}

.MainMenu_SubMenuItemSelHover TD
{
	color: #000000;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;


}

.MainMenu_TabRootMenuItem TD
{
	color: #000000;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
}

.MainMenu_TabRootMenuItemSel TD
{
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #cccccc;
	font-weight:normal;
}

.MainMenu_TabMenuItemHover TD
{
	background-color: #cccccc;
	color: #000000;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
}

.MainMenu_TabMenuItemSelHover TD
{
	background-image: url(menubar.gif);
	color: #000000;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration:underline;
	font-weight:normal;
}

.MainMenu_MenuContainer {
	border-bottom: #FFFFFF 0px solid;
	border-left: #cccccc 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #404040 0px solid;
	background-color: Transparent;
	width: 0px;
	padding: 0px;
}

.MainMenu_MenuBar {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #E7EDE3 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #000000 0px solid;  
	cursor: pointer; 
	cursor: hand; 
	height: 21px; 
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;

}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-style: normal; 
	background-color: #666666; 
	border-left: #666666 0px solid; 
	border-right: #666666 0px solid; 
	border-bottom: #666666 0px solid; 
	border-top: #666666 0px solid; 
	width: 0; 
	font-weight:normal;

}	
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
	color: #FFFFFF;
	background-color: #cccccc;
	border-bottom: #666666 1px solid;
	border-left: #666666 1px solid;
	border-top: #666666 1px solid;
	border-right: #666666 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=90, Strength=0);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #666666;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-style: normal;
	font-weight:normal;

}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
	font-weight:normal;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	font-weight:normal;
}

.NormalBold  {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

.Normal  {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
}
.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #006a44;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #006a44;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #006a44;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #006a44;
	text-decoration: none;
}
.More {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.More:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.More:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.More:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	line-height: 9pt;
	font-style: normal;
}
A.More:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #F5F5F5;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666];
	text-decoration: none;
}
A.Gray:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}
A.Gray:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
ul {
	list-style:square;
	list-style-position: outside;
	color: #006a44;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #006a44;
	list-style-position: outside;
	list-style-type: lower-roman;
	line-height: 10pt;
	font-weight: normal;
}

#twitter_div {
	margin:0;
	padding:2px;
}

div#twitter_div ul  {
	list-style:none;
	color: #000000;
	margin:0px;
	padding:0px;
}

div#twitter_div li {
	color: #000;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left:0px;
	padding:0px;
	margin-top: 2px;
	margin-bottom:4px;
	
}
/* Footer */
.Footer {
	font-size: 9pt;
	color:#000000;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
/* Footer Links */
A.Footer:link {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
	font-size: 9pt;
}

A.Footer:visited  {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
	font-size: 9pt;
}

A.Footer:active   {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
	font-size: 9pt;
}

A.Footer:hover    {
	text-decoration: underline;
	color:#000000;
	font-weight: normal;
	font-size: 9pt;
}
.NormalSmall {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	line-height: 9pt;
}
.NormalBoldSmall {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	line-height: 11pt;
}
.SubHead {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.SubHeadGreen {
	font-family: Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #990000;
}
.CommandButton {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	line-height: 9pt;
	color: #006a44;
}
A.CommandButton:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006a44;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006a44;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006a44;
	text-decoration: underline;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006a44;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
.NormalBoldRed {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
}
/* Breadcrumbs */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #990000;
}
A.breadcrumb:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
	text-decoration: none;
}
A.breadcrumb:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
	text-decoration: none;
}
A.breadcrumb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
	text-decoration: underline;
}
A.breadcrumb:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
	text-decoration: none;
}
/* Default Skin Object */
.SkinObject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
A.SkinObject:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.SkinObject:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.SkinObject:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
A.SkinObject:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* Search */
.Search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
A.Search:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.Search:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.Search:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
A.Search:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/* Width of Skin */
.maintable {
	width: 830px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width:1px;
	border-top-color:#cccccc;
	border-top-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
}
.toppane {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align:middle;
}

.leftpane {
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 15px;
}
.contentpane {
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	background-color: transparent;
}
.rightpane {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
.bottompane {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
.bottomcontentpane {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}

.topimagepane {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:10px;
}
.messagelinktable {
	background-color:#CCCCCC;
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.navtable {
	background-color: #ffffff;
	height: 23px;
	width:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a8a8a8;
	border-bottom-color: #a8a8a8;
	background-image: url(menubar.gif);
	border-right-width:1px;
	border-right-color:a8a8a8;
	border-right-style:solid;
	border-left-width:1px;
	border-left-color:a8a8a8;
	border-left-style:solid;
}
.taglinetable {
	background-color: #ffffff;
	height: 63px;
	width:100%;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006633;
	border-bottom-color: #ffffff;
	background-image:url(crec_new_header.jpg);
	background-repeat:no-repeat;
	border-right-width:1px;
	border-right-color:a8a8a8;
	border-right-style:solid;
	border-left-width:1px;
	border-left-color:a8a8a8;
	border-left-style:solid;
}
.headertable {
	background-repeat: repeat-x;
	background-position: top;
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-color: #cccccc;

}
.footertable {
	background-color: #EDEDED;
	height: 36px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #CDCDCD;
	width: 100%;
}
.contenttable {
	padding:0px;
	border-right-width:1px;
	border-right-color:a8a8a8;
	border-right-style:solid;
	border-left-width:1px;
	border-left-color:a8a8a8;
	border-left-style:solid;
	border-top-width:0px;
}
.breadcrumbtable {
	border-right-width:1px;
	border-right-color:a8a8a8;
	border-right-style:solid;
	border-left-width:1px;
	border-left-color:a8a8a8;
	border-left-style:solid;
}


.Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	vertical-align:middle;
}
A.Small:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
		vertical-align:middle;
}
A.Small:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
		vertical-align:middle;
}
A.Small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
		vertical-align:middle;
}
A.Small:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
		vertical-align:middle;
}

.citytext{
	color: ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}

/**** MultiPage Module Navigation Menu settings ****/
.multiPageTopText
{
	display: block;
	color: Black;
	border-bottom: solid 1px black;
	padding: 1px 2px;
	margin: 0px 10px 10px 0px;
	font-size: 11pt;
	font-weight:bold;
}

.multiPageItem
{
	display: block;
	border-bottom: solid 1px silver;
	padding: 1px 2px;
	margin: 0px 10px 0px 0px;
	font-size: 9pt;
}



.multiPageSelItem, a.multiPageSelItem:link, a.multiPageSelItem:selected, a.multiPageSelItem:hover
{
	display: block;
	color: Black;
	border-bottom: solid 1px black;
	padding: 1px 2px;
	margin: 0px 10px 0px 0px;
	font-size: 9pt;
	font-weight:bold;
	text-decoration:none;
}


.multiPageDisabledItem
{}

.FAQheader
{
	display:block;
	font-weight: bold;
	height: 50px;
}

.ESFIlinkHeader
{
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	font-size: 10pt;
	display: block;
}

.TopicMenu_Header
{
	width: 150px;
	text-align:center;
	padding:5px;
	border-top:solid 1px silver;
	margin-left:5px;
	margin-top:10px;
	font-weight:bold;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	margin-top: 2px;
	margin-bottom:4px;
}

/**** Topic Page menu Items*****/
.TopicPage_Title
{
	margin:5px 10px;
	font-family:Tahoma;
	font-size:14pt;
	font-weight:bold;
}

.TopicPage_Normal
{
	margin:5px 10px;
	font-family:Tahoma;
	font-size:10pt;
}

/**** Background Images ****/

.aboutCREC
{
	background-image:url(/Portals/2/Background-graphics/aboutCREC.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -5px;
	margin-left: -5px;
	height: 375px;
}
.sevenPrinciples_background
{
	background-image:url(/Portals/2/Background-graphics/CREC.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}	
	
.home_background
{
	background-image:url(/Portals/2/Background-graphics/home.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}	
	
.commercial_background
{
	background-image:url(/Portals/2/Background-graphics/commercial.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}	
.powerline_background
{
	background-image:url(/Portals/2/Background-graphics/powerline.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}	
	
	.building_background
{
	background-image:url(/Portals/2/Background-graphics/building.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}	

.tabs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #006a44;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006a44;
}

.tabcontentstyle 
{
	float: left;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777788;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #777788;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777788;
	width: 680px; !important
	height: 400px; !important
	overflow-x: auto;
	overflow-y: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: white;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: bottom;
}
