@charset "UTF-8";
/* CSS Document */

/*
Doc: Calendar
Project: in2it.sg
Project URL: http://in2it.sg
Author: Osmosis Interactive
Author URL: http://osmosis.sg/
*/

.eventscalendar {}

.calendartopnavi {}
	.calendartopnavi table { width: 100%;}
	.calendartopnavi table td select { margin-right: 5px;}
	
	.calendartopnavi table td.left {}
		.calendartopnavi table td.left .selection { float: left; padding: 7px 0;}
	
	.calendartopnavi table td.right {}
		.calendartopnavi table td.right .navioption { float: right;}
		.calendartopnavi table td.right div { display: inline;}
		.calendartopnavi table td.right .selection { float: left; padding: 7px 0;}
	
	.calendartable table { width: 100%; table-layout: fixed;}
		.calendartable table tr {}
			.calendartable table th { vertical-align: middle; line-height: 20px;}
			.calendartable table td { vertical-align: top; border: 1px solid #CCC; padding: 5px;}
			.calendartable table td a.link { color: #FF7200;}
			
			.calendartable table tr.dayview th { border-top: 2px solid #555; background: #888; color: #FFF;}
			
			th.calendartablehead { margin-top: 10px;}
				th.calendartablehead table th { border-bottom: 2px solid #CCC; font-weight: bold; line-height: 20px;}