/*=================================
SLIDE MENU CSS
  =================================
*/

.MenuHdr,
{
color: black;
  font-size: 8pt; padding-left: 10px; font-weight: bold; padding-bottom: 10px;
 padding-top: 5px; cursor: default; 
}

.MenuItem, .MenuItemMouseOver
{
color: black;
  font-size: 8pt; padding-left: 10px; font-weight: normal; padding-bottom: 5px;
 padding-top: 5px; cursor: default; 
}


.MenuItem HR
{
color: black;
 border: 1px solid #4F6283;
}


.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited,
.MenuItem A:Link,.MenuItemMouseOver A, .MenuItemMouseOver A:Active ,
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver
  A:Link, .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited,
.MenuHdr A:Link
{
  text-decoration: none; color: black; width: 100%; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer;height:20px;
  font-size: 8pt; 
}
.MenuItemMouseOver
{color: black;
}
/* ================================
    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
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 6.5pt;
	color: #000000;
	background-color: #ffffff;
background-repeat: repeat;
}

.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    {
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
color: #FFFFFF;
}
    
/* 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  {
}

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 */

.MainMenu_MenuContainer {
 border-bottom: #404040 0px solid; 
 border-left: #FF8080 0px solid; 
 border-top: #FF8080 0px solid; 
 border-right: #FFFFFF 0px solid;  
 background-color: Transparent;
  background-image: url(images/buttonbkgrd.gif);
 background-repeat: no-repeat; 
 background-position:left top;
}

.MainMenu_MenuBar {
 cursor: pointer; 
 cursor: hand; 
 height:10px;

}

.MainMenu_MenuItem {
 cursor: pointer; 
 cursor: hand; 
 color: #FFFFFF;

 
 font-family: Arial, Helvetica; 
 font-size: 8pt; 
 font-weight: bold; 
 font-style: normal; 
 
 border-left: #000000 0px solid; 
 border-bottom: #000000 0px solid; 
 border-top: #000000 0px solid; 
 border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
 cursor: pointer; 
 cursor: hand; 
 background-color: #FFFFFF; 
 border-left: #FFFFFF 1px solid; 
 border-right: #000000 0px solid; 
 border-bottom: #FFFFFF 1px solid; 
 border-top: #FFFFFF 1px solid; 
top: #FFFFFF 1px solid; 
 text-align: center; 
 width: 1; 
 height: 10px; 
} 
.MainMenu_SubMenu {
 z-index: 1000; 
 cursor: pointer; 
 cursor: hand; 
 margin: 1px 0px 0px 0px;
 color: #FFF280; 
 font-family: Arial, Helvetica; 
 font-size: 8pt; 
 font-weight: bold; 
 font-style: normal; 
 background-color: #B7B7B7; 
color: black;
 border-bottom: #4F6283 1px solid; 
 border-left: #4F6283 1px solid; 
 border-top: #4F6283 1px solid; 
 border-right: #4F6283 1px solid;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=90, Strength=0);
}
.MainMenu_MenuBreak {
 border-bottom: #000000 1px solid; 
 border-left: #000000 1px solid; 
 border-top: #000000 1px solid;  
 border-right: #000000 1px solid; 
 background-color: #000000; 
 height: 10px;
}

.MainMenu_MenuItemSel {
 background-color: #FFFFFF; 
 cursor: pointer; 
 cursor: hand; 
 color: #black; 
 font-family: Arial, Helvetica; 
 font-size: 8pt; 
 font-weight: bold; 
 font-style: normal;
}

.MainMenu_MenuArrow {
 font-family: webdings; 
 font-size: 8pt; 
 color: Black; 
 cursor: pointer; 
 cursor: hand; 
 border-right: #000000 0px solid; 
 border-bottom: #000000 0px solid; 
 border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
 font-family: webdings; 
 font-size: 8pt; 
 cursor: pointer; 
 cursor: hand;
}























