﻿.pagemaster {
	width: 100%;
	height: 100%;
	background-color:#7D6256;
}

.cdate {
	text-align:right;
}

.cdate span.SkinObject {
	text-align:right;
	color:white;
}

.a4m-login {
	text-align: right;
}

.footerlinks {
	color: white;
}

a.footerlinks:link, a.footerlinks:active, a.footerlinks:visited {
	color: #FFF;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

a.footerlinks:hover {
	color:yellow;
	text-decoration: none;
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Georgia, "Times New Roman", serif;
	font-weight:bold;
	color: EEE;

}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
		color: EEE;

}

/* 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 */
.Normal 
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6em;
	color: EEE;
}
.Normal TD
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6em;
	color: EEE;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6em;
		color: 000;
}

.NormalRed
{
	color: EEE
}

.NormalBold
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	font-weight:bold;
	color: FFF;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	color: AAA;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: AAA;
}

A.CommandButton:visited  {
	color: AAA;
}

A.CommandButton:active   {
	color: AAA;
}

A.CommandButton:hover    {
	color: FFFF00;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
	color: FFF;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
 
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
	font-family: Georgia, "Times New Roman", serif;
	color: eee;
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
    font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6em;
	color: FFF;
}

A:visited   {
}

A:active    {
}

A:hover {
color: ffff00;	
}

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    {
	color: FFF;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	color: FFF;
}

/* 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 {

}

.MainMenu_MenuBar {
	color: white;
	font-size: 16px;
	height: 25px;
}

.MainMenu_MenuItem {
	color: white;
	font-size: 16px;
	height: 20px;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}

.MainMenu_MenuIcon {
	border-left: #111111 0px solid; 
	border-bottom: #111111 0px solid; 
	border-top: #111111 0px solid; 
	display:none;
}

.MainMenu_SubMenu {
	background-color:black;
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #111111 0px solid; 
	border-left: #111111 0px solid; 
	border-top: #111111 0px solid;  
	border-right: #111111 0px solid; 
}

.MainMenu_MenuItemSel {
	color: yellow;
	font-size: 16px;
	height: 20px;
	background-color: black;
}

.MainMenu_MenuArrow {
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
	display:none;
}

.MainMenu_RootMenuArrow {
}


