/* ================================
    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 {
}
.INVMenuHdr
{ 
  font-size: 10pt; font-weight: bold; padding-bottom: 2px; 
  background-color: #e5ecf7; padding-top: 2px; cursor: default;
font-family: Verdana, Helvetica, sans-serif;
font-style: normal;
text-decoration: none;
color: black;
padding-right: 5px;
width: 150px;}
.MenuHdr, , .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited,.MenuHdr A:Link 
{ 
  font-size: 10pt; font-weight: bold; padding-bottom: 2px; 
  background-color: #e5ecf7; padding-top: 2px; cursor: default;
font-family: Verdana, Helvetica, sans-serif;
font-style: normal;
text-decoration: none;
color: black;
padding-right: 5px;
width: 150px;}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
  font-size: 11px;  font-weight: normal;
 padding-bottom: 2px;
  background-color: #e5ecf7; padding-top: 2px;
padding-right: 0px;
width: 150px;
border-left: 5px #e5ecf7 solid;}


.MenuItem A,  .MenuItem A:Visited, .MenuItem A:Hover, .MenuItem A:Active, .MenuItem A:Link, .MenuItemMouseOver A:Active,, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  text-decoration: none; color: black; width: 150px; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer;
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
padding-right: 5px;
border-left: #000000 none;}
.MenuItemMouseOver, .MenuItemMouseOver A,.MenuItemMouseOver A:Hover
{
  background-color: #3D4F78;
  font-size: 11px;  font-weight: normal;
  color: white;
width: 150px;}

.FMfrmPadding

{     

padding:10px 5px 10px 5px;

}




