/*Global settings*/
html{
overflow-x:hidden;
}

#main_body {
	padding-top:40px;
	height:600px;
	
}
#content div{
	overflow: hidden;
}
.fixed_tab {
	position:absolute;
}
#trends{
	/*display:none;*/
	position:relative;
	z-index:1;
}
#texts_home.texts .item a.view_all_news {
	padding:6px 5px;
	width: 195px;	
}

#highlights .item.topstories a.view_all_news {
	padding:6px 5px;
	width: 196px;
}

ul.latest_downloads li.messages_box {
overflow: hidden;
}

ul.dates {
padding: 11px 0;
}
.footer_highlights {
	background:none;
}
.footer_highlights .item h1 {
	display:block;
}
ul.top_menu li a.selected {
	background: url(../images/top_selected.jpg) no-repeat 5px 5px;
}
a#logo {
background: url(../images/logo.jpg) no-repeat 0 0;
}
#navigation li.home a span {
background: url("../images/home.gif") no-repeat left center;
}
#navigation li.news a span {
background: url("../images/news.gif") no-repeat left center;
}
#navigation li.programs a span {
background: url("../images/charts.gif") no-repeat left center;
}
#navigation li.presenters a span {
background: url("../images/presenters.gif") no-repeat left center;
}
#navigation li.gallery a span {
background: url("../images/gallery.gif") no-repeat left center;
}
#navigation li.downloads a span {
background: url("../images/downloads.gif") no-repeat left center;
}
#navigation li.charts a span {
background: url("../images/programs.gif") no-repeat left center;
}
#navigation li.forum a span {
background: url("../images/news.gif") no-repeat left center;
}
ul.copyrights li ul.social li.facebook a {
background: url(../images/social_media.gif) no-repeat 0 0;
}
ul.social li.twitter a {
background: url(../images/social_media.gif) no-repeat -25px 0;
}
#texts_home.texts .item a.view_all_news{
position: relative;
top:30px;
left:10px;
}
#highlights .item.topstories a.view_all_news {

position: relative;
top: 0;
left: 0;
}
.loading_image{
	text-align:center;
	margin-left:460px;
	margin-top:50px;
}

#navigation li {
	z-index:9999;
}


#floating_box{
	position:absolute;
	right: auto; bottom: auto;
	/*top: expression( ( -10 - floating_box.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );*/
	top: expression( ( 195 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
#open_box{
	position:absolute;
	right: auto; bottom: auto;
	/*top: expression( ( -10 - floating_box.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );*/
	top: expression( ( 195 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.highlights .item .program_slider ul li.featured h1 {
	font-family:Arial, Helvetica, sans-serif;
}

#pollcontainer {
	position:relative;
}


#pollcontainer label {
	width:150px;
	display:inline;
}

#formcontainer {
	width:260px;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	top:0;
}


