/* ================================
    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
{
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 11px;
margin-left: 0px;
margin-top: 9px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFFFFF;

}

td{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 11px;

}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* 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   {
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; padding:2px 2px 2px 2px; margin:3px 3px 3px 3px;
}

.NormalRed
{
}

.NormalBold
{
}

/* 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.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
font-size:14px;
color: #D22700;
font-weight: bold;
margin-bottom: 6px;
}

H2  {
font-size:13px;
color: #D22700;
font-weight: bold;
margin-bottom: 6px;
}

H3  {
font-size:12px;
color: #D22700;
font-weight: bold;
margin-bottom: 6px;
}

H4  {
font-size:13px;
color: #333333;
font-weight: bold;
}

H5, DT  {
font-size:12px;
color: #333333;
font-weight: bold;
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}




A:link  {
color: #D22700;
text-decoration:underline;
}

A:visited   {
color: #D22700;
text-decoration:underline;
}

A:active    {
color: #D22700;
text-decoration:underline;
}

A:hover {
color: #D22700;
text-decoration: none;
}

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 {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
color: #FFFFFF;
background-color: transparent;
font-size:11px;
border: 0px;
}

.MainMenu_MenuBar {
color: #FFFFFF;
background-color: transparent;
font-size:11px;
border: 0px;
padding: 1px 1px 1px 1px;
}

.MainMenu_MenuItem {
color: #FFFFFF;
background-color: transparent;
font-size:11px;
border: 0px;
padding-left:4px;
}

.MainMenu_MenuIcon {
color: #FFFFFF;
background-color: transparent;
font-size:11px;
border: 0px;
}

.MainMenu_SubMenu {
margin-top: 2px;
color: #FFFFFF;
background-image: url(../../Portals/0/template_images/events_bak.jpg);
background-repeat: repeat-y;
background-position: right;
background-color: #D22700;
font-size:11px;
border: 0px;
padding-left:4px;

}

.MainMenu_MenuBreak {
color: #FFFFFF;
background-color: transparent;
font-size:11px;
border: 0px;
}

.MainMenu_MenuItemSel {
color: #333333;
background-color: transparent;
font-size:11px;
border: 0px;
padding-left:4px;

}

.MainMenu_MenuArrow {
color: #FFFFFF;
background-color: transparent;
font-size:11px;
border: 0px;
}

.MainMenu_RootMenuArrow {
color: #FFFFFF;
background-color: transparent;
font-size:11px;
border: 0px;
}

/* end of dnn gen styles */

p, html {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 11px;

}
#newsbak {
background-image: url(../../Portals/0/template_images/events_bak.jpg);
background-repeat: repeat-y;
background-color: #D22700;
} 

#newsbak HR {
line-height: 0px;
 color: #D22700;
 background-color: #D22700;
 border:none;
 border-bottom: dashed 1px #FFFFFF;
 background-color: #D22700;
margin-top: -4px;
*margin-top: -12px;

}

.footerbak {
background-image: url(../../Portals/0/template_images/head_foot-bak.jpg);
background-repeat: repeat-y;
background-color: #D22700;
background-position:right;

}
#contentBox {
margin-top: 6px;
margin-bottom: 6px;
border: 1px solid #CCCCCC;

}
.midBg {
background-image: url(../../Portals/0/template_images/maincontent_bak.jpg);
background-repeat: repeat-y;
padding: 6px;

}
.padding {
padding: 6px;
}
.whiteHeader {
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
}
.fNav {
color: #D22700;
font-size: 12px;
padding:20px 6px 6px 6px;
font-weight: bold;

}
A.fNav:link  {
color: #D22700;
text-decoration:none;
font-size: 11px;
font-weight: bold;
}

A.fNav:visited   {
color: #D22700;
text-decoration:none;
font-size: 11px;
font-weight: bold;
}

A.fNav:active    {
color: #D22700;
text-decoration:none;
font-size: 11px;
font-weight: bold;
}

A.fNav:hover {
color: #333333;
text-decoration:none;
font-size: 11px;
font-weight: bold;
}
.subHeader {
background-color: #D22700;
}
.subBak {

background-image: url(../../Portals/0/template_images/sub_content_bak.jpg);
background-repeat: repeat-y;
background-position: right;
padding: 6px;
}
.copyRight {
font-size: 9px;
color: #CCCCCC;
}
.darkheader {
font-size:13px;
color: #333333;
font-weight: bold;
 }







