@import url("./shared.css");

div.calDateNav
{
	clear: both;
}

div.calDatePrev
{
	
	float: left;
	width: 15%;
	
}

div.calDateCurrent
{
	
	float: left;
	width: 68%;

}

div.calDateNext
{

	float: right;
	text-align: right;
	width: 15%;
	
}

div.calItem
{
	background-color: rgb(192, 255, 192);
}

div.prevMonth
{
	
	float: left;
	width: 20%;
	margin-left: 1em;
	
}

div.nextMonth
{
	
	float: right;
	width: 20%;
	margin-right: 1em;
	
}

div.thisMonth
{
	
	float: left;
	width: 50%;
	
}

div.jumpDate
{	
	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	
}

table.calGrid
{
	
	background-color: rgb(255, 255, 255);
	margin-bottom: 0.5em;
	border: 0.2em solid rgb(0, 0, 0);
	
}

table.calGrid td
{
	padding: 0.1em;
}

table.calGrid th
{
	
	background-color: #000080;
	color: rgb(255, 255, 255);
	font-weight: bold;
	border-bottom: 0.2em solid rgb(0, 0, 0);
	
}

div.calHeader
{			
	clear: both;
}			

div.calendar
{
	
	background-color: rgb(255, 255, 255);
	clear: both;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	border: 0.2em solid #FFFF00;			
	
}

div.calPhoto
{
	text-align: center;
}

p.addAnEvent
{
	
	text-align: right;
	margin-top: 0.2em;
	
}

td.calGrid
{
	font-size: 0.9em;
}

td.calGridToday
{
	background-color: #60B9DC;
}

td.calGridEvent
{
	font-weight: bold;
}

td.calGridHighlight
{
	border: 0.1em solid rgb(0, 0, 0);
}

div.calBody
{
	
	width: 100%;
	border-top: 0.3em solid rgb(0, 0, 0);
	clear: both;
	
}

form.formCalJump
{
	text-align: center;
}

form.formCalJump p
{
	margin-bottom: 0.5em;	
}

h2.quickJump
{
	margin-top: 1em;
}

p.quickJumpInfo
{
	font-size: 0.8em;
}

span.feedbackTime
{
	color: rgb(255, 0, 0);
}

span.feedbackDate
{
	color: rgb(153, 51, 204);
}

div.dateBox
{
	
	float: left;
	clear: left;
	width: 60%;
	
}

div.timeBox
{
	
	float: left;
	clear: right;
	width: 40%;
	
}

div#feedbackBox
{
	background-color: rgb(0, 0, 0);
}

p.feedback
{
	
	color: rgb(255, 255, 255);	
	text-align: center;	
	
}

div.calDay
{	

	margin-left: 0.6em;
	margin-right: 0.6em;
	
}

h3.calDay
{	
	
	margin-top: 0.2em;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	
}

div.calDayHeader
{
	
	border-top: 1px solid rgb(0, 0, 0);
	width: 100%;
	clear: both;
	
}

div.calDayFirst
{
	border-top: none;
}

div.calDayTitle
{
	
	float: left;
	width: 40%;
	
}

div.dayEventsEmpty
{
	
	clear: both;
	height: 1em;
		
}

div.dayEventsBox
{
	
	clear: both;
	margin-bottom: 0.2em;
	
}

div.dayOptions
{
	
	float: right;
	width: 40%;
	
}

div.dayOptions ul li
{
	
	float: right;
	position: relative;
	list-style: none;
	padding-left: 0.2em;

}

h3.calTakingPlace
{
	text-align: center;
}

div.viewEventBox
{
	
	margin: 0.3em;
	margin-bottom: 2em;
	width: 100%;
	border: 0.1em solid rgb(255, 255, 255);
	
}

table.quickPlanner
{	
	margin-bottom: 1em;
}

ul.daySummary li
{
	list-style: none;
}

table.interestedUsers tr.listUser td
{
	
	text-align: center;
	width: 7em;
	
}

table.interestedUsers tr.totalCount td
{
	
	background-color: white;
	text-align: right;
	
}
