/* ================================
    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
{
	background-color: #23458B;
}

.ControlPanel {
	background-color: #ffffff;
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: #ffffff;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-family: tahoma; 
	font-size: 9pt; 
	font-weight: normal; 
	text-transform: uppercase; 
	color: D4D8E1;
	text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	color: D4D8E1;
	text-decoration: none;
}

A.SelectedTab:visited  {
	color: D4D8E1;
	text-decoration: none;
}

A.SelectedTab:active   {
	color: #9FB1D8;
	text-decoration: underline;
}

A.SelectedTab:hover    {
	color: #9FB1D8;
	text-decoration: underline;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family: tahoma; 
	font-size: 7pt; 
	font-weight: normal; 
	text-transform: capitalize; 
	color: 4A67A2; 
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color: 4A67A2; 
	text-decoration: none;
}

A.OtherTabs:visited  {
	color: 4A67A2; 
	text-decoration: none;
}

A.OtherTabs:active   {
	color: E3E583; 
	text-decoration: none;
}

A.OtherTabs:hover    {
	color: E3E583; 
	text-decoration: none;
}

/* GENERAL */
/* style for module titles */
.Head   {
	padding-top: 9px; 
	font-family: tahoma; 
	font-weight: bold; 
	font-size: 14pt; 
	color: 841E1C;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	padding-top: 10px; 
	font-family: tahoma; 
	font-weight: bold; 
	font-size: 8pt; 
	color: 841E1C; 
	text-transform: uppercase
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	padding-top: 10px; 
	font-family: tahoma; 
	font-weight: bold; 
	font-size: 8pt; 
	color: 841E1C; 
	text-transform: uppercase
}

/* text style used for most text rendered by modules */
.Normal{
	padding-top: 6px; 
	font-family: tahoma; 
	font-weight: normal; 
	font-size: 8.5pt; 
	color: #000000;
	line-height: 16px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	padding-top: 3px; 
	font-family: tahoma; 
	font-weight: normal; 
	font-size: 8.5pt; 
	color: #000000;
}

.NormalRed {
	padding-top: 3px; 
	font-family: tahoma; 
	font-weight: normal; 
	font-size: 8.5pt; 
	color: #841E1C;
}

.NormalBold {
	padding-top: 3px; 
	font-family: tahoma; 
	font-weight: bold; 
	font-size: 8.5pt; 
	color: #000000;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: tahoma; 
	font-size: 7pt; 
	font-weight: normal; 
	text-transform: capitalize; 
	color: #841E1C;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration: none;
	color: #841E1C;
}

A.CommandButton:visited  {
	text-decoration: none;
	color: #841E1C;
}

A.CommandButton:active   {
	text-decoration: none;
	color: 23458B;
}

A.CommandButton:hover    {
	text-decoration: none;
	color: 23458B;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
	border-color: 23458B; 
	border-width: 1px; 
	background-color: #FBFCE0; 
	color: 23458B; 
	font-family: tahoma; 
	font-weight: normal; 
	font-size: 7pt; 
	text-transform: uppercase;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	text-decoration: underline;
	color: blue;
}

A:visited   {
	text-decoration: underline;
	color: blue;
}

A:active    {
}

A:hover {
	text-decoration: underline;
	color: red;
}

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 {
	width: 174px;
}

.MainMenu_MenuBar {
	border-bottom: 0px solid #ffffff;
	width: 0px;
}

.MainMenu_MenuItem {
	height: 34px;
	background-color: #ffffff;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	font-family: tahoma; 
	font-weight: normal; 
	font-size: 9pt; 
	color: #841E1C; 
	padding-right: 10px;
	padding-left: 10px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	filter: none;
	margin-left: 2px;
	height: 34px;
	border-right: 1px solid #D4D8E1;
	border-top: 1px solid #D4D8E1;
	border-left: 1px solid #D4D8E1;
	border-bottom: 1px solid #D4D8E1;
	padding-right: 0px;
	padding-left: 0px;
}

.MainMenu_MenuBreak {
	width: 0px;
}

.MainMenu_MenuItemSel {
	background-color: FCFCE0;
	font-family: tahoma; 
	font-weight: normal; 
	font-size: 9pt; 
	color: C60400;
}

.MainMenu_MenuArrow {
	DISPLAY: none;
}

.MainMenu_RootMenuArrow {
}

.MainMenu_RootMenuItemActiveCssClass {
	height: 34px;
	font-family: arial; 
	font-weight: bold; 
	font-size: 11pt; 
	color: #841E1C; 
	padding-top:4px; 
	padding-bottom:3px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	background-image: url(dbd1_15.jpg);
}
.MainMenu_RootMenuItemSelectedCssClass {
	height: 34px;
	font-family: arial; 
	font-weight: bold; 
	font-size: 11pt; 
	color: #841E1C; 
	padding-top:4px; 
	padding-bottom:3px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	background-image: url(dbd1_15.jpg);
}

.MainMenu_RootMenuItemCssClass {
	height: 34px;
	font-family: arial; 
	font-weight: bold; 
	font-size: 11pt; 
	color: #841E1C; 
	padding-top:4px; 
	padding-bottom:3px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	background-image: url(dbd1_10.jpg);
}
.MainMenu_SubMenuItemActiveCssClass {
	background-color: FCFCE0;
	padding-left: 10px;
	padding-right: 10px;
	color: C60400;
}

