/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	background-color: #FFFFFF;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
}
/* background color for the content part of the pages */
.Body
{
	BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
    MARGIN-BOTTOM: 0px;
    MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
    MARGIN-TOP: 0px
}
.LoginText {
}

A.LoginText:link {
	COLOR: #ffffff;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

A.LoginText:visited {
	COLOR: #ffffff;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

A.LoginText:active {
	COLOR: #ffffff;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

A.LoginText:hover {
	COLOR: #ffffff;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}

.UserText {
}

A.UserText:link {
	COLOR: #F0DF91;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

A.UserText:visited {
	COLOR: #F0DF91;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

A.UserText:active {
	COLOR: #F0DF91;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

A.UserText:hover {
	COLOR: #F0DF91;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}

.CurrentDateText {
	COLOR: #F0DF91;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}


.ControlPanel {
	background-color: #E7CC66;
}

.tableTitleText {
	COLOR: #000000;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}
.tableText {
	COLOR: #000000;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}
/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  {
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab example:Copyright*/
.SelectedTab {
	COLOR: #FFE8B0;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}


/* hyperlink style for the selected tab */
A.SelectedTab:link {
	COLOR: #FFFFFF;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

A.SelectedTab:visited {
	COLOR: #FFFFFF;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

A.SelectedTab:active {
}

A.SelectedTab:hover {
	COLOR: #FFE8B0;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs, example "LOGIN-OUT Links" */
A.OtherTabs:link {
	COLOR: #27415A;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

A.OtherTabs:visited  {
	COLOR: #27415A;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

A.OtherTabs:active   {
	COLOR: #27415A;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

A.OtherTabs:hover    {
	COLOR: #993333;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: underline
}

/* GENERAL */
/* style for module titles Header titles*/
.Head   {
	COLOR: #26405A;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}

/* style of item titles on edit and admin pages, example "titles at top of admin" */
.SubHead    {
	COLOR: #993333;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

/* 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, example "website copy" */
.Normal {
	COLOR: #000000;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility, example "admin top dropdown box text" */
.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, example "Top Admin Links" */
A.CommandButton:link {
	COLOR: #003399;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

A.CommandButton:visited  {
	COLOR: #003399;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

A.CommandButton:active   {
	COLOR: #66CCFF;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: underline
}

A.CommandButton:hover    {
	COLOR: #66CCFF;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: underline
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	COLOR: #970033;
	TEXT-DECORATION: none
}

A:visited   {
	COLOR: #970033;
	TEXT-DECORATION: none
}

A:active    {
	COLOR: #970033;
	TEXT-DECORATION: underline
}

A:hover {
	COLOR: #970033;
	TEXT-DECORATION: underline
}

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: 201px;
	height: 32px;
	PADDING-LEFT: 28px;
	background-image: url(images/button1.gif);
	background-color: #F4F1E2; 
	font-size: 0pt;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 32px;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: 993333; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	height: 32px;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #993333;
	border-left: 0px solid; 
	border-bottom: 0px solid; 
	border-top: 0px solid;  
    padding-left: 3px;
    padding-right: 3px;
	text-align: center; 
	width: 4px; 
	height: 32px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
}
.MainMenu_MenuBreak {
	background-color: white; 
}
.MainMenu_MenuItemSel {
	background-color: #E6E0BE; 
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	height: 32px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	color: #27415A;
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	color: #27415A;
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}

.footer {
	font-size: 12px;
	font-family: arial,helvetica,geneva,sans-serif;
	font-weight: bold;
	color: #F0DF91;
}

