/* ================================
    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
{
}

.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
{
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


/**************************************************
 *                                                *
 * SpectracomTabs AJAX Tabs Style                 *
 *                                                *
 **************************************************/

.SpectracomTabs
{
	text-align: left;
}

.SpectracomTabs .ajax__tab_header {
    font-family:arial,tahoma,helvetica;
    font-size:9px;
    font-weight:bold;
    background:
        url("/Portals/_default/tabimages/tab-line.gif") 
        repeat-x 
        bottom;
    background-color: #FFFFFF;
}
.SpectracomTabs .ajax__tab_outer {
    padding-right:7px;
    background:
        url("/Portals/_default/tabimages/tab-right-rounded.gif") 
        no-repeat 
        right;
    height:21px;
}
.SpectracomTabs .ajax__tab_inner {
    padding-left:7px;
    background:
        url("/Portals/_default/tabimages/tab-left-rounded.gif") 
        no-repeat;
}
.SpectracomTabs .ajax__tab_tab {
    padding:1px 4px 1px 4px !important;
    margin:0 !important;
    background:
        url("/Portals/_default/tabimages/tab-rounded.gif")
        repeat-x;
}
.SpectracomTabs .ajax__tab_hover .ajax__tab_outer {
    padding-right:7px;
    background:
        url("/Portals/_default/tabimages/tab-active-right-rb.gif") 
        no-repeat 
        right;
    color: #ffffff;
}
.SpectracomTabs .ajax__tab_hover .ajax__tab_inner {
    padding-left:7px;
    background:
        url("/Portals/_default/tabimages/tab-active-left-rb.gif") 
        no-repeat;
    color: #ffffff;
}
.SpectracomTabs .ajax__tab_hover .ajax__tab_tab {
    padding:1px 4px 1px 4px !important;
    background:
        url("/Portals/_default/tabimages/tab-active-rb.gif") 
        repeat-x;
    color: #ffffff;
}
.SpectracomTabs .ajax__tab_active .ajax__tab_outer {
    padding-right:7px;
    background:
        url("/Portals/_default/tabimages/tab-active-right-rb.gif") 
        no-repeat 
        right;
    color: #ffffff;
}
.SpectracomTabs .ajax__tab_active .ajax__tab_inner {
    padding-left:7px;
    background:
        url("/Portals/_default/tabimages/tab-active-left-rb.gif")
        no-repeat;
    color: #ffffff;
}
.SpectracomTabs .ajax__tab_active .ajax__tab_tab {
    padding:1px 4px 1px 4px !important;
    background:
        url("/Portals/_default/tabimages/tab-active-rb.gif")
        repeat-x;
    color: #ffffff;
}
.SpectracomTabs .ajax__tab_body {
    font-family:arial,tahoma,helvetica;
    font-size:10pt;
    font-weight:normal;
    border:1px solid #938a87;
    border-top:3px solid #938a87;
    padding:8px;
    background-color:#ffffff;
    background-color: #edeae9;
    color: #322724;
}

.ajax__tab_tab p
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: bold;
}

.ajax__tab_active p,
.ajax__tab_hover p
{
    color: #FFFFFF;
    font-weight: bold;
}


/* *************************************
   ****                             ****
   ****    Comparison Table CSS     ****
   ****                             ****
   ************************************* */

.comparetable
{
  border-collapse: collapse;
  font-family:arial,tahoma,helvetica;
  font-size:10px;
  font-weight:normal;
  background-color: #FFFFFF;
  border: 1px solid #776d6a;
  line-height: normal !important;
}


.comparetable td
{
  padding: 8px 4px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #776d6a;
  font-size:10px;
  line-height: normal !important;
}

.comparetable td a
{
  line-height: normal !important;
}

.comparetitle
{
  font-size: 14px !important;
  font-weight:bold;
  color: #ffffff;
  background-color: #776d6a;
  text-align: left !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

.comparehead
{
  font-size: 12px !important;
  font-weight:bold;
  color: #322724;
  background-color: #edeae9;
}

.comparelabelhead
{
  font-size: 12px !important;
  font-weight:bold;
  color: #322724;
  background-color: #edeae9;
  text-align: left !important;
}

.comparelabel
{
  font-size: 10px;
  font-weight:bold;
  color: #322724;
  background-color: #c7c0be;
  text-align: left !important;
}

.comparesubhead
{
  font-size: 10px;
  font-weight:bold;
  color: #322724;
  background-color: #edeae9;
  text-align: left !important;
}

.comparesublabel
{
  font-size: 10px;
  color: #322724;
  background-color: #edeae9;
  text-align: left !important;
}




/* 2010 Additions */
.catTableImages td {text-align: center; vertical-align: bottom;padding:5px;}
.catTableText td {vertical-align: top;padding:5px 5px 30px 5px;}
.OrangeArrow {padding-left: 10px;}
ul.OrangeArrow {margin-top: 8px;}

.hrBottom, h2.hrBottom {border-bottom: 1px solid #666666;}

.WikiLinksPanel
{
  width: 260px;
}

.top5px {margin-top: 5px;}
.top5pxPad {padding-top: 5px;}



