/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* ******************************* *
     CUSTOM STYLES
 * ********************************* */

/*-- ALSI Credits in the footer --  */
.CompanyCredits a:link, 
.CompanyCredits a:visited,
.CompanyCredits a:active,
.CompanyCredits a:hover,
.CompanyCredits {font-family: tahoma;  color: #FFFFFF; font-size: 11px;  font-weight: normal; font-style: normal; text-align: center; padding-top:15; }

/*-- Media Gallery get rid of the file name and date --*/
.MediaGalleryAdditionalInfo  {visibility:hidden}

/*-- hide the online help buttons -- */  .ViewOnlineHelp { visibility:hidden; }

/* Setting Text Throughout the skin      */ table, tr, td, p {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.4em; margin: 0;}

/*-- top header section               --*/ .TopRow       { background: url(custom\header_bg.jpg)         repeat-x  top left;  height: 83px; padding: 0; }
/*-- topleft header section           --*/ .TopRowLeft   { background: url(custom\header_logo.jpg)       no-repeat top left;  height: 159px; width:100%; padding: 0; }
/*-- topright header section          --*/ .TopRowRight  { background: url(custom\header_bg_r_login.jpg) no-repeat top right; height: 159px; width:100%; padding: 0; }
/*-- topright header section          --*/ .TopRowRight2 { background: url(custom\header_bg_r.jpg)       no-repeat top right; height: 159px; width:100%; padding: 0; }

/*-- bottom footer section            --*/ .BottomRow      { background: url(custom\footer_bg.jpg)   repeat-x top center #EBEBEA; height: 76px; padding: 0;}
/*-- bottomleft footer section        --*/ .BottomRowLeft  { background: url(custom\footer_bg_l.jpg) no-repeat top left;  height: 76px; padding: 0;}
/*-- bottomright footer section       --*/ .BottomRowRight { background: url(custom\footer_bg_r.jpg) no-repeat top right; height: 76px; text-align: right; vertical-align: top; padding: 35px 37px 0 37px; }

/*-- most of the text on site         --*/ .normal, .Normal { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #444; }
/*-- most of the bold text on site    --*/ .NormalBold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #444; }

/*========================================================*/
/*  1. Container Design Elements                          */
/*========================================================*/

/*-- overriding default margin   --*/  p { margin: 0;}
/*-- conatiner title token       --*/ .BCC_DV_02DarkBlueTitle     { font-size: 11px; font-family: tahoma; color: #FFF; font-weight: bold; }
/*-- container title cell        --*/ .BCC_DV_02DarkBlueTitleTD   { width:100%; padding: 0;}
/*-- container actions cell      --*/ .BCC_DV_02DarkBlueActionsTD { width:0%; padding: 0;}
/*-- container content pane      --*/ .BCC_DV_02DarkBlueContent   { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #444; text-align:left; padding: 5px 4px 15px 4px;}

/*-- top center section          --*/ .BCC_DV_02DarkBlueT  { background: url(custom\module_header.jpg) bottom left repeat-x; vertical-align:top; height: 21px; padding: 3px 0 0 4px; }
/*-- top left section            --*/ .BCC_DV_02DarkBlueTL { background: url(custom\module_header_l.JPG) bottom left no-repeat; vertical-align:top; height: 21px; width:6px; padding: 0; }
/*-- top right section           --*/ .BCC_DV_02DarkBlueTR { background: url(custom\module_header_r.JPG) bottom right no-repeat; vertical-align:top; height: 21px; width:6px; padding: 0; }

/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/

/*-- outermost table of skin -Standard  --*/ .OuterTable      { width: 90%}
/*-- outermost table of skin -Admin     --*/ .OuterTableAdmin { width: 90%}

/*-- cell containing menu   --*/ .MainMenu_Idle { width: 199px; vertical-align: top; padding: 10px 0 10px 0; }

/*-- menuitems idle     --*/ .MainMenu_Idle             { background: url(custom\navigation_idle.gif)   no-repeat; }
/*-- menuitems over     --*/ .MainMenu_Selected         { background: url(custom\navigation_over.gif)   no-repeat; }
/*-- menuitems active   --*/ .MainMenu_Active           { background: url(custom\navigation_active.gif) no-repeat; }
/*-- menuitems active   --*/ .MainMenu_BreadcrumbActive { background: url(custom\navigation_active.gif) no-repeat; }

.MainMenu_Idle, .MainMenu_Selected , .MainMenu_Active, .MainMenu_BreadcrumbActive  
{ height: 28px; color: #666; padding: 0; font-weight: bold; vertical-align: middle; font-family: tahoma;}

/*-- submenu items idle      --*/ .MainMenu_MenuItem      { font-family: tahoma; font-size: 12px; }
/*-- submenu items hover  --*/ .MainMenu_MenuItemSel { font-family: tahoma; font-size: 12px; }


/* ******************************* *
     END OF CUSTOM 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.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
{
}

.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    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}





















