/* CSS Document - from the site Style sheet editor */
/* ================================
    CSS STYLES FOR DotNetNuke - SBC
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
	 background-color: white;
	 padding-left: 5px;
	 padding-right: 5px;
	 padding-top: 5px;
}

.ContentPane  { 
	 background-color: white;
	 padding-left: 5px;
	 padding-right: 5px;
	 padding-top: 5px;
}

.RightPane  { 
	 background-color: white;
	 padding-left: 5px;
	 padding-right: 5px;
	 padding-top: 5px;	 
}
/* text style for the selected tab */
.SelectedTab {
color:#FFFFFF;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
color:#FFFFFF;
}

A.SelectedTab:visited  {
color:#FFFFFF;
text-decoration:underline;
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}


A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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 {
	font-family: Arial, Helvetica, sans-serif
	color:#000099;
	font-size:small;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed	{
	font-family: Arial, Helvetica, sans-serif
	color: #FF0000;
	font-size:small;
}

.NormalBold	{
	font-family: Arial, Helvetica, sans-serif
	color:#000099;
	font-size:small;
	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.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
 
A.CommandButton:active   {
}
 
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH, TD  {
}

A:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

A:visited   {
	color: #99CCFF;
}

A:hover    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #0033FF;
}

A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #0033FF;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
	list-style-position: outside;
	list-style-image: url(images/square.gif);
}

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 {
	width: 0px;
	background-color: transparent;
}

.MainMenu_MenuBar {
	width:150px;
	background-color:transparent;
}

.MainMenu_MenuItem {
	color: #FFFFFF; /* sets color of text in menu item - also sets color of a border that appears at the right end of the sub-menu items*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	text-transform:none;
	font-weight: bold;
	/* background-color: #99AACD;  sets background color for menu items and sub-menu items
									ALSO - over-rides 'background-color' set in 'MainMenu_SubMenu'
									
									BACKGROUND COLOUR IS BEST SET IN THE CELL OF THE HTML FILE, otherwise it over-rides
									the BG color assigned in 'MainMenu_SubMenu' */
	/* border properties seem to do nothing - even when widths and colors are specified */
	border-bottom: none; 
	border-top: none;
	padding:0px;
}

.MainMenu_MenuIcon {
	background-color: #000099; /* background color of submenu icons when NOT selected */
	text-align: center; 
	width: 0px; /* width of the collumn for the icons (Icons are 14px wide I think) */
	height: 20px;	/* stops vertical adjust of submenus when set to 20, possibly cos dnn admin icons are 20 high*/
	
	/* VERY IMPORTANTO TO NOT HAVE 'border-left' or 'border-right' WIDTH VALUES, STOPS HORIZONTAL ADJUSTMENT OF SUBMENU ON INITIAL ROLLOVER
	ALSO GOOD TO SET BOTTOM AND TOP BORDER WIDTHS TO 0 TO STOP A BORDER SHOWING... */
	border-bottom:0px;
	border-top:0px;
	
	border-color:#000099 /* if border color is specified without widths being specified, it manifests, otherwise it defaults to 1 px #EEEEEE... don't know why */
}		

.MainMenu_MenuBreak {/* CSS class for separator - which must be assigned in XML if an image is used */
	background-color: transparent; 
	border-bottom: 0px; 
	border-top: 0px; 
} 

.MainMenu_MenuItemSel {/* must be below MainMenu_MenuIcon in order to over ride it during sub menu selection */
	color: #000099; /* sets color of text in Menu Item when selected */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: bold;
	text-transform:none;
	padding:0px;
	background-color: #FFFFFF;   /* background color of cell and sub-menu cells when item is selected */
	
	/* border properties don't seem to do anythying here either */
}

.MainMenu_SubMenu {
	margin-left:0px; /* seems to apply a value 4 times that which is specified?? ie 40 px for a 10 px value */
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal;
    font-weight: bold;
	background-color: #000099;	 /* background color of cell of sub-menu items. over-rides  'background-color' set in 'MainMenu_MenuItemSel' */
	border-bottom: #000099 1px solid; /* sets the border properties of entire panel of sub-menu items */
	border-left: #000099 1px solid; 
	border-top: #000099 1px solid; 
	border-right: #000099 1px solid;
}

/* THIS IS A CUSTOM STYLE, ASSIGNED VIA AN XML FILE AND MUST COME AFTER DEFAULT STYLES TO WORK... */
.MainMenu_SubMenuItemSel {
	color: #000099; /* sets the color of the selected sub-menu item text */
	background-color: #FFFFFF; /* sets the background color of the selected sub-menu item */
	border-color:#000099;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
}

.MainMenu_MenuArrow {
	font-family: webdings; /* font family and size VERY IMPORTANT to stop readjustment of submenu selected widths and heights */
	font-size: 10pt; 
	width: 0;
	border-color: #000099; /* VERY IMPORTANT TO NOT HAVE BORDER VALUES, STOPS HORIZONTAL ADJUSTMENT OF SUBMENU ON INITIAL ROLLOVER 
								AND YOU MUST SET THE COLOR TO MATCH THE SUB-MENU BACKGROUND COLOR VALUE */
}

.MainMenu_RootMenuArrow {
}


