@charset "utf-8";
/* CSS Document */
#page-wrap {
	margin: 50px;
}

.cal_list {
	margin-left:1em;
	padding-left:1em;
}
.cal_text {
	list-style-image:url(../../images/arrow_sml_j.gif);
	font: normal 12px Arial, Helvetica, sans-serif #F00;
	
}
.cal_text a {
	cursor:auto;
	text-decoration:none;
}
	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 
		font: 14px Georgia, Serif;
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #a6cbfd; 
		color:#fff; 
		font-weight: bold; 
	}
	th a { 
		background: #a6cbfd; 
		color:#fff; 
		font-weight: bold;
		text-decoration:none;
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
	
