﻿/* ******Control Styles****** */
/* ******Calendar Style****** */
.Calendar
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	border-color: Black;
}

.CalendarLabels
{
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Calendar_DayHeaderStyle
{
	color: #212168;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: Black;
	font-weight: bold;
}
.Calendar_DayStyle 
{
    COLOR: #212168;
    border-color: Black;
    font-size: .8em;
    font-weight:bold;
}
.Calendar_TitleStyle 
{
    Font-Size:	1.25em;
    Color: 	white;
    font-weight: bolder;
    background-color: #3D51AB;
    border-color: Black;
}
.Calendar_NextPrevStyle
{
    Font-Size: .8em;
    
}
.Calendar_OtherMonthDayStyle
{
	
    border-color: Black;
	font-size:1em;
	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:1em;
	border-color:Black;
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.Datalist_SelectedItemStyle
{
    FONT-WEIGHT: bold;
    COLOR: #212168;
    BACKGROUND-COLOR: #9cf;
}
.Datalist_HeaderStyle
{
    FONT-WEIGHT: bold;
    WIDTH: 300px;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #3D51AB;
}
.Datalist_ItemStyle
{
	color:black;
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}


/* ******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: Verdana, Arial, Helvetica, sans-serif;
	
}
	.BulletTeaserListLink
{
	font-size:1em;
	color: black;
	width:190px;
	/*padding-left: 20px;*/
	display: block;
	font-weight:bold;
}

.BulletTeaserListTeaser
{
	font-size:1em;
	color: black;
	width: 190px;
	padding-left: 30px;
	display : block;
}

.BulletTeaserListMsg
{
	color: #cccccc; 
}

.EventItem
{ 
	color: black;
	font-weight: bold;
	vertical-align: top;
	padding-left: 10px;
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	 font-size:1em;
}


.EventItemDate
{
	/*background-position: left bottom;*/
	color: black;
	font-weight: bold;
	vertical-align: top;
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 1em;
	/*background-image: url(../../Images/transparent.gif);
	background-repeat: no-repeat;*/
	
}

.EventItemTeaser
{
	color:black;
	padding-left:10px;
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 1em;
}

/* ******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;
}

/* ****Event Combo **** */
.Caption
{
	font-weight: bold;
}

.Error
{
	font-weight: bold;
	color: Red;
}

/* ******Subscriber Style****** */
.SubscribeError
{
	color: Red;
	font-size: 1em;
}

.SubscribeHeader
{
	font-size: 1em;
	font-weight: bold;
}

.SubscribeButtons
{
	position: relative;
	top: 10px;
	font-size: 1em;
}

.SubscribeInputLabel
{
	text-align: right;
	font-size: 1em;
}

.SubscribeInput
{
	width: 100px;
	font-size: 1em;
}

.SubscribeInstructions
{
	color: maroon;
	font-size: 1em;
}

.BoardHeader
{
	color:black;
	font-weight : bold;
	font-size : 1.2em;
}

.printbuttons
{
	text-align:center;
	background-color:#FFFFCC;
	border-bottom:inset 1px gainsboro;
}

/* ******Management Panel Styles****** */
.ManagementPanel 
{
	background-color:White;
}
.mgmtButtons
{
	white-space:nowrap;
}

.mgmtLabel
{
	font-weight: bold;
}
a.mgmtLink:link
{
}
a.mgmtLink:hover
{
}
a.mgmtLink:visited
{
}
a.mgmtLink:active
{
}

.mgmtReturnBtn
{
	text-align: right;
}

/* ******Contact Forms****** */
.HDContactForm
{
	padding:5px;
}

.ContactFormLabels
{
	font-weight: bold;
	font-size: 1em; 
}
.ContactFormTextbox
{
	width: 100px; 
}
.ContactFormText
{
	font-size: 1em; 
}
 
 .ModuleSearchResults
{
	position: relative;
	vertical-align: top;
	overflow: scroll;
}