#adminMain		{ 
	margin: 10px;
	padding: 10px; 
	overflow: scroll;
	left: 190px; 
	top: 0px;   
}
#content{ 
	color: #333; 
	overflow: auto;
	width: 100%
}

h1.title 	{ font: italic bold 27px Arial; color: #673C96; margin: 0px 0 10px 0; }
h3			{ margin-top: 10px; padding: 0px;  }
#admin_navigation	{ 
	float: left; 
	height: 100%; 
	width: 180px;
	margin: 10px 10px 40px 10px;
	padding: 10px; 
	background-image: url(/cms/img/qBack.png);
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;	
	-border-radius: 1em;	
}
div#adminMenuContainer	{ position: relative; margin-bottom: 10px; }
div.menuLink			{  }


div.pollElementContainer	{ 
	padding: 10px; margin: 20px 0; 
	background-image: url(/cms/img/qBack.png);
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;	
	-border-radius: 1em;	
}
div.myPoll 			{ color: #393939; margin: 10px 10px 6px 20px;    }
div.myPoll input	{ color: #393939; outline-color: #393939;    }
div.myPoll label 	{ margin-left: 10px; font-weight: bold; font-size: 11px;    }
div.pollQuestion	{ color: #673C96; font: italic bold 12px Arial; }
div.optionsSeparator{ height: 5px;  }
table.voteResults		{ color: #393939; width:100%; }
table.voteResults td	{ width: 50%; }

div.pollBar	{ 
	z-index: 12;
	height: 12px; 	
	position: absolute; 
}

div#pollBackContainer	{ position: absolute; height: 12px; }
div.pollResBackLeft	{ position: relative; float: left; height: 12px; width: 6px; background: url(/cms/img/sidebar/poll_results/connect_poll_left.png); }
div.pollResBackMid	{ position: relative; float: left; height: 12px; background: url(/cms/img/sidebar/poll_results/connect_poll_bg.png); }
div.pollResBackRight{ position: relative; float: left; height: 12px; width: 6px; background: url(/cms/img/sidebar/poll_results/connect_poll_right.png); }

.pollOption	{ color: #2D3327; margin-left: 4px;  }
.resultText	{ clear: both; color: #2D3327; text-align: left; margin: 0 6px 0 4px;}


/* Table */
.pollsContainer		{ position: relative; }
.pollRow			{ position: relative; height: 20px;clear: both; }
.pollCol			{ padding: 0px 4px; float: left; }
.pollCol.id			{ width: 30px; }
.pollCol.category	{ width: 120px; height: 100%; overflow: hidden; }
.pollCol.question	{ width: 450px; height: 100%; overflow: hidden; }
.pollCol.edit		{ width: 50px; }
.pollCol.delete		{ width: 50px; }

.headingRow			{ border: 1px solid #aaa; background: #E4E4E4; padding: 2px 4px; }
.bottomRow			{ border: 1px solid #aaa; background: #E4E4E4; padding: 2px 4px; }

/**
 * Styles for selecting condiments
 */
div.assign_row	{ clear: both; width: 1200px;  }
div.assign_column	{ position: relative; float: left;  }
div.rowkey	{ width: 100px;  }
div.rowname	{ width: 300px; }
div.selectionbox { width: 15px; }
