/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {background-color: #40484f;
}

/* background color for the content part of the pages */
Body
{SCROLLBAR-FACE-COLOR: #999999;
	SCROLLBAR-HIGHLIGHT-COLOR: #40484f;
	SCROLLBAR-SHADOW-COLOR: #40484f;
	SCROLLBAR-3DLIGHT-COLOR: #40484f;
	SCROLLBAR-ARROW-COLOR: #40484f;
	SCROLLBAR-TRACK-COLOR: #40484f;
	SCROLLBAR-DARKSHADOW-COLOR: #40484f;
background-color: #60676f;
font-family: "verdana";
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.ControlPanel {background-color: #222a31;
}

/* background/border colors for the selected tab */
.TabBg {background-color: #222a31;

}
.LeftPane  { background-color: #60676f;
}

.ContentPane  { background-color: #60676f;
}

.RightPane  { background-color: #60676f;
}

/* text style for the selected tab */
.SelectedTab {background-color: #60676f;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {font-family: "verdana";
	font-size: 12px;
	color: orange;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

A.SelectedTab:visited  {font-family: "verdana";
	font-size: 12px;
	color: orange;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

A.SelectedTab:hover    {
	font-family: "verdana";
	font-size: 12px;
	color: red;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}

A.SelectedTab:active   {font-family: "verdana";
	font-size: 12px;
	color: orange;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

/* text style for the unselected tabs */
.OtherTabs {font-family: "verdana";
	font-size: 12px;
	color: orange;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {font-family: "verdana";
	font-size: 12px;
	color: orange;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

A.OtherTabs:visited  {font-family: "verdana";
	font-size: 12px;
	color: orange;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

A.OtherTabs:hover    {
	font-family: "verdana";
	font-size: 12px;
	color: red;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}

A.OtherTabs:active   {font-family: "verdana";
	font-size: 12px;
	color: orange;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

/* GENERAL */
/* style for module titles */
.Head   {background-color: #222a31;
font-family: "verdana";
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* style of item titles on edit and admin pages */
.SubHead    {font-family: "verdana";
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {font-family: "verdana";background-color: #60676f;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;

}

/* text style used for most text rendered by modules */
.Normal
{background-color: #60676f;font-family: "verdana";
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox

{SCROLLBAR-FACE-COLOR: #999999;
	SCROLLBAR-HIGHLIGHT-COLOR: #40484f;
	SCROLLBAR-SHADOW-COLOR: #40484f;
	SCROLLBAR-3DLIGHT-COLOR: #40484f;
	SCROLLBAR-ARROW-COLOR: #40484f;
	SCROLLBAR-TRACK-COLOR: #40484f;
	SCROLLBAR-DARKSHADOW-COLOR: #40484f;background-color: #60676f;
	font-family: "verdana";
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;

}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {font-family: "verdana";
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {font-family: "verdana";
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

A.CommandButton:visited  {font-family: "verdana";
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

A.CommandButton:hover    {
	font-family: "verdana";
	font-size: 12px;
	color: orange;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}
    
A.CommandButton:active   {font-family: "verdana";
	font-size: 12px;
	color: orange;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

/* button style for standard HTML buttons */
.StandardButton     {background-color: #transparent;
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {background-color: #60676f;
}

TH  {background-color: #60676f;

}

A:link  {font-family: "verdana";
	font-size: 12px;
	color: orange;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

A:visited   {font-family: "verdana";
	font-size: 12px;
	color: orange;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

A:hover {
	font-family: "verdana";
	font-size: 12px;
	color: red;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}

A:active    {font-family: "verdana";
	font-size: 12px;
	color: orange;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

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    {SCROLLBAR-FACE-COLOR: #999999;
	SCROLLBAR-HIGHLIGHT-COLOR: #40484f;
	SCROLLBAR-SHADOW-COLOR: #40484f;
	SCROLLBAR-3DLIGHT-COLOR: #40484f;
	SCROLLBAR-ARROW-COLOR: #40484f;
	SCROLLBAR-TRACK-COLOR: #40484f;
	SCROLLBAR-DARKSHADOW-COLOR: #40484f;
	background-color: #60676f;
	font-family: "verdana";
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;

}   

/* style of item titles by Announcements and events */
.ItemTitle    {SCROLLBAR-FACE-COLOR: #999999;
	SCROLLBAR-HIGHLIGHT-COLOR: #40484f;
	SCROLLBAR-SHADOW-COLOR: #40484f;
	SCROLLBAR-3DLIGHT-COLOR: #40484f;
	SCROLLBAR-ARROW-COLOR: #40484f;
	SCROLLBAR-TRACK-COLOR: #40484f;
	SCROLLBAR-DARKSHADOW-COLOR: #40484f;
	background-color: #60676f;
	font-family: "verdana";
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;


}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {font-family: "verdana";
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {font-family: "verdana";
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

