.child_containerL1
{
  z-index:1111;
}
#cssdropdown, .subuls, .mainitems
{
  z-index: 1001;
}
.DnnModule
{
  z-index:0;
}
.DnnModule-4125
{
  overflow: visible;
  z-index: 5;
}
#dnn_dnnLOGIN_loginLink
{
  color: white !important;
}

/* ==========  DMX Icons ============ */
.icon-16-exe
{
background-image: url("/Portals/0/images/buttons/exe.png");
height: 16px;
width: 16px;
}
.icon-32-exe
{
background-image: url("/Portals/0/images/buttons/exe_large.png");
height: 32px;
width: 32px;
}
/* ================================
    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 {
}


/**************************************************
 *                                                *
 * 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:12px;
  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:12px;
  line-height: normal !important;
}

.comparetable td a
{
  line-height: normal !important;
}

.comparetitle
{
  font-size: 14px !important;
  font-weight:bold;
  color: #ffffff;
  background-color: #25569A;
  text-align: left !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

.comparehead
{
  font-size: 12px !important;
  font-weight:bold;
  color: #ffffff;
  background-color: #434343;
}

.comparelabelhead
{
  font-size: 12px !important;
  font-weight:bold;
  color: #ffffff;
  background-color: #434343;
  text-align: left !important;
}

.comparelabel
{
  font-size: 12px;
  font-weight:bold;
  color: #322724;
  background-color: #D7D7D7;
  text-align: left !important;
}

.comparesubhead
{
  font-size: 12px;
  font-weight:bold;
  color: #322724;
  background-color: #edeae9;
  text-align: left !important;
}

.comparesublabel
{
  font-size: 12px;
  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;}




/* 2012 editor CSS work */
.Normal, td, div, span, html, p,
.Normal a, td a, div a, span a, html a, p a
{
  color: #434343;
  font-family: arial;
  font-weight: normal;
  font-size: 12px;
}
.NormalBold,
.NormalBold a
{
  color: #434343;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
}
a, a:visited, a:link
{
  font-family: arial;
  font-weight: normal;
  text-decoration: underline;
}
a:hover, a:active
{
  font-family: arial;
  font-weight: normal;
  text-decoration: none;
}
h1,
h1 a, h1 a:visited, h1 a:link, h1 a:hover, h1 a:active
{
  color: #003b77;
  font-family: arial;
  font-weight: normal;
  font-size: 24px;
  padding-top: 0px;
  margin-top: 0px;
}
h2,
h2 a, h2 a:visited, h2 a:link, h2 a:hover, h2 a:active
{
  color: #003b77;
  font-family: arial;
  font-weight: normal;
  font-size: 18px;
  padding-top: 0px;
  margin-top: 0px;
}
h3,
h3 a, h3 a:visited, h3 a:link, h3 a:hover, h3 a:active
{
  color: #434343;
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
h4,
h4 a, h4 a:visited, h4 a:link, h4 a:hover, h4 a:active
{
  color: #003b77;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
h5,
h5 a, h5 a:visited, h5 a:link, h5 a:hover, h5 a:active
{
  color: #322724;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
h6
{
  color: #221411;
  background-color: #e6e1df;
  font-family: arial;
  font-weight: normal;
  font-size: 12px;
  border: solid 1px #c7c0be;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 7px 14px;
	line-height: 20px;
}
hr
{
  width: 100%;
  color: #938a87
}
ul
{
  margin-top: 0px;
  padding-top: 0px;
  padding-left:0px;
  margin-left:15px;
}
li
{
  padding-left:0px;
  margin-left:0px;
}
.indent li
{
  padding-left:0px;
  margin-left:15px;
}
.OrangeArrow,
ul.OrangeArrow,
ul.OrangeArrow li
{
  list-style-image: url(images/OrangeArrowBullet.gif) !important;
}
.OrangeText
{
  color: #d04800;
}
.OrangeTextBold
{
  color: #d04800;
  font-weight: bold;
}
















