* {
margin:0;
padding:0;
}
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
img{
border: 0px;
}
table{
text-align:left;
}
a{
outline: none;
color: #1E73A5;
text-decoration: none;
}
a:hover{
text-decoration: none;
color: #BE0000;
cursor:pointer;
}
h1{
font-size: 15px
}
h2{
font-size: 14px
}
h3{
font-size: 13px
}
.clear {
clear:both;
}

/* POLL */
.poll-box{
clear: both;
background: url(/images/global/bg-poll.jpg) repeat-x top #F3F7FA;
margin: 10px 0px 20px 0px;
padding-bottom: 10px;
width:316px;
}
.poll-box h1{
text-transform: uppercase;
color: #1E73A5;
font-size:14px;
padding: 6px;
margin-bottom: 5px;
border-bottom: 1px solid #fff;
}
.poll-box img{
float: right;
padding-top: 15px;
margin-right: 10px;
}
.poll-box p{
margin: 0 10px 5px 10px;
}
.poll-box p label{
font-weight: bold;
}
.poll-box form{
}
.poll-box .checkbox{
background: none;
}
.poll-box .poll-vote-button {
float: right;
background: none;
width: auto !important;
width: 95px;
height: auto;
border: none;
margin-right:10px;
height:20px;
}

#result {
	font-weight:bold;
	color:#333333;
	font-size:12px;
}
div.progress-text {
	float:left;
	width:30px;
	margin: 2px 0px 5px 2px;
	color:#1E73A5;
}
div.progress-container {
  border: 1px solid #ccc;
  width: 140px;
  margin: 2px 5px 5px 15px;
  padding: 1px;
  float: left;
  background: white;
  font-size:12px;
  color:#FFFFFF;
}
#result p {
display:block;
width:90px;
font-size:11px;
line-height:19px;
}
div.progress-container div {
  background-color: #9FE1FF;
  height: 12px
}
.question {
width:20px;
float:left;
}

/* VIDEO PANEL */

.video-box {
width:316px;
border:1px solid #CCCCCC;
}
.video-box p {
	padding:0px 10px;
}
p.playing {
	text-transform:capitalize;
	color:#999999;
	font-size:10px;
padding:0px 10px;
}
p.header {
	font-size:12px;
	font-weight:bold;
padding:0px 10px;
}
p.description {
	font-size:11px;
padding:0px 10px;
}
.video-box ul {
	list-style:none;
margin-left:5px;
	margin:0;
}
.video-box ul li {
	float:left;
}
.video-box ul li a {
padding:10px 0px 0px 5px;
display:block;
height:60px;
width:73px;


}
.video-box ul li a.selected {
	background:url(/images/video-hover.gif) no-repeat 4px 4px;


}
.video-box ul li a img {
filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}
.video-box ul li a:hover img {
filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;
}
.video-box ul li a.selected img {
filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;
}


/* EVENTS WHATS ON */
.whats-on-calendar-box {
background-color:#EFF3F6;
border:1px solid #DFE2E7;
height:290px;
margin:5px 0pt 20px;
padding:0pt;
width:640px;
}
.whats-on-calendar-box .whats-on-calendar-box-left {
border-right:1px solid #DFE2E7;
float:left;
height:235px;
margin:10px 5px;
padding:0pt;
text-align:center;
width:315px;
}
.whats-on-calendar-box .whats-on-calendar-box-right {
float:left;
height:235px;
margin:10px 5px;
padding:0pt;
width:290px;
}
.whats-on-calendar-box .whats-on-calendar-box-left p {
font-size:11px;
margin:0pt 5px 5px;
padding:0pt;
}
.whats-on-calendar-box .whats-on-calendar-box-left .whats-on-calendar-map {
margin:10px 0pt;
}
.whats-on-calendar-box .whats-on-calendar-box-left .purple-text {
color:#6B1286;
font-size:12px;
}
.whats-on-calendar-box .whats-on-calendar-box-right .black-heading {
font-size:13px;
font-weight:bold;
}
.whats-on-calendar-box .whats-on-calendar-box-right ul {
color:yellow;
font-size:11px;
list-style-type:none;
margin:10px 5px 10px 0pt;
}
.whats-on-calendar-box .whats-on-calendar-box-right ul li {
background-image:url(../images/global/icon-arrow4.gif);
background-position:4px 3px;
background-repeat:no-repeat;
color:yellow;
font-size:11px;
font-weight:bold;
margin:0pt 0pt 10px;
padding-left:13px;
}
.whats-on-calendar-box .whats-on-calendar-box-right .whats-on-calendar-addevent {
background-image:url(../images/global/icon-arrows1.gif);
background-position:280px 3px;
background-repeat:no-repeat;
font-size:12px;
font-weight:bold;
margin:32px 0pt 15px;
padding-right:25px;
text-align:right;
}
