/* ================================
    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: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

.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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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
{	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
                line-height: 1.3;
	color: #000000;
}


.faq_Question
{	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
                line-height: 1.3;
	color:navy;
                font-weight: bold;
                padding-left: 20px;
                padding-bottom: 10px;
}
.faq_Answer
{	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
                line-height: 1.3;
	color: #000000;
                padding-left: 40px;
                padding-bottom: 20px;
}
.faq_Category
{	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #000000;
                font-weight: bold;
                padding-top: 20px;
                padding-bottom: 20px;
}
.sidebar_H1  {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.sidebar_H2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.sidebar_normal {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
                line-height: 1.4;
	color: #000000;
}

.sidebar_normal A:link {text-decoration: none; color: navy;}

.sidebar_normal A:visited {text-decoration: none; color: purple;}

.sidebar_normal A:hover {text-decoration: underline; color: red;}

.sidebar_normal A:active {text-decoration: none; color: black;}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

CAPTION.MYTABLE
  {
     background-color:#151B54;
     color:white;
     border-style:solid;
     border-width:1;
     border-color:gray;
  }

  TABLE.MYTABLE
  { 
     font-family:verdana;
     border-collapse:collapse;
     font-size:10pt;
     width:535;
  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:white;
  }

  TR.MYTABLE
  { 
     vertical-align:center;
  }

  TD.MYTABLE
  {  
     font-size:10pt;
     background-color:white;
     color:black;
     border-style:none;
     border-width:0px;
     border-color:#98AFC7;
     text-align:left;
  }

CAPTION.GrayTable
  {
     background-color:white;
     color:#cccccc;
  }

  TABLE.GrayTable
  { 
     font-family:verdana;
     font-size:12px;
     width:535;
     background-color:gainsboro;
     border-spacing:2px;
     border-top-style:solid;
     border-top-width: .5px;
     border-top-color:white;
     border-bottom-style:solid;
     border-bottom-width: .5px;
     border-bottom-color:white;
  }

  TH.GrayTable
  {
     font-size:12px;
     color:white;
  }

  TR.GrayTable
  { 
  }

  TD.GrayTable
  {  
     font-size:12px;
     color:black;
     text-align:left;
     vertical-align:center;
  }

TFOOT, THEAD    {
}

TH  {
}

A:link  {
          text-decoration:none;
          color:navy;
}

A:visited   {
          text-decoration:none;
          color:purple;
}

A:hover {
          text-decoration:underline;
          color:red;
}

A:active    {
          text-decoration:none;
          color:black;
}

SMALL   {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
}

BIG {
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #000000;
}

BLOCKQUOTE, PRE {
}


UL LI   {
       font-family: Verdana, Arial, Helvetica;
       font-weight: normal;
       color: #000000;
       list-style-type: square;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}
OL.Open
{
     line-height:1.5;
}
LI.Open
{
     line-height:1.5;
}

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 {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

























































