/* >>LAYOUT */

#group-abc{
	width:980px;
	float:left;
	overflow:hidden;
	background: transparent url(../img/vote_bg.jpg) repeat-y scroll 0 0;
	position:relative;
	margin-top: 1px;
}

.group-a{
	width:166px;
	overflow:hidden;
	float:left;
	background: transparent url(../img/vote_leftCol_bg.jpg) no-repeat scroll 0 0;
	padding:10px;
}

.group-b{
	width:608px;
	overflow:hidden;
	float:left;
	height:618px;
	background-color:#f4f4f4;
}

.group-c{
	width:186px;
	overflow:hidden;
	float:right;
}

#vote-content{
	padding-left:10px;
	width:598px;
	overflow:hidden;
	float:left;
}

#vote-col{
	width:275px;
	padding:10px 5px 10px 10px;
	float:left;
}

#ballot-col{
	width:275px;
	margin:10px;
	float:left;
	position:relative;
}

.ui-draggable{
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
}

/* >>AD */

.ad-160x600{
	background: transparent url(../img/divas09_divas_rightad.jpg) no-repeat scroll 0 0;
	padding: 9px 13px;
	float:right;
	width:160px;
	height:600px;
	overflow:hidden;
}

/* >>INSTRUCTIONS */
.group-a p {
	color: #ffffff;
	font-size:11px;
}

/* >>HEADER */

#vote-header{
	background: transparent url(../img/header_vote.gif) no-repeat scroll 0 0;
	height: 35px;
	width:608px;
}

/* >>SEARCH */

#search-holder{
	border: 1px solid #cccccc;
	height:20px;
	background-color:#ffffff;
}
#search-holder img{
	vertical-align:middle;
	cursor:pointer;
}

#search-label{
	font-size:11px;
	margin-bottom:5px;
}

#search-holder input{
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	width:253px;
	height:20px;
	padding:0;
	margin:0;
}

/* >>VOTE ITEM TABLE */

#vote-table-holder{	
	height:411px;
	overflow:auto; /* for safari */
	overflow-y:scroll;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width:274px;
	float:left;
}

#vote-table{
	width:257px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

#vote-table-holder td{
	border: 1px solid #cccccc;
}

#vote-table-headers{
	height:20px;
	margin-top:10px;
	padding:0;
	background-color:#ffffff;
}

#watch-table-header{
	width:41px;
	padding:4px 0 4px 7px;
	border:1px solid #cccccc;
	float:left;

}

#vote-table-header{
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:4px 0 4px 7px;
	width:217px;
	float:left;
}

.vote-col-a{
	width:46px;
	overflow:hidden;
	text-align:center;
}

.vote-col-b{
	overflow:hidden;
	padding:9px 0 9px 7px;
	font-size:11px;
	cursor:pointer;
}

.vote-item-add{
	width:8px;
	height:8px;
	float:right;
	padding-right:10px;
}

.vote-item-add img{
	padding-top:8px;
}

.vote-item2{
	background-color:#ffffff;
}

.vote-item-header{
	font-weight:bold;
	color: #393a35;
}

/* >>BALLOT ITEM TABLE */

#ballot-header{
	font-weight:bold;
	width:259px;
	border: 1px solid #cccccc;
	color: #666666;
	text-transform: uppercase;
	padding: 5px 7px;
	background-color:#ffffff;
}

.ballot-item1{
	width:275px;
	height:46px;
	float:left;
	background-color:#f4f4f4;
}

.ballot-item2{
	width:275px;
	height:46px;
	float:left;
	background-color:#ffffff;
}

.ballot-item-number{
	width:45px;
	height:39px;
	background: transparent url(../img/vote_number_bg.jpg) no-repeat scroll 0 0;
	float:left;
	color: #ffffff;
	text-align:center;
	font-size:24px;
	padding-top:7px;
}

.ballot-item-text{
	float:left;
	width:199px;
	padding:10px 7px;
	height:25px;
	border-bottom:1px solid #cccccc;
	font-size:11px;
	overflow:hidden;
}

.ballot-item-delete{
	float:left;
	width:16px;
	height:26px;
	padding-top:19px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	cursor:pointer;
}

#button-container{
	width:275px;
	text-align:center;
	margin-top:7px;
	float:left;
}

#submit-error{
	color:red;
	width:275px;
	text-align:center;
	margin-top:7px;
	float:left;
	display:none;
}

#button-container img{
	cursor:pointer;
}

#no-match{
	padding-top: 5px;
	color: red;
}

#watch-all{
	margin-top:25px;
	position:relative;
	left: -3px;
}
