/* CSS Document */

body {
	background-color:#A5B7A1;
}

#menutd {
	font-size:12px;
	
}

#loginlinks {
	font-size: 10px;
	font-weight:bold;
}

.footerlinks {
	font-size: 12px;
	font-weight: bold;
}

.cont-title {
	background-color: #0f0;
}

/* default.css styles */
/* ================================
    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   {
	font-family: Georgia, "Times New Roman", serif;
	font-weight:bold;

}

/* 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;
}

/* 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: 13px;
	font-weight: normal;
	line-height: 1.6em;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6em;
}

.NormalRed
{
}

.NormalBold
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	font-weight:bold;
}

/* 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 */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6em;
	color:#BD8B3F;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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 {
}
.MainMenu_MenuContainer {
	color: #C7AE75;
}
.MainMenu_MenuBar {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	height: 23px;
}
.MainMenu_MenuItem {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	background-color: transparent;
	color: #096B86;
	border-left: #0f0 solid 0px; 
	border-bottom: #0f0 solid 0px;   
	border-top: #0f0 solid 0px;  
	border-right: #0f0 solid 0px;
	height: 23px;
}
.MainMenu_MenuIcon {
	display: none;
	border-top: #C7AE75 none 1px;
	border-bottom: #C7AE75 none 1px;
	background-color: #C7AE75;
}
.MainMenu_SubMenu {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #C7AE75;
	border-bottom: #BD8B3F 1px solid; 
	border-left: #BD8B3F 1px solid; 
	border-top:#BD8B3F 1px solid; 
	border-right:#BD8B3F 1px solid; 
	color: #C7AE75;
}
.MainMenu_MenuBreak {
	color: #C7AE75;
	height: 0px;
}
.MainMenu_MenuItemSel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	background: transparent;
	color: black;
	border-top: #0f0 none 1px;
	border-bottom: #0f0 none 1px;
	border-right: #0f0 none 1px;
	border-left: #0f0 none 1px;
	height: 23px;
}
.MainMenu_MenuArrow {
	background-color: #C7AE75;
	display: none;
	border-bottom: #C7AE75 none 1px;

}
.MainMenu_RootMenuArrow {

}
