/*
Name: University of New Orleans Charter Network table for Events Cal .CSS
Description: calendar stylesheet for table on events calendar page / UNO Charter Network Schools
Author: five65Design // five65.com // adopted from veerle duoh table article
Created: April 1, 2008
Last Updated: June 29, 2009
*/

table {
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 85%;
	width:97%;
	margin:1em 0 1em 0;
    border-collapse:collapse;
	}
caption {
	color: #9ba9b4;
	font-size:.95em;
    letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:left;
	}	
tr.odd td	{
	background:#f7fbff;
	}
tr.odd .column1	{
	background:#f4f9fe;
	}	

.column1	{
	background:#f9fcfe;
	width: 15%;
	}

.col4	{
	background:#fff;
	width: 15%;
	}

tr.odd .col4	{
	background:#f4f9fe;
	width: 15%;
	}	


td {
	font: .95em/1.65em Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	padding:.3em 0.5em;
	vertical-align: middle;
	text-align:left;
	}				
th {
	font: .95em/1.65em Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-weight:normal;
	color: #678197;
	vertical-align: middle;
	text-align:left;
	border-top: 1px solid #e5eff8;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	padding:.3em 1em;
	}							
thead th {
	background:#f4f9fe;
	text-align:left;
	font:bold 1.1em/2em Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color:#66a3d3
	}	
tfoot th {
	text-align:left;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.1em/2em Verdana, Arial, Helvetica, Tahoma, sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	