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

#sprytable 									{border-collapse:collapse;width:250px;margin:0;color:#00a0af;}
#sprytable tbody 							{margin:0;}
#sprytable th 								{background-color:#ffffff;padding:4px 0.25em;font-weight:bold;font-size:11px ;color:#000000;margin:0;border-bottom:solid 1px #c2e8ee;cursor:pointer;}
#sprytable td, #sprytable th 				{margin:0;padding:0.3em 0.40em;text-align:left;line-height:14px;}
#sprytable tr.titlerow 						{background:none;}
#sprytable tr td.eventNameTD				{background-color:#f0f9fb;width:220px;border-bottom:solid 1px #c2e8ee;}
#sprytable tr td.locationTD 				{background-color:#f0f9fb;width:140px;border-bottom:solid 1px #c2e8ee;}
#sprytable tr.rowSelected td.eventNameTD 	{background-color:#d0eef4;width:220px;border-bottom:solid 1px #c2e8ee;}
#sprytable tr.rowSelected td.locationTD 	{background-color:#d0eef4;width:140px;border-bottom:solid 1px #c2e8ee;}
.rowHover 									{color:#000;cursor:pointer;}
.rowEven									{}
.rowOdd										{background:#DFE7F2;}
#sprytable td.bullet 						{padding:.5em 0.375em .5em 2em;background:url(../_img/icons/aero.png) 0  0.5em no-repeat;}