/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by PhotoAlbums, Announcements and events */
.ItemTitle
{
	font-weight: bold;
	font-size: 11px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
}

/* Calendar Styles */
.Calendar
{
	font-size: 11px;
	height: 250px;
	background-color: ghostwhite;
}
.CalendarTitle
{
	font-weight: bold;
	font-size: 10pt;
}
.CalendarDayHeader
{
		font-weight: bold;
	font-size: 10pt;
}
.CalendarToday
{
		font-weight: bold;
	font-size: 10pt;
			text-align: left;
}
.CalendarNextPrev
{
	font-weight: bold;
	color: seagreen;
}
.CalendarOtherMonth
{
	background-color: gainsboro;
}
.CalendarDay
{
	height: 50px;
	text-align: left;
}
.CalendarSelectedDay
{
		text-align: left;
}
.CalendarSelector
{
}
.CalendarWeekend
{
}
.calendarItem
{
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	color: seagreen;
	font-family: Verdana, Helvetica, sans-serif;
}

#dhtmltooltip /* Calendar popup Style */
{
	border-right: darkgray 1px solid;
	padding-right: 2px;
	border-top: darkgray 1px solid;
	padding-left: 2px;
	z-index: 100;
	visibility: hidden;
	padding-bottom: 2px;
	border-left: darkgray 1px solid;
	width: 150px;
	padding-top: 2px;
	border-bottom: darkgray 1px solid;
	position: absolute;
	background-color: beige;
}

/* RSS Styles */
.RSSBody
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: beige;
}
.RSSTitle
{
	font-weight: bold;
	font-family: Arial;
	background-color: beige;
}
.RSSDate
{
	font-weight: bold;
	font-family: Arial;
	background-color: beige;
}
.RSSContent
{
	font-family: Arial;
	background-color: Beige;
}
.RSSPaging
{
	font-family: Arial;
	background-color: Beige;	
}

/* Album Styles */
.AlbumHeader
{
	font-family: Arial;
	background-color: Beige;
}
.AlbumItem
{
	
	font-family: Arial;
	background-color: Beige;
}

/*scheduler styles*/
.ViewScheduleHeader
{
	font-weight: bold;
	font-size: 14pt;
	color: #ffffff;
	font-family: Arial, Verdana;
	background-color: dimgray;
}

.ViewScheduleDate
{
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14pt;
	color: #25427e;
}

.ViewScheduleRow
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Verdana;
}
