body{
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
background-color:#ffffff;
}
.default{
font-family:Arial;
font-size:12px;
color:#000000;
}
.content_title{
font-family:Arial;
font-size:13px;
font-weight:bold;
color:#f47400;
}
.content_message{
font-family:Arial;
font-size:13px;
color:#000000;
}
.content_title_white{
font-family:Arial;
font-size:13px;
font-weight:bold;
color:#ffffff;
}
.content_message_white{
font-family:Arial;
font-size:13px;
color:#ffffff;
}
.menutd{
background-color:#f47400;
border-right: 1px solid #F2AF72; 
padding: 10px;
text-align: center
}
.color_table{
background-color:#f47400;
}
.menutdlast{
padding: 10px;
text-align: center
}
a.url:link {
color:#000000;
font-family:Arial;
font-size:12px;
}
a.url:visited {
color:#000000;
font-family:Arial;
font-size:12px;
}
a.url:active {
color:#000000;
font-family:Arial;
font-size:12px;
}
a.urlmenu:link {
color:#FFFFFF;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
font-weight:bold
}
a.urlmenu:visited {
color:#FFFFFF;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
font-weight:bold
}
a.urlmenu:active {
color:#FFFFFF;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
font-weight:bold
}
 /*/Twitter/*/
.tweet, .query {
  font-family: Arial;
  font-size: 12px;
  color: #000000; }
  .tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff; }
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
      .tweet .tweet_list li a, .query .tweet_list li a {
        color: #000000; }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #f47400; }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }
        
        
	/* Poller title above radio buttons */
	.pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px;
		font-size:0.8em;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
		font-size:0.9em;
	}
	/* 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;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
		clear:both;
		font-size:0.8em;
		margin-top:10px;
		font-style:italic;
	}
