@import url('nanoscroller.css');
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
div#escalacao-main {
	width:934px;
	border:1px solid #eceae7;
	position:relative;
	float:left;
}
div#votacao {
	position:relative;
	margin-top:0;
	margin-left:0;
	width:685px;
	height:460px;
	float:left;
	border-bottom:1px solid #eceae7;
	background:url(img/campo4.gif) no-repeat 0 0;
}
.placeholder {
	width:60px;
	height:53px;
	position:absolute;
	background:url(img/placeholder.gif) no-repeat;
}

.placeholder.ui-state-highlight { background-position:0 -100px; }

.placeholder.drag-over{ background-position:0 -200px; }

.placeholder.dropped{ background-position:0 -200px; }


#pos1 {
	top:47px;
	left:53px;
}
#pos2 {
	top:196px;
	left:53px;
}
#pos3 {
	top:125px;
	left:66px;
}
#pos4 {
	top:43px;
	left:177px;
}
#pos5 {
	top:118px;
	left:270px;
}
#pos6 {
	top:40px;
	left:292px;
}
#pos7 {
	top:179px;
	left:218px;
}
#pos8 {
	top:273px;
	left:252px;
}
#pos9 {
	top:165px;
	left:391px;
}
#pos10 {
	top:305px;
	left:364px;
}
#pos11 {
	top:224px;
	left:507px;
}
#pos12 {
	top:306px;
	left:42px;
}




div#lista {
	width:249px;
	position:absolute;
	top:0px;
	right:0;
	height:100%;
	background:#fff;
}
#head {
	padding: 5px 10px;
	background: url(img/head.gif) no-repeat 0 0 #e4f0d4;
	border-bottom:3px solid #c2d1ac;
}
#head h2 {
	color:#475e27;
	font-size: 24px;
	font-weight: bold;
	margin:0 0 0 0;
}
#head p {
	color:#475e27;
	font-size: 12px;
	font-weight: bold;
	margin:8px 0 5px 0;
}
#lista-interna {
	display:block;
	width:100%;
	height:415px;
}

.nano .content {
	padding:0 0;
}

/*.nano .content.ui-state-highlight { background:red; }

.nano .content.drag-over{ background:yellow; }*/

.nano .pane {
	background: #ddd;
}
.nano .pane .slider {
	background: #f90;
}
.posicao-lista {
	float:left;
	clear:both;
	display:none;
	width:100%;
}
.posicao-lista.active {
	display:block;
}
.posicao-lista h3 {
	padding: 7px 0;
	margin: 0 0 7px;
	border-top: 1px solid #DEDEDC;
	font-size: 12px;
	text-transform: uppercase;
	background: #88A85B;
	color: white;
	text-indent: 10px;
}
.item {
	display:block;
	clear:both;
	padding:0;
	position:relative;
	height:62px;
	background:url(img/list-bg.jpg) repeat-x 0 0;
	border-bottom:1px solid #e0ddd9;
}
.item:hover {
	cursor:move;
	background-position:0 -100px;
}
.item.ui-draggable-dragging { 
	z-index:9000;  
	background:#fff;
	border:3px solid #f90;
	-moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	-moz-opacity:.90; filter:alpha(opacity=90); opacity:.90;
	width:250px;
}
.placeholder .item{ z-index:1000; width:49px; height:49px; overflow:hidden; padding:0; margin:0; border:0; margin:2px; }

.placeholder .pos { display:none; }

.placeholder .votos { 
	color:#9bc80d;
	font-size:12px;
	font-weight:bold;
}

.placeholder:hover {
    z-index: 5000;
}
.placeholder:hover .item {
 	border: 2px solid #FF9900;
    height: 49px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 200px;
}
.placeholder:hover .item .nome {
    padding: 7px 0 0;
}
.mask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9000;
	cursor:default;
	display:block;
}
.placeholder:hover .mask {
	width:204px;
	height:66px;
}
.placeholder .item img { 
	margin-top:0; 
	margin-left:0;
}

.item img {
	float:left;
	margin: 7px 10px 0px 18px;
}
.item .nome {
	color:#47423a;
	font-size:12px;
	font-weight:bold;
	padding:11px 0 0 0;
}
.item .pos {
	color:#978e81;
	font-size:10px;
	text-transform:uppercase;
	padding:3px 0 0 0;
}
.item .color {
	background:#f90;
	width:8px;
	top:2px;
	bottom:2px;
	left:2px;
	position:absolute;
}
.placeholder .item .color {
	display:none;
}

.texto {
	padding:10px 15px;
}
.texto h4 {
	font-size:24px;
	font-weight:bold;
	color:#88a85b;
}
.texto p {
	font-size:12px;
	padding:15px 0;
}
#confirmar {
	width:132px;
	display:block;
	height:24px;
	background:url(img/confirmar.gif);
	text-indent:-5000px;
	overflow:hidden;
}
#confirmar:hover {
	background-position: 0 -30px;
}
#alterar {
	font-size:12px;
	color:#f90;
	text-decoration:none;
	font-weight:bold;
}
#alterar:hover {
	text-decoration:underline;
}
#formenquete {
	display:none;
	position:absolute;
	top:520px;
}


#menu-posicoes {
	background:#88A85B;
	height:40px;
	width:100%;
}
#menu-posicoes div {
	float:left;
}
#menu-posicoes div.last {
	float:left;
	width:300px;
}
#menu-posicoes div.active {
	background:url(img/menu.gif) no-repeat right center;
}
#menu-posicoes div.active a {
	color:#fff;
	border:0;
}
#menu-posicoes div.dropped {
	background:#f90;
}
#menu-posicoes div.dropped a {
	color:#ffd18b;
	border:0;
}
#menu-posicoes div a {
	font-size:12px;
	line-height:39px;
	font-weight:bold;
	color:#dae3cd;
	padding:0 13px 0 5px;
}
#menu-posicoes div.first a {
	padding:0 13px 0 12px;
}
