/*================================
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
{
}
/*background/border colors for the selected tab*/
.TabBg
{
}
.LeftPane
{
}
.ContentPane
{
}
/*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
{
}
/*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
{
}
TABLE.HoursForDining .Days
{
	font-weight: bold;
}
TABLE.HoursForDining TH
{
	text-align: center;
	padding-bottom: 5px;
	background-color: #E3C893;
	color: #7B1F1C;
}
TABLE.HoursForDining .altRow
{
	line-height: 1.5;
	background-color: #D2CF85;
}
TABLE.HoursForDining .row
{
	line-height: 1.8;
}
TABLE.HoursForDining .Hours A
{
	color: #21530A;
	text-decoration: none;
}
TABLE.HoursForDining .Hours A:Hover
{
	color: #21530A;
	text-decoration: underline;
}
TABLE.HoursForDining .rowSpace
{
	line-height: 0;
}
.Normal DIV
{
	font: 10pt tahoma;
}
.Normal P
{
	font: 10pt/1.5 tahoma;
}
/*text style used for textboxes in the admin and edit pages, for Nav compatibility*/
.NormalTextBox
{
}
.NormalRed
{
}
.NormalBold
{
	font-size: 10pt;
}
/*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
{
}
/*GENERIC*/
H1
{
	font: bold 13.8pt Georgia, "Times New Roman", Times, serif;
	color: #23550C;
	margin: 0;
	padding-top: 14px !important;
}
H2
{
	color: #23550C;
	font: bold 12pt Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
}
H3
{
	color: #010101;
	font-size: 15px;
}
H4
{
}
H5, DT
{
}
H6
{
	color: #23550C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8.2pt;
	padding-bottom: 0;
	padding-top: 14px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}
TFOOT, THEAD
{
}
TH
{
}
A:link
{
}
A:visited
{
}
A:active
{
}
A:hover
{
}
DIV .Float-Button-Left
{
	float: left;
}
DIV.Memebership-Buttons
{
	width: 450px;
	padding-left: 0px;
	float: none;
	margin-left: 80px;
	padding-bottom: 10px;
}
DIV .Float-Button-Right
{
	float: right;
}
H3 A:Hover
{
	text-decoration: underline;
}
H3 A:Link, H3 A:Visited
{
	font-size: 15px !important;
	color: #22540B;
	font-weight: bold;
}
SMALL
{
}
BIG
{
}
BLOCKQUOTE, PRE
{
}
UL LI
{
	font-size: 10pt;
	line-height: 1.7em !important;
	font: 10pt tahoma;
}
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
{
}
/*Open Web Studio*/
.RegistrationTable .label
{
	font-size: 10pt;
}
.RegistrationTable .Input
{
	width: 210px;
}
.RegistrationTable .H1
{
	font-size: 12pt;
	padding-bottom: 7px;
	font-weight: bold;
}
/*Main Menu*/
.MainMenu_MenuContainer
{
}
.MainMenu_MenuBar
{
}
.MainMenu_MenuItem
{
}
.MainMenu_MenuIcon
{
}
.MainMenu_SubMenu
{
}
.MainMenu_MenuBreak
{
}
.MainMenu_MenuItemSel
{
}
.MainMenu_MenuArrow
{
}
.MainMenu_RootMenuArrow
{
}
P.normal
{
	font-size: 12pt;
	line-height: 1.5em;
	text-align: justify;
}
P.normalBold
{
	font-size: 12pt;
	line-height: 1.5em;
	font-style: normal;
	color: #211F1F;
	font-weight: bold;
}
