/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.15
{
    font-size:15pt;
}

A:active
{
    color:#01A63F;
    text-decoration:none;

}

A:hover
{
    color:#01A63F;
    text-decoration:underline;
}

A:link
{
    color:#01A63F;
    text-decoration:none;
}

A:visited
{
    color:#01A63F;
    text-decoration:none;
}

A.NormalOrangeBU:hover
{
    color:#FF9933;
    font-size:13pt;
    font-weight:bold;
    line-height:16pt;
    text-decoration:underline;
}

BIG
{
    font-size:14px;
}

BLOCKQUOTE, PRE
{
    font-family:Lucida Console, monospace;
}

.Blue9ptB
{
    color:#306EFF;
    font-family:Tahoma, Arial, Helvetica;
    font-size:9pt;
    font-weight:bold;
    line-height:12pt;
}

.Blue10ptB
{
    color:#306EFF;
    font-family:Tahoma, Arial, Helvetica;
    font-size:10pt;
    font-weight:bold;
    line-height:14pt;
}

.Blue12ptB
{
    color:#306EFF;
    font-family:Tahoma, Arial, Helvetica;
    font-size:12pt;
    font-weight:bold;
    line-height:16pt;
}

.Blue14ptB
{
    color:#306EFF;
    font-family:Tahoma, Arial, Helvetica;
    font-size:14pt;
    font-weight:bold;
    line-height:18pt;
}

.Blue16ptB
{
    color:#306EFF;
    font-family:Tahoma, Arial, Helvetica;
    font-size:16pt;
    font-weight:bold;
    line-height:20pt;
}

.Blue16ptBI
{
    color:#306EFF;
    font-family:Tahoma, Arial, Helvetica;
    font-size:16pt;
    font-style:italic;
    font-weight:bold;
    line-height:20pt;
}

/* background color for the content part of the pages */
.Body
{
    BACKGROUND-ATTACHMENT:fixed;
    BACKGROUND-IMAGE:url(bg_tile.jpg);
    background-color:#FFFFFF;
    BACKGROUND-REPEAT:repeat-x;
}

/* 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:active
{
    color:#006600;
    text-decoration:underline;
}

A.CommandButton:hover
{
    color:#BBD191;
    text-decoration:underline;
}

A.CommandButton:link
{
    color:#006600;
    text-decoration:underline;
}

A.CommandButton:visited
{
    color:#006600;
    text-decoration:underline;
}

.Green16ptBI
{
    color:#01A63F;
    font-family:Tahoma, Arial, Helvetica;
    font-size:16pt;
    font-style:italic;
    font-weight:bold;
    line-height:20pt;
}

/* GENERIC */
H1
{
    color:#666644;
    font-family:Helvetica, Tahoma, Arial;
    font-size:13pt;
    font-weight:normal;
}

H2
{
    color:#666644;
    font-family:Helvetica, Tahoma, Arial;
    font-size:11pt;
    font-weight:normal;
}

H3
{
    color:#003300;
    font-family:Helvetica, Tahoma, Arial;
    font-size:10pt;
    font-weight:normal;
}

H4
{
    color:#003300;
    font-family:Helvetica, Tahoma, Arial;
    font-size:9pt;
    font-weight:normal;
}

H5, DT
{
    color:#003300;
    font-family:Helvetica, Tahoma, Arial;
    font-size:9pt;
    font-weight:bold;
}

H6
{
    color:#003300;
    font-family:Helvetica, Tahoma, Arial;
    font-size:9pt;
    font-weight:bold;
}

.HangingIndent10px
{
    padding-left:10px;
    text-indent:-10px;
}

.HangingIndent12px
{
    margin:0px;
    margin-top:4px;
    padding-left:12px;
    text-indent:-12px;
}

/* style for module titles */
.Head
{
    color:#76973F;
    font-family:Helvetica, Tahoma, Arial;
    font-size:15pt;
    font-weight:normal;
}

.Head17
{
    color:#76973F;
    font-family:Helvetica, Tahoma, Arial;
    font-size:17pt;
    font-weight:normal;
}

.Head19
{
    color:#76973F;
    font-family:Helvetica, Tahoma, Arial;
    font-size:19pt;
    font-weight:normal;
}

HR
{
    color:dimgrey;
    height:1pt;
    text-align:left;
}

.LeftPane.Normal:A
{ 
    padding-left:40px;
}

.legalese
{
    border:1px solid #7F9DB9;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:normal;
    height:160px;
    line-height:11.5pt;
    margin-top:20px;
    overflow:auto;
    padding:5px;
    width:650px;
}

/* MainMenu Style */
.MainMenu
{
    padding-left:35px;
    text-align:left;
}

