/*Icons*/
.fonticon {margin-top:2px; float:left;}
.searchbox {
	color: #000;
	font-size: 12px;
	width: 136px;
	height: 18px;
	background: #ccc ;
	outline:none;
	border:1px solid #000;
	padding:2px;
}
.searchbox:focus {
	background: #fff;
		outline:none;

}
.colouricon{
float:right;
margin-left:4px;
}
.announcment1 { margin-left:5px;}
.announcment2 { margin-right:5px;}
.announcments {float:left; display:inline; margin-top:4px; width:475px; color:#fff; }
.announcments a {color: #fff; text-decoration:underline;}
.announcments a:hover {color: #fff; text-decoration:none;}

#headsearch{
float:left;
margin:0 4px;
display:inline;
}

#screenoverlay
{
	background-color: #000000; /* The color to display*/
	position:fixed;
	/* The transparency of the background */
	opacity: .60;
	filter: alpha(opacity=60);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;

	/* Set the overlay so it appears above the page content */
	z-index: 1000;
text-align:center;
}
#video{
position: fixed;
/* Default positioning, that will be overridden by the javascript */
width:425px;;
height:344px;
left:32%;
top:28%;
/*Must use a z-index greater than the screen overlay*/
z-index: 1001;
}

#poll{
position: fixed;
/* Default positioning, that will be overridden by the javascript */
width:268px;
left:40%;
top:28%;
/*Must use a z-index greater than the screen overlay*/
z-index: 1001;
}

.polltitle {
height:26px;
width:264px;
background-color:#B3ECFF;
padding-left:2px;
padding-right:2px;
padding-top:6px;
font: bold 18px Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif; 
color: #000;
text-align:center;
}
.videotitle {
height:26px;
width:421px;
background-color:#B3ECFF;
padding-left:2px;
padding-right:2px;
padding-top:6px;
font: bold 18px Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif; 
color: #000;
text-align:center;
}

#headbar{
  position:fixed;
  top:0;
  left:9%;
  right:9%;
  height:29px;
  background: url(images/nav.png);
  repeat-x: 100%;
  line-height:1; 
  font: 14px "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, Verdana, sans-serif;
  color: #ccc;
  padding: 3px 5px 0 5px;
  z-index:1005;
  border-bottom:1px solid #000;
  border-right:2px solid #000;
  border-left:2px solid #000;
  display:block;
  }
  #headbar a:hover {
  color:#fff;
  }
