/* CSS Document */
.ui-widget-content .ui-state-highlighted2 {
	/*border:1px solid #FFF;*/
	/*color:#CCC;*/
}

.ui-widget-content .pasado {
	background:#000;
	color: #FFF;
}

.ui-widget-content .futuro {
	background:#FFF;
	color:#333;
}

#main_content .gathering_overview .item_participants .picture {
	min-height:100px;
}

#main_content .gathering_overview .item_agenda .agenda_detail b {
	color:#787878;
	font-weight:normal;
}

#main_content .gathering_overview .participants_title {
	text-transform:uppercase;
}
#comment_form {
	position:relative;
}
#tapa {
	position: absolute;
	top:10px;
	left:0px;
	background:#000;
	width:590px;
	height:320px;
	display:none;
	color:#FFFFFF;
	text-align:center;
	line-height:320px;
	font-family:'Arial',Helvetica,sans-serif;
	font-size:18px;
}

#comment_holder #comment_title2 {
	border-bottom:1px dotted #FFFFFF;
	color:#787878;
	display:block;
	font-family:'Arial',Helvetica,sans-serif;
	font-size:18px;
	padding:5px 10px;
	width:570px;
}
#login_box {
	height:16px;
	padding:10px 10px 20px 5px;
	margin: 23px 0px 0px 0px;
}
#sidebar li a {
	color:#000000;
	text-decoration:none;
}
/*ESTILOS PAGINADO*/
.pagination{
	clear: both;
	display: block;
	width: 500px;
	margin: 0px auto;
	font-size: 10px;
	text-align: center;
}
.pagination a{
    line-height: 21px;
	text-decoration: none;
	border: solid 1px #000;
	color: #FFF;
	padding: 3px 6px;
	margin: 0px 2px;
}
.pagination a:hover{
    text-decoration: none;
	border: solid 1px #FFF;
	color: #FFF;
}
.pagination a:active{
    text-decoration: none;
	border: solid 1px #FFF;
	color: #FFF;
}
.pagination a.selected {
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
}

.search_result_title a b{
	text-decoration: underline;	
}
.search_result_item p b{
	text-decoration: underline;
	font-weight: normal;
}