/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/
/*light blue - #19388a; blue - #24387f; yellow - #ffff00; green - #02976d;*/
.pagemaster
{
    width:990px !important;
    margin-left: auto;
    margin-right: auto;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page */
.HeadBg{
}

/* background color for the content part of the pages */
Body
{
    background-color:White;
    font-family:Verdana;
}

/* background/border colors for the selected tab */
.TabBg{
}

.controlpanel
{
}

.lefttoppane
{
    background-color:#19388A;
    border:0px solid #19388A;
    height:100%
}

.lefttoppane2
{
}

.topleftpane
{
}

.leftmiddle
{
    background-color:#19388A;
    border:0px solid #19388A;
}

.leftmiddle2
{
}

.toprightpane
{
}

.leftpane
{ 
}

.contentpane
{ 
}

.rightpane
{
}

.leftbottom
{
    background-color:#19388A;
    border:0px solid #19388A;
}

.leftbottom2
{
}

.bottompane
{
}

.css_copyright,
a.css_copyright:link,
a.css_copyright:visited,
a.css_copyright:hover,
a.css_copyright:active
{
    color:#24387f;
    font-family:Verdana;
    font-size:10px;
    font-style:normal;
    font-weight:bold;
    text-decoration:none;
}

a.css_copyright:hover,
a.css_copyright:active
{
    text-decoration:underline;
}

.SkinObject,
a.SkinObject:link,
a.SkinObject:visited,
a.SkinObject:hover,
a.SkinObject:active
{
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}

a.SkinObject:hover,
a.SkinObject:active
{
    text-decoration:underline;
}

/* text style for the selected tab */
.SelectedTab,
A.SelectedTab:link,
A.SelectedTab:visited,
A.SelectedTab:hover,
A.SelectedTab:active
{
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}

A.SelectedTab:hover,
A.SelectedTab:active
{
    text-decoration:underline;
}

/* text style for the unselected tabs */
.OtherTabs,
A.OtherTabs:link,
A.OtherTabs:visited,
A.OtherTabs:hover,
A.OtherTabs:active
{
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}

A.OtherTabs:hover,
A.OtherTabs:active
{
    text-decoration:underline;
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family:Verdana;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family:Verdana;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family:Verdana;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family:Verdana;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:Verdana;
}

.NormalRed
{
    color:#ff0000;
    font-family:Verdana;
}

.NormalBold
{
    font-family:Verdana;
    font-weight:bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:hover,
A.CommandButton:active
{
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}

A.CommandButton:hover,
A.CommandButton:active
{
    text-decoration:underline;
}
   
/* GENERIC */
H1{
}

H2{
}

H3{
}

H4{
}

H5, DT{
}

H6{
}

TFOOT, THEAD{
}

TH{
}

A:link,
A:visited,
A:hover,
A:active
{
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}

A:hover,
A:active
{
    text-decoration:underline;
}

SMALL{
}

BIG{
}

BLOCKQUOTE, PRE{
}

UL LI
{
    list-style-image:url(images/bulletpoint.jpg);
}

UL LI LI
{
    list-style-image:url(images/bulletpoint.jpg);
}

UL LI LI LI
{
    list-style-image:url(images/bulletpoint.jpg);
}

OL LI
{
    list-style-type:decimal;
}

OL OL LI
{
    list-style-type:lower-alpha;
}

OL OL OL LI
{
    list-style-type:lower-roman;
}

HR{
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message
{
}   

/* style of item titles by Announcements and events */
.ItemTitle{
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
    width:1px;
    height:1px;
}

.ModuleTitle_MenuBar
{
    width:1px;
    height:1px;
}

.ModuleTitle_MenuItem
{
    font-family:Verdana;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
    background-color:White;
    border-left:1px solid gray;
    border-right:1px solid gray;
    border-top:0px solid White;
    border-bottom:1px solid gray;
    color:#24387f;
    height:20px;
    padding:0px 9px 0px 9px; 
}

.ModuleTitle_MenuArrow,
.ModuleTitle_RootMenuArrow,
.ModuleTitle_MenuIcon,
.ModuleTitle_MenuBreak
{
    display:none;
}


.ModuleTitle_SubMenu
{
    z-index:1000;
    margin-left:3px;
    border-top:1px solid gray;    
}


.ModuleTitle_MenuItemSel
{
    font-family:Verdana;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
    background-color:#D3D3D3;
    border-left:1px solid gray;
    border-right:1px solid gray;
    border-top:0px solid White;
    border-bottom:1px solid gray;
    color:Black;
    height:20px;
    padding:0px 9px 0px 9px;    
}

/* Main Menu */

.MainMenu_MenuContainer
{
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    font-weight:normal;
    height:20px;
}

.MainMenu_MenuBar
{
    height:20px;
}

.MainMenu_MenuItem
{
    font-family:Verdana;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
    background-color:White;
    border-left:1px solid gray;
    border-right:1px solid gray;
    border-top:0px solid White;
    border-bottom:1px solid gray;
    color:#24387f;
    height:20px;
    padding:0px 10px 0px 10px;
}

.RootMenuItem TD
{
    font-family:Verdana;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
    background-color:#24387f;
    border:0px solid White;
    color:White;
    height:20px;
    padding:0px;
    text-align:center;
    vertical-align:middle;
}

.RootMenuItemSelected TD
{
    font-family:Verdana;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
    background-color:#24387f;
    border:0px solid White;
    color:White;
    height:20px;
    padding:0px;
    text-align:center;
    vertical-align:middle;
}

.RootMenuItemActive TD
{
    font-family:Verdana;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
    background-color:#24387f;
    border:0px solid White;
    color:White;
    height:20px;
    padding:0px;
    text-align:center;
    vertical-align:middle;
}

.SubMenu
{
    z-index:1000;
    margin-left:3px;
    border-top:1px solid gray;
}

.SubMenuItemSelected
{
    font-family:Verdana;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
    background-color:#D3D3D3;
    border-left:1px solid gray;
    border-right:1px solid gray;
    border-top:0px solid White;
    border-bottom:1px solid gray;
    color:Black;
    height:20px;
    padding:0px 10px 0px 10px;
}

.SubMenuItemActive
{
    font-family:Verdana;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
    background-color:#D3D3D3;
    border-left:1px solid gray;
    border-right:1px solid gray;
    border-top:0px solid White;
    border-bottom:1px solid gray;
    color:Black;
    height:20px;
    padding:0px 10px 0px 10px;
}

.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon
{
    display:none;
}

.MainMenu_MenuBreak
{
    border:0px solid #24387f;
    background-color:#24387f;
    color:#24387f;
    width:1px;
    height:30px;
    vertical-align:middle;
}

.csslogo
{
    background:url(images/logo.jpg) no-repeat top left white;
    height:227px;
}

.csssep
{
    color:White;
    font-family:Verdana;
    font-size:10px;
}

.csssep td
{
    color:White;
    font-family:Verdana;
    font-size:10px;
}

.cssdate
{
    color:Black;
    font-family:Verdana;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
}

.loginreg2
{
    vertical-align: middle;
    color: White;
    font-family: Verdana;
    font-size: 10px;
    padding-right: 10px;
    /*width:290px !important;*/
}

.css_loginreg,
a.css_loginreg:link,
a.css_loginreg:visited,
a.css_loginreg:hover,
a.css_loginreg:active
{
    color:White;
    font-family:Verdana;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}

.bluesquare
{
    background:url(images/corner.jpg) no-repeat top center #19388A;
    height:267px;
    width:273px;
}

.footerlinks,
a.footerlinks:link,
a.footerlinks:visited,
a.footerlinks:hover,
a.footerlinks:active
{
    color:Gray;
    font-family:Verdana;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
}

a.footerlinks:hover,
a.footerlinks:active
{
    text-decoration:underline;
}

.haleysus,
a.haleysus:link,
a.haleysus:visited,
a.haleysus:hover,
a.haleysus:active
{
    color:White;
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
}

a.haleysus:hover,
a.haleysus:active
{
    text-decoration:underline;
}
.title2 a,.title2 a:hover,.title2 a:active, .title2 a:visited{font-family:verdana; font-size:11px;}
.headerimg{ background-image:url(images/new_head.jpg);width:990px; height:184px; border:0; vertical-align:top; background-repeat:no-repeat;}
.timediv{ margin-top:20px; margin-left:10px; font-family:Verdana; font-size:10px;}