﻿/*------------ news and evetns -----------------*/
#latest-news
{
	width: 350px;
	float: left;
}
#latest-news-detail
{
	width: 320px;
	border-top: solid 1px #e6e3e0;
	border-bottom: solid 1px #e6e3e0;
}
#ctl00_MainContentArea_divCalendar
{
	text-align: center;
	border-top: solid 1px #e6e3e0;
}
#ctl00_MainContentArea_upcomingEvents
{
	margin: 0 auto;
}
#upcoming-events
{
	width: 360px;
	float: left;
}
#news-detail
{
	width:300px;
}
.MonthHeader
{
	display: none;
}
.press-release
{
	height: auto;
	padding-left: 0;
	width: 300px;
}
.press-release h3
{
	color: #6699cc;
}
#ctl00_MainContentArea_divEventsCMS
{
	border-bottom: solid 1px #e6e3e0;
	padding-bottom: 8px;
	width: 350px;
	text-align: left;
	padding-left: 8px;
}
*
{
	margin: 0;
	padding:0;
}
#ctl00_MainContentArea_viewAllEvents
{
	text-decoration: none;
}
#ctl00_MainContentArea_viewAllEvents b
{
	font-weight: normal;
	text-decoration: underline;
}

/*------- calendar settings ---------*/
.monthStyle
{
	font-weight:bold;
	color:#837265;
	height: 15px;
	width:190px;
	text-align: center;
	padding-left: 5px;
}
#calendarNav
{
	height:20px;
	padding-bottom: 5px;
}
.calendarLinks
{
	border: solid 1px #c1b8b2;
	font-family: Arial;
}
.calendarLinks a
{
	text-decoration: none;
}
.headerStyle
{
	border: none;
}
/*--- end of calendar settings -----*/

/*----- beginning of event summary ----*/
.content
{
	border-top: solid 1px #c1b8b2;
	width: 530px;
	padding-top: 15px;
	padding: 10px;
}
.warning
{
	padding: 15px;
	padding-top: 5px;
}
.buttons
{
	width: 300px;
	text-align: center;
	margin-left: 100px;
}
.line-top
{
	border-top: solid 1px #c1b8b2;
	padding-top: 10px;
}
h4
{
	font-size: 1em;
	font-weight: bold;
	color: #837265;
	font-family: arial;
	margin: 0;
	margin-bottom: 5px;
}

h2
{
	color: #837265;
}

.button
{
	padding-right: 15px;
	padding-top: 15px;
}
a img
{
	border: none;
	text-decoration: none;
}
#eventDetail
{
	padding: 8px;
}
#eventDetail a 
{color: #6699cc;
 font-weight: bold;
}
a
{color: #6699cc;}

.warn-on-leave-btn
{
	cursor:pointer;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
