/* ================================
    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 {
    background-color:Transparent;
}

.LeftPane  { 
}

.ContentPane  
{
	color: black;
}

.RightPane  { 
}
/* skin object settings */
.hostName 
{
	color:black;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}



/* ================================
    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:#CCCCCC;
}
.janetMenu_ItemEnd
{
	height: 0px;
}


/* ================================
    CSS STYLES FOR janet.Guestbook
   ================================
*/  
/* Definition for table enclosing each message in listing  */
.janetGuestbook_listingTable
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	width: 100%;
	border-bottom: navy 1px solid;
	background-color: lavender;
}
/* text for listing of Guestbook messages */
.janetGuestbook_listingName
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    width:10%;
}
/*  text for listing of Guestbook messages */
.janetGuestbook_listingValue 
{
	FONT-SIZE: 11px;
	COLOR: #003366;
	FONT-FAMILY: Tahoma, Arial, Helvetica;
	width:90%;
}

/* Table containing each of the Guestbook messages */
.janetGuestbook_entryTable 
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	width: 100%;
	border-bottom: navy 1px solid;
	background-color: lavender;
}
/*  text for the Guestbook messages */
.janetGuestbook_entryName 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    width:10%;
}
/*  text for the Guestbook messages */
.janetGuestbook_entryValue 
{
	FONT-SIZE: 11px;
	COLOR: #003366;
	FONT-FAMILY: Tahoma, Arial, Helvetica;
	width:90%;
}

/*  text for new Guestbook message entry */
.janetGuestbook_newEntryTable
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	width: 100%;
	border-bottom: navy 1px solid;
	background-color: lavender;
}
/*  text for new Guestbook message entry */
.janetGuestbook_newEntryName
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    width:100px;
}
/*  text for new Guestbook message entry */
.janetGuestbook_newEntryValue 
{
	FONT-SIZE: 11px;
	COLOR: #003366;
	FONT-FAMILY: Tahoma, Arial, Helvetica;
}

/*  text for new Guestbook message entry */
.janetGuestbook_settingsTable
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	width: 400px;
	border-bottom: navy 1px solid;
	background-color: lavender;
}
/*  text for new Guestbook message entry */
.janetGuestbook_settingsName 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    width:10%;
}
/*  text for new Guestbook message entry */
.janetGuestbook_settingsValue
{
	FONT-SIZE: 11px;
	COLOR: #003366;
	FONT-FAMILY: Tahoma, Arial, Helvetica;
	width:90%;
}

.janetGuestbook_datagridheader
{
	background-position: 0% 100%;
	font-weight: bold;
	font-size: 12px;
	background-image: url(datagridheader.gif);
	color: #003366;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
}
.janetGuestbook_datagridPage
{
	background-position: 0% 0%;
	font-size: 11px;
	background-image: url(datagridpage.gif);
	color: #003366;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
}


/*  Main Menu Normal  */

.main_dnnmenu_rootitem span
{
	color: #3355dd;
}
.main_dnnmenu_rootitem_hover span,.main_dnnmenu_rootitem_selected span
{
	color: #3355dd;
}
.main_dnnmenu_rootitem
{
	color: #3355dd;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial,Verdana, Tahoma;
	line-height: 22px;
	margin: 2px 5px 2px 5px;
	text-transform: uppercase;
	border-bottom: 2px dotted #c0c0c0;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#3355dd;
	font-size: 10pt; 
	font-weight:bold; 	
    font-family:  Arial,Verdana, Tahoma;
	line-height:22px;
	margin: 2px 5px 2px 5px;
	text-transform:uppercase;
	text-decoration:underline;
	border-bottom:2px dotted #c0c0c0;
	background:#e0e0e0;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected
{
	color:#3355dd;
	font-size: 10pt; 
	font-weight:bold; 	
    font-family:  Arial,Verdana, Tahoma;
	line-height:22px;
	margin: 2px 5px 2px 5px;
	text-transform:uppercase;
	border-bottom:2px dotted #c0c0c0;
	background:url(images/rootitem_selected.gif) no-repeat;
	background:#e0e0e0;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu
{
	border: 1px solid #C0D6E5;
	color: #3355dd;
	-moz-opacity: .94;
	filter: alpha(opacity=94);
	z-index: 33;
}
.main_dnnmenu_submenu span
{
	color:#3355dd;
}
.main_dnnmenu_itemhover span,.main_dnnmenu_itemselected span   
{  
	color:#3355dd;
}
.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background:#ffffff;
	z-index: 1000;
	font-size: 10pt; 
	font-weight:bold; 	
    font-family:  Arial,Verdana, Tahoma;
	text-align:left;
	color:#3355dd;
	line-height:20px;
	padding: 0px 5px;
	margin:0px;
}
/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 10pt; 
	font-weight:bold; 	
    font-family:  Arial,Verdana, Tahoma;
	background: #ffffff;
	color:#3355dd;
	text-align:left;
	line-height:20px;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
	background:#e0e0e0;
}

.main_dnnmenu_break
{
    border:none;
    height:23px;
    width:3px;
	background:url(images/menubarredvert.gif) no-repeat;
}
