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

#sprytable { 
	border-collapse:collapse;
	width:220px;
	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.30em;
	text-align: left;
	line-height:14px;
}

#sprytable tr.titlerow { background: none; }

#sprytable tr td.eventNameTD {
    background-color: #f0f9fb;
    width: 200px;
	 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: 200px;
	 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;
	}
	

#docTable { 
	border-collapse:collapse;
	width:500px;
	margin: 0;
	color: #00a0af;
}

#docTable tbody { margin: 0; }

#docTable th {
	background-color: #ffffff;
	padding: 4px 0.25em;
	font-weight: bold;
	font-size: 12px ;
	color: #000000;
	margin: 0;
	border-bottom: solid 1px #c2e8ee;
	cursor: pointer;
}

#docTable td, #docTable th { 
	margin: 0; 
	padding:0.60em 0.40em;
	text-align: left;
	line-height:14px;
	font-size: 12px ;
}

#docTable tr.titlerow { background: none; }

#docTable tr td.eventNameTD {
    background-color: #f0f9fb;
    width: 200px;
	 border-bottom: solid 1px #c2e8ee;
}

#docTable tr td.locationTD {
    background-color: #f0f9fb;
    width: 140px;
	 border-bottom: solid 1px #c2e8ee;
}

#docTable tr.rowSelected td.eventNameTD {
    background-color: #d0eef4;
	 width: 200px;
	 border-bottom: solid 1px #c2e8ee;
}

#docTable tr.rowSelected td.locationTD {
    background-color: #d0eef4;
	 width: 140px;
	 border-bottom: solid 1px #c2e8ee;
}

#docTable td.bullet {
	padding:.5em 0.375em .5em 2em;
	background:url(../_img/icons/aero.png) 0  0.5em no-repeat;
	}