﻿/* Calendar */
.calendar{
	background-color:#CCC;
	color:#369;
	font:11px tahoma,arial,sans-serif;
	border:0px;
}

.calendar-title{
	background-color:#838383;
	color:#FFF;
	font:bold 11px verdana,tahoma,sans-serif;
}
.calendar-title td{
	color:#FFF;
	padding:2px;
}
.calendar-dayheader{
	background-color:#c3d9ff;
	color:#112abb;
	font:normal 11px verdana,tahoma,sans-serif;
	padding:2px;
}
.calendar-day,
.calendar-weekendday,
.calendar-today
{
	background-color:#FFFFFF;
	color:#369;
	font:11px tahoma,arial,sans-serif;
	padding:0px;
	text-align:left;
	border-left:solid 1px #c3d9ff;
	border-bottom:solid 1px #c3d9ff;
}

.calendar-today
{
	background-color:#FFFFCC;
}

.calendar-day a,
.calendar-weekendday a
{
	background-color:#e8eef7;
	width:100%;
	float:left;
}

.calendar-today a
{
	background-color:#BBCCDD;
	width:100%;
	float:left;
}

.event
{
	position:relative;
	color:#112abb;
	width:100%;
	height:16px;
	overflow:hidden;
	text-align:left;
	z-index:100;
	float:left;
	margin-top:2px;
	padding-left:5px;
}

.allday
{
	position:relative;
	background-color:#668CD9;
	color:White;
	height:14px;
	overflow:hidden;
	margin-top:2px;
	border:solid 1px transparent;
	float:left;
}

.calendar-othermonthday{
	background-color:#FFFFFF;
	color:#666;
	font:11px tahoma,arial,sans-serif;
	padding:0px;
	text-align:left;
	border-left:solid 1px #c3d9ff;
	border-bottom:solid 1px #c3d9ff;
}

.calendar-othermonthday a
{
	background-color:#E8E5DE;
	width:100%;
	float:left;
}

.calendar-nextprev{
	background-color:#838383;
	font:11px tahoma,arial,sans-serif;
	padding:2px;
}
.calendar-nextprev a,
.calendar-nextprev a:visited{
	color:#FFF;
	text-decoration:none;
}
.calendar-nextprev a:active,
.calendar-nextprev a:hover{
	color:#FFF;
	text-decoration:underline;
}


.calendar-Seleted{
	background-color:#E8E5DE;
	color:#666;
	font:11px tahoma,arial,sans-serif;
	padding:0px;
	text-align:left;
	border-left:solid 1px #c3d9ff;
	border-bottom:solid 1px #c3d9ff;
}

.calendar-Seleted a
{
	background-color:#c3d9ff;
	width:100%;
}

.event-subject
{
	font-weight:bold;
	font-family:Arial;
	font-size:100%;
	color:#112abb;
}

.event-details-label
{
	display: block;
	float: left;
	font:bold 14px arial;
	padding: 3px 0px 3px 0px;
	margin: 0pt;
	color: #4e4e4e;
}

.event-when, .event-where,.event-time
{
	display: block;
	margin-left: 7em;
	font:bold 14px arial;
	padding: 3px 0px 3px 0px;
	color: #4e4e4e;
}

.event-description
{
	display: block;
	font:bold 14px arial;
	padding: 3px 0px 3px 0px;
	color: #4e4e4e;
}