A.MainMenu1:active
{
    color:#76973F;
    text-decoration:none;
}

A.MainMenu1:hover
{
    color:#FFFFFF;
    text-decoration:none;
}

A.MainMenu1:link
{
    color:#76973F;
    text-decoration:none;
}

A.MainMenu1:visited
{
    color:#76973F;
    text-decoration:none;
}

A.MainMenu2:active
{
    color:#FFFFFF;
    text-decoration:none;
}

A.MainMenu2:hover
{
    color:#FFFFFF;
    text-decoration:none;
}

A.MainMenu2:link
{
    color:#FFFFFF;
    text-decoration:none;
}

A.MainMenu2:visited
{
    color:#FFFFFF;
    text-decoration:none;
}

/* text style for reading messages in Discussion */    
.Message
{
    background-color:#EEEEEE;
    font-family:Tahoma, Arial, Helvetica;
    font-size:12px;
    font-weight:normal;
}

/* text style used for most text rendered by modules */
.Normal
{
    color:#000000;/*#306EFF;*/
    font-family:Helvetica, Tahoma, Arial;
    font-size:11pt;
    font-weight:normal;
    line-height:14pt;
}

.NormalBold
{
    font-family:Tahoma, Arial, Helvetica;
    font-size:12px;
    font-weight:bold;
}

.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;
}

.NormalGreenBI
{
    color:#01A63F;
    font-family:Helvetica, Tahoma, Arial;
    font-size:10pt;
    font-style:italic;
    font-weight:bold;
    line-height:12pt;
}

.NormalGreenBU
{
    color:#01A63F;
    font-family:Helvetica, Tahoma, Arial;
    font-size:11pt;
    font-weight:bold;
    line-height:14pt;
    text-decoration:underline;
}

.NormalOrange
{
    color:#FF9933;
    font-family:Helvetica, Tahoma, Arial;
    font-size:11pt;
    font-weight:normal;
    line-height:14pt;
}

.NormalOrangeBU
{
    color:#FF9933;
    font-size:13pt;
    font-weight:bold;
    line-height:16pt;
    text-decoration:underline;
}

.NormalRed
{
    color:#ff0000;
    font-family:Tahoma, Arial, Helvetica;
    font-size:12px;
    font-weight:bold;
}

/* 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;
}

OL LI
{
    list-style-type:decimal;
}

OL OL LI
{
    list-style-type:lower-alpha;
}

OL OL OL LI
{
    list-style-type:lower-roman;
}

/* text style for the unselected tabs */
.OtherTabs
{
    color:#FFFFFF;
    font-family:Tahoma, Arial, Helvetica;
    font-size:8.5pt;
    font-weight:bold;
    text-decoration:none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:active
{
    color:#EEEEEE;
    text-decoration:none;
}

A.OtherTabs:hover
{
    color:#CCCCCC;
    text-decoration:none;
}

A.OtherTabs:link
{
    color:#FFFFFF;
    text-decoration:none;
}

A.OtherTabs:visited
{
    color:#EEEEEE;
    text-decoration:none;
}

.PortalFooter
{
    background-image:url(bg_footer.gif);
    background-position:top left;
    height:36;
    padding:0;
    width:958;
}

.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; }

