/* ================================
    CSS STYLES FOR DotNetNuke - WSF 8th MAY 2007
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body	{
}
.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;	 
}
/* background/border colors for the selected tab */
.TabBg {
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

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   {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	text-transform:none;
	background-color: transparent; 
	border-bottom: none; 
	border-top: none;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	text-transform:none;
	background-color: transparent; 
	border-bottom: none; 
	border-top: none;
}

/* 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;
font-size:12px;
font-weight: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     {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
	text-decoration:none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
	text-decoration:none;
}

A.CommandButton:visited   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #FF0000;
	text-decoration:none;
}

A.CommandButton:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
	text-decoration: underline;
}
A.CommandButton:active    {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
	text-decoration:underline;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}
link  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #000000;
	text-decoration:none;
}
A:link  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #000000;
	text-decoration:none;
}

A:visited   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #FF0000;
	text-decoration:none;
}

A:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
	text-decoration:underline;
}

A:active    {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #FF0000;
	text-decoration:underline;
}

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    {
}
/* links for black background with yellow on top links set in xml to be LOGIN USER */ 
.YellowonBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #FFFF00;
	font-weight: bold;
}
A.YellowonBlack:link {
	text-decoration: underline;
	color:#FFFF00;
	font-weight: bold;
}
A.YellowonBlack:visited  {
	text-decoration:    underline;
	color: #FFFFFF;
	font-weight: bold;
}

A.YellowonBlack:hover    {
    text-decoration:    none;
    color: #FFFFFF;
	font-weight: bold;
}

A.YellowonBlack:active   {
	text-decoration:    underline;
	color: #FFFFFF;
	font-weight: bold;
}

/* bar between LOGIN and USER */
.seperator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
}

.SkinObject {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    underline;
    color: #000000;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #FF0000;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color: #000000;
}

A.SkinObject:active   {
    text-decoration:    underline;
    color:#FF0000;
}

/* 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 */

/* *************** MAIN MENU ****************** */

.MainMenu_MenuContainer {
	width: 0px;
	background-color: transparent;
}
.MainMenu_MenuBar {
	height: 20px;
	width: 250px;
	background-color:transparent;
}
.MainMenu_MenuItem {
	color: #FFFF00; /* 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:14px;
	font-style: normal;
	text-transform:none;
	font-weight:normal;
	/* background-color: #ffffff;  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: #000000; /* 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:#000000 /* 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 */
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; /* sets color of text in Menu Item when selected */
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	font-weight:normal;
	text-transform:none;
	padding:0px;
	background-color: #000000;   /* 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;
	background-color: #000000;	 /* background color of cell of sub-menu items. over-rides  'background-color' set in 'MainMenu_MenuItemSel' */
	border-bottom: #FFFF00 1px solid; /* sets the border properties of entire panel of sub-menu items */
	border-left: #FFFF00 1px solid; 
	border-top: #FFFF00 1px solid; 
	border-right: #FFFF00 1px solid;
}
/* THIS IS A CUSTOM STYLE, ASSIGNED VIA AN XML FILE AND MUST COME AFTER DEFAULT STYLES TO WORK... */
.MainMenu_SubMenuItemSel {
	color: #FFFFFF; /* sets the color of the selected sub-menu item text */
	background-color: #000000; /* sets the background color of the selected sub-menu item */
	border-color:#FFFF00;
	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: #000000; /* 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 {
}
