/* ================================
    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;
}

