/* ================================
    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
{
	width: 100%;
	height: 100%;	
	/*background-image: url('images/Green/BACKGROUNDGREEN.jpg');*/
	background-color: Black;
	/*background-repeat: repeat*/
}

/* background/border colors for the selected tab */
.TabBg {}

.TopPane 
{
	color: black;
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px; color:#FFFFFF; font-size:12pt
}

.LeftPane  
{ 
	color: black;
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.ContentPane  
{ 
	color: black;
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.RightPane  
{ 
	color: black;
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.BottomPane 
{
	color: black;
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/* text style for the selected tab */
.SelectedTab { Color: White; }

/* hyperlink style for the selected tab */
a:link.SelectedTab { Color: White; }

a:visited.SelectedTab { Color: White; }

a:active.SelectedTab { Color: White; }

a:hover.SelectedTab { Color: White; }

/* text style for the unselected tabs */
.OtherTabs { Color: White; }
    
/* hyperlink style for the unselected tabs */
a:link.OtherTabs { Color: White; }

a:visited.OtherTabs { Color: White; }

a:active.OtherTabs { Color: White; }

a:hover.OtherTabs { Color: White; }

/* 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: black; }

/* 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 { Color: #003366; }
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton { Color: #003366; }

a:visited.CommandButton { Color: #003366; }

a:active.CommandButton { Color: #003366; }

a:hover.CommandButton { Color: #003366; }
    
/* 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 { background-color: transparent; }

.MainMenu_MenuBar 
{
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}

.MainMenu_MenuItem 
{
	border-left: 0px solid #A4C7AF; 
	border-bottom: 1px solid #A4C7AF; 
	border-top: 1px solid #A4C7AF; 
	border-right: 0px solid #A4C7AF;
	height: 21px;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent
}

.MainMenu_MenuIcon 
{
	background-color: #A4C7AF; 
	border-left: #A4C7AF 1px solid; 
	border-bottom: #A4C7AF 1px solid; 
	border-top: #A4C7AF 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.MainMenu_SubMenu 
{
	background-color: #A4C7AF; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak { height: 1px; }

.MainMenu_MenuItemSel 
{
	background-color: #77AE87; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}

.MainMenu_MenuArrow 
{	
	border-right: 1px solid #A4C7AF; 
	border-bottom: 1px solid #A4C7AF; 
	border-top: 0px solid #A4C7AF;
	font-family: Webdings;  
}

.MainMenu_RootMenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

