/* ================================
    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
{ background-color: #260053}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane
{
    padding: 20px;
    
}

.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 ,A.OtherTabs:link , A.OtherTabs:visited,A.OtherTabs:active{ color: #000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal }
    



A.OtherTabs:hover     { color: #89c42a }

/* GENERAL */
/* style for module titles */
.Head    {   font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #89c42a; }

/* style of item titles on edit and admin pages */
.SubHead     { color: #89c42a; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }

/* 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, td
{
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica, Geneva, SunSans-Regular, sans-serif;
    color: #333333;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
   { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}

.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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}
.fuss, a.fuss:link, a.fuss:active { color: white; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif }
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 {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem , A.MainMenu_MenuItem:link,A.MainMenu_MenuItem:visited,A.MainMenu_MenuItem:hover,A.MainMenu_MenuItem:active   { color: #fff; font-size: 13px; font-family: Verdana, Arial, Helvetica; font-style: normal; font-weight: bold; background-color: #89c42a; cursor: pointer }
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.rootmenuitem  { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica; font-style: normal; display: block; border-top: 1px solid #c0c0c0 }

.MainMenu_SubMenu {
color:black; font-size: 11px; font-family: Verdana, Arial, Helvetica; font-style: normal;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel , A.MainMenu_MenuItemSel:link,A.MainMenu_MenuItemSel:visited,A.MainMenu_MenuItemSel:hover,A.MainMenu_MenuItemSel:active  { color: #fff; font-size: 13px; font-family: Verdana, Arial, Helvetica; font-style: normal; font-weight: bold; background-color: #c4f18c; cursor: hand    }

.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu  { background-color: #dfe5f2; border: solid 1px #7994cb; moz-border-radius-bottomleft: 15px; moz-border-radius-bottomright: 15px; moz-border-radius-topleft: 3px; moz-border-radius-topright: 3px }
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}





		/* ================================
    CSS STYLES FOR Module TOMSideMenuModule
   ================================
*/

	.SMMenuItem0 A, .SMMenuItemCurrentTab0 A, .SMMenuItemOpenTab0 A
	         { color: #fff; font-size: 11px; font-family: Verdana, Arial; line-height: 16px; text-decoration: none; background-repeat: no-repeat; display: block; padding-top: 1px; padding-bottom: 1px }

.SMMenuItem0 A, .SMMenuItemOpenTab0 A,
	.SMMenuItem1 A, .SMMenuItemOpenTab1 A,
	.SMMenuItem2 A,  .SMMenuItemOpenTab2 A,
	.SMMenuItem3 A,  .SMMenuItemOpenTab3 A ,
	.SMMenuItem4 A,  .SMMenuItemOpenTab4 A 

	          { font-size: 11px; font-family: Verdana, Arial; line-height: 14px; padding-top: 1px; padding-bottom: 1px; border-bottom: 1px solid #c0c0c0; font-color: #000000
		          }


.SMMenuItem0 A
{ font-size: 11px; font-family: Verdana, Arial;  padding-top: 1px; padding-bottom: 1px; padding-left: 0; }
.SMMenuItemOpenTab0 A , .SMMenuItemCurrentTab0 A
   { color: #fff; font-size: 11px; font-family: Verdana, Arial; background-color: #89c42a; padding-top: 1px; padding-bottom: 1px }



.SMMenuItem1 A
  { font-size: 11px; font-family: Verdana, Arial; line-height: 14px; cursor: pointer; display: block; padding: 1px 3px 1px 10px; ; -moz-box-sizing: border-box; box-sizing: border-box            }
.SMMenuItemOpenTab1 A,  .SMMenuItemCurrentTab1 A
  { color: black; font-size: 11px; font-family: Verdana, Arial; line-height: 14px; background-color: #89c42a;  background-repeat: no-repeat; cursor: pointer; display: block; padding: 1px 3px 1px 10px; -moz-box-sizing: border-box; box-sizing: border-box   }




.SMMenuItem2 A
 {  font-size: 11px; font-family: Verdana, Arial; line-height: 14px; cursor: pointer; display: block; padding: 1px 3px 1px 20px; ; -moz-box-sizing: border-box; box-sizing: border-box       }
.SMMenuItemOpenTab2 A,  .SMMenuItemCurrentTab2 A, a.SMMenuItemCurrentTab2 
  { color: black; font-size: 11px; font-family: Verdana, Arial; line-height: 14px; background-color: #89c42a;  background-repeat: no-repeat; cursor: pointer; display: block; padding: 1px 3px 1px 20px; -moz-box-sizing: border-box; box-sizing: border-box    }




.SMMenuItem3 A
 {  font-size: 11px; font-family: Verdana, Arial; line-height: 14px; cursor: pointer; display: block; padding: 1px 3px 1px 30px; ; -moz-box-sizing: border-box; box-sizing: border-box      }
.SMMenuItemOpenTab3 A ,  .SMMenuItemCurrentTab3 A  
 { color: black; font-size: 11px; font-family: Verdana, Arial; line-height: 14px; background-color: #89c42a;  background-repeat: no-repeat; cursor: pointer; display: block; padding: 1px 3px 1px 30px; -moz-box-sizing: border-box; box-sizing: border-box   }



	
.SMMenuItem4 A,   
{ color: #093; font-size: 11px; font-family: Verdana, Arial;  line-height: 14px; cursor: pointer; display: block; padding: 1px 3px 1px 40px; ; -moz-box-sizing: border-box; box-sizing: border-box     }
.SMMenuItemOpenTab4 A, .SMMenuItemCurrentTab4 A 
 { color: black; font-size: 11px; font-family: Verdana, Arial; line-height: 14px; background-color: #89c42a;  background-repeat: no-repeat; cursor: pointer; display: block; padding: 1px 3px 1px 40px; -moz-box-sizing: border-box; box-sizing: border-box  }





		.SMMenuItem1 A, .SMMenuItemOpenTab1 A,      { font-family: Verdana, Arial; padding-top: 1px; padding-bottom: 1px; border-width: 1px }
		.SMMenuItem2 A, .SMMenuItemOpenTab2 A,      { font-family: Verdana, Arial;  padding-top: 1px; padding-bottom: 1px; border-width: 1px }
		.SMMenuItem3 A, .SMMenuItemOpenTab3 A,      { font-family: Verdana, Arial;  padding-top: 1px; padding-bottom: 1px; border-width: 1px }
		.SMMenuItem0 A:link,
		.SMMenuItem1 A:link,
		.SMMenuItem2 A:link, 
		.SMMenuItem3 A:link     { color: #093; font-family: Verdana, Arial; text-decoration: none; padding-top: 1px; padding-bottom: 1px }
		
		.SMMenuItem0 A:hover, .SMMenuItemCurrentTab0 A:hover, .SMMenuItemOpenTab0 A:hover,
		.SMMenuItem1 A:hover, .SMMenuItemCurrentTab1 A:hover, .SMMenuItemOpenTab1 A:hover, 
		.SMMenuItem2 A:hover, .SMMenuItemCurrentTab2 A:hover, .SMMenuItemOpenTab2 A:hover,
		.SMMenuItem3 A:hover, .SMMenuItemCurrentTab3 A:hover, .SMMenuItemOpenTab3 A:hover       { color: black; font-family: Verdana, Arial; text-decoration: none; background-color: #89c42a; padding-top: 1px; padding-bottom: 1px }
	.SMMenuItemText,
		.SMMenuItemText0,
		.SMMenuItemText1,
		.SMMenuItemText2,
		.SMMenuItemText3     { color: #000000; font-family: Verdana, Arial; padding-top: 1px; padding-bottom: 1px }
		.SMMenuItemIcon0,
		.SMMenuItemIcon1,
		.SMMenuItemIcon2, 
		.SMMenuItemIcon3     { font-family: Verdana, Arial;  background-repeat: no-repeat; margin: 2px; padding-top: 1px; padding-bottom: 1px; vertical-align: middle }


