/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* GENERIC Standard HTML Tags*/
BODY
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #003366;
}
P
{
    padding-left: 0px;
    
    font-size: x-small;
    font-weight: normal;
    
}
TD
{
    padding-left: 0px;
    
    font-size: x-small;
    font-weight: normal;
    
}
H1  {
    font-size:  small;
    font-weight:    bold;
}

H2  {
    font-size:  x-small;
    font-weight:    bold;
}

H3  {
    font-size: x-large;
    font-weight: bold;
    color: #32B118;
}

H4  {

}

H5, DT  {

}

H6  {

}

TFOOT, THEAD    {
    font-size:  12px;
}

TH  {
    vertical-align: baseline;
    font-size:  12px;
    font-weight:    bold;
}


A:link {
    color: #32B118;
    text-decoration: none;
}

A:visited  {
    color: #32B118;
    text-decoration: none;
}

A:active   {
    color: #959595;
    text-decoration: none;
}
A:hover    {
    color: #959595;
    text-decoration: none;
}


SMALL   {
    font-size: -1;
}

BIG {
    font-size:  +1;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

LI   {
font-size: x-small;
padding-bottom: 12px;
        list-style-type: disc;
}
UL 
{
    margin:0px;
    padding: 0px;
}

UL LI   {
font-size: x-small;
padding-bottom: 12px;
margin-left: 18px;
        list-style-type: disc;
}

UL LI LI    {
font-size: x-small;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 8px;
    list-style-type:  circle;
}

UL LI LI LI {
font-size: x-small;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 5px;
    list-style-type: square;
}

OL LI   {
font-size: x-small;
    list-style-type:    decimal;
}

OL OL LI    {
font-size: x-small;
    list-style-type:    lower-alpha;
}

OL OL OL LI {
font-size: x-small;
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

SPAN
{
    padding:0px;
    margin: 0px;
}
/*input boxes*/
Input
{
    
    font-size: xx-small;
}
Select
{
    
    font-size: xx-small;
}
Option
{
    
    font-size: xx-small;

}
TextArea
{
    
    font-size: xx-small;

}

/*Printer Friendly Link Text*/
TD.PrinterFriendlyLink
{
    padding-left: 8px;
}
.PrinterFriendlyLink
{
    font-size: xx-small;
    padding-left: 6px;
}
A.PrinterFriendlyLink:link,A.PrinterFriendlyLink:active, A.PrinterFriendlyLink:visited{
    color: #003366;
}
A.PrinterFriendlyLink:hover
{
    color: #32B118;
}

       
/* hyperlink style for buttons and link buttons used in the portal admin pages */

.CommandButton     {
    
    font-size: x-small;
    font-weight: bold;
    text-decoration:none;
    color: #003366;
    cursor:pointer;
}

A.CommandButton:link {
    color: #003366;
}

A.CommandButton:visited  {
    color: #003366;
}

A.CommandButton:active   {
    color: #003366;
}

A.CommandButton:hover    {
    color: #32B118;
}


/* Menu-Styles */
/* Module Title Menu */
.Message    {

    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size:  11px;
    font-weight:    bold;
}

/*main menu style for dynamic drop down menu*/
/* Main Menu */

.MainMenu_MenuContainer {
    background: inherit;
}

.MainMenu_MenuBarBackground {
}

.MainMenu_MenuBar {
    cursor: pointer; 
    cursor: hand;
    background: inherit;
    border: 0px;
}
.MainMenu_MenuItem {
    cursor: pointer; 
    cursor: hand;  
    font-weight: normal; 
    font-style: normal; 
    border:0px;
    font-size: x-small;
    color: #003366 ;
    background-color: #E4EBE3;  
}

.MainMenu_MenuItem_TopLevel {
     
    cursor: pointer; 
    cursor: hand; 
    color: #E4EBE3; 
    font-size: x-small; 
    font-weight: normal; 
    font-style: normal; 
    border: 0px;
    padding: 0px;
    margin: 0px;
    background-color: Transparent;  
    float: left;
    padding-left: 3px;
    padding-right: 3px;
}



.MainMenu_MenuItemSel_TopLevel {
    cursor: pointer; 
    cursor: hand; 
    color: #003366; 
    background-color:#E7ECF1;
    font-size: x-small; 
    font-weight: normal; 
    font-style: normal; 
    border: 0px;
    padding: 0px;
    margin: 0px;
    float:left;
    padding-left: 3px;
    padding-right: 3px;
}



.MainMenu_MenuItemCurrSel_TopLevel {
    cursor: pointer; 
    cursor: hand; 
    color: #003366; 
    background-color:#E7ECF1;
    font-size: x-small; 
    font-weight: normal; 
    font-style: normal; 
    border: 0px;
    padding: 0px;
    margin: 0px;
    float:left;
    padding-left: 3px;
    padding-right: 3px;
}

.MainMenu_MenuIcon {
    cursor: pointer; 
    cursor: hand; 
    background-color: #E4EBE3; 
    border-left: #E4EBE3 1px solid; 
    border-bottom: #E4EBE3 1px solid; 
    border-top: #E4EBE3 1px solid; 
    text-align: center; 
    width: 2px;
    height: 21;
}

.MainMenu_SubMenu {
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: #FFFFFF; 
    border: #002141 1px solid;
    border-top:0px;
    padding-left: 0px;
    padding-right: 0px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#5C646F', Direction=135, Strength=2) ; 
 
}

.MainMenu_MenuBreak {
    background-color: #003366; 
    color: #FFFFFF;
    border-right: 0px;
    height: 1px;
}


.MainMenu_MenuItemSel {
    cursor: pointer; 
    cursor: hand;  
    font-weight: normal; 
    font-style: normal; 
    border:0px;
    font-size: x-small;
    color: #E4EBE3 ;
    background-color: #003366;
    
}

.MainMenu_MenuItemCurrSel{
    font-weight: bold;
    font-size: 54px;
    color: #FF6600; 
    cursor: pointer;
    float: left;
}
.MainMenu_MenuSeparator
{
    font-size: 11px;
    float:left;
    color: #E4EBE3 ;
}
.MainMenu_MenuArrow {
    border-color: #F5EAE4;
}

.MainMenu_RootMenuArrow {
    border-color: #F5EAE4;
}
.ChildMenuRow
{
}


/* Secondary Navigation */
.LinksPrimary
{

 
 font-size:x-small;
 color: #003366;
 background-color:#C0D4BC;
 text-align: left;
 text-decoration: none;
 width:100%;
 padding-left:10px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-bottom:0px;
 margin-top: 1px;
 cursor:pointer;
}
/*hover state for background*/
.LinksPrimary_Hover
{
 
 font-size:x-small;
 color: #003366;
 background-color:#32B118;
 text-align: left;
 text-decoration: none;
 width:100%;
 padding-left:10px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-bottom:0px;
 margin-top: 1px;
 cursor:pointer;
}


Div.LinksPrimary_selected
{

 
 font-size:x-small;
 font-weight:bold;
 color: #003366;
 background-color:#C0D4BC;
 text-align: left;
 text-decoration: none;
 width:100%;
 padding-left:10px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-bottom:0px;
 margin-top: 1px;
 cursor:pointer;
}
Div.LinksPrimary_selected_Hover
{
 font-size:x-small;
 font-weight: bold;
 color: #003366;
 background-color:#32B118;
 text-align: left;
 text-decoration: none;
 width:100%;
 padding-left:10px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-bottom:0px;
 margin-top: 1px;
 cursor:pointer;
}
A.LinksPrimary:link {
    padding: 0px;
    margin: 0px;    
    margin-top:1px;
}
A.LinksPrimary:visited  {
    padding: 0px;
    margin: 0px;
    margin-top:1px; 
}
A.LinksPrimary:active   {
    padding: 0px;
    margin: 0px;
    margin-top:1px; 
}
A.LinksPrimary:hover    {
    padding: 0px;
    margin: 0px;    
    margin-top:1px;
}

.LinksSecondary
{ 
    
    font-size:x-small;
    color: #003366;
    text-align: left;
    text-decoration: none;
    background-color:#CFE0CB;
    width:100%;
    padding-left:10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom:0px;
    margin-top: 1px;
    cursor:pointer;
}
.LinksSecondary_Hover
{ 
    
    font-size:x-small;
    color: #003366;
    text-align: left;
    text-decoration: none;
    background-color:#32B118;
    width:100%;
    padding-left:10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom:0px;
    margin-top: 1px;
    cursor:pointer;
}
A.LinksSecondary:link {
    padding: 0px;
    margin: 0px;    
    margin-top:1px;
}
A.LinksSecondary:visited  {
    padding: 0px;
    margin: 0px;
    margin-top:1px; 
}
A.LinksSecondary:active   {
    padding: 0px;
    margin: 0px;
    margin-top:1px; 
}
A.LinksSecondary:hover    {
    padding: 0px;
    margin: 0px;
    margin-top:1px; 
}

.LinksTertiary
{

 
 font-size:xx-small;
 color: #003366;
 text-align: left;
 text-decoration: none;
 background-color:#CFE0CB;
}
A.LinksTertiary:link {
    color: #003366;
    text-decoration: none;
}

A.LinksTertiary:visited  {
    color: #003366;
    text-decoration: none;
}

A.LinksTertiary:active   {
    color: #003366;
    text-decoration: none;
}

A.LinksTertiary:hover    {
    color: #003366;
    text-decoration: none;
}

/*Primary Contents List Attributes*/

.PrimaryContentsList_Title
{

 
 font-size:small;
 font-weight:bold;
 color: #003366;
 text-align: left;
 text-decoration: none;
 padding:0px;
 margin:0px;
}
A.PrimaryContentsList_Title:link {
    color: #003366;
    text-decoration: none;
}

A.PrimaryContentsList_Title:visited  {
    color: #003366;
    text-decoration: none;
}

A.PrimaryContentsList_Title:active   {
    color: #003366;
    text-decoration: none;
}

A.PrimaryContentsList_Title:hover    {
    color: #32B119;
    text-decoration: none;
}

.PrimaryContentsList_Description
{

 
 font-size:x-small;
 font-weight:normal;
 color: #003366;
 text-align: left;
 text-decoration: none;
 padding:0px;
 padding-top: 5px;
 margin:0px;
}

.PrimaryContentsList_Link
{

 
 font-size:x-small;
 font-weight:bold;
 color: #003366;
 text-align: left;
 text-decoration: none;
 padding-top:10px;
 padding-bottom: 10px;
 margin-top:0px;
}
A.PrimaryContentsList_Link:link {
    color: #003366;
    text-decoration: none;
}

A.PrimaryContentsList_Link:visited  {
    color: #003366;
    text-decoration: none;
}

A.PrimaryContentsList_Link:active   {
    color: #003366;
    text-decoration: none;
}

A.PrimaryContentsList_Link:hover    {
    color: #32B119;
    text-decoration: none;
}


/*Secondary Contents List Attributes*/

.SecondaryContentsList_Title
{

 
 font-size:x-small;
 font-weight:bold;
 color: #003366;
 text-align: left;
 text-decoration: none;
 padding:0px;
 margin:0px;
}
A.SecondaryContentsList_Title:link {
    color: #003366;
    text-decoration: none;
}

A.SecondaryContentsList_Title:visited  {
    color: #003366;
    text-decoration: none;
}

A.SecondaryContentsList_Title:active   {
    color: #003366;
    text-decoration: none;
}

A.SecondaryContentsList_Title:hover    {
    color: #32B119;
    text-decoration: none;
}

.SecondaryContentsList_Description
{

 
 font-size:x-small;
 font-weight:normal;
 color: #003366;
 text-align: left;
 text-decoration: none;
 padding:0px;
 padding-top: 5px;
 margin:0px;
}

.SecondaryContentsList_Link
{

 
 font-size:xx-small;
 font-weight:bold;
 color: #003366;
 text-align: left;
 text-decoration: none;
 padding-top:10px;
 padding-bottom: 10px;
 margin-top:0px;
}
A.SecondaryContentsList_Link:link {
    color: #003366;
    text-decoration: none;
}

A.SecondaryContentsList_Link:visited  {
    color: #003366;
    text-decoration: none;
}

A.SecondaryContentsList_Link:active   {
    color: #003366;
    text-decoration: none;
}

A.SecondaryContentsList_Link:hover    {
    color: #32B119;
    text-decoration: none;
}

/*Paragraph style for container without divider or title*/
P.NoTitleNoDividerContainer
{
    padding:0px;
    margin-top:0px;
    margin-bottom: 10px;
}

/*Styles for Front Page Caption*/
.RightHandCaption_Title {
font-size: xx-small;
text-transform: uppercase;
font-style: italic;
font-weight: bold;
padding-right: 10px;
padding-left: 10px;
padding-top:10px;
margin:0px;
}
.RightHandCaption_Description {
font-size: xx-small;
font-style: italic;
margin:0px;
padding-top:0px;
padding-right: 10px;
padding-left: 10px;
margin-top: 7px;
}

.RightHandCaption_Image
{
    margin:0px;
    padding:0px;
}

.RightHandCaption_LinkText
{
 
 font-size:xx-small;
 font-weight:normal;
 color: #003366;
 margin: 0px;
 margin-top: 7px;
}

A.RightHandCaption_LinkText:link {
    color: #003366;
}

A.RightHandCaption_LinkText:visited  {
    color: #003366;
}

A.RightHandCaption_LinkText:active   {
    color: #003366;
}

A.RightHandCaption_LinkText:hover    {
    color: #32B118;
}

/*Styles for Site Map*/


/*style for sitemap*/
.SectionHeader
{
    background-color: #003366;
    width: 100%;
}
A.SitemapPrimary
{   
    font-size: x-small;
    font-weight:bold;
    color: #003366;
}

A.SitemapPrimary:visited
{   
    color: #003366;
}
A.SitemapPrimary:active
{   
    color: #32B118;
}

A.SitemapPrimary:hover
{
    color: #32B118;
}


A.SitemapSecondary
{   
    font-size: x-small;
    font-weight:bold;
    color: #003366;
}
A.SitemapSecondary:visited
{   
    color: #003366;
}
A.SitemapSecondary:active
{   
    color: #32B118;
}

A.SitemapSecondary:hover
{
    color: #32B118;
}

A.SitemapTertiary
{   
    font-size: x-small;
    color: #003366;
}
A.SitemapTertiary:visited
{   
    color: #003366;
}
A.SitemapTertiary:active
{   
    color: #32B118;
}

A.SitemapTertiary:hover
{
    color: #32B118;
}

/*Styles for Front Page Caption*/
.FrontPageCaption_Title {
    font-size: xx-small;
    text-transform: uppercase;
    color: #32B118;
    line-height: 100%;
    margin-bottom: 0px;
    padding-bottom: 2px;
}
.FrontPageCaption_Description {
    font-size: xx-small;
    margin-bottom: 0px;
    line-height: 100%;
    padding-bottom: 2px;
}
.FrontPageCaption_Separator{
    height:10px;
    padding:0px;
}
.FrontPageCaption_LinkText
{
 
 font-size:xx-small;
 font-weight:normal;
 color: #003366;
}
A.FrontPageCaption_LinkText:link {
    color: #003366;
}

A.FrontPageCaption_LinkText:visited  {
    color: #003366;
}

A.FrontPageCaption_LinkText:active   {
    color: #003366;
}

A.FrontPageCaption_LinkText:hover    {
    color: #32B118;
}
/*styles for Search Results*/
P.SearchResultsTitle
{
    margin:0px;
    padding:0px;
    margin-top:8px;
    margin-bottom: 0px;
}
.SearchResultsNoResults
{
    font-weight: normal;
}
.SearchResultsTitle
{
    font-weight: bold;
}
A.SearchResultsTitle:link {
    color: #003366;
}

A.SearchResultsTitle:visited  {
    color: #003366;
}

A.SearchResultsTitle:active   {
    color: #003366;
}

A.SearchResultsTitle:hover    {
    color: #32B118;
}
.SearchResultsDescription
{
    color: #78828B;
    margin:0px;
    padding:0px;
    margin-bottom:10px;
}
.SearchResultsSourceField
{
    margin:0px;
    padding:0px;
    font-size:xx-small;
}
.SearchFooter
{
    color: #003366;

}
A.SearchFooter:link {
    color: #003366;
}

A.SearchFooter:visited  {
    color: #003366;
}

A.SearchFooter:active   {
    color: #003366;
}

A.SearchFooter:hover    {
    color: #32B118;
}

/*styles for public facing Lawspeed forms*/

INPUT.publicForm    {
    
    font-size: xx-small;
}
SELECT.publicForm   {
    
    font-size: x-small;
}
TEXTAREA{
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
}
TEXTAREA.publicForm {

    font-size: x-small;
}
.publicFormSectionHeading
{
    font-size: x-small;
    font-weight: bold;
    color: #003366;
    line-height: 15pt;
    padding-bottom: 0px;
    padding-top: 25px;
    margin-bottom: 0px;
    text-transform: none;
}
.publicFormHeadingLine {
    background-color: #003366;
}
.publicFormHeading {
    font-size: x-small;
    color: #003366;
    line-height: 15pt;
    padding-bottom: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
    text-transform: none;
}
.publicFormHeadingDescription {
    font-size: x-small;
    color: #003366;
    padding-bottom: 4px;
    padding-top: 10px;
    margin-bottom: 0px;
    text-transform: none;
}
.publicFormHeadingNote {
    font-size: xx-small;
    color: #003366;
    line-height: 15pt;
    padding-bottom: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
    text-transform: none;
}

