/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg { color: #50ECB3;
}

/* background color for the content part of the pages */
Body
{ 
}

.ControlPanel { 
}

/* 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:hover    { 
}

A.SelectedTab:active   
{
}

/*Login link class*/
.LoginLinkClass
{
	color:Lime;
}

A.LoginLinkClass:link
{
	color:White;
}

A.LoginLinkClass:visited
{
	color:White;
}


/* text style for the unselected tabs */
.OtherTabs 
{
	font-weight: bold;
	font-size: 7pt;
	color:Gray;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link 
{
	text-decoration: none;
	color:Gray;
}

A.OtherTabs:visited  
{
	color:#3657C1;
}

A.OtherTabs:hover    
{

}

A.OtherTabs:active   
{

}

/* GENERAL */
/* style for module titles */
.Head   
{
	color:Navy;
	font-family:Times New Roman;
	font-weight:600;
	font-size:10pt;
	
}

/* 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:hover    { 
}
    
A.CommandButton:active   { 
}

/* button style for standard HTML buttons */
.StandardButton     { 
}

/* GENERIC */
H1  { 
}

H2  { 
}

H3  { 
}

H4  { 
}

H5, DT  { 
}

H6  { 
}

TFOOT, THEAD    { 
}

TH  { 
}

A:link  { 

}

A:visited   { 
	

}

A:hover { 
}

A:active    { 
}

SMALL   { 
}

BIG { 
}

BLOCKQUOTE, PRE { 
}


UL LI   { 
}

UL LI LI    { 
}

UL LI LI LI { 
}

OL LI   { 
}

OL OL LI    { 
}

OL OL OL LI { 
}
OL UL 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 
{
	 FILTER:progid:DXImageTransform.Microsoft.Shadow(color='Black', Direction=135,  Strength=3);
}


.MainMenu_MenuBreak 
{
	background-color:#3657C1;
	border-bottom: #EEEEEE 0px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	border-right: #EEEEEE 0px solid;
	height:10px;
}
.MainMenu_MenuBar { 
	
	color:Black;
	font-family: "Tahoma";
	font-weight: bold;
	font-size: 11pt;
}

/* Sub Menu */

.MainMenu_MenuItem {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	CURSOR: hand; 
	COLOR: #ffffff; 
	border-left: 0px solid #3657C1;
	border-bottom: 3px solid #3657C1;
	border-top: 3px solid #3657C1;
	border-right: 0px solid #3657C1;
	FONT-FAMILY: "Tahoma";
	vertical-align: middle;
}

.MainMenu_MenuItemSel {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	background-color: white; 
	CURSOR: hand; 
	border-left: 0px solid #3657C1;
	border-bottom: 3px solid #3657C1;
	border-top: 3px solid #3657C1;
	border-right: 0px solid #3657C1;
	FONT-FAMILY: "Tahoma";
	height: 11px;
}

.MainMenu_MenuIcon {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 3px;
	WIDTH: 0px;
	CURSOR: hand;
	BACKGROUND-COLOR: #3657C1;
	PADDING-TOP: 0px;
	HEIGHT: 10px;
	border-left: 0px solid #003366;
	border-top: 0px solid #003366;
	border-bottom: 0px solid #003366;
	border-right: 1px none;
	DISPLAY: none;
}

.MainMenu_SubMenu {
	Z-INDEX: 1000;
	BACKGROUND-color: #3657C1;
	CURSOR: hand;
	PADDING-TOP: 2px;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 2px;
	PADDING-BOTTOM: 2px;
	FILTER:progid:DXImageTransform.Microsoft.Shadow(color='Black', Direction=135,  Strength=7) ; 
	BORDER: 1px solid #FFFFFF; 
	
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 8px;
	cursor: hand;
	border-right: 0px solid #3657C1;
	border-bottom: 3px solid #3657C1;
	border-top: 3px solid #3657C1;
	border-left-color: #3657C1;
	text-align: right;
}


/* Main Menu Breadcrumb */

.MainMenu_RootMenuItemBreadcrumb
{   
    background-color:ButtonShadow;
    height: 36px;
}

.MainMenu_RootMenuItemSelected
{
	background-color:#4168e4;
	height:35px;
}

.MainMenu_RootMenuItemActive
{
	background-color:#4168e4;
	height:35px;
}

.MainMenu_RootMenuItem
{
	height:35px;
}



/* Login Styles */
.LoginPanel{ 
}

.LoginTabGroup{ 
}

.LoginTab { 
}

.LoginTabSelected{ 
}

.LoginTabHover{ 
}

.LoginContainerGroup{ 
}

.LoginContainer{ 
}
