/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* Colors

EGIA Blue 	rgb(48,110,255)	#306eff
EGIA Green 	rgb(1,166,63)	#01a63f

*/


A:link
{
    text-decoration: none;
	color: #00A814;
}

A:visited
{
    text-decoration: none;
	color: #00A814;
}

A:hover
{
    text-decoration: underline;
	color: #00A814;
}

A:active
{
    text-decoration: none;
	color: #00A814;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg
{
    background-color: #BBD191;
}

.LeftPane.Normal:A
{ 
	padding-left: 40px;
}

/* text style for the selected tab */
.SelectedTab
{
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
    text-decoration: none;
    color:white;
}

A.SelectedTab:visited
{
    text-decoration: none;
    color:#eeeeee;
}

A.SelectedTab:hover
{
    text-decoration: none;
    color:#cccccc;
}

A.SelectedTab:active
{
    text-decoration:    none;
    color:#eeeeee;
}

/* text style for the unselected tabs */
.OtherTabs
{
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
    text-decoration: none;
    color:white;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color:#eeeeee;
}

A.OtherTabs:hover
{
    text-decoration: none;
    color:#cccccc;
}

A.OtherTabs:active
{
    text-decoration: none;
    color:#eeeeee;
}

/* GENERAL */
/* style for module titles */
.Head
{
    color: #01A63F;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 15pt;
    font-weight: normal;
}

/* style of item titles on edit and admin pages */
.SubHead, .ItemTitle
{
    color: #01A63F;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 13pt;
    font-style: italic;
    font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    color: #01A63F;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 12pt;
    font-weight: bold;
}

/* text style used for most text rendered by modules */
.Normal
{
    color: #306EFF;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 11pt;
    font-weight: normal;
	line-height: 14pt;
}

.NormalBU
{
    color: #306EFF;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 11pt;
    font-weight: bold;
	line-height: 14pt;
	text-decoration: underline;
}

.NormalGreen
{
    color: #01A63F;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 11pt;
    font-weight: normal;
	line-height: 14pt;
}

.NormalGreenB
{
    color: #01A63F;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 11pt;
    font-weight: bold;
	line-height: 14pt;
}

.NormalOrangeBU
{
    color:#FF9933;
    font-weight:bold;
    text-decoration:underline;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: #006600;
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: #006600;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #BBD191;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #006600;
}

.legalese
{
    border:1px solid #7F9DB9;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:7pt;
    font-weight:normal;
    height:160px;
    line-height:10.5pt;
    margin-top:20px;
    overflow:auto;
    padding:5px;
    width:550px;
}

.legalese OL LI
{
	line-height:12pt;
    list-style-type:decimal;
}

.legalese OL OL LI
{
	line-height:12pt;
    list-style-type:lower-alpha;
}

.legalese OL OL OL LI
{
	line-height:12pt;
    list-style-type:lower-roman;
}

.legalese UL LI
{
	line-height:12pt;
    list-style-type:square;
}

.legalese UL LI LI
{
	line-height:12pt;
    list-style-type:disc;
}

.legalese UL LI LI LI
{
	line-height:12pt;
    list-style-type:circle;
}
    
/* GENERIC */
H1
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 13pt;
    font-weight: normal;
    color: #666644;
}

H2
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 11pt;
    font-weight: normal;
    color: #666644;
}

H3
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #003300;
}

H4
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 9pt;
    font-weight: normal;
    color: #003300;
}

H5, DT
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #003300;
}

H6
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #003300;
}

TFOOT, THEAD
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 9pt;
    color: #003300;
}

TH
{
    vertical-align: baseline;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #003300;
}

SMALL
{
    font-size: 10px;
}

BIG {
    font-size: 14px;
}

.15
{
    font-size:15pt;
}

BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}


UL LI
{
    list-style-type: square ;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}

