/* ================================
    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
{
    background-color: white;
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}
/*Skin Object Attributes */
.skinBreadcrumb 
{
	color:white;
}
A.skinBreadcrumb:link {
	color:white;
}
A.skinBreadcrumb:visited  
{
	color:white;
}

.skinCopyright
{
	color:white;
}
A.skinCopyright:link {
	color:white;
}
A.skinCopyright:visited  
{
	color:white;
}

.skinCurrentdate 
{
	color:white;
}

.skinLogin 
{
	color:white;
}
A.skinLogin:link {
	color:white;
}
A.skinLogin:visited  
{
	color:white;
}

.skinPrivacy
{
	color:white;
}
A.skinPrivacy:link {
	color:white;
}
A.skinPrivacy:visited  
{
	color:white;
}

.skinTerms
{
	color:white;
}
A.skinTerms:link {
	color:white;
}
A.skinTerms:visited  
{
	color:white;
}

.skinUser
{
	color:white;
}
A.skinUser:link {
	color:white;
}

.skinHostname {
	color:white;
}
A.skinHostname:link {
	color:white;
}
A.skinHostname:visited  
{
	color:white;
}
.skinSignin {
	color:white;
}
A.skinSignin:link {
	color:white;
}
A.skinSignin:visited  
{
	color:white;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    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:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* Main Menu */

.MainMenu_MenuContainer {
	width:100%;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	border-bottom: #fffc00 0px solid; 
	border-left: #fffc00 0px solid; 
	border-top: #fffc00 0px solid; 
	border-right: #fffc00 0px solid;
	background: transparent;  
	height: 20px;
	text-align:center;
	background-color: #ff8a44;  
	color:white;
}

.MainMenu_MenuBar {
	cursor: hand;
	background-color: #ff8a44;  
	color:white;
}

.MainMenu_MenuItem {
	cursor: hand; 
	color:white;
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
	border-bottom: #99CCFF 0px solid;
	border-top: #99CCFF 0px solid; 
	border-right: #99CCFF 0px solid;
}

.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #ff8a44; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	text-align: center; 
	width: 20;
	height: 20;
}

.MainMenu_SubMenu {
	border-bottom: #9A3A00 1px solid; 
	border-left: #FFC39F 1px solid; 
	border-top: #FFC39F 1px solid; 
	border-right: #9A3A00 1px solid;
	color:white;
	z-index: 999; 
	cursor: hand; 
	background-color: #ff8a44;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#C2BDBA', Direction=135, Strength=3) ;
}

.MainMenu_MenuBreak {
	border-bottom: #0060ff 0px solid; 
	border-left: #0060ff 0px solid; 
	border-top: #0060ff 0px solid;  
	border-right: #0060ff 0px solid; 
	background-color: #ff8a44;
	height:10px; 
}

.MainMenu_MenuItemSel
{
	border-top: #000000 1px solid;
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	color: black;
	border-bottom: #000000 1px solid;
	font-style: normal;
	font-family: Verdana;
	background-color: #ffc39f;
	text-decoration: none;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-top: #99CCFF 0px solid; 
	border-bottom: #99CCFF 0px solid; 
	border-right: #99CCFF 0px solid;

}

.MainMenu_RootMenuArrow {
	font-family: none; 
	font-size: 2pt;
	cursor: hand;
	border-bottom: #FF8080 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #FF8080 0px solid;
	text-decoration:none;
	overflow:hidden;
	width:1;
}

/* ================================
    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;
}

/* 
================================
 CSS STYLES FOR janet.Sitemap
================================
*/ 

.janetSitemap_level0
{
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
}
.janetSitemap_level0Over
{
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	color: #61250B;
	height: 20px;
}
.janetSitemap_level1
{
	font-size: 14px;
	color: #111111;
	cursor: pointer;
	height: 18px;
}
.janetSitemap_level1Over
{
	font-size: 14px;
	cursor: pointer;
	color: #61250B;
	height: 18px;
}
.janetSitemap_level2
{
	font-size: 12px;
	color: #111111;
	cursor: pointer;
	height: 16px;
}
.janetSitemap_level2Over
{
	font-size: 12px;
	cursor: pointer;
	color: #61250B;
	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;
}

