@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.40em;
	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:#000000;cursor: pointer; background:#2D140A; color:#FFFFFF;}
.rowEven	{}
.rowOdd		{}

#sprytable td.bullet {
	padding:.5em 0.375em .5em 2em;
	background:url(../_img/icons/aero.png) 0  0.5em no-repeat;
	}
	
#asociadostable { 
	border-collapse:collapse;
	width:250px;
	margin: 0;
	/*color: #00a0af;*/
}
	
#asociadostable td, #asociadostable th { 
	margin: 0; 
	padding:0.40em;
	line-height:14px;
	vertical-align:top;
	font-size:0.85em;
}

#asociadostable th {width:60px; font-weight:bold;padding-right:5px;}
#asociadostable td {width:190px;}

#asociacionestable row {color:#000000; font-weight:bold;}

