#calendar
{	
	width: 90%;
	text-align: center;
	margin: 0px auto;	
}

#calendar table.calendar_table table.daytable a:link,
#calendar table.calendar_table table.daytable a:visited
{
	color: #666666;
	font-size: 12px;
}

#calendar table.calendar_table
{
	width: 100%;	
}

#calendar table.calendar_table td.month
{
	color: #ff3700;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-size: 16px;
}

#calendar table.calendar_manage
{
	width: 90%;
}

#calendar table.calendar_manage th
{
	text-align: left;
	padding: 5px;
}

#calendar table.calendar_manage td.row1
{
	background-color: #fafafa;
	border-bottom: 1px solid #f6f6f6;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

#calendar table.calendar_manage td.row2
{
	background-color: #ffffff;
	border-bottom: 1px solid #f6f6f6;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

#calendar table.daytable
{
	width: 100%;
}

#calendar table.daytable th
{
	font-weight: bold;
	font-size: 16px;
	padding: 2px;
	color: #BBBBBB;	
}

#calendar table.daytable td
{
	cursor: pointer;
}

#calendar table.calendar_table td.weekheader
{
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 14.3%;
}

#calendar table.calendar_table td.weekday
{
	border: 1px solid #AAAAAA;
	min-height: 80px;
	height: 80px;
	vertical-align: top;	
}

#calendar table.calendar_table td.weekend
{
	border: 1px solid #AAAAAA;
	background-color: #f6f6f6;
	min-height: 80px;
	height: 80px;
	vertical-align: top;
}

#calendar table.calendar_table span.day
{
	font-weight: bold;
	font-size: 16px;
	padding: 2px;
	color: #BBBBBB;
}

#calendar table.calendar_table a:link,
#calendar table.calendar_table a:visited
{
	text-decoration: none;
	font-size: 16px;
	color: #ff3700;
	border: 0px;
}

#calendar table.filter_table
{
	background-color: #efefef;
	width: 100%;
	padding: 10px;	
}

#calendar table.filter_table td
{
	vertical-align: bottom;
}

#calendar table.filter_table td.title
{
	color: #ff3700;
	font-weight: bold;
}

table.event_info
{
	width: 100%;
}

table.event_info td
{
	vertical-align: top;
	padding-top: 10px;
}

#calendar input.button
{
	background-color: #ff3700;
	border: 1px solid #000;
	color: #ffffff;
	padding: 1px;
}

#calendar table.form
{
	width: 100%;
}

#calendar table.form td.title
{
	background-color: #f6f6f6;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #999999;
}

#calendar table.form td.row1
{
	background-color: #fafafa;
	border-bottom: 1px solid #fafafa;
	padding: 5px;
	vertical-align: top;
}

#calendar table.form td.row2
{
	background-color: #ffffff;
	border-bottom: 1px solid #fafafa;
	padding: 5px;
	vertical-align: top;
}

#calendar table.form input.veld
{
	width: 300px;
	border: 1px solid #999999;
	font-family: arial, tahoma;
	font-size: 12px;
	color: #666666;
}

#calendar table.form textarea
{
	width: 300px;
	border: 1px solid #999999;
	font-family: arial, tahoma;
	font-size: 12px;
	color: #666666;	
}

#calendar table.form input.date
{
	width: 100px;
	border: 1px solid #999999;
	font-family: arial, tahoma;
	font-size: 12px;
	color: #666666;
	background-color: #f6f6f6;
}

#calendar table.form select
{
	width: 300px;
	border: 1px solid #999999;
	color: #666666;
}

.hidden
{
	display: none;
}

#calendar input.checkbox
{
	border: 0px;
}
