/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.jqmWindow
{
	position: relative;
	z-index: auto;
}

/* 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-color: White; text-align:left;
}

.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:active   {
}

A.SelectedTab:hover     { font-weight: normal }

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link, .OtherTabs, A.OtherTabs:visited  , A.OtherTabs:active    { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: normal }

A.OtherTabs:hover     { color: #d23001; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif ;font-weight: normal}

A.Fusstext:link, .Fusstext, A.Fusstext:visited  , A.Fusstext:active     { color: #666; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal }

A.Fusstext:hover      { color: #d23001; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;  }





/* GENERAL */
/* style for module titles */
.Head, .titel     { color: #666; font-size: 20px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height:130% }

/* 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, a.Normal:link, a.Normal:visited, a.Normal:active, a.Normal:hover, .text, a.text:link,  td
 { color: #000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif  ;  line-height:130%


 }
 	.text a {text-decoration:underline; color: #000;}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}



/* 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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* 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 {
}
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 {
}

img
{  border-style: none;
}



/* //--- */ 

.rightpane-box-border {
    border: solid 1px #CFD0D1;
    width:171px;
}
.rightpane-box {
    border: solid 3px #EBEDF0;
    padding: 5px;
}
#footer {
	height:25px;
	padding-left:30px;
	padding-top:7px;
	
}
.select {
	height:15px;
	border:1px solid #B6B6B9;
	text-transform:uppercase;
	font-size:10px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	
}

/* SolPartMenu */

.MainMenu_Control {
display:block;
width:670px;
}
.MainMenu_ContainerRoot {

}
.MainMenu_ContainerSub {
border-left: solid 1px #828384;
border-right: solid 1px #828384;
border-top:  solid 1px #828384;
border-bottom: solid 1px #828384;
background-color: #9C9C9E;
}
.MainMenu_Break 
{
   
}
.MainMenu_IndicateChildSub {
visibility: hidden; display: none;
}
.MainMenu_IndicateChildRoot {
visibility: hidden; display: none;
}
.MainMenu_Node {

    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    height:16px;
    color:White;
    padding-right:4px;
} 

.MainMenu_NodeRoot  {
display:block;
float:left;
background-color: red;
height:24px;
line-height:24px;
color: white;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
border-style:none;
padding-right:7px;
padding-left:7px;
border-top:solid 1px red;

margin-right:5px;


       
}

.MainMenu_BreadCrumbSub {
}
.MainMenu_BreadCrumbRoot {
}
.MainMenu_NodeSelectedRoot 
{
display:block;
float:left;
background-color: #E5E5E6;
line-height:24px;
color: #909091;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
border-style:none;
padding-right:7px;
padding-left:7px;
height:24px;
border-top:solid 1px red;

margin-right:5px;

}



.MainMenu_NodeSelectedSub 
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    height:16px;
    color:White;
    padding-right:4px;

}
.MainMenu_NodeHoverRoot 
{
display:block;
float:left;
background-color: #E5E5E6;
line-height:24px;
color: #909091;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
height:24px;
border-top:solid 1px red;
padding-right:7px;
padding-left:7px;

margin-right:5px;


}
.MainMenu_NodeHoverSub {
background-color: #E5E5E6;
color:#666666;
cursor:pointer;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size:11px;
height:16px;
padding-right:4px;
}

.MainMenu_Separator {


}
.MainMenu_LeftSeparator {
}
.MainMenu_RightSeparator {
}
.MainMenu_LeftSeparatorSelection {
}
.MainMenu_RightSeparatorSelection {
}
.MainMenu_LeftSeparatorBreadCrumb {
}
.MainMenu_RightSeparatorBreadCrumb {
}
.MainMenu_Icon {
visibility:hidden;
display:none;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/


/* ================================

    CSS STYLES FOR Module TOMSideMenuModule

   ================================*/

  /* ================================
    CSS STYLES FOR Module TOMSideMenuModule
   ================================*/
#dnn_ctl00_SIDEMENU_lblLinks { text-align: left;}
.dnn_SIDEMENU_lblLinks  { border-bottom: 1px solid #ffad02; text-align: left; }
.SMMenuItemText       { color: #000; font-size: 12px; font-family: Arial; text-align: left; }
 
.SMMenuItem1 A         { color: white; font-size: 10px; font-weight: normal; text-decoration: none; background-color: #fffece; display: block; padding: 3px 0 3px 22px; border-top: 1px solid #ffad02; border-bottom: 1px solid #fff }
.SMMenuItemOpenTab1 A:hover, .SMMenuItem1 A:hover    { color: #000; background-color: #ddd; display: block }	
.SMMenuItemCurrentTab1 A          { color: white; font-size: 10px; font-weight: bold; text-decoration: none; background-color: #fefecc; display: block; padding: 3px 0 3px 22px }	
.SMMenuItemOpenTab1 A    { color: white; font-size: 10px; font-weight: bold; text-decoration: none; background-color: #fffece; display: block; padding: 3px 0 3px 22px; border-top: 1px solid #ffad02; border-bottom: 1px solid #fff }

.SMMenuItem2 A, .SMMenuItemOpenTab2 A        { font-size: 10px; font-weight: normal; text-decoration: none; background-color: #fbf67e; display: block; padding: 3px 0 3px 27px; border-bottom: 1px solid white }
.SMMenuItemOpenTab2 A:hover, .SMMenuItem2 A:hover    { color: #000; background-color: #ddd; display: block }	
.SMMenuItemCurrentTab2 A           { color: white; font-size: 10px; font-weight: bold; text-decoration: none; background-color: #fdffce; display: block; padding: 3px 0 3px 27px }


.SMMenuItem3 A, .SMMenuItemOpenTab3 A, .SMMenuItemCurrentTab3 A        { color: white; font-size: 10px; font-weight: normal; text-decoration: none; background-color: #fdffce; display: block; padding: 3px 0 3px 32px }
.SMMenuItemOpenTab3 A:hover, .SMMenuItem3 A:hover    { color: #000; background-color: #ddd; display: block }	
.SMMenuItemCurrentTab3 A        { color: white; font-size: 10px; font-weight: bold; text-decoration: none; background-color: #fffccf; display: block; padding: 1px 0 1px 32px }	

.SMMenuItem4 A, .SMMenuItemOpenTab4 A, .SMMenuItemCurrentTab4 A       { color: white; font-size: 10px; font-weight: normal; text-decoration: none; display: block; padding: 3px 0 3px 37px }
.SMMenuItemOpenTab4 A:hover, .SMMenuItem4 A:hover    { color: #000; background-color: #ddd; display: block }	
.SMMenuItemCurrentTab4 A         { color: white; font-size: 10px; font-weight: bold; text-decoration: none; background-color: #fffccf; display: block; padding: 1px 0 1px 37px }
.leftpane { }


