﻿/* ******Control Styles****** */
/* ******Calendar Style****** */
.Calendar
{
	font-weight: bold;
	font-family: Arial;
	background-color: white;
	border-color: Black;
}

.CalendarLabels
{
	color:#000066;
	font-family: Arial;
}

.Calendar_DayHeaderStyle
{
	color: #000066;
	font-family: Arial;
	border-color: Black;
	font-weight: bold;
}
.Calendar_DayStyle 
{
    COLOR: #000066;
    border-color: Black;
    font-size: 8pt;
    font-weight:bold;
}
.Calendar_TitleStyle 
{
    Font-Size:	16pt;
    Color: 	#000066;
    font-weight: bold;
    background-color: #F0C333;
    border-color: Black;
}
.Calendar_NextPrevStyle
{
    Font-Size: 8pt;
    Color: 	white;
    TEXT-DECORATION: underline;
}
.Calendar_OtherMonthDayStyle
{
	COLOR: white;
    border-color: Black;
	font-size:8pt;
	font-weight:bold;
}
.Calendar_DateSelected
{
	border-left-color: black;
	border-bottom-color: black;
	color: black;
	border-top-color: black;
	background-color: #FFFFCC;
	border-right-color: black;
}

.CalendarView
{
	font-size : medium;
	color:white;
}

.Datalist
{
	background-color:White;
	font-size:12pt;
	border-color:Black;
	 FONT-FAMILY: Arial;
}
.Datalist_SelectedItemStyle
{
    FONT-WEIGHT: bold;
    COLOR: #000066;
    BACKGROUND-COLOR: #9cf
}
.Datalist_HeaderStyle
{
    FONT-WEIGHT: bold;
    WIDTH: 250px;
    COLOR: #000066;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #F0C333;
}
.Datalist_ItemStyle
{
	color:black;
	 FONT-FAMILY: Arial;
}


/* ******Bulleted Teaser List Style****** */
.BulletTeaserListBlock
{
	border: none;
	padding: 2px 2px 2px 2px;
	width: 250px;
	
}

.BulletTeaserListItem
{
	color: black; /*list-style-type: square;*/
	padding-bottom: 5px;
	padding-left: 15px;
	display: block;
	list-style-position: outside;
	list-style-type: none;
	font-family: arial;
	
}
	.BulletTeaserListLink
{
	font-size:small;
	color: black;
	width:190px;
	/*padding-left: 20px;*/
	display: block;
	font-weight:bold;
}

.BulletTeaserListTeaser
{
	font-size:small;
	color: black;
	width: 190px;
	padding-left: 30px;
	display : block;
}

.BulletTeaserListMsg
{
	color: #cccccc; 
}

.EventItem
{ 
	font-size:small;
	color: black;
	font-weight:normal;
	vertical-align: top;
	padding-left: 10px;
   FONT-FAMILY: Arial;
}


.EventItemDate
{
	/*background-position: left bottom;*/
	color: black;
	font-weight: bold;
	vertical-align: top;
	 FONT-FAMILY: Arial;
	/*background-image: url(../../Images/transparent.gif);
	background-repeat: no-repeat;*/
	
}

.EventItemTeaser
{
	color:black;
	padding-left:10px;
	 FONT-FAMILY: Arial;
}

/* ******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;
}

/* ******Admin Panel Styles****** */
a.mgmtLink:link{}
a.mgmtLink:hover{}
a.mgmtLink:visited{}
a.mgmtLink:active{}
