@charset "utf-8";
/* CSS Document */
/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
body {
/*	margin: 0;
	padding: 0;*/
	color: #999;

	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
	}
html>body {
} /* be nice to Opera */

/* Links
----------------------------------------------- */
a img { border-style: none; }



/* Table Rules
----------------------------------------------- */
td.rank { }
/*columas*/
#events {
	border-collapse:collapse;
	width:97%;
	margin: 0;
	empty-cells:show;
}

#events caption {
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0.375em;
	border-top: solid 0px #999;
	border-bottom: solid 1px #3a3a3a;
	color: #FFFFFF;
}

#events tbody { margin: 0; }
/*tittle*/
#events th {
	padding: 6px 0.25em;
	color: #333333;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#events td, #events th { 
	margin: 0; 
	padding: .75em 0.375em .75em 0.375em;
	text-align: left;
}

#events tr.titlerow {
	background-image: none;
	
}

#events tr td.eventNameTD {
	width: 100px;
	margin-left: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EFEFEF;
}
/*categories*/
#events tr td.locationTD {
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EFEFEF;
}
/*bck clients*/
#events tr.rowSelected td.eventNameTD {
	background-color: #000000;
	width: 100px;
	border-bottom: solid 1px #EFEFEF;
}

#events tr.rowSelected td.locationTD {
	width: 100px;
	border-bottom: solid 1px #EFEFEF;
	background-color: #000000;
}

.even {
	background-color: #000000;
}

.rowHover {
	color: #333;
	background-color: #777;
	cursor: pointer;
}

.rowSelected {
	color: #fc0;
	background-color: #000000;
}


#apDiv1 {
	position:absolute;
	left:572px;
	top:299px;
	width:360px;
	height:160px;
	z-index:1;
}

#imgwrapper {
	height: 140px;
}

.eventname {
	font-weight: normal;
	font-size: 100%;
}

.date {
	color: #666666;
	text-transform: lowercase;
}

.location {
	color: #666666;
	
}
/*columna text*/
.rowHover {
	color: #000000;
	cursor: pointer;
}

#content1, #sidebar {
	float: left;
	text-align: left;
}

#content1 {
	width: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar {
	width:350px;
	margin-top: 0;
	margin-left: 10px;
/*	background: url('../i/bg_events_detail.gif') no-repeat;*/
	height: 280px;
}
#sidebar h5{
	font-size: .7em;
	padding-left: 3px;
}
/*display*/
#sidebar_brace {
	float: left;
	width:250px;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	
}

.SpryHiddenRegion {
   visibility: hidden;
}
