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

	#postCalendar{
		border:1px solid #ddd;
		margin-bottom:30px;
	}
	
	
	#postCalendar caption{
		background:#600;
		font-weight:bold;
		color:#FFF3E2;	
		font-size:14px;
		padding:3px 0;
	}
	
	
		#postCalendar td{
			width:39px;
			text-align:center;
		}
		
		#postCalendar thead th{
			background:url(images/SRL-widgetbkg.gif) repeat-x scroll left bottom;			
		}
		
		
		#postCalendar td a{
			background:#FFF3E2;
			border:1px solid #FFE0BF;
		}
		
		#postCalendar tfoot{
			background:url(images/SRL-widgetbkg.gif) repeat-x scroll left top;			
		}
		
		#postCalendar tfoot tr td a{
			background:none;
			border:0;
		}