/* Header contenido */
#interior-header a{
	display: inline;
	float: left;
	margin: 17px 0 0 50px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
}
#interior-header a:hover{
	text-decoration: underline;
}
/* Columnas */
div.column-one{
	padding: 0 15px 15px 15px;
	float: none;
	margin-top: 15px;
	width: 592px;
}
h2.test{
	font-size: 14px;
	color: #808080;
	margin-left: 30px;
}
h3{
	font-family: tahoma, Verdana;
	font-size: 11px;
	color: #808080;
	font-weight: normal;
	text-align: left;
	margin: 10px 30px 0 30px;
}
/* Formulario */
span.field_desc{
	font-family: tahoma, Verdana;
	font-size: 11px;
	color: #808080;
	text-align: left;
	font-weight: bold;
	display: block;
	float: left;
	width: 120px;
}
select{
	/*margin-bottom: 10px;*/
}
.form_txt{
	font-family: tahoma, Verdana;
	font-size: 11px;
	color: #808080;
	text-align: left;
	font-weight: bold;
}
.form_ctrl_120{
	font-family: tahoma, Verdana;
	font-size: 12px;
	width: 150px;
	color: #000000;
}
.form_ctrl_250{
	font-family: tahoma, Verdana;
	font-size: 12px;
	width: 250px;
	color: #000000;
}
.form_button{
	font-family: tahoma, Verdana;
	font-size: 12px;
	color: #000000;
}
div.colrows{
	width: 130px;
	float: left;
}
/* Buscador */
fieldset#calendar{
	width: 220px;
	height: 160px;
	border: 0;
}
fieldset#searchForm{
	height: 160px;
	width: 340px;
	float: left;
	border: 0;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #808080;
}
/* Resultados */
fieldset#results{
	/*background-color: #D4D2D2;*/
	border: 0;
	padding: 0;
}
table#results{
	width: 592px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table#results thead tr th{
	fontweight: bold;
	font-size:12px;
	font-variant:small-caps;
	background-color: #eee;
	border: 1px solid #808080;
}
table#results tbody tr td{
	border: 1px solid #808080;
}
table#results tbody tr td.agenda_row0{
	background-color: #f2f2f2;
}
table#results tbody tr td.agenda_row1{
	background-color: #fff;
}
/* Creacion/edicion evento */
div#clubsala-select,
div#clubsala-new{
	display: none;
}
img#interior-footer{
	vertical-align: bottom;
}
