	.poller{	/* The poller box */

		float:none;
		width:200px;
		height:160px;
		border:3px double #ec4e00;
		margin:10px;
	}
	/* Poller title above radio buttons */
	.pollerTitle{
		padding: 0px 0px 0px 10px;
		text-align: center;
		font-weight:bold;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px 0px 5px 5px;
		
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:2px 0px 0px 10px;
		font-size:0.9em;

	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		margin-bottom:5px;
		text-align: center;
		font-weight:bold;
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:left;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		float:left;
		height:16px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:0.9em;
		line-height:16px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{
		height:16px;
		margin:0px 0px 0px 8px;
	}

	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;
	}

	.result_totalVotes{
		clear:both;
		font-size:0.8em;
		font-style:italic;
	}
	.bg-de {background:#f4f4f4;}
	.grey {color:#909090;}
	.a11{font-size:11px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:5px;		
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('/mods/voting/images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('/mods/voting/images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('/mods/voting/images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}