@import url("events.css");
/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* 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:#fff;}

.ControlPanel {color:#000;}

/* background/border colors for the selected tab */
.TabBg { }

.LeftPane  { }

.blankcontainer {width:100%; position:relative}

.ContentPane  {width:460px;}
.contentpane H1  {background: black url(images/redbullet.gif) no-repeat left; font-size:18px; padding: 3px 0 5px 30px; margin: 0 0 5px 0px; color: #F9E1AC; font-weight: normal; letter-spacing: 0.05em; border-bottom: 1px dotted #bd1822; display:block; width:460px;}

.RightPane  {width:250px;}

/* text style for the selected tab */
.SelectedTab { color: #000; }

/* hyperlink style for the selected tab */
A.SelectedTab:link { }

A.SelectedTab:visited  { }

A.SelectedTab:active   { }

A.SelectedTab:hover  { }

/* text style for the unselected tabs */
.OtherTabs { }
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link { }

A.OtherTabs:visited  { }

A.OtherTabs:active   { }

A.OtherTabs:hover    { }

/* GENERAL */
/* style for module titles */
.Head   {color: #000;}

/* style of item titles on edit and admin pages */
.SubHead    {color: #000;}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {color: #000;}

/* text style used for most text rendered by modules */
.Normal {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #cdcdcd; font-size:11px; margin-top: 10px; margin-left: 0px;}
.readable {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; background-color:#FFFFFF; font-size:11px; margin-top: 10px; margin-left: 0px;}
.readable .NormalTextBox {color:#000;}
.readable .Normal {color:#000;}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {color:#000000;}

.NormalRed {color: #000;}

.NormalBold {color: #000;}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {color:#000000}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {color:#999966;}

A.CommandButton:visited  {color:#666600;}

A.CommandButton:hover    {color:#F9E1AC;}

A.CommandButton:active   {color:#F9E1AC;}
    
/* button style for standard HTML buttons */
.StandardButton     {color: #000;}

/* GENERIC */
H1  {background: black url(images/redbullet.gif) no-repeat left; font-size:18px; padding: 3px 0 5px 30px; margin: 0 0 5px 0px; color: #F9E1AC; font-weight: normal; letter-spacing: 0.05em; border-bottom: 1px dotted #bd1822; display:block; width:100%;}

H2  {font-size:13px; width:420px; padding: 0px 0px 5px 0px; margin: 0 0 5px 0px; color: #F9E1AC; font-weight: bold; letter-spacing: 0.05em; border-bottom: 1px solid #bd1822;}

H3 {font-size:22px; color: #8B0F04; font-weight: bold; letter-spacing: 0.25em;}

H4  { }

H5, DT  { }

H6  { }

TFOOT, THEAD  { }

TH  { }

A:link {color:#999966;}

A:hover {color:#F9E1AC;}

A:visited {color:#666600;}

A:visited:hover {color:#F9E1AC;}

A:active {color:#F9E1AC;}

SMALL   { }

BIG { }

BLOCKQUOTE, PRE { }

UL LI   { }

UL LI LI    { }

UL LI LI LI { }

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 {display:none;}

.ModuleTitle_RootMenuArrow {display:none;}

/* Main Menu */

.MainMenu_MenuContainer { }

.MainMenu_MenuBar { }

.MainMenu_MenuItem { }

.MainMenu_MenuIcon { }

.MainMenu_SubMenu { }

.MainMenu_MenuBreak { }

.MainMenu_MenuItemSel {background-color:F6E1BD;}

.MainMenu_MenuArrow {display:none;}

.MainMenu_RootMenuArrow {display:none;}
