/* ================================
    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  { 
}

.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     {
}
    
/* 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  {
}

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 {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.MenuHdr, .MenuHdrMouseOver, .MenuHdr HR
{ 
  font-size: 10pt; padding-left: 5px;width:120px; font-weight: bold; padding-bottom: 2px; 
  background-color: #f1f1f1; padding-top: 2px; cursor: default;color:navy;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
  font-size: 8pt; padding-left: 15px;width: 110px; font-weight: normal; padding-bottom: 2px;
  background-color: #f1f1f1; padding-top: 2px;color:navy;
}
.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
 {
  text-decoration: none; color: navy; width: 110px; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer; 
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, 
.MenuHdr A:Link, .MenuHdrMouseOver A, .MenuHdrMouseOver A:Active, 
.MenuHdrMouseOver A:Hover, .MenuHdrMouseOver A:Visited, .MenuHdrMouseOver 
  A:Link
{
 width: 120px; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer; 
}

.MenuItemMouseOver
{
  background-color: #cccccc
}
.MenuHdrMouseOver
{
  background-color: #cccccc
}
.SEOMenu {
position:relative;
height:2em;
background:#b7c6ac;
border-top:10px solid #b7c6ac;
padding-bottom:1px;
background:#b7c6ac url(line.gif) bottom left repeat-x;
margin-bottom:5em;
}

* html .SEOMenu {padding-bottom:0;}

.SEOMenu ul{
list-style-type:none;
padding:0;
margin:0 0 0 20px;
height:100%;
}

.SEOMenu li{
float:left;
}

.SEOMenu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.SEOMenu a, .SEOMenu :visited {
color:#fff;
text-decoration:none;
}
.SEOMenu a em.left, .SEOMenu :visited em.left {
display:block;
float:left;
width:5px;
height:2em;
background: transparent url(lefta.gif);
border-bottom:1px solid #777;
}
.SEOMenu a b, .SEOMenu :visited b {
display:block;
font-weight:normal;
float:left;
padding:0 10px;
height:2em;line-height:1.9em;
background: transparent url(mida.gif);
cursor:hand;
border-bottom:1px solid #777;
}
.SEOMenu a em.right, .SEOMenu :visited em.right {
display:block;
float:left;
width:5px;
height:2em;
background: transparent url(righta.gif);
border-bottom:1px solid #777;
}

.SEOMenu ul ul {
visibility:hidden;
position:absolute;
height:2em;
top:2em;
left:-20px;
width:749px;
border-bottom:1px solid #777;
border-right:1px solid #777;
background:#ccc;
}

.SEOMenu :hover {
white-space:normal;
}

.SEOMenu a:hover b {
color:#000;
background: transparent url(midb.gif);
border-bottom-color:#ccc;
}
.SEOMenu a:hover em.left {
background: transparent url(leftb.gif);
border-bottom-color:#ccc;
}
.SEOMenu a:hover em.right {
background: transparent url(rightb.gif);
border-bottom-color:#ccc;
}

.SEOMenu :hover > a b
{
color:#000;
background: transparent url(midb.gif);
border-bottom-color:#ccc;
}
.SEOMenu :hover > a em.left {
background: transparent url(leftb.gif);
border-bottom-color:#ccc;
}
.SEOMenu :hover > a em.right {
background: transparent url(rightb.gif);
border-bottom-color:#ccc;
}

.SEOMenu ul :hover ul{
display:block;
visibility:visible;
top:2em;
margin-top:1px;
}

.SEOMenu ul :hover ul li {
display:block; 
border-left:1px solid #777; 
background:#ccc; 
height:2em;
}
.SEOMenu ul :hover ul li a {
display:block; 
font-size:0.8em; 
height:2em; 
line-height:2.5em; 
width:auto; 
float:left; 
color:#444; 
padding:0 10px;}
.SEOMenu ul :hover ul li a:hover {
color:#c00;
}







