	/*************************************************/
	/** Polling Locations JqueryUI override styles ***/
	/*************************************************/
	.ui-state-active, .ui-widget-content .ui-state-active,
	.ui-tabs-nav li.ui-tabs-selected {
		background: url('../images/tabs.gif');
		width: 179px;
		height: 40px;
		border: none;
		/**padding-top: 4px;**/
		background-repeat: no-repeat;
	}
	.ui-tabs-nav li:hover{
		background: url('../images/tabs.gif');
		width: 179px;
		height: 40px;
		background-position: -358px;
		background-repeat: no-repeat;
		border: none;
	}
	.ui-state-default, .ui-widget-content .ui-state-default{
		border: none;
		background: url('../images/tabs.gif');
		background-position: -180px;
		background-repeat: no-repeat;
		width: 179px;
		height: 40px;
		color: red;
	}
	/** Push tabs slightly to the right **/
	.ui-tabs-nav li:first-child{
		margin-left: 5px;
	}
	
	/** Set the Color of the Active Tab to Black **/
	.ui-tabs-nav li.ui-tabs-selected a {
		color: black;
	}
	
	/** Center tab text better within the tab image **/
	.ui-tabs .ui-tabs-nav li a{
	   padding-top: 13px;
	}
	.ui-widget-content {
		border: none;
	}
	.ui-widget-header{
	}
	.ui-tabs .ui-tabs-nav {
		background: white;
		border: none;
		border-bottom: solid 1px #D8D8D8;
		margin-left: -3px; /** push to the left, to align on top of shadow-border below **/		
	}	
	.ui-tabs .ui-tabs-nav li{
		margin-bottom: -2px;
	}
	
	.ui-state-active a, 
	.ui-state-active a:link, 
	.ui-state-active a:visited{
		color: #006699; /** active tab font color **/
	}
		
	.ui-tabs .ui-tabs-panel {
		
	}
	
	/*************************************************/
	/*************************************************/
