/* ================================
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 */
A.CommandButton:visited  {
}
A.CommandButton:active   {
}
A.CommandButton:hover    {
}
/* button style for standard HTML buttons */
.StandardButton     {
}
/* GENERIC */
H1  {
}
H2  {
}
H3  {
}
H4  {
}
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 {
}
/* Main Menu */
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
height: 40px;
}
.MainMenu_MenuItem {
cursor: pointer; 
cursor: hand;
color: #ffffff; 
font-family: Tahoma, Helvetica; 
font-size: 10pt; 
font-weight: bold; 
font-style: normal; 
border-left: black 0px solid; 
border-bottom: black 0px solid; 
border-top: black 0px solid; 
border-right: black 0px solid;
height: 40px;
background-color: transparent;
}
.MainMenu_SubMenu {
z-index: 1000; 
cursor: pointer; 
cursor: hand;
color: #9e6234; 
background-color: #6a2400;
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
border-bottom: black 0px solid; 
border-left: black 0px solid; 
border-top: black 0px solid; 
border-right: black 0px solid;
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
cursor: pointer; 
cursor: hand; 
color: #9e6234; 
font-family: Tahoma, Helvetica; 
font-size: 10pt; 
font-weight: bold; 
font-style: normal; 
border-left: black 0px solid; 
border-bottom: black 0px solid; 
border-top: #black 0px solid; 
border-right: black 0px solid;
background-color: transparent;
height: 40px;
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}
.MainMenu_MenuIcon {
display: none;
}
body {
font-family: Arial, helvetica, Sans-serif;
font-size: 10pt;
}
.BRGLogo
{
border-width: 0px;
border-color: #ffffff;
background-color: #ffffff;
}
.BRGBodyAll
{
vertical-align:middle;
border-style: solid;
border-color:#993300;
border-top-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-right-width: 2px;
}
.BRGBodyLR
{
vertical-align:middle;
border-style: solid;
border-color:#993300;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 2px;
border-right-width: 2px;
}
.BRGBodyL
{
vertical-align:middle;
border-style: solid;
border-color:#993300;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 2px;
border-right-width: 0px;
}
.BRGBodyR
{
vertical-align:middle;
border-style: solid;
border-color:#993300;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 2px;
}
.BRGBodyTB
{
vertical-align:middle;
border-style: solid;
border-color:#993300;
border-top-width: 2px;
border-bottom-width: 2px;
border-left-width: 0px;
border-right-width: 0px;
}
.Footer
{
font-weight: normal;
font-size: 8pt;
color: #9e6234;
font-family: Tahoma, Arial, Helvetica;
text-decoration: none;
}
A.Footer
{    
color: #9e6234;
}
.AnnouncementMain
{
font-weight: bold;
font-size: 14pt;
color: #000000;
font-family: Arial, Tahoma, Helvetica;
text-decoration: none;
}
.Marquee{
font-weight: bold;
font-size: 9.5pt;
color: #ff0000;
font-family: Tahoma, Arial, Helvetica;
text-decoration: none;
}

