﻿/* ******Control Styles****** */
/* ******Calendar Style****** */
.Calendar
{
	font-weight: bold;
	font-family: Arial;
	background-color: white;
	border-color: Black;
}
.Calendar_DayHeaderStyle
{
	color: navy;
	font-family: Arial;
	border-color: Black;
}
.Calendar_DayStyle 
{
    COLOR: black;
    border-color: Black;
    font-family: Arial;
    font-size:smaller;
    
}
.Calendar_TitleStyle 
{
    Font-Size:	16pt;
    Color: 	black;
    font-weight: bold;
    background-color: #339966;
    border-color: Black;
}
.Calendar_NextPrevStyle
{
    Font-Size: 10pt;
    Color: 	black;
    TEXT-DECORATION: underline;
}
.Calendar_OtherMonthDayStyle
{
	COLOR: white;
    border-color: Black;
}
.Calendar_DateSelected
{
	border-left-color: black;
	border-bottom-color: black;
	color: black;
	border-top-color: black;
	background-color: lemonchiffon;
	border-right-color: black;
}
.Datalist
{
	background-color:White;
	font-size:12pt;
	border-color:Black;
}
.Datalist_SelectedItemStyle
{
    FONT-WEIGHT: bold;
    COLOR: navy;
    BACKGROUND-COLOR: #9cf
}
.Datalist_HeaderStyle
{
    FONT-WEIGHT: bold;
    WIDTH: 250px;
    COLOR: Black;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #339966
}
.Datalist_ItemStyle
{
	
}
.Datalist_FooterStyle
{
    BACKGROUND-COLOR: #9cf
}


/* ****** EVENT user control styles ****** */
.EventListMsg
{
	color:Gray;
	font-style:italic;
	font-size: 1em;
	padding:0px 10px 5px 10px;
	display : block;
}
.PSNetSpotlightEventItemList
{
	display : block;
	width: 400px;
	margin-top: 5px;
	padding:0px 10px 5px 10px;
	display : block;
	font-size:1em;
}
.PSNetSpotlightEventItemLink {
	font-size:1.15em;
	color: black;
	font-weight: bold;
	vertical-align: top;
  FONT-FAMILY: Arial;
}
.PSNetSpotlightEventItemDate
{
	color:Gray;
	font-style:italic;
}
.PSNetSpotlightEventItemTeaser {
	font-size:1em;
	color:black;
	padding-left:20px;
	FONT-FAMILY: Arial;
	display : block;
}

.GANetSpotlightEventItemList
{
	display : block;
	width: 400px;
	margin-top: 5px;
	padding:0px 10px 5px 10px;
	display : block;
	font-size:1em;
}
.GANetSpotlightEventItemLink {
	font-size:1.15em;
	color: black;
	font-weight: bold;
	vertical-align: top;
  FONT-FAMILY: Arial;
}
.GANetSpotlightEventItemDate
{
	color:Gray;
	font-style:italic;
}
.GANetSpotlightEventItemTeaser {
	font-size:1em;
	color:black;
	padding-left:20px;
	FONT-FAMILY: Arial;
	display : block;
	}

/* ******Context Menu Style****** */
.CONTEXTMENU
{
	padding-right: 2px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 2px;
	display:block;
}
a.CONTEXTMENU
{ 
	color: navy;
	text-decoration: none;
}
a.CONTEXTMENU:visited
{
   text-decoration:none;
   color:maroon;
}
a.CONTEXTMENU:hover
{
	color: #3333FF;
	cursor: pointer;
}
a.CONTEXTMENU:active
{
   color:#3366CC;
}

/* ******Subscriber Style****** */
.SubscribeError
{
	color: Red;
}

.SubscribeHeader
{
	font-size: 1.25em;
	font-weight: 600;
}

.SubscribeButtons
{
	position: relative;
	top: 10px;
}

.SubscribeInputLabel
{
	text-align: right;
}

.SubscribeInput
{
	width: 150px;
}

.SubscribeInstructions
{
	color: maroon;
}

.BoardHeader
{
	color:black;
	font-weight : bold;
	font-size : 1.2em;
}

.printbuttons
{
	text-align:center;
	background-color:#FFFFCC;
	border-bottom:inset 1px gainsboro;
}

/* ******Contact Forms****** */
.HDContactForm
{
	margin-left: 15px;
	margin-bottom: 15px;
}
.ContactFormTable
{
	border: solid 1px black;
	padding: 3px 3px 3px 3px; 
	margin: 0;
	width: 40%;
	background-color:#f5f5f5;
}
.ContactFormHeading
{
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	padding: 5px;
}
.ContactFormLabels
{
	font-weight: bold;
	font-size: 1em; 
	text-align: right;
}
.ContactFormTextbox
{
	width: 200px; 
}
.ContactFormText
{
	font-size: .8em; 
}

/* Search Results styles */
.searchLabel
{
	font-size: 1em;
}
.searchMsg
{
	font-size: 1em;
}

/* ******Admin Panel Styles****** */
a.mgmtLink:link{}
a.mgmtLink:hover{}
a.mgmtLink:visited{}
a.mgmtLink:active{}

/* Sitemap styles */
/* links wrapped in div tags */
.maplevel0
{
	font-size: 1.1em;
	padding: 0px 10px 7px 10px;
}
