/* ================================
    CSS STYLES FOR DotNetNuke (DNN) Website
    ================================
*/   

/* Start Custom GSI Group Styles */

.GroupCaps {
    FONT-SIZE: 11px; 
    FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma; 
    FONT-VARIANT: small-caps;
    text-transform: capitalize;
}

.SiteTagLine {
    FONT-SIZE: 13px; 
    FONT-FAMILY: Verdana;
    font-weight: bold;
    Color: #666666;
    FONT-VARIANT: small-caps;
    text-transform: capitalize;
    padding:0px;
    margin-left:10;
    margin-top:0;
    margin-bottom:0;
    margin-right:0;
    line-height:125%; 
    text-align:left; 
    vertical-align:top;
}

.TopAnnouncementTitle {
    FONT-SIZE: 9px;
    font-weight:  bold;
    COLOR: #034058; 
    FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma; 
}

.TopAnnouncementLead {
    FONT-SIZE: 9px;
    font-weight:  normal;
    COLOR: #000000; 
    FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma; 
}

.BottomPane {
    width: 100%;
    height: 100%;
    valign: bottom;
    background-color: transparent;
}
/* Custom form field styles for H2O forms */

.frmFieldLabel
{
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:  normal;
    text-align: right;
}

.frmTextFieldEnabled
{
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:  normal;
    text-align: left;
}

.frmTextFieldDisabled
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    color: #800000;
    background-color: #FFFFE6;
}

.frmHelpText
{
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    color: #009966;
}

.frmInfoTextLeft
{
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    color: #660099;
}

.frmInfoTextRight
{
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    color: #660099;
}

/* End Custom form field Styles */

/* End Custom GSI Group Styles */


/* 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/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
a:link.SelectedTab {
}

a:visited.SelectedTab  {
}

a:active.SelectedTab   {
}

a:hover.SelectedTab    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
}

a:visited.OtherTabs  {
}

a:active.OtherTabs   {
}

a:hover.OtherTabs    {
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  12px;
    font-weight:  bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:  normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{   
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:  normal;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:  normal;
    color:  f15d2a;
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:  bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton {
}

a:visited.CommandButton  {
}

a:active.CommandButton   {
}

a:hover.CommandButton    {
}
    
/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  14px;
    font-weight:  bold;
    color:  #00476b;
}

H2  {
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  12px;
    font-weight:  bold;
    color:  #00476b;
}

H3  {
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:  bold;
    color:  #00476b;
}

H4  {
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:  italic;
    color:  #00476b;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

TBODY  {
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:  normal;
}

A:link  {
    color: #BC0707;
    text-decoration: none;
}

A:visited   {
    color: #BC0707;
    text-decoration: none;
}

A:active    {
    color: #BC0707;
    text-decoration: none;
}

A:hover {
    color:  #746774;
    text-decoration: underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
    list-style-type: disc;
}

UL LI LI    {
    list-style-type: circle;
}

UL LI LI LI {
    list-style-type: square;
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

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 {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}







