/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.TeamTitle
{
	font-weight: bold;
	font-size: 20px;
	color: #145443;
	font-family: Arial, Helvetica;
}
.Head
{
	font-weight: bold;
	font-size: 12px;
	color: navy;
	font-family: Arial, Helvetica;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}
.janetDarkTitle
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica;
}
.LeftPane
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.ContentPane {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.RightPane {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
}
/*Skin Object Attributes */
.skinBreadcrumb 
{
	color: navy;
	font-size: 10pt; 
	text-decoration:none;
}
A.skinBreadcrumb:link {
   color: navy;
	font-size: 10pt; 
	text-decoration:none;
}
A.skinBreadcrumb:visited  
{
   color: navy;
	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: 10pt; 
	text-decoration:none;
}
A.skinLogin:link {
   color: white;
	font-size: 10pt; 
	text-decoration:none;
}
A.skinLogin:visited  
{
   color: white;
	font-size: 10pt; 
	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: navy;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinUser:link {
   color: navy;
	font-size: 10pt; 
	text-decoration:none;
}

.skinHostname {
   color: navy;
	font-size: 10pt; 
	text-decoration:none;
}
A.skinHostname:link {
   color: navy;
	font-size: 10pt; 
	text-decoration:none;
}
A.skinHostname:visited  
{
   color: navy;
	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 */
A.SelectedTab:link {
    text-decoration:    none;
    color: navy;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: navy;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: navy;
}

A.SelectedTab: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 */
A.OtherTabs:link {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:navy;
}



/* Menu-Styles */
/* Module Title Menu */
/*background-color: 8cc1e9;*/
.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;
	height: 20px;
	text-align:center;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height:20px;
}

.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;
	background-color:transparent;
	border-bottom: #000000 0px solid;
	font-family: Arial;
	color: white;
}

.MainMenu_MenuIcon {
	cursor: hand; 
	background-color:#145443;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 20px;
}

.MainMenu_SubMenu
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: black 1px solid;
	cursor: hand;
	border-bottom: black 1px solid;
	background-color:#145443;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 10pt; 
	cursor: hand;
	color: #000080;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color: #145443;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #373A4F; 
	cursor: hand; 
	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;
}
.MainMenu_RootMenuItem
{
	height: 20px;
	text-align:center;
	font-size: 10pt; 
	background-color:#145443;
	color:white;
}
.MainMenu_RootMenuItemActive
{
	text-align:center;
	font-size: 10pt; 
	background-color:#145443;
	color: white;
}
.MainMenu_RootMenuItemSelected
{
	text-align:center;
	background-color:#145443;
	color: white;
	font-size: 10pt; 
}
.MainMenu_SubMenuItem
{
	font-weight: bold;
	font-size: 10pt; 
	color: white;
	background-color:#145443;
}
.MainMenu_SubMenuItemActive
{
	background-color:#236755;
	color: white;
	font-weight: bold;
	font-size: 10pt; 
}
.MainMenu_SubMenuItemSelected
{
	height: 20px;
	background-color:#236755;
	color: white;
	font-size: 10pt; 
}
.MainMenu_Separator
{
	height: 20px;
	background-color:#145443;
	color: white;
	font-weight:bold;
	font-size: 10pt; 
}
/* ================================
    CSS STYLES FOR janet.Guestbook
   ================================
*/  
/* Definition for table enclosing each message in listing  */
.janetGuestbook_listingTable
{
	border-right: #ffffd6 1px solid;
	border-top: #ffffd6 1px solid;
	border-left: #ffffd6 1px solid;
	width: 456;
	border-bottom: #ffffd6 1px solid;
	background-color: #e5e5ba;
}
/* 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: #ffffd6 1px solid;
	border-top: #ffffd6 1px solid;
	border-left: #ffffd6 1px solid;
	width: 456;
	border-bottom: #ffffd6 1px solid;
	background-color: #e5e5ba;
}
/*  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: #ffffd6 1px solid;
	border-top: #ffffd6 1px solid;
	border-left: #ffffd6 1px solid;
	width: 456;
	border-bottom: #ffffd6 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: #ffffd6 1px solid;
	border-top: #ffffd6 1px solid;
	border-left: #ffffd6 1px solid;
	width: 400px;
	border-bottom: #ffffd6 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;
}


/* 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: 14px;
	color: #000080;
	cursor: pointer;
	height: 18px;
}
.janetSitemap_level1Over
{
	font-size: 14px;
	cursor: pointer;
	color: firebrick;
	height: 18px;
}
.janetSitemap_level1Selected
{
	font-size: 14px;
	cursor: pointer;
	color: #000080;
	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: #000080;
	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;
}

/* ================================
    CSS STYLES FOR Menu Style
   ================================
*/ 
#janetClubSports_Menu {
	background: transparent;
	border: 1px solid #fff;
	border-width: 0px 0px 0px 1px;
	color:Navy;
	font-size: 10pt; 
}
#janetClubSports_Menu p
{
	padding-right: 2px;
	margin-top: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	background: #145443;
	margin-bottom: 0px;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	font-family: Arial, Helvetica;
}
#janetClubSports_Menu ul
{
	border-right: #145443 1px solid;
	padding-right: 0px;
	border-top: #145443 1px solid;
	padding-left: 6px;
	background: #fafcef;
	padding-bottom: 0px;
	margin: 0px 0px 4px;
	border-left: #145443 1px solid;
	padding-top: 0px;
	border-bottom: #145443 1px solid;
	font-size: 10pt; 
}
#janetClubSports_Menu li {
	padding-left: 6px;
	list-style: none;
	list-style-type:none;
	background: transparent;
	border-width: 1px 0;
}
#janetClubSports_Menu a {
	color: navy;
	text-decoration: none;
	font-size: 10pt; 
}
#janetClubSports_Menu a:hover {
	background: transparent;
	color: red;
	text-decoration: underline;
	font-size: 10pt; 
}


