/* ================================
    CSS STYLES FOR DotNetNuke 3
   ================================  */ 

.controlpanel {
	width: 100%;
	background-color: #0065A9;
}

.pagemaster {
width: 100%;
height: 100%;
background-color: #004777;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 15px;
	color: white;
	font-family: Verdana;
}

/* background color for the content part of the pages */
Body
{
    background-color: #004777;
    color: white;
}

/*Applied these classes to the panes */
.leftpane {
	width: 175px;
	/*background-color: #D63024;*/
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	color: white;
	border-right: 1px solid black;
}
.contentpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: white;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 12px;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}
.CurrentDate {
	color: #BFDCFF;
	font-family: verdana;
	font-size: 9pt
}
.User {
	color: #BFDCFF;
	font-family: verdana;
	font-size: 9pt
}
A.User:link {
	text-decoration:	none;
}
A.User:visited {
	text-decoration:	none;
}
A.User:active {
	text-decoration:	none;
}
A.User:hover {
	text-decoration:	underline;
}
.Login {
	color: #BFDCFF;
	font-family: verdana;
	font-size: 9pt
}
A.Login:link {
	text-decoration:	none;
}
A.Login:visited {
	text-decoration:	none;
}
A.Login:active {
	text-decoration:	none;
}
A.Login:hover {
	text-decoration:	underline;
}

/* hyperlink style for the selected tab */

A.SelectedTab:link {
    text-decoration:    none;
    color: #00A1FC;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #00A1FC;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #00A1FC;
}

.SubHead    {

    color: white;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    color: white;
}

A:link  {
    color: #BFDCFF;
    text-decoration: none;

}

A:Hover  {
    color: #BFDCFF;
    text-decoration: underline;
}

A:visited  {
    color: #BFDCFF;
    text-decoration: none;

}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    color: white;
}
A.CommandButton:visited  {
    color: white;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: strong;
    font-size: 12px;
    color:white;
    font-family: Verdana;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#0071B5;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:white;
}

.Footer
{
	font-weight: normal;
	font-size: 10px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}
/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color:Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:21;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	height: 21px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: White;
	border-left: #00A1FC 1px solid; 
	border-right: #00A1FC 1px solid; 
	border-bottom: #00A1FC 0px solid; 
	border-top: #00A1FC 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
	display: none;
}

.MainMenu_SubMenu
{
	border-right: #00A1FC 1px solid;
	border-top: #00A1FC 1px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: #00A1FC 1px solid;
	cursor: hand;
	border-bottom: #00A1FC 1px solid;
	background-color: #002C44;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	border-right: #00A1FC 0px solid;
	border-top: #00A1FC 1px solid;
	font-weight: lighter;
	border-left: #00A1FC 0px solid;
	cursor: hand;
	color: #C9ECFF;
	border-bottom: #00A1FC 1px solid;
	font-family: Verdana;
	background-color: #002C44;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
	color:white;
}

/* Custom Classes for Dark Backgrounds */

/* text style for the unselected tabs */
.DarkBG {
    font-weight: strong;
    font-size: 9px;
    color:white;
	font-family: Verdana; 
    text-decoration: none;
}
    
/* hyperlink style for the selected tabs */
A.DarkBG:link {
    text-decoration:    none;
    color:eaeaea;
}

A.DArkBG:visited  {
    text-decoration:    none;
    color:fafafa;
}

A.DarkBG:active   {
    text-decoration:    none;
    color:fefefe;
}

A.DarkBG:hover    {
    text-decoration:    underline;
    color:white;
}

