

.pagemaster {
	height: 100%;
	width: 100%;
    background-color: #5D4234;
    background-image: url('bg.jpg');
    background-repeat:repeat-x;
	

}

.skinmaster {

}

.lbl-content {
	background:url("page_bg.jpg");
	background-repeat: no-repeat;
	background-color: #1C0400;
	border-bottom: #EDE2CC 1px solid; 
	border-left: #EDE2CC 1px solid; 
	border-top: #EDE2CC 1px solid;  
	border-right: #EDE2CC 1px solid; 
	

}

.lbl-footer { 
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: xx-small; 
	color: #EDE2CC;

}

.lbl-sep {
	background-color: transparent;
}
.lbl-menu {
	height: 30px;
	background-color: #1C0400;
	border-left: #EDE2CC 1px solid; 
	border-top: #EDE2CC 1px solid;  
	border-right: #EDE2CC 1px solid; 
}
.footerlinks {
	color: white;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;

}

.FPHeader {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	color:brown;
}

a.FPLink:link {
	font-weight: bold;
	color: blue;
}

a.FPLink:visited {
	font-weight: bold;
	color: blue;
}

.FPText {
	color:black;
	font-size: 18px;
}

a.FPLink:hover {
	font-weight: bold;
	color: red;
}

/* ================================
    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
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color: #EDE2CC;
}

/* 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: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 16px;
	color: #EDE2CC;
}

td
{
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 16px;
	color: #EDE2CC;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 16px;
	color: #27160F;
}

.NormalRed
{
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #EDE2CC;
}

.NormalBold
{
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #EDE2CC;
	
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #EDE2CC;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #EDE2CC;
}

A.CommandButton:visited  {
font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #EDE2CC;
}

A.CommandButton:active   {
font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #EDE2CC;
}

A.CommandButton:hover    {
font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #EDE2CC;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color: #DDE2CC;
}

A:visited   {
color: #DDE2CC;
}

A:active    {
color: #DE2CC;
}

A:hover {
color: #DDE2CC;
}

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 {

}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 17px;
	color: #919478;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	
	height: 17px;
}

.MainMenu_MenuIcon {
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;
	display:none;
}

.MainMenu_SubMenu {
	border-bottom: #393A32 1px solid; 
	border-left: #393A32 1px solid; 
	border-top: #393A32 1px solid; 
	border-right: #393A32 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
}

.MainMenu_MenuItemSel {
	color:#ffffff;
	background-color:#5D4234;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 17px;
}

.MainMenu_MenuArrow {
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
	display:none;
}

.MainMenu_RootMenuArrow {
}

	
a.footerlinks {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #919478;
} 

a.footerlinks:hover {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
} 


a.footerlinks:visited {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #917766;
} 

a.footerlinks:visited:hover {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #ffffff;
} 