.PMSHeaderCell { font-family:Verdana, Arial, Helvetica; font-size:10px; color:black; font-weight:bold; padding:5px; background-color:#ffffcc; }

.PMSOtherCellBottom { border-top:1px #D2D2D2 solid; padding:6px; background-color:whitesmoke; }

.PMSOtherCellTop { border-bottom:1px #D2D2D2 solid; padding:6px; background-color:whitesmoke; }

.PortalFooter
{
    background-image:url(bg_footer.gif);
    background-position:top left;
    height:36;
    padding:0;
    width:958;
}

.SectionHead
{
    color: #76973F;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 15pt;
    font-weight: normal;
    line-height:18pt;
}

.SectionHeadU
{
    color: #76973F;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 15pt;
    font-weight: normal;
	text-decoration: underline;
}

/* text style for the selected tab */
.SelectedTab
{
    color:#FFFFFF;
    font-family:Tahoma, Arial, Helvetica;
    font-size:8.5pt;
    font-weight:bold;
    text-decoration:none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:active
{
    color:#EEEEEE;
    text-decoration:none;
}

A.SelectedTab:hover
{
    color:#CCCCCC;
    text-decoration:none;
}

A.SelectedTab:link
{
    color:#FFFFFF;
    text-decoration:none;
}

A.SelectedTab:visited
{
    color:#EEEEEE;
    text-decoration:none;
}

SMALL
{
    font-size:10px;
}

.StateAgenciesLogos
{
    text-align:center;
    width:294px;    
}

.StateAgenciesLogosWTopMargin
{
    margin-top:20px;
}

/* 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;
}

/* background/border colors for the selected tab */
.TabBg
{
    background-color:#BBD191;
}

/* 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 messaging central table */
.TabPage { border:solid 1px black; border-top:none; }

/* 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; }

.TexasHMCGreen
{
    color:#76973F;
    line-height:110%;
}

.TexasHMCGreen16
{
    color:#76973F;
    font-family:Tahoma, Arial, Helvetica;
    font-size:16pt;
    font-weight:bold;
    line-height:20pt;
}
TFOOT, THEAD
{
    color:#003300;
    font-family:Helvetica, Tahoma, Arial;
    font-size:9pt;
}

TH
{
    color:#003300;
    font-family:Helvetica, Tahoma, Arial;
    font-size:9pt;
    font-weight:bold;
    vertical-align:baseline;
}

.TopLevelMenuItem1_L
{
    BACKGROUND-IMAGE:url(http://www.egia.org/DesktopModules/SnapsisDNN/Skins/GreenTabs/Mnu1_L2.gif);
    BACKGROUND-REPEAT:no-repeat;
    cursor:default;
    height:34px;
    /*padding-right:10;*/
    width:15px;
}

.TopLevelMenuItem1_M
{
    BACKGROUND-IMAGE:url(http://www.egia.org/DesktopModules/SnapsisDNN/Skins/GreenTabs/Mnu1_M2.gif);
    BACKGROUND-REPEAT:repeat-x;
    color:#76973F/*00A814*/;
    cursor:default;
    font-family:Helvetica, Tahoma, Arial;
    font-size:8pt;
    font-weight:bold;
    font-style:normal;
    height:34px;
    text-align:center;
    /*padding-left:8;*/
    text-decoration:none;
    vertical-align:middle;
    width:72px;
}

.TopLevelMenuItem1_R
{
    BACKGROUND-IMAGE:url(http://www.egia.org/DesktopModules/SnapsisDNN/Skins/GreenTabs/Mnu1_R2.gif);
    BACKGROUND-REPEAT:no-repeat;
    cursor:default;
    height:34px;
    /*padding-right:30;*/
    width:22px;
}

.TopLevelMenuItem2_L
{
    BACKGROUND-IMAGE:url(http://www.egia.org/Portals/26/Containers/ShadedBox/images/Mnu2_L3.gif);
    BACKGROUND-REPEAT:no-repeat;
    height:34px;
    /*padding-right:10;*/
    width:15px;
}

.TopLevelMenuItem2_M
{
    BACKGROUND-IMAGE:url(http://www.egia.org/Portals/26/Containers/ShadedBox/images/Mnu2_M3.gif);
    BACKGROUND-REPEAT:repeat-x;
    color:#FFFFFF;
    font-family:Helvetica, Tahoma, Arial;
    font-size:8pt;
    font-weight:bold;
    font-style:normal;
    height:34px;
    /*padding-left:8;*/
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    width:72px;
}

.TopLevelMenuItem2_R
{
    BACKGROUND-IMAGE:url(http://www.egia.org/Portals/26/Containers/ShadedBox/images/Mnu2_R3.gif);
    BACKGROUND-REPEAT:no-repeat;
    height:34px;
    /*padding-right:30;*/
    width:22px;
}

.TopLevelMenuItem3_L
{
    BACKGROUND-IMAGE:url(http://www.egia.org/Portals/26/Containers/ShadedBox/images/Mnu2_L3.gif);
    BACKGROUND-REPEAT:no-repeat;
    height:34px;
    /*padding-right:10;*/
    width:15px;
}

.TopLevelMenuItem3_M
{
    BACKGROUND-IMAGE:url(http://www.egia.org/Portals/26/Containers/ShadedBox/images/Mnu2_M3.gif);
    BACKGROUND-REPEAT:repeat-x;
    color:#FFFFFF;
    font-family:Helvetica, Tahoma, Arial;
    font-size:10pt;
    font-weight:bold;
    font-style:normal;
    height:34px;
    /*padding-left:8;*/
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    width:72px;
}

.TopLevelMenuItem3_R
{
    BACKGROUND-IMAGE:url(http://www.egia.org/Portals/26/Containers/ShadedBox/images/Mnu2_R3.gif);
    BACKGROUND-REPEAT:no-repeat;
    height:34px;
    /*padding-right:30;*/
    width:22px;
}

UL LI
{
    list-style-type:square;
}

UL LI LI
{
    list-style-type:disc;
}

UL LI LI LI
{
    list-style-type:circle;
}