﻿/*
GENERAL EVENT CLASSES - USED BY ALL THE WIDGETS*/
.eventtime
{
	
}


a.eventtitle:hover
{	
	text-decoration:underline;

}

/*
EVENT CALENDAR STYLES */

.eventcalendar
{
	width: 100%;
	z-index: 300;
}



.eventcalendar h2
{
	text-align: center;
}

.eventcalendar th
{
	color: #fff;
	font-weight: 700;
	padding: 2px 1px 3px 2px;
	vertical-align: bottom;
	background-color:#023D77;
	border: solid 1px #023D77;
	
}
.eventcalendar th.dayheader
{
	
	border: solid 1px #000;
	color: #036;
	background-color: #E7DDC7;
}


#CalendarPager
{
	width:100%;
}

.eventcalendar td
{
	width: 10%;
	border: 1px solid #000;
	height: 75px;
	padding: 2px;
	background-color: #fff;
}

.eventcalendar td.eventdetails
{
	border: none;
	height: auto;
	padding: 2px;
}

.eventcalendar td.weekend
{
	background-color: #F5F5F5 !important;
}

.eventcalendar td.today
{
	background-color: #FFF4DB !important;
	font-weight: 700;
}

.eventcalendar div.eventdetails_item
{
	margin-bottom: 5px;
	width: 125px;
	white-space:normal;
	overflow: hidden;
}

.eventcalendar div.alteventdetails_item
{
	background-color: #99FF66;
	margin-bottom: 5px;
	width: 125px;
	white-space: normal;
	overflow: hidden;
}

/*
FOR THE EVENT CALENDAR PAGE THIS IS THE CSS FOR THE 
SEARCH AREA */


*.commandbutton_ea
{
	text-decoration: none;
	font-weight: 100;
	color: #000;
	padding: 0px 4px 1px 4px;
	border: outset 2px #B6BDD2;
	background-color: #B6BDD2;
	text-align: center;
	display: inline;
	cursor: pointer;
	margin: 5px 3px 5px 3px;
	float: right;
	clear: left;
}


#editeventarea .fieldtitle
{

	font-style: italic;
}

#editeventarea .watermarktext
{
	color: Silver;
}

#editeventarea .usermessage
{
	color: Maroon;
	font-weight: 700;
}

/*
EVENT DETAILS POPUP */
.eventcalendar td div.eventdetails
{
	position: relative;
	float: left;
	z-index: 30;
	margin: -50% -50%;
}

div.eventdetails
{
	background-color: #FFF;
	border: 1px solid #000;
	width: 98%;
	clear: both;
	
}

div.eventdetails table
{
	height: auto !important;
	padding: 2px;
	width: 100%;
}
div.eventdetails table table
{
	width: 100%;
}

div.eventdetails th, .eventdetails td
{
	border: none !important;
	height: auto !important;
	padding: 2px;
	vertical-align:top;
}
div.eventdetails th
{
	font-weight:bold;
	color: #fff;
	background-color: #023D77;
}



div.eventdetails th a, div.eventdetails th a:link, div.eventdetails th a:visited, div.eventdetails th a:hover, div.eventdetails th a:active
{
	color:#fff;
}


div.eventdetails td.footer
{
	padding-top:2px;
	padding-bottom: 5px;
}
div.eventdetails td.details
{
	padding:5px 0px 5px 0px;
}



div.eventdetails table table
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.eventdetails div.details_title
{
	width: auto;
	white-space: nowrap;
}

div.eventdetails div.details_text
{
	width: auto;
	white-space: normal;
}


.tblsearchresults
{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
.tblsearchresults th
{
	color: #002F5F;
	font-weight: 700;
	border: none;
	background-color: #c0c0c0;
	padding-right: 8px;
}

.tblsearchresults td
{
	
	padding-right: 8px;
}



.eventusermessage, #eventsearcharea .usermessage
{
	font-weight: bold;
}


#eventsearcharea .fieldtitle, .eventadminarea .fieldtitle
{
	font-style: italic;
}


