/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 18px;
	color: black;
	font-family: Arial, Helvetica;
}

/* background color for the content part of the pages */
Body
{
   background-color: white;
	font-size: 16px;
	color: black;
	font-family: Arial, Helvetica;
}
.normal{
	font-size: 16px;
	color: black;
	font-family: Arial, Helvetica;
}
.LeftPane {
}

.ContentPane {
}

.RightPane {
}
/*Skin Object Attributes */
.skinBreadcrumb 
{
	color: white;
}
A.skinBreadcrumb:link {
    color: White;
}
A.skinBreadcrumb:visited {
    color: White;
}

.skinCopyright
{
	color: White;
}

.skinCurrentdate 
{
	color: White;
}

.skinLogin 
{
	color: White;
}
A.skinLogin:link {
    color: White;
}

.skinPrivacy
{
	color: White;
}
A.skinPrivacy:link {
    color: White;
}

.skinTerms
{
	color: White;
	
}
A.skinTerms:link {
    color: White;
}

.skinUser
{
	color: White;
}
A.skinUser:link {
    color: White;
}
.skinHostname
{
	color: Black;
}
A.skinUser:link {
    color: Black;
}

/* text style for the selected tab */
.SelectedTab
{
    font-weight: bold;
    font-size: 10px;
	color: black;
	font-family: Arial, Helvetica;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    underline;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    underline;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    underline;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}


/* general hyperlink style */
A:link
{
	color: mediumblue;
    text-decoration:    underline;
}
A:visited {
    color: mediumblue;
    text-decoration:    underline;
}
A:active  {
    color: mediumblue;
    text-decoration:    underline;
}
A:hover {
    color: red;
    text-decoration:    underline;
}

/* ================================
    CSS STYLES FOR janet.Menu
   ================================
*/  
.janetMenu_Parent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
	background-color:#F1F1F1;
	border-top: #336699 0px solid;
	border-bottom: #336699 0px solid;
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_ParentOver
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: navy;
	background-color:#F1F1F1;
   border-top:0px solid #B40000; 
   border-bottom:0px solid #CC0000; 
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_ParentSelected
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: navy;
	background-color:#F1F1F1;
   border-top:0px solid #B40000; 
   border-bottom:0px solid #640000; 
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_Parent A:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
	background-color: #F1F1F1;
	border-top: #729dca  0px solid;
	border-bottom: #729dca 0px solid;
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_Parent A:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
	background-color: #F1F1F1;
	border-top: #729dca 0px solid;
	border-bottom: #729dca 0px solid;
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_Parent A:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: navy;
	background-color: #F1F1F1;
	border-top: #729dca 0px solid;
	border-bottom: #729dca 0px solid;
	cursor:pointer;
	width:100%;
	height:20px;
}
.janetMenu_Parent A:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
	background-color: #F1F1F1;
	border-top: #729dca 0px solid;
	border-bottom: #729dca 0px solid;
	cursor:pointer;
	width:100%;
	height:20px;
}
/* ===================== */
.janetMenu_Item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	background-color:#F1F1F1;
	border-top: #F1F1F1 1px solid;
	border-bottom: #F1F1F1 1px solid;
	border-left: #F1F1F1 1px solid;
	border-right: #F1F1F1 1px solid;
	cursor:pointer;
	width:100%;
	height:12px;
}
.janetMenu_ItemOver
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: navy;
	background-color:#CCCCCC;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
   cursor:pointer;
	width:100%;
	height:12px;
}
.janetMenu_ItemSelected
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: navy;
	background-color:#F1F1F1;
	border-top: #F1F1F1 1px solid;
	border-bottom: #F1F1F1 1px solid;
	border-left: #F1F1F1 1px solid;
	border-right: #F1F1F1 1px solid;
	cursor:pointer;
	width:100%;
	height:12px;
}
.janetMenu_Item A:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	background-color:#F1F1F1;
	border-top: #F1F1F1 1px solid;
	border-bottom: #F1F1F1 1px solid;
	border-left: #F1F1F1 1px solid;
	border-right: #F1F1F1 1px solid;
	cursor:pointer;
	width:100%;
	height:12px;
}
.janetMenu_Item A:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	background-color:#F1F1F1;
	border-top: #F1F1F1 1px solid;
	border-bottom: #F1F1F1 1px solid;
	border-left: #F1F1F1 1px solid;
	border-right: #F1F1F1 1px solid;
	cursor:pointer;
	width:100%;
	height:12px;
}
.janetMenu_Item A:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: navy;
	background-color:#F1F1F1;
	border-top: #F1F1F1 1px solid;
	border-bottom: #F1F1F1 1px solid;
	border-left: #F1F1F1 1px solid;
	border-right: #F1F1F1 1px solid;
	cursor:pointer;
	width:100%;
	height:12px;
}
.janetMenu_Item A:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	background-color:#F1F1F1;
	border-top: #F1F1F1 1px solid;
	border-bottom: #F1F1F1 1px solid;
	border-left: #F1F1F1 1px solid;
	border-right: #F1F1F1 1px solid;
	cursor:pointer;
	width:100%;
	height:12px;
}


