/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
@import url("tabs.css");

/* 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: Verdana, Arial, Helvetica, sans-serif;}

.ControlPanel { }

/* background/border colors for the selected tab */
.TabBg { }
/*-----------------------------------------------*/

#leftnav H3 {font-size: 10pt; padding: 3px 0; font-weight: bold; background-color: #11527E; color:#FFFFFF; text-align: center; width: 213px; margin: 0 0; }

.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 {color:#000000; font-size:13px;}
.small {color:#000000; font-size:11px;}
#footer {text-align: center; color: #FFFFFF;}
#footer A.link  {color: #fff; font-weight: bold;}
#footer A.link:hover {color: #373737;}

a {color: #11527E; text-decoration: none;}
a:hover {color: #3366CC; text-decoration: underline;}

/* 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 { }
    
/* button style for standard HTML buttons */
.StandardButton { }

/* GENERIC */
H1  {color: #555555; font-size: 13pt; margin: 10px 0 5px 0px; height: 30px; background: url("/cms/portals/sia.ab.ca/skins/sia/images/siaBullet.gif") no-repeat left; padding: 5px 0 0 30px; font-weight: bold; letter-spacing: 2px; font-variant: small-caps;}

H2 {font-size: 11pt; font-weight: bold; margin: 10px 0 0 0; letter-spacing: 0.05em; color: #11527E;  letter-spacing: 0.05em; font-variant: small-caps;}

H3 {font-size: 10pt; font-weight:bold; color: #11527E;}

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 {display:none;}

.ModuleTitle_RootMenuArrow {display:none;}

/* Main Menu 

.MainMenu_MenuContainer {}

.MainMenu_MenuBar {}

.MainMenu_MenuItem {color:#000000; font-weight:bold; font-size:11px;}

.MainMenu_MenuItemSel {color:#FFF; font-size:11px; text-decoration:none; background-color:transparent;}

.MainMenu_MenuArrow {display:none;}

.MainMenu_RootMenuArrow {display:none;}

.MainMenu_MenuIcon {}

.MainMenu_SubMenu {background-color:#4AAA42; color: #FFFFFF; border: 1px solid #11527E; padding:2px;}

.MainMenu_MenuBreak {}

.submenuitem {color:#000;}
*/
