﻿.calendarEventListTable tr.PagerRow
{
	font-size:			.8em;
	margin:				10px;
	font-family:		Arial;
	font-style:			none;
	font-weight:		bold;
	text-align:			right;
	margin-right:		15px;
}
.calendarEventListTable tr.PagerRow a
{
	color:				#007cda;
	text-decoration:	none;	
}
.calendarEventListTable tr.PagerRow a:hover
{
	color:				#72b8e3;
	text-decoration:	none;	
}

.calendarEventListTable tr.resultsPager
{
	padding:			0 0 0 15px;
}

.calendarEventListItem
{
	margin:			5px 15px;
	font-size:		.8em;
	border-top:		1px dotted #bbb892;	
}
.calendarEventListItem a
{
	display:			block;
	color:				#007cda;
	font-size:			1.2em;
	font-weight:		bold;
	text-decoration:	none;
	margin:				5px 0 5px 0;
}
.calendarEventListItem a:hover
{
	color:		#72b8e3;
}

.calendarEventListItem span.summary
{	
	display:	block;
	margin:		3px 0;	
}

.calendarEventListHeader
{
	float: left;
	font-weight:		bold;	
	padding:			0 0 0 15px;	
}

.calendarParameter
{	
	float: right;
	margin:	15px 15px 5px 15px;	
	padding-bottom: 5px;	
	border-Bottom: solid 1px black;
}

.selectionList
{
	 float: right;	
	 font-size:      1em; 
	 border: none;	
	 border-style: none	
}

.selectionList:hover
{	
}

.calendarEventList tr.resultsPager
{
	padding:			0 0 0 15px;
}

.calendarEventTable
{
	margin:				0 20px;
	max-width:			510px;
	font-family:		times;
	font-size: 1.2em;
	color:				#5e5e5e;	
}

.calendarEventTable tr
{
	vertical-align:		top;	
}

.calendarEventTable .label
{
	font-weight:		bold;
}

.calendarEventTitle
{
	margin:			10px 20px 10px 20px;
	padding:		0 0 5px 0;
    font-size:      1.8em;   
    border-bottom:	1px solid #000;    
}

.calendarEventTitle .btnDirections,
.calendarEventTitle .btnICal
{
	float:			right;		
}

.calendarEventList .ResultMessage
{
	margin:			0 0 0 60px;	
}

/*directions page stuff*/

#directionspage .form
{
	float:			left;
	width:			490px;
	height:			200px;
	padding:		0;
	margin:			10px 0 0 20px;	

}

#directionspage .form .textRow
{
	float:			left;
	width:			100%;	
	height: 40px;	
}

#directionspage .form .textRow .label
{	
	width:			100%;
	float:		left;
}

#directionspage .form .textRow .input input
{
	float:		left;		
}

#directionspage .form .textRow .input
{	
	width:			99%;
	height:			25px;
	display:		block;
}

#directionspage .form .buttonRow
{
	float:			left;
	width:			100%;	
	height: 40px;
	margin: 0;
	padding: 0;
}

#directionspage .form .buttonRow .button
{	
	float:			right;	
	margin: 0;	
}

#directionspage .editableDropDownEmpty
{	
	width:		100%;	
}