HR
{
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* Users Online Styles - merge with your stylesheet */ 
/* Style used for default non-selected tabs */
.TabDefault { font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; padding-left: 20px; background-color: #e7e7e7; margin-left: 10px; margin-right: 10px; border-bottom: solid 1px black; }

/* Style used for the selected tab */
.TabSelected { font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; background-color: #ffffff; border: 1px solid #000000;  border-bottom: none; padding-left: 20px; }

/* Style used for seperating the tabs */
.TabSeparator { background-color: #ffffff; border-bottom: 1px solid #000000; width: 5px; }

/* Style used for messaging central table */
.TabPage { border: solid 1px black; border-top: none; }

.PMSOtherCellTop { border-bottom: 1px #D2D2D2 solid; padding: 6px; background-color: whitesmoke; }

.PMSOtherCellBottom { border-top: 1px #D2D2D2 solid; padding: 6px; background-color: whitesmoke; }

.PMSHeaderCell { font-family: Verdana, Arial, Helvetica; font-size: 10px; color: black; font-weight: bold; padding: 5px; background-color: #ffffcc; }

.PMSCell { font-family: Verdana, Arial, Helvetica; font-size: 10px; color: black; padding: 5px; }

.PMSCellAlternate { font-family: Verdana, Arial, Helvetica; font-size: 10px; color: black; padding: 5px; background-color: #dddddd; }

/* Contractor Newsletter Styles 
------------------------------------------------------------------------------------*/ 
/* Newsletter archive page */
.noBullets, .noBullets li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.noBullets li.newsletterYear h3 {
	font-size: 21px;
	color: #fff;
	background-color: #01a63f;
	padding: 4px 0 4px 10px;
	font-weight: bold;
}

.noBullets li.newsletterMonth {
	min-height: 200px;
	padding: 0 0 10px 0 !important;
	margin: 0 0 10px 0 !important;
	border-bottom: 2px groove #333;
	color: #333;
}


.noBullets li.newsletterMonth h4 {
	font-size: 18px;
	color: #01a63f;
	font-weight: bold;
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
}


/* Individual Newsletters */
.newsletterArticle h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 0 0;
}

.newsletterArticle, .newsletterArticle p, .newsletterArticle li {
	color: #666;
}

.newsletterArticle ol blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0 0 0 0;
}

.newsletterArticle .quote {
	color: rgb(48,110,255);
	font-size: 21px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height: 1.5em;
	display: block;
	padding: 0 25px;
}


/* Payment Calculator Styles */

iframe body div#paymentCalcContainer h3 {
font-size: 50px !important;
}

/* HOME PAGE BUTTONS 
--------------------------------------------------------------------------------------------------*/
ul.sectionButtons {
	width: 940px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none !important;
}

ul.sectionButtons li {
	width: 465px;
	height: 115px;
	float: left;
	dislay: block;
	margin: 0 5px 5px 0;
	padding: 0;
	list-style-type: none !important;
}

ul.sectionButtons li a, ul.sectionButtons li a:visited  {
	width: 465px;
	height: 115px;
	padding: 10px 10px 0 130px;
	float: left;
	dislay: block;
	color: #fff;
	outline: 0;
	background: url(http://www.egia.org/images/buttons/home/contractorsBack.jpg) left top no-repeat;
	text-decoration: none;
}

/* Target all Gecko (includes Firefox) */
*>ul.sectionButtons li a, ul.sectionButtons li a:visited { width: 325px; height: 105px; }


ul.sectionButtons li a:active {
	background-image: url(http://www.egia.org/images/buttons/home/contractorsBack-down.jpg) !important;
	padding: 11px 9px 0 131px;
}
ul.sectionButtons li a:hover {
	background-image: url(http://www.egia.org/images/buttons/home/contractorsBack-over.jpg);
	text-decoration: none;
}

ul.sectionButtons li.homeowners a {
	background-image: url(http://www.egia.org/images/buttons/home/homeownersBack.jpg);
}
ul.sectionButtons li.homeowners a:active {
	background-image: url(http://www.egia.org/images/buttons/home/homeownersBack-down.jpg) !important;
	padding: 11px 9px 0 131px;
}
ul.sectionButtons li.homeowners a:hover {
	background-image: url(http://www.egia.org/images/buttons/home/homeownersBack-over.jpg);
}

ul.sectionButtons li.partners a {
	background-image: url(http://www.egia.org/images/buttons/home/partnerBack.jpg);
}
ul.sectionButtons li.partners a:active {
	background-image: url(http://www.egia.org/images/buttons/home/partnerBack-down.jpg) !important;
	padding: 11px 9px 0 131px;
}
ul.sectionButtons li.partners a:hover {
	background-image: url(http://www.egia.org/images/buttons/home/partnerBack-over.jpg);
}

ul.sectionButtons li.govtUtil a {
	background-image: url(http://www.egia.org/images/buttons/home/utilityBack.jpg);
}
ul.sectionButtons li.govtUtil a:active {
	background-image: url(http://www.egia.org/images/buttons/home/utilityBack-down.jpg) !important;
	padding: 11px 9px 0 131px;
}
ul.sectionButtons li.govtUtil a:hover {
	background-image: url(http://www.egia.org/images/buttons/home/utilityBack-over.jpg);
}

span.sectionName {
	display: block;
	color: #fff; 
	font-size: 18px;
	font-weight: bold;
}

span.sectionText {
	display: block;
	color: #fff;
	font-size: 13px;	
}

span.sectionEnter {
	display: block; 
	color: #fff; 
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}

/* END HOME PAGE BUTTONS
----------------------------------------------------------------------------------------------------------*/