/* ===================== */

.janetMenu_ParentStart
{
	height: 0px;
}
.janetMenu_ParentEnd
{
	height: 0px;
}
.janetMenu_ParentDivide
{
	height: 0px;
}
.janetMenu_ItemDivide
{
	height: 0px;
}
.janetMenu_SectionDivide
{
	height: 1px;
	background-color:#CCCCCC;
}
.janetMenu_SectionStart
{
	height: 0px;
}
.janetMenu_SectionEnd
{
	height: 0px;
}



/* ================================
    CSS STYLES FOR janet.Menu
   ================================
*/  
.janetMenu_level0
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
	background-color:#F1F1F1;
	border-top: #336699 0px solid;
	border-bottom: #336699 0px solid;
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}

.janetMenu_level0Over
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: navy;
	background-color:#F1F1F1;
   border-top:1px solid #999999; 
   border-bottom:1px solid #999999; 
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
.janetMenu_level0Selected
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: navy;
	background-color:#F1F1F1;
   border-top:0px solid #B40000; 
   border-bottom:0px solid #640000; 
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
/* ===================== */
.janetMenu_level1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	background-color:lilac;
	/*#F1F1F1;*/
	border-top: #F1F1F1 1px solid;
	border-bottom: #F1F1F1 1px solid;
	border-left: #F1F1F1 1px solid;
	border-right: #F1F1F1 1px solid;
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
.janetMenu_level1Over
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: navy;
	background-color:#CCCCCC;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
   cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
.janetMenu_level1Selected
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: navy;
	background-color:lilac;
	/*#F1F1F1;*/
	border-top: #F1F1F1 1px solid;
	border-bottom: #F1F1F1 1px solid;
	border-left: #F1F1F1 1px solid;
	border-right: #F1F1F1 1px solid;
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}

/* ===================== */
.janetMenu_level2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color:lilac;
	/*#F1F1F1;*/
	border-top: #F1F1F1 1px solid;
	border-bottom: #F1F1F1 1px solid;
	border-left: #F1F1F1 1px solid;
	border-right: #F1F1F1 1px solid;
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
.janetMenu_level2Over
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: navy;
	background-color:#CCCCCC;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
   cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
.janetMenu_level2Selected
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: navy;
	background-color:lilac;
	/*#F1F1F1;*/
	border-top: #F1F1F1 1px solid;
	border-bottom: #F1F1F1 1px solid;
	border-left: #F1F1F1 1px solid;
	border-right: #F1F1F1 1px solid;
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
/* ===================== */

/* These are required if implementing the arrows style. */
/* Laid out like this because of the use of the border. */
.janetMenu_level0 td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
	background-color:lilac;
	/*#F1F1F1;*/
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}

.janetMenu_level0Over td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: navy;
	background-color:lilac;
	/*#F1F1F1;*/
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
.janetMenu_level0Selected td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: navy;
	background-color:lilac;
	/*#F1F1F1;*/
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
/* ===================== */
.janetMenu_level1 td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	background-color:lilac;
	/*#F1F1F1;*/
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
.janetMenu_level1Over td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: navy;
	background-color:#CCCCCC;
   cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
.janetMenu_level1Selected td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: navy;
	background-color:lilac;
	/*#F1F1F1;*/
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}

/* ===================== */
.janetMenu_level2 td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color:lilac;
	/*#F1F1F1;*/
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
.janetMenu_level2Over td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: navy;
	background-color:#CCCCCC;
   cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
.janetMenu_level2Selected td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: navy;
	background-color:lilac;
	/*#F1F1F1;*/
	cursor:pointer;
	width:100%;
	height:20px;
	text-decoration:none;
}
/* ===================== */
.janetMenu_SectionStart
{
	height: 0px;
}
.janetMenu_SectionDivide
{
	height: 1px;
	background-color:#CCCCCC;
}
.janetMenu_SectionEnd
{
	height: 0px;
}
.janetMenu_ItemStart
{
	height: 0px;
}
.janetMenu_ItemDivide
{
	height: 0px;
	height: 0px;
	background-color:#F1F1F1;
}
.janetMenu_ItemEnd
{
	height: 0px;
}


