/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;
}

/* background color for the content part of the pages */
Body
{
}
.LeftPane
{
}

.ContentPane {
}

.RightPane {
}
/*Container Object Attributes */
.containerTitle
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica;
	
}
/*Skin Object Attributes */
.skinBreadcrumb 
{
	color: white;
	font-size: 10pt; 
	text-decoration:none;
	
}
A.skinBreadcrumb:link {
   color: white;
	font-size: 10pt; 
	text-decoration:none;
}
A.skinBreadcrumb:visited  
{
   color: white;
	font-size: 10pt; 
	text-decoration:none;
}

.skinCopyright
{
	color: white;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinCopyright:link {
   color: white;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinCopyright:visited  
{
   color: white;
	font-size: 9pt; 
	text-decoration:none;
}

.skinCurrentdate 
{
	color: white;
	font-size: 9pt; 
}

.skinLogin 
{
	color: white;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinLogin:link {
   color: white;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinLogin:visited  
{
   color: white;
	font-size: 9pt;  
	text-decoration:none;
}

.skinPrivacy
{
	color: white;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinPrivacy:link {
   color: white;
	font-size: 9pt; 
}
A.skinPrivacy:visited  
{
   color: white;
	font-size: 9pt; 
	text-decoration:none;
}

.skinTerms
{
	color: white;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinTerms:link {
   color: white;
	font-size: 9pt; 
}
A.skinTerms:visited  
{
   color: white;
	font-size: 9pt; 
	text-decoration:none;
}

.skinUser
{
	color: white;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinUser:link {
   color: white;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinUser:visited  
{
   color: white;
	font-size: 9pt;  
	text-decoration:none;
}

.skinHostname {
   color: white;
	font-size: 10pt; 
	text-decoration:none;
}
A.skinHostname:link {
   color: white;
	font-size: 10pt; 
	text-decoration:none;
}
A.skinHostname:visited  
{
   color: white;
	font-size: 9pt; 
	text-decoration:none;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 12px;
	color: navy;
	font-family: Arial, Helvetica;
}

/* hyperlink style for the selected tab */
.SelectedTab A:link {
    text-decoration:    none;
    color: navy;
}

.SelectedTab A:visited  {
    text-decoration:    none;
    color: navy;
}

.SelectedTab A:active   {
    text-decoration:    none;
    color: navy;
}

.SelectedTab A:hover    {
    text-decoration:    none;
    color: navy;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:navy;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
.OtherTabs A:link {
    text-decoration:    none;
    color:navy;
}

.OtherTabs A:visited  {
    text-decoration:    none;
    color:navy;
}

.OtherTabs A:active   {
    text-decoration:    none;
    color:navy;
}

.OtherTabs A:hover    {
    text-decoration:    underline;
    color:navy;
}



/* Janet Menu */
/* And using a border. */
.janetMenu_level0
{
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
	background-color:#C3BCB7;
}

.janetMenu_level0Over
{
	font-size: 8pt;
	color: #000000;
	background-color:#8C8C8B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_level0Selected
{
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
	background-color:#C3BCB7;
}
/* ===================== */
.janetMenu_level1
{
	font-size: 8pt;
	color: #000000;
	background-color:#C3BCB7;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_level1Over
{
	font-size: 8pt;
	color: #000000;
	background-color:#8C8C8B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_level1Selected
{
	font-size: 8pt;
	color: #000000;
	background-color:#C3BCB7;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
}

/* ===================== */
.janetMenu_level2
{
	font-size: 8pt;
	color: #000000;
	background-color:#8C8C8B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_level2Over
{
	font-size: 8pt;
	color: #000000;
	background-color:#C3BCB7;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_level2Selected
{
	font-size: 8pt;
	color: #000000;
	background-color:#8C8C8B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
}
/* ===================== */
.janetMenu_level3
{
	font-size: 8pt;
	color: #000000;
	background-color:#C3BCB7;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_level3Over
{
	font-size: 8pt;
	color: #000000;
	background-color:#8C8C8B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_level3Selected
{
	font-size: 8pt;
	color: #000000;
	background-color:#C3BCB7;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
}
/* ===================== */
.janetMenu_level4
{
	font-size: 8pt;
	color: #000000;
	background-color:#C3BCB7;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_level4Over
{
	font-size: 8pt;
	color: #000000;
	background-color:#8C8C8B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_level4Selected
{
	font-size: 8pt;
	color: #000000;
	background-color:#C3BCB7;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:100%;
	height:20px;
}
/* ===================== */
.janetMenu_SectionStart
{
	height: 2px;
	background-color:#DED9D6;
}
.janetMenu_SectionDivide
{
	height: 2px;
	background-color:#D3DBDB;
}
.janetMenu_SectionEnd
{
	height: 1px;
	background-color:#9E95B3;
}
.janetMenu_ItemStart
{
	height: 0px;
}
.janetMenu_ItemDivide
{
	height: 1px;
	background-color:#9E95B3;
}
.janetMenu_Item1Divide
{
	height: 0px;
	background-color:#9E95B3;
}
.janetMenu_Item2Divide
{
	height: 0px;
	background-color:#9E95B3;
}
.janetMenu_Item3Divide
{
	height: 0px;
	background-color:#9E95B3;
}
.janetMenu_ItemEnd
{
	height: 0px;
}

/* janet.Sitemap */

.janetSitemap_level0
{
	font-size: 14px;
	color: #000080;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
}
.janetSitemap_level0Over
{
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	color: firebrick;
	height: 20px;
}
.janetSitemap_level0Selected
{
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	color: #000080;
	height: 20px;
}
.janetSitemap_level1
{
	font-size: 12px;
	color: #000080;
	cursor: pointer;
	height: 18px;
}
.janetSitemap_level1Over
{
	font-size: 12px;
	cursor: pointer;
	color: firebrick;
	height: 18px;
}
.janetSitemap_level1Selected
{
	font-size: 12px;
	cursor: pointer;
	color: crimson;
	height: 18px;
}
.janetSitemap_level2
{
	font-size: 12px;
	color: #000080;
	cursor: pointer;
	height: 16px;
}
.janetSitemap_level2Over
{
	font-size: 12px;
	cursor: pointer;
	color: firebrick;
	height: 16px;
}
.janetSitemap_level2Selected
{
	font-size: 12px;
	cursor: pointer;
	color: crimson;
	height: 16px;
}
.janetSitemap_ParentStart
{
  height: 0px;
}
.janetSitemap_ParentEnd
{
  height: 0px;
}
.janetSitemap_ParentDivide
{
  height: 0px;
}
.janetSitemap_ItemDivide
{
  height: 0px;
}
.janetSitemap_SectionDivide
{
  height: 0px;
}
.janetSitemap_SectionStart
{
  height: 0px;
}
.janetSitemap_SectionEnd
{
  height: 0px;
}


/* Main Menu */

.MainMenu_MenuContainer
{
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	height: 20px;
	text-align:center;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:165px;
	height:20px;
	background-color:#C3BCB7;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height:25px;
}


.MainMenu_MenuItem
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	font-weight: bold;
	font-size: 10pt; 
	border-left: #000000 0px solid;
	cursor: hand;
	color: black;
	border-bottom: #000000 0px solid;
	font-family: Arial;
}

.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #C3BCB7;
	border-left: #C3BCB7 1px solid; 
	border-right: #C3BCB7 1px solid; 
	border-bottom: #C3BCB7 1px solid; 
	border-top: #C3BCB7 1px solid; 
	text-align: center; 
	width: 15; 
	height: 20px;
	color: black; 
}

.MainMenu_SubMenu
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	
	border-left: silver 2px solid; 
	border-top: silver 2px solid; 
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	cursor: hand;
	background-color:#C3BCB7;
	color: #000000;
	border-bottom: #9E95B3 1px solid; 
	border-left: #9E95B3 1px solid; 
	border-top: #9E95B3 1px solid; 
	border-right: #9E95B3 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #C3BCB7; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 10pt; 
	cursor: hand;
	color: white;
	font-style: normal;
	font-family: Arial, Helvetica;
	color:black;
	background-color:#C3BCB7;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: black; 
	cursor: pointer; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
	background-color:#C3BCB7;
	height: 20px;
	color: black; 
}
.MainMenu_RootMenuItem
{
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:165px;
	height:20px;
	background-color:#C3BCB7;
	border-bottom: #DED9D6 2px solid; 
	border-top: #9E95B3 1px solid;
}

.MainMenu_RootMenuItemActive
{
	font-size: 10pt;
	color: white;
	background-color:#C3BCB7;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:165px;
	height:20px;
	border-bottom: #DED9D6 2px solid; 
	border-top: #9E95B3 1px solid;
}
.MainMenu_RootMenuItemSelected
{
	font-size: 10pt;
	color: #AF073A;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor:pointer;
	width:165px;
	height:20px;
	background-color:#C3BCB7;
	border-bottom: #DED9D6 2px solid; 
	border-top: #9E95B3 1px solid;
}
.MainMenu_SubMenuItem
{
	color: black;
	background-color:#C3BCB7;
	font-size: 10pt; 
	height: 20px;
}
.MainMenu_SubMenuItemSelected
{
	height: 20px;
	color:#AF073A;
	font-size: 10pt;
	background-color:#C3BCB7;
}
.MainMenu_SubMenuItemActive
{
	color:white;
	height: 20px;
	font-size: 10pt; 
	background-color:#C3BCB7;
}
