@CHARSET "UTF-8";

div.calendar
{
	position: relative;
	display: block;
	width: 98%;
	
	margin-left:auto;
	margin-right:auto;
	
	border-left: 4px solid #1abbf0;
	border-bottom: 4px solid #1abbf0;
	border-right: 1px solid #1abbf0;
	
	background-color: #1abbf0;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;

}

div.panel
{
	position: absolute;
	display: block;
	top: 50px;
	left: 5px;
	/* float:left; */
	width: 200px;
	
	margin-left:auto;
	margin-right:0px;
	
	-moz-border-radius: 4px; 
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
		
	-webkit-border-radius: 4px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
}

table.calendar
{
	width: 100%;
	height: 100%;
	border: none;
}

table.calendar th
{
	height: 35px;
	width: 14%;
	line-height: 25px;
	font-weight: bold;
	text-align: center;	

	background-color: #1abbf0;
}

table.calendar td
{
	text-align: left;
	background-color: #ffffff;
}

table.calendar td.monday,
table.calendar td.tuesday,
table.calendar td.wednesday,
table.calendar td.thursday,
table.calendar td.friday,
table.calendar td.saturday,
table.calendar td.sunday,
table.calendar td.mo-su
{
	width: 14%;
	height: 110px;
	max-height: 150px;
	text-align: left;	
    overflow: show; /*AR 20-10-2011 was hidden, but fixes Chrome issue*/    
	background-color: #ffffff;
}

table.calendar td.today
{
	background-color: #f6f6d0;
}

table.calendar td.weekday
{
	height: 600px;
}

a.daylink,
a.daylink:link,
a.daylink:visited
{
	font-weight: normal;
	text-decoration:none;
	color: #010bd6;
}
a.daylink:hover
{
	text-decoration:underline;
}

table.calendar div.day
{
	width: 100%;
	height:25px;
	text-align:right;
	font-weight: bold;
	background-color:lightgray;
}

table.calendar div.inactive
{
	font-weight: normal;
	font-style: italic;
}

table.calendar div.today
{
	color: #1abbf0;
	text-decoration: none;
}

table.calendar div.events
{
	width: 100%;
	height: 99%;
	padding-left: 2px;
	padding-right: 2px;
	overflow:auto;
}

table.calendar div.events div.dayevent,
table.calendar div.events div.dayevent a.daylink,
table.calendar div.events div.dayevent a.daylink:link,
table.calendar div.events div.dayevent a.daylink:visited
{
	font-size: 11px;
	font-weight: normal;
	color: #010bd6;
}

table.calendar div.events div.low,
table.calendar div.events div.low a.daylink,
table.calendar div.events div.low a.daylink:link,
table.calendar div.events div.low a.daylink:visited
{
	font-size: 11px;
	font-weight: normal;
	color: #4ab701;
}
table.calendar div.events div.medium,
table.calendar div.events div.medium a.daylink,
table.calendar div.events div.medium a.daylink:link,
table.calendar div.events div.medium a.daylink:visited
{
	font-size: 11px;
	font-weight: normal;
	color: #cf8b07;
}
table.calendar div.events div.high,
table.calendar div.events div.high a.daylink,
table.calendar div.events div.high a.daylink:link,
table.calendar div.events div.high a.daylink:visited
{
	font-size: 11px;
	font-weight: normal;
	color: #aa2b09;
}

table.calendar div.events div.foreign
{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

table.calendar div.events div.dayevent span.event_time
{
	font-weight: bold;
}

table.calendar div.events div.dayevent span.event_title
{
	font-weight: normal;
}
