/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.HeadBg {
	background-color: #b07c48;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #b07c48;
}
.skinmaster {
	height: 100%;
}
.ControlPanel {
	background-color: #CCCC66;
}
/* 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: #ffcc33;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

A.LoginText:visited {
	COLOR: #ffcc33;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

A.LoginText:active {
	COLOR: #ffcc33;
	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: #ffffcc;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

A.UserText:visited {
	COLOR: #ffffcc;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

A.UserText:active {
	COLOR: #ffffcc;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

A.UserText:hover {
	COLOR: #ffffcc;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}

.CurrentDateText {
	COLOR: #ffefd7;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}


.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: #336699;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

A.OtherTabs:visited  {
	COLOR: #336699;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

A.OtherTabs:active   {
	COLOR: #336699;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

A.OtherTabs:hover    {
	COLOR: #006600;
	FONT-FAMILY: arial,helvetica,geneva,sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: underline
}

/* GENERAL */
/* style for module titles Header titles*/
.Head   {
	COLOR: #000099;
	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: 192px;
	height: 24px;
	PADDING-LEFT: 16px;
	background-image: url(images/button1.gif);  
	font-size: 0pt;
	cursor: pointer;
	cursor: hand;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 24px;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	background-color: Transparent;
	border-left: 0px solid; 
	border-bottom: 0px solid; 
	border-top: 0px solid; 
	border-right: 0px solid;
	color: #ffefd7; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	height: 24px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #b39f22; 
	border-left: 0px solid; 
	border-right: 0px solid;
	border-bottom: 0px solid; 
	border-top: 0px solid; 
        padding-left: 3px;
        padding-right: 3px;
	text-align: center; 
	width: 4; 
	height: 24px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #b39f22; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
}

.MainMenu_MenuBreak {
	background-color: #b39f22; 
}

.MainMenu_MenuItemSel {
	background-color: #7d6c00; 
	cursor: pointer; 
	cursor: hand; 
	color: #f5df51; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	height: 24px;
}

.MainMenu_MenuArrow {
	border-right: 0px solid; 
	border-bottom: 0px solid; 
	border-top: 0px solid;
	font-family: webdings; 
	color: #27415A;
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_RootMenuArrow {
	border-right: 0px solid; 
	border-bottom: 0px solid; 
	border-top: 0px solid;
	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: #ff6600;
}
A.footer:link  {
	COLOR: #cccccc;
	TEXT-DECORATION: None;
}

A.footer:hover {
	COLOR: #cccccc;
	TEXT-DECORATION: underline;
}

A.footer:visited   {
	COLOR: #cccccc;
	TEXT-DECORATION: none
}
