@CHARSET "ISO-8859-1";
/*ENCUESTA*/
#main{background-color:white;border:1px solid #C0C0C0;}
h3#titulo{font-weight:bold;background:#282D31 url(../images/bg_box_heading.jpg) repeat-x scroll 0 0;color:#ffffff;font-size:12px;font-weight:bold;padding:7px 10px;height:16px;overflow:hidden;}
.header{color:#5FBCFF;font-size:20px;margin:5px 0 0;padding-left:5px;width:370px;}
.fecha{width:300px;}
.adminButtons {float:right;}
.adminButtons img {border:0 none;padding:0;width:12px;}
div.info {color:#666;font-size:11px;padding:5px;}
div#encuestaBody {font-size:12px;padding:10px 0;margin-left:auto;margin-right:auto;width:90%;color:#666;}
div.graficaContainer{width:100%;height:9px;margin:auto;background:#ddd;}
div.graficaContainer div.grafica{height:100%;background:#5FBBFF;}
.commentsNotAllowed {color:#223457;font-weight:bold;padding:5px 0 5px 20px;}

/*COMMENTS*/
.new_separator_screens {border-color:#FFFFFF;border-style:none;border-width:1px;margin-left:2px;margin-top:0;}
.new_separator_cen {background:black;float:none;margin-left:5px;}
.title_separator {background:black;color:#00AEED;font-size:12px;font-weight:bold;height:19px;margin:0 -1px 0 -8px;padding:4px 0 0 20px;}

/*CAJA ULTIMAS ENCUESTAS*/
div#polls .item a, div#polls .item a:link, div#polls .item a:visited{font-size:11px;font-weight:bold;}
div#polls .item a:hover{text-decoration:none !important;}
div#polls .item p{color:gray;}
div#polls .item p span{letter-spacing:normal !important;color:black;}

/*LISTA ENCUESTAS*/
.lista_encuestas{border:1px solid #BCBCBC;float:left;margin:8px;width:98%;}
.lista_encuestas tr.head td{background:#8A9197 url(../images/bg_evento_gris.jpg) repeat-x scroll 0 0;color:white;text-align:center;padding:1px;font-weight:bold;}
.lista_encuestas tr.rows td{border-right:1px solid #BCBCBC;padding:4px;color:#4A4B4F;}	
.lista_encuestas tr.rows td.last_col{border-right:0;}
.lista_encuestas tr.even{background-color:red;}	
.lista_encuestas tr.odd{background-color:green;}

/*EDITAR ENCUESTA*/
/*.agregar_encuesta td.optionButtons input {width:48%;font-weight:normal;}*/

table.pagination{margin-left:5px;width:98%;margin-bottom:-15px;}
table.pagination_bottom{margin-left:5px;width:98%;margin-top:-15px;}


	/* SELECTOR */
	.selector .item{
		width: 75%;
		margin: 5px;
		padding: 5px;
		line-height: 10px;
		background-color:#e0e0e0;
		cursor: pointer;
	}
	.selector .item_hover{
		width: 75%;
		margin: 5px;
		padding: 5px;
		line-height: 10px;
		background-color: #eaeaea;
		cursor: pointer;
	}
	.selector .item_selected{
		width: 75%;
		margin: 5px;
		padding: 5px;
		line-height: 10px;
		border: 1px solid #9a9a9a;
		background-color: #bababa;
		font-weight: bold;
		cursor: pointer;
	}
	.selector .item_selected .x{
		color: gray;
	}
	.selector .item_selected .wline{
		border: 1px solid white;
	}
	.selector .ritem{
		border: 1px solid red;
		background-color: red;
		color: white;
		font-weight: bold;
	}
	.selector .x{
		float: right;
		font-weight: bold;
		text-decoration: none;
		color: gray;
	}
	.selector .item_hover .x{
		color: gray;
	}
	.selector .x:hover{
		color: red;
	}
	.clearTable{
		border-spacing:0;
		border:0;
		margin:0;
		padding:0;
	}
	.clearTable td{
		padding:0;
		margin:0;
		border:0;
	}
	.disabled_div
	{
		opacity: 0.3 !important;	
		filter: alpha(opacity=30) !important;
	}
	/* END SELECTOR */
	
