

/* OVERRIDING SOME DEFAULTS */

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
}

hr {
  clear: both;
  margin: 20px 0;
  border-color: #f2f2f2;
}

hr.no-topmargin {
  margin-top: 0;
}

h2 {
  color: #404040;
}

h2.inline {
  display: inline;
}

h3 {
  font-size: 20px;
  color: #404040;
  line-height: 22px;
}

h5 {
  font-weight: bold;
  font-size: 12px;
  color: #404040;
  line-height: 12px;
  margin: 0;
}
/* fixing an IE7 bug (doesn't affect other browsers) */
#main .clear {
  height: 0;
}

#main .content .clear {
  height: auto;
}

input[type=checkbox] {
  position: relative;
  top: 0.25em;
  *top: 0;
}

input[type=file] {
  height: 20px;
  border: 0;
}

span.title,
span.title a {
  font-weight: bold;
  font-size: 15px;
}

span.title a,
span.title,
a.title {
  color: #cb002e;
  
}

.link-color {
  color: #cb002e;
}

.disabled
{
	color: #F6E2C0;
}

.errormessage
{
	color: #cb002e;
	margin-bottom: 10px;
	display: block;
}

/* THE BASE STRUCTURE */

#wrap {
  width: 980px;
  background-color: White;
  margin: 0 auto;
}

#ad {
  width: 748px;
  padding: 0px 0px 0px 20px;
  margin: 5px auto;
}

#header {
  margin: 0px;
  background: #505050;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

#header-image {
  position: relative;
  width: 980px;
  height: 146px;
}

#header-image img {
  /*position: absolute;*/
  top: 0;
}


/* HEADER HIGHLIGHT */

#header-highlight {
  position: absolute;
  right: 0;
  background: url(../Graphics/Images/header-highlight.png) no-repeat;
  width: 340px;
  height: 146px;
}

#header-highlight ul li {
  line-height: 36px;
  text-indent: 46px;
  height: 36px;
  overflow: hidden;
}

#header-highlight ul li a {
  font-weight: bold;
  color: #fed100;
}


/* USER MENU */

#user-menu {
  background: #ffa100;
  height: 20px;
  padding: 7px;
}

#user-menu-left li {
  float: left;
}

#search {
  float: right;
  width: 250px;
}

#search input.input {
  width: 175px;
}

#welcome-msg {
  margin: 3px 4px 0 10px;
}

.fontsize-small,
.fontsize-medium,
.fontsize-big {
  color: #cb002e;
  line-height: 21px;
  display: inline-block;
}

.fontsize-small {
  margin: 0 0 0 20px;
}

.fontsize-medium {
  font-size: 16px;
}

.fontsize-big {
  font-size: 20px;
}


/* MENU */

#logo {
  float: right;
  margin: 0 20px 0 0;
}

#menu {
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  height: 60px;
  background: #000000;
  overflow: hidden;
}

ul.menu li {
  background: url(../Graphics/Images/menu_gradient.gif) no-repeat right;
  float: left;
  height: 60px;
}

ul.menu li nobr
{
	display: inline-block;
	height: 40px;
	float: left;
	padding: 20px 20px 0 20px;
}

ul.menu li nobr.selected
{
	 background: url(../Graphics/Images/menu_arrow.gif) no-repeat;
	 background-position: bottom center;
}

ul.menu li:last-child {
  background: none;
}

ul.menu li a {
  background-repeat: no-repeat;  
  display: block;
  height: 24px;
  overflow: hidden;
  line-height: 20px;
}

ul.menu li a.menu u
{
	visibility: hidden;
	display: none;
}

ul.menu li a.menu
{
	background-position: 0 0;
}

ul.menu li a:hover.menu,
ul.menu li a.menu.current
{
	background-position: 0 -30px;
}


/* SUB MENU */

#submenu {
  clear: both;
  height: 18px;
  line-height: 21px;
  overflow: hidden;
  padding: 6px 12px 8px 12px;
}

#submenu ul li {
  border-right: 1px solid #666666;
  display: inline;
  padding: 0 10px;
}

#submenu ul li:last-child {
  border-right: 0;
}

#submenu ul li a {
  color: #ffffff;
  font-weight: bold;
}

#submenu ul li a.current,
#submenu ul li a:hover {
  color: #ffa100;
  text-decoration: none;
}


/* SUB HEADER */

#sub-header {
  padding: 10px 35px 10px 0;
}

#sub-header a {
  color: #999999;
  margin: 0 16px 0 0;
}

#sub-header-right {
  float: right;
}

/* TABS */

ul.tabs {
  padding: 0;
  list-style: none;
}

.tabs li {
  float: left;
  position: relative;
  height: 30px;
  margin: 0 0 0 -16px;
  padding: 0 20px 0 26px;
  background: url(../Graphics/Images/tabs.png) 0 -30px;
}

.tabs li:first-child {
  margin: 0;
  padding: 0 20px 0 10px;
  background: url(../Graphics/Images/tabs.png) -16px -30px;  
}

.defaultcursor
{
	cursor: default;
}

.tabs li:first-child.selected {
  margin: 0;
  background: url(../Graphics/Images/tabs.png) -16px -30px;  
}

.tabs li:first-child:hover,
.tabs li:first-child.selected {
  margin: 0;
  background: url(../Graphics/Images/tabs.png) -16px 0;
}

.tabs li.highlight,
.tabs li:hover.highlight,
.tabs li:first-child.highlight {
  background: url(../Graphics/Images/tabs.png) -16px -30px;
}

.tabs li:hover + li.end,
.tabs li.selected + li.end,
.tabs li.selected:hover + li.end,
.tabs li.end,
.tabs li:hover.end,
.tabs li.selected + li.end:hover {
  background: url(../Graphics/Images/tabs.png) 0 -90px;
  padding: 0;
  width: 17px;
}

.tabs li.highlight:hover + li.end,
.tabs li.highlight.selected + li.end,
.tabs li.highlight.end {
  background: url(../Graphics/Images/tabs.png) -17px -90px;
  padding: 0;
  width: 17px;
}

.tabs li:hover + li,
.tabs li.selected + li {
  background: url(../Graphics/Images/tabs.png) 0 -60px;
}

.tabs li:hover,
.tabs li.selected,
.tabs li:hover + li:hover,
.tabs li:hover + li.selected,
.tabs li.selected + li:hover,
.tabs li.selected + li.selected {
  background: url(../Graphics/Images/tabs.png) 0 0;
}

.tabs li a {
  cursor: pointer;
  display: block;
  color: #ffffff;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
}


/* MAIN */

#main {
  float: left;
  width: 620px;
  margin: 0 20px 0 0;
}

#main a {
  font-weight: bold;
}

#main .box-main {
  line-height: 18px;
  margin: 0;
}

#main .title h4 {
  font-size: 15px;
  /*height: 60px;*/
  color: #404040;
  line-height: 22px;
  overflow: hidden;
}

#main .extra {
  color: #999999;
}


.box-main p.contentarea
{
	padding: 5px;
}

/* MAIN BOX-MAIN (LARGE & SMALL)  */

#main .box {
  width: 300px;
  float: left;
}

#main .box.odd {
  margin-right: 20px;
}

/* #main .box-main, */ /* See comment line 1057 */
#main .box {
  margin-bottom: 20px;
}

#main .box-main .toggle-content
{
	width: 618px;
}

#main .box-main .toggle-content.content-borderless
{
	width: 620px;
}


#main .duobox .box-main .toggle-content
{
	width: 298px;
}

#main .box-main .top,
#main .box .top {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  background: #000000;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
}

#main .box-main .top.highlight,
#main .box .top.highlight {
  background: #ffaf00;
}

#main .box-main .top .title,
#main .box .top .title {
  font-size: 20px;
}

#main .box-main .content,
#main .box .content {
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  background: #f2f2f2;
  padding: 20px;
}

#main .box-main.content,
#main .box.content {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #f2f2f2;
  padding: 20px;
}

#main .box-main .ten-padding.content, 
#main .box .ten-padding.content,
#main .box-main.ten-padding.content,
#main .box.ten-padding.content {
  padding: 10px;
}


#main .duobox .odd, #main .duobox .even
{
	width: 300px;
	float: left;
}

#main .duobox .odd
{
	margin-right: 20px;
}


.pluginBox
{
	margin-bottom: 20px;
}

/* POLL BOX */

.box-main.poll {
  color: #ffffff;
  line-height: 18px;
}

.box-main.poll .title {
  line-height: 22px;
  font-size: 15px;
  font-weight: bold;
  color: #faa200;
}

.box-main.poll .poll {
  background: url(../Graphics/Images/box_raster_dark_bg.gif) bottom left repeat-x #030303;
  padding: 14px 20px 20px 20px;
}

.box-main.poll .poll_yesterday {
  background: #404040;
  padding: 14px 20px 16px 20px;
}

.box-main.poll .last {
  margin: 16px 0 0 0;
}

.box-main.poll form {
  margin: 16px 0 0 0;
}

.box-main.poll p
{
	margin-bottom: 5px;
}

.box-main.poll .poll_options
{
	margin: 5px;
	margin-bottom: 10px;
}

.box-main.poll .poll_result
{
	margin-top: 5px;
}

.box-main.poll .poll_bar
{
	display: block;
	margin-bottom: 5px;
	
}

/* MAIN ARTICLE BOX */

#main .article {
  float: left;
  width: 300px;
}

#main .article.odd {
  margin: 0 20px 0 0;
}

#main .article .image {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 0;
  width: 300px;
}

#main .article .image a {
  text-decoration: none;
}

#main .article .image .image-overlay {
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  -moz-opacity: .60;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  opacity: .60;
}

#main .article .image .overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  padding: 8px;
  height: 18px;
  overflow: hidden;
  line-height: 20px;
}

#main .box-main .article .image .overlay-content {
  padding: 6px 8px;
}

#main .article .overlay-content,
#main .article .article-date {
  color: #999999;
}

#main .media-list .image-video {
  position: relative;
  width: 140px;
  height: 93px;
  float: left;
  margin: 0 20px 20px 0;
}

#main .media-list .image-video.last {
  margin: 0 0 20px 0;
}

#main .playerinfo.image-video
{
	height: 40px;
	width: 620px;
	background: url(../Graphics/Images/phplayer.jpg);
	position: relative;
}

#main .article .image .play,
#main .image-video .play {
  background: url(../Graphics/Images/play.png);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 61px;
  height: 27px;
  margin: -13px 0 0 -31px;
}

#main .playerinfo.image-video .play
{
	margin: -16px 0 0 16px;
}

#main .article .image .update {
  background: url(../Graphics/Images/update_vid.png);
  position: absolute;
  top: 10px;
  left: 10px;
  width: 98px;
  height: 30px;
}

#main .article .article-content {
  line-height: 18px;
  min-height: 150px;
  *min-height: auto;
}

#main .article .article-content.basic {
  min-height: inherit;
}

#main .article .title h4 a {
  font-size: 15px;
  color: #cb002e;
}

#main .article .bar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #f2f2f2;
  padding: 8px 11px;
  color: #999999;
  margin: 8px 0 0 0;
  height: 18px;
}

#main .article .bar span {
  margin: 0 5px 0 0;
  float: left;
  height: 16px;
  overflow: hidden;
}

#main .article .extra {
  color: #999999;
}


/* MAIN ARTICLES BOX IN CONTENT CLASS */

#main .content .article {
  float: left;
  width: 280px;
}

#main .content .article .image {
  width: 280px;
}

#main .content hr {
  border-color: #dcdcdc;
  margin: 20px 0;
}

#main .content .article .article-content .bar {
  background: #dcdcdc;
}


/* MAIN ARTICLE LARGE */

#main .content .article.article-large {
  width: 100%;
}

#main .content .article.article-large .title h4 a {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px 0;
  display: block;
}

#main .article.article-large .article-content {
  margin: 0 0 0 300px;
}

#main .article.article-large .article-content p {
  font-size: 14px;
}

#main .content .article.article-large .image {
  float: left;
  margin: 0 20px 0 0;
  display: block;
}

#main .content .article.article-large .image .overlay-content {
  font-size: 10px;
}

#main .content .article.article-large.big .image {
  width: 100%;
  margin: 0 0 5px 0;
}

#main .content .article.article-large.big .article-content {
  margin: 0;
  padding: 0;
}


/* MAIN DETAIL ARTICLE */

#main .article-detail .article {
  width: 100%;
}

#main .article-detail .article div.title h4 
{
	height: 60px;
}

#main .article-detail .article .image {
  float: left;
  margin: 0 20px 0 0;
  display: block;
}

#main .article-detail .article strong {
  margin: 0 0 20px 0;
}

#main .article-detail .article .title h4 a {
  font-size: 20px;
  line-height: 60px;
}

#main .article-detail .article .article-content {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f2f2f2;
}

#main .article-detail .article .image div {
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  background: #f2f2f2;
  padding: 10px;
}

#main .article-detail .article .image div span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  color: #404040;
}

#main .article-detail .article .image div strong {
  display: inline-block;
  width: 70px;
  margin: 0;
}


/* ALTERNATIVE ARTICLE BOX */

#main .article-alternative {
   border-bottom: 1px solid #f2f2f2;
   padding: 20px 5px;
}

#main .article-alternative.topborder {
   border-top: 1px solid #f2f2f2;
}

#main .article-alternative .image {
   float: left;
   margin: 0 20px 0 0;
}

#main .article-alternative .logo-bg {
   background: #f2f2f2;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  padding: 10px;
}


/* CONTAINER ARTICLE BOX */

#main .article-container {
   border-bottom: 1px solid #f2f2f2;
   padding: 20px 5px;
}

#main .article-container.topborder {
   border-top: 1px solid #f2f2f2;
}

#main .article-container .image {
   float: left;
   margin: 0 20px 0 0;
}

#main .article-container .logo-bg {
   background: #f2f2f2;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  padding: 10px;
}

#main .article-container .image div
{
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  background: #f2f2f2;
  padding: 10px;
  width: 280px;
  max-height: 100px;
  overflow: hidden;
}

#main .article-container ul
{
	margin-left: 320px;
}

#main .article-container ul li
{
  border-top: 1px solid #dcdcdc;
  padding: 6px 0;
  max-height: 34px;
  overflow: hidden;
}

#main .article-container ul li:first-child
{
  border-top: 0;
  padding-top: 20px;
}



/* DETAIL BAR */

#main .bar-detail li {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
  color: #999999;
  font-weight: bold;
}

#main .bar-detail li div.infobar
{
	width: 620px;
	height: 16px;
	overflow: hidden;
}

#main .bar-detail li.topborder {
  border-top: 1px solid #f2f2f2;
}

#main .bar-detail li a {
  font-weight: normal;
}

#main .bar-detail li a.icontext {
  margin: 0 0 0 14px;
}

#main .bar-detail li div.float {
  float: left;
  margin: 0 20px;
  line-height: 21px;
}


/* MAIN/SIDEBAR CONTENT BORDER BOX & LIST */

.content-border {
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  border: 1px solid #faa200;
  /* Below is an IE7 bug fix, the border didn't show how it should. */
  *display: inline-block;
}


.content-border ul li,
.content-list ul li
{
  border-top: 1px solid #faa200;
  padding: 6px 10px;
  line-height: 18px;
}

.content-border .related-media.lightborders ul li {
  border-top: 1px solid #f2f2f2;
}

.content .related-media ul li {
  border-top: 1px solid #dcdcdc;
  padding: 6px 0;
}

.content .related-media ul li:first-child {
  border-top: 0;
  padding: 0 0 6px 0;
}

.content-border .padding.form ul li {
  border: 0;
  padding: 5px 0;
}

.content-border .form.stripped ul li {
  border: 0;
  padding: 0;
}

.content-border ul li:first-child {
  border-top: 0;
}

.content-border ul li.title a,
.content-list ul li.title a,
.content-border a.title,
.content-list a.title
{
  color: #cb002e;
  font-weight: bold;
}

li.singlerow
{
	height: 16px;
	overflow: hidden;
}

.content-list span.title,
.content-border span.title {
  font-size: 15px;
  font-weight: bold;
  color: #404040;
}

.content-list ul li.right,
.content-border ul li.right {
  float: none;
  text-align: right;
}

.content-border ul.table-list li.right
{
	float: right;
	border: none;
	text-align: right;
}

.content-border ul li.right a.btn {
  float: right;
}

.content-border ul li a.icon {
  float: left;
  margin: 0 10px 0 0;
}

#main .content-border ul li.right {
  padding: 10px;
}

#main .left-50 {
  float: left;
  width: 280px;
}

#main .left-50.first-child {
  margin: 0 10px 0 0;
}

#main .content .left-50.first-child {
  margin: 0 20px 0 0;
}

#main .left-50 img {
  margin: 0 0 5px 0;
}

.content-border ul li .extra {
  color: #999999;
  margin: 0 10px 0 0;
}

.content-border ul li.lineheight {
  line-height: 18px;
}

.content-border .padding,
.content-border.padding  {
  padding: 20px;
}

.content-border .no-padding  {
  padding: 0;
}

.related-media .icon {
  float: left;
}

.related-media li div {
  margin: 0 0 0 30px;
}

/* MAIN AD BOX */

#main .box-ad {
  background: #f2f2f2;
  border: 1px solid #dcdcdc;
  padding: 9px 0;
  margin: 0 0 20px 0;
}

#main .box-ad div {
  width: 468px;
  margin: 0 auto;
}

#main .box-ad.half-banners div {
  width: 534px;
  margin: 0 auto;
}

#main .box-ad.half-banners div img:first-child {
  float: right;
}

#main .box-ad.ad-vert, #ad.ad-vert
{
	background-image: url(../Graphics/Images/ad-ver.png);
	background-repeat: no-repeat;
}

#main .box-ad.ad-vert { background-position: 2px 0px; }
#ad.ad-vert			  { background-position: 0px 6px; }

.ad-hor
{
	height: 18px;		
	background-image: url(../Graphics/Images/ad-hor.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/* MAIN FILTER & SORT */

#main div.filterbox 
{
	margin: 5px 0px 10px 0px;
}

#main div.filterbox div.text
{
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	background: #000000;
	padding: 5px 12px;
	color: #ffffff;
}

#main div.filterbox div.filter
{
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  background: #404040;
  padding: 3px 12px 5px 10px;
  color: #ffffff;
}

#main div.filterbox div.filter label
{
	margin-right: 10px;
}

#main .sort {
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  background: #404040;
  padding: 4px 12px 12px 12px;
  color: #ffffff;
  line-height: 30px;
  height: 20px;
  overflow: hidden;  
}

#main .sort label,
#main .sort input,
#main .sort select
{
	margin-right: 10px;
}

#main .sort input,
#main .sort select
{
	font-size: 11px;
}

#main .sort .btn
{
	float: none;
	display: inline-block;
}


.ascending,
.descending {
  background: url(../Graphics/Images/sort_ascending.png) no-repeat center right;
  width: 7px;
  height: 4px;
  padding: 0 12px 0 0;
  margin: 0 4px 0 10px;
}

.descending {
  background: url(../Graphics/Images/sort_descending.png) no-repeat center right;
}


/* SIDEBAR */

#sidebar {
  float: left;
  width: 340px;
}

#sidebar a {
  font-weight: bold;
}

#sidebar .box {
  width: 160px;
  float: left;
}

#sidebar .box.odd {
  margin-right: 20px;
}

/* #sidebar .box-main, */
#sidebar .box {
  margin-bottom: 20px;
}

#sidebar .box-main {
  clear: both;
}

#sidebar .box-main .toggle-content
{
	width: 338px;
}

/* Removed "#sidebar .box-main margin-bottom" and added this div,
   to get the collapse to function correctly in IE.
   Same problem needs to be fixed in the main content. */
.collapse-box-spacer {
    height: 20px;
}

#sidebar .box-main .top,
#sidebar .box .top {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  background: #000000;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
}

#sidebar .box-main .content,
#sidebar .box .content {
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  background: #f2f2f2;
  padding: 20px;
}

#sidebar .box-main li.li-bgcolor {
  background: #f2f2f2;
}

#sidebar .box-main li a.icon_remove {
  float: right;
  margin: 3px 0 0 0;
}

#sidebar .box-main .gallery li:first-child {
  padding: 2px 10px 5px 10px;
}

#sidebar .box-ad,
#sidebar .box .box-ad {
  background: #f2f2f2;
  border: 1px solid #dcdcdc;
  padding: 9px 0;
  margin: 0 0 20px 0;
}

#sidebar .box.no-margin,
#sidebar .box-ad.no-margin {
  margin-bottom: 0;
}

#sidebar .box-ad div {
  margin: 0 auto;
  width: 300px;
}

#sidebar .box .box-ad div {
  margin: 0 auto;
  width: 120px;
}

#sidebar .logos_media {
  float: left;
}

#sidebar .banner_twitter {
  background: url(../Graphics/Billboard/banner_twitter.gif) no-repeat;
  width: 150px;
  height: 49px;
  font-weight: bold;
  padding: 64px 0 0 18px;
  cursor: hand;
  cursor: pointer;
}

#sidebar .banner_hyves {
  background: url(../Graphics/Billboard/banner_hyves.gif) no-repeat;
  width: 160px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 81px 0 0 0;
  text-align: center;
  cursor: hand;
  cursor: pointer;
}

#sidebar .banner_hyves span {
  color: #ffa100;
}

#sidebar .newsletter-signup {
  padding: 10px;
}

#sidebar .newsletter-signup .title {
  margin: 0 0 10px 0;
}

#sidebar .newsletter-signup .input {
  width: 220px;
}

#sidebar .rss_feeds  {
  line-height: 20px;
  padding: 10px;
}

#sidebar .rss_feeds .title  {
  font-size: 15px;
  font-weight: bold;
}

#sidebar .rss_feeds li {
  line-height: 20px;
  font-size: 11px;
  margin: 8px 0;
}

#sidebar .rss_feeds a {
  float: left;
}

#sidebar .rss_feeds select {
  width: 110px;
}

#sidebar .rss_feeds .icon {
  margin: 0 4px 0 0;
}


/* SIDEBAR COLORED BOX */

#sidebar .box-color {
  background: url(../Graphics/Images/box_raster_color_bg.gif) repeat-x bottom left #ffaf00;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  *border: 1px solid #FFAF00;
}

#sidebar .box-color .padding {
  padding: 10px;
}

#sidebar .box-color li .title  {
  font-size: 15px;
  font-weight: bold;
}

/* GALLERY */

.gallery span {
  display: block;
  line-height: 30px;
  font-weight: bold;
  color: #404040;
}

.gallery img {
  margin: 0 4px 0 0;
  display: inline;
}

.gallery.gallery_extramargin img {
  margin: 0 15px 15px 0;;
}

.gallery img.last {
  margin-right: 0;
}

img.liveradiotv
{
	width: 336px;
	height: 100px;
	border: 0px none;
	margin: 1px;
	padding: 0px;
}


/* GOOGLE MAPS */

#map,
#map-content {
  height: 140px;
  position: relative;
}

#map-toggle {
  background: #000000;
  padding: 8px;
  position: absolute;
  bottom: 0;
  width: 564px;
  -moz-opacity: .75;
  filter: alpha(opacity=75);
  -khtml-opacity: 0.75;
  opacity: 0.75;
  text-align: right;
}

.map-big {
  width: 620px;
  height: 400px;
  margin: 20px 0;
}

#googleMap
{
	width: 620px;
	height: 400px;
}



/* FOOTER */

#footer {
  clear: both;
  margin: 0 0  14px 0;
}

#footer-top {
  background: url(../Graphics/Images/footer_top.gif) no-repeat;
  width: 980px;
  height: 49px;
}

#footer-menu {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  background: #000000;
  height: 60px;
  width: 980px;
  overflow: hidden;
}

#footer-links {
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  background: #ffa100;
  height: 14px;
  clear: both;
  padding: 10px 15px;
  font-weight: bold;
}

#footer-links a {
  color: #cb002e;
  padding: 0 5px;
}


/* WEATHER */

#main .box-main .weather-map {
  float: left;
  margin: 0 10px 0 0;
}

/* WEBCAM */

#main .box-main.webcam img {
  margin: 20px 0 10px 0;
}

/* PLAYER */

#main .box-main .player-medium {
  margin: 10px 0 20px 0;
}

#main .box-main .title.player {
  font-size: 15px;
}


/* FORMS */

form.inline li {
  float: left;
}

select.inline {
  float: left;
}

.input {
  background: #ffffff;
  border: 1px solid #999999;
  padding: 2px;
}

input.input-full-width {
  width: 97%;
}

select.input-full-width {
  width: 99%;
}

input.input-half-width {
  width: 47%;
}

select.input-half-width {
  width: 49%;
}

ul.form li .input {
  width: 420px;
}

ul.form li select.input {
  width: 426px;
  padding: 0;
}

ul.form li .input.short {
  width: 100px;
}

ul.form li .input.medium {
  width: 200px;
}

ul.form li {
  margin: 0 0 10px 0;
  line-height: 18px;
}

ul.form li input.input-half-width {
  width: 49%;
}

ul.form li.no-margin {
  margin: 0;
}

ul.form li label {
  position: relative;
  width: 150px;
  display: block;
  float: left;
  font-weight: bold;
}

ul.form li h2 {
  padding: 0 0 8px 0;
  line-height: 10px;
}

ul.form li label span {
  position: absolute;
  top: 18px;
  left: 0;
  font-weight: normal;
}

ul.form.search-content li {
  display: inline;
  margin: 10px 0 0 0;
}

ul.form.search-content li h2 {
  padding: 0 0 12px 0;
}

ul.form.search-content li .input.inline {
  margin: 0 10px 0 0;
}

ul.form.search-content li .btn.inline {
  margin: 0;
}

ul.form.search-content li label {
  color: #404040;
}

ul.form li span.inputcheck label
{
	float: none;
	display: inline;
	margin-left: 5px;
	font-weight: normal;
}

/* COMMENT FORM */

ul.form-comment li {
  margin: 10px 0;
}

ul.form-comment li {
  margin: 10px 0;
}

ul.form-comment li h3 {
  margin: 0 0 20px 0;
}

ul.form-comment li input.input {
  width: 300px;
}

ul.form-comment li textarea {
  width: 99%;
}


ul.form-comment li:last-child input {
  float: right;
}


/* PAGINATORS */

#main .box-main.paginator {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
}

#main .box-main.paginator a {
  color: #de8d02;
}

#main .box-main.paginator a,
#main .box-main.paginator span {
  margin: 0 4px;
}

#main .box-main.paginator.paginator-next-previous {
  text-align: left;
  color: #dcdcdc;
  width: 620px;
  margin-bottom: 10px;
}

#main .box-main.paginator.paginator-next-previous span {
  float: left;
}

#main .box-main.paginator.paginator-next-previous div.paginator_left
{
	float: left;
	width: 160px;
}
#main .box-main.paginator.paginator-next-previous div.paginator_right
{
	float: right;
	text-align: right;
	width: 160px;
}

#main .box-main.paginator.paginator-next-previous div.paginator_navigator
{
	text-align: center;
	width: 620px;
}

#main .box-main.paginator.paginator-next-previous div.paginator_navigator b.selected
{
	color: Black;
}


.content-border ul li.paginator {
  text-align: center;
}

.content-border ul li.paginator a {
  padding: 0 2px;
}

#main .box-main.paginator.paginator-alternative {
  text-align: left;
}

#main .box-main.paginator.paginator-alternative .days {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 20px 0;
  margin: 0 0 10px 0;
}

#main .box-main.paginator.paginator-alternative .days.noparts
{
	border-bottom: 0px none;
	margin-bottom: 0px;
	padding-bottom: 10px;
}


#main .box-main.paginator.paginator-alternative .days a,
#main .box-main.paginator.paginator-alternative .days span {
  padding: 5px 10px;
  margin: 0;
}

#main .box-main.paginator.paginator-alternative .days span {
  background: #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #404040;
}

#main .box-main.paginator.paginator-alternative .day-part {
  font-size: 12px;
  padding: 0 0 0 10px;
}


/* COMMENTS */

.content .comments h3 {
  margin: 0 0 20px 0;
}

.comments div {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #f2f2f2;
  line-height: 18px;
}

.content .comments div {
  border-color: #dcdcdc;
}

.comments div:first-child {
  padding: 0 0 20px 0;
}

.comments div p {
  margin-left: 60px;
  min-height: 50px;
}

.comments div .avatar {
  float: left;
}

.comments div .extra {
  color: #999999;
}

.comments div .commentcontrol
{
	float: right;
	color: Red;
}

.comments div textarea
{
	width: 500px;
	height: 100px;
}

.comments div .pm-links {
  margin-top: 10px;
}

.comments div.morecomments
{
	margin: 0;
	margin-top: -15px;
	border: 0px none;
	padding: 0;	
	padding-right: 10px;
	text-align: right;
}

/* NORMAL LIST */

.normal-list.toppadding {
  padding: 10px 0 0 0;
}

.normal-list li {
  border-bottom: 1px solid #f2f2f2;
  padding: 6px 0;
}

.normal-list li:first-child {
  border-top: 1px solid #f2f2f2;
}

.normal-list li a {
  color: #cb002e;
}


/* GUIDE LIST */

.guide-list {
  padding: 10px 0 0 0;
}

.guide-list .broadcast {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
}

.guide-list .broadcast:first-child {
  border-top: 1px solid #f2f2f2;
}

.guide-list .broadcast .time,
.guide-list .broadcast .image {
  margin: 0 10px 0 0;
  float: left;
}

.guide-list .broadcast .time {
  margin: 0 20px 0 0;
  font-weight: bold;
  color: #404040;
}

.guide-list .broadcast .text {
  margin: -5px 0 0 162px;
  min-height: 70px;
}


/* OVERVIEW LIST */

.overview-list div {
  padding: 24px 0 10px 0;
  border-bottom: 1px solid #f2f2f2;
}

.overview-list .title a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #cb002e;
  line-height: 18px;
}

.overview-list .extra {
  color: #999999;
}

.overview-list a.icon_remove {
  float: right;
  margin: -3px 0 0 0;
}

.overview-list.traffic-jams
{
	padding: 10px;
}

.overview-list.traffic-jams div:first-child {
  padding: 10px 0 8px 0;
}

.overview-list.traffic-jams div {
  padding: 8px 0 6px 0;
}

.overview-list.traffic-jams div span.left {
  float: left;
  display: block;
}

.overview-list.traffic-jams div .route {
  width: 80px;
  font-size: 25px;
  color: #cb002e;
  font-weight: bold;
  line-height: 28px;
}

.overview-list.traffic-jams div .length {
  width: 72px;
  height: 50px;
  font-size: 15px;
  color: #404040;
  font-weight: bold;
}

.overview-list.traffic-jams div .detail {
  line-height: 22px;
}


/* DAY PART LIST (SONGLIST) */

.day-part-list {
  margin: 40px 0 20px 0;
}

.day-part-list li {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px;
}

.day-part-list li.top {
  background: #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-weight: bold;
  font-size: 15px;
  color: #404040;
}

.day-part-list li.no-border {
  border: 0;
}


/* TABLE LIST */

.table-list {
  margin: 0 0 40px 0;
}

.table-list.last {
  margin: 0 0 20px 0;
}

.content-border UL.table-list LI
{
	 border-top: none;
}

.table-list li {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px;
}

.table-list li div {
  font-weight: bold;
  width: 435px;
  float: left;
}

.table-list li span {
  width: 80px;
  display: inline-block;
}

.table-list li span.rowtitle
{
	font-weight: bold;
	display: block;
}

.table-list li.toprow div, .table-list li.toprow span.rowtitle
{
  line-height: 21px;
  font-size: 20px;
  color: #404040;
  margin: -5px 0 0 0;
}

.table-list li span.rowtitle
{
	width: auto;
}

.table-list li span.col
{
	float: right;
}

.table-list li.toprow span {
  color: #999999;
}

.table-list li.toprow a, .table-list li.toprow a:hover, .table-list li.toprow a:active, .table-list li.toprow a:link, .table-list li.toprow a:visited
{
	color: Black;
}



/* TRAFFIC JAM SORTER */

#main .box-main .traffic-select {
  width: 145px;
  float: left;
  margin: 0 40px 0 0;
}

#main .box-main .traffic-select.traffic-select2 {
  width: 175px;
}

#main .box-main .traffic-select li {
  margin: 0 0 6px 0;
}

#main .box-main .traffic-select.labels-left li label {
}

#main .box-main .traffic-select li input[type=checkbox] {
  /*top: -3px;*/
}

#main .box-main .traffic-select li select {
  width: 140px;
  margin: 3px 0 0 0;
}

#main .box-main .legend {
  margin: 0 0 20px 0;
  float: left;
}

#main .box-main .legend span {
  display: block;
  float: left;
  width: 50px;
}

#main .box-main .legend ul {
  margin: 0 0 0 70px;
}

#main .box-main .legend ul li {
  float: left;
  width: 240px;
  margin: 0 0 10px 0;
}


/* MEDIA LIST */

.media-list img {
  float: left;
  margin: 0 20px 20px 0;
}

.media-list img.last {
  margin: 0 0 20px 0;
}


/* WEATHER FORECAST */

.weather-forecast {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 20px 0;
}

.weather-forecast div.day {
  background: #f2f2f2;
  margin: 0 0 0 1px;
  width: 123px;
  float: left;
}

.weather-forecast div.day div {
  text-align: center;
  border-top: 1px solid #ffffff;
}

.weather-forecast div.day div div {
  border: 0;
}

.weather-forecast div.day div img {
  margin: 0 auto;
}

.weather-forecast div.day:first-child {
  margin: 0;
}

.weather-forecast div.day div.title {
  background: #000000;
  color: #ffa100;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 0;
  border: 0;
}

.weather-forecast div:first-child div.title {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}

.weather-forecast div.day div.title.last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}

.weather-forecast div.day div.type {
  padding: 18px 0 12px 0;
  color: #999999;
}

.weather-forecast div.day div.type div {
  height: 30px;
}

.weather-forecast div.day div.type img {
  margin-bottom: 5px;
}

.weather-forecast div.day div.temperature {
  background: #dcdcdc;
  padding: 6px 0;
}

.weather-forecast div.day div.temperature .max {
  color: #cb002e;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1px;
}

.weather-forecast div.day div.hours,
.weather-forecast div.day div.rainfall {
  padding: 5px 0;
}

.weather-forecast div.day div.winddirection {
  padding: 20px 0;
}

.weather-forecast div.day div.wind {
  background: #ffa100;
  font-weight: bold;
  padding: 6px 0;
}

.weather-forecast div:first-child div.wind {
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
}

.weather-forecast div.day div.wind.last-child {
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
}


/* PROFILE */

.profile-details {
  margin: 0 0 40px 0;
}

.profile-details img {
  float: left;
  margin: 0 20px 0 0;
}

.profile-details .title {
  margin: 0 0 14px 0;
  display: block;
}

.profile-details ul {
  margin: 0 0 0 170px;
}

.profile-details ul li {
  line-height: 18px;
}

.profile-details ul li label {
  width: 130px;
  display: inline-block;
  font-weight: bold;
}


/* PRINT */

.box-main .print {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px;
}

.box-main .print .icon_print {
  float: right;
}


/* INFO LIST */

ul.info-list {
  float: left;
  width: 50%;
}
ul.info-list li {
  border: 0;
  padding: 1px 0;
}


/* BUTTONS */

a.btn,
input.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #cb002e;
  display: block;
  text-align: center;
  padding: 3px 10px;
  height: 14px;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

input.btn {
  float: left;
  border: 0;
  height: 20px;
  padding-top: 1px;
  overflow: visible;
}

.btn.inline,
.input.inline {
  float: left;
}

.btn.inline {
  line-height: 14px;
  margin: 0 0 0 5px;
}

a:hover.btn,
input.btn:hover {
  background: #db0032;
}

.btn.plus,
a:hover.btn.plus {
  background: url(../Graphics/Icons/icons.png) 1px -419px no-repeat #ffa100;
  text-indent: 20px;
}

.btn.alternative,
a:hover.btn.alternative {
  background-color: #ffa100;
}

a:hover.btn.alternative {
  background-color: #DB1837;
}


/* MORE LINK */

a.more-link {
  float: right;
}

a.more-link.min-margin {
  margin: -10px 0 0 0;
}


/* ICONS */

/* Position icons in box top */
.top .icon, .top .loading {
  float: right;
  margin: 5px 5px 0 5px;
}

.top .loading {
	display: none;
}

.icon,
.icontext {
  background: url(../Graphics/Icons/icons.png) no-repeat 0 0;
  height: 17px;
}

.icon {
  width: 17px;
}

.icon {
  display: block;
  text-indent: 20px;
  line-height: 20px;
  overflow: hidden;
}

.icon.inline {
  float: left;
  margin: 0 6px 0 0;
}

.icon_remove.inline {
  margin: 4px 10px 0 0
}

.iconbox
{
	float:right;
	margin: 3px 10px 3px 0px;
	width: 465px;
}

.icontext {
  padding: 0 0 0 20px;
  margin: 0 5px 0 0;
}

.icon_weather {
}

.icon_weather_dynamic
{
	background: url(../Graphics/Image.aspx?object=meteo) no-repeat;
}

.icon_trafic {
  background-position: 0 -20px;
}

.icon_airport {
  background-position: 0 -500px;
}

.icon_aboutomroepbrabant {
  background-position: 0 -40px;
  line-height: 18px;
}

.icon_contact {
  background-position: 0 -60px;
  line-height: 18px;
}

.icon_advertise {
  background-position: 0 -80px;
  line-height: 18px;
}

/* These icons get a custom background position (need to position differently) */
.icon_audio { background-position: 0 -98px; }
.icon_audio_bw { background-position: -20px -98px; }
.icon_video { background-position: 0 -117px; }
.icon_video_bw { background-position: -20px -117px; }
.icon_text { background-position: 0 -138px; }
.icon_text_bw { background-position: -20px -138px; }
.icon_photos { background-position: 0 -158px; }
.icon_photos_bw { background-position: -20px -158px; }
.icon_files { background-position: 0 -178px; }
.icon_files_bw { background-position: -20px -178px; }
.icon_location { background-position: 0 -440px; }
.icon_location_bw { background-position: -20px -438px; }

/* End custom positioned icons */


.icon_remove {
  background-position: 0 -200px;
  width: 10px;
  height: 10px;
}

.icon_rss {
  background-position: 0 -220px;
  width: 20px;
  height: 20px;
}

.collapse {
  background-position: 0 -240px;
  width: 20px;
  height: 20px;
}

.expand {
  background-position: 0 -260px;
  width: 20px;
  height: 20px;
}

.icon_nujij {
  background-position: 0 -280px;
}

.icon_twitter {
  background-position: 0 -300px;
}

.icon_msn {
  background-position: 0 -320px;
}

.icon_digg {
  background-position: 0 -340px;
}

.icon_delicious {
  background-position: 0 -360px;
}

.icon_google {
  background-position: 0 -380px;
}

.icon_print {
  background-position: 0 -400px;
}

.icon_addtofavorites {
  background-position: 0 -420px;
}

.icon_hyves {
  background-position: 0 -460px;
}

.icon_facebook {
  background-position: 0 -480px;
}

/* TRAFFIC ICONS */

.icon-traffic {
  background: url(../Graphics/Images/icons_traffic.gif) no-repeat 0 0;
  padding: 0 0 0 35px;
}

.icon-traffic.heavy {
  background-position: 0 -20px;
}

.icon-traffic.moderate {
  background-position: 0 -40px;
}

.icon-traffic.light {
  background-position: 0 -60px;
}


/* MEDIA LOGOS */

.logos_media a {
  background: url(../Graphics/Images/logos_media.gif) no-repeat 0 0;
  display: block;
  width: 52px;
  height: 18px;
  text-indent: 58px;
  line-height: 18px;
  overflow: hidden;
  float: left;
}

a.logo_youtube {
}

a.logo_flickr {
  background-position: -52px 0;
  width: 58px;
}

.box-main .logos_media {
  float: right;
}



/* LINKS */

#select_categorie.active,
#select_gemeente.active,
#select_regio.active,
#filter_categorie.active,
#filter_gemeente.active,
#filter_regio.active {
  display: block;
}

#main .box-main li.links {
  float: left;
  margin: 0 20px 0 0;
  width: 190px;
  display: inline;
}

#main .toggle-box li.links
{
	width: 170px;
	border: 0px none;
}

#main .box-main li.links.odd {
  margin: 0;
}

#main .box-main li.links li.linkhead,
#main .box-main li.links li.linkitem
{
  padding: 5px 0; 
  border: 0px none;
  border-bottom: 1px solid #f2f2f2;
}

#main .box-main li.links li,
#main .box-main li.links li.linkhead
{
	height: 18px;
	overflow: hidden;
}

#main .box-main li.links li.linkhead {
  font-size: 15px;
  font-weight: bold;
  color: #404040;
  margin: 30px 0 0 0;
}

#main .box-main li.links li.linkhead.first {
  margin: 0;
}

#main .box-main li.links li.linkhead,
#main .box-main li.links li a
{
	line-height: 22px;
}

/* ARCHIVE */

.archive {
  margin: 20px 0 0 0;
}

.archive li {
  padding: 20px 0;
  color: #999999;
  border-bottom: 1px solid #f2f2f2;
}

.archive li .title.red {
  color: #cb002e;
}

/* OMROEP BRABANT BLOGT */

.latest-bloggers ul li a {
  color: #cb002e;
}

.date {
  color: #999999;
  margin: 0 10px 0 0;
}

#main .box-main .content.blog {
  padding: 10px;
}

.content-border.blog ul li {
  padding: 10px;
}

.content-border.blog ul li {
  border: 0;
}

.blog li {
  float: left;
  width: 280px;
  margin: 0 8px 0 0;
}

.blog li form {
  width: 295px;
}

.blog li form input {
  width: 270px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #999999;
  padding: 2px;
  margin: 3px 0 3px;
  color: #999999;
}

.blog li form input.inline {
  width: auto;
  margin: 0;
  border: 0;
  color: #ffffff;
}

.blog-calendar {
  padding: 10px;
}

.blog-calendar table {
  width: 280px;
  margin: 0 0 10px 0;
}

.blog-calendar table tr td {
  color: #999999;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  border: 1px solid #cccccc;
}

.blog-calendar table .prevmonth
{
	float: left;
	text-align: left;
}

.blog-calendar table .curmonth
{
	text-align: center;
	text-indent: 20px;
}

.blog-calendar table .nextmonth
{
	float: right;
	text-align: right;
}

.blog-calendar table tr td.head {
  border: 0;
}


.blog-calendar table tr td.footer
{
	border: 0;
}


.blog-calendar table tr td.day {
  background: #f2f2f2;
  color: #000000;
}

.blog-calendar ul {
  padding: 6px 0 10px 0;
}

.blog-calendar ul li {
  border: 0;
  width: 110px;
  float: left;
  padding: 0;
}



/*TOEGEVOEGD DOOR INTEGRACE*/
.hiddencontent
{
	display: none;
	visibility: hidden;
}

.visiblecontent
{
	display: block;
	visibility: visible;
}

li.selected, li.selected a
{
  cursor: default;
}

input.icon
{
	background-color: #000000;
	border: 0;
}



/* METEO */
#meteo_screen
{
	width: 300px;
	height: 175px;
	margin: 5px 8px 5px 5px;
	background-image: url(../Graphics/Meteo/weerkaart_brabant.gif);
	background-repeat: no-repeat;
	float: left;
}

#icons_container
{
	width: 300px;
	height: 175px;
	position: static;
}

.meteo_icon
{
	position: relative;
	width: 48px;
	height: 48px;
}

#icons_container img.westbrabant
{	
	left: 35px;
	top: 44px;
}

#icons_container img.middenbrabant
{
	left: 118px;
	top: -26px;
}

#icons_container img.zuidoostbrabant
{
	left: 170px;
	top: -30px;
}

#icons_container img.noordoostbrabant
{
	left: 200px;
	top: -174px;
}

.meteo_temp
{
	position: relative;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #da6900;
	font-weight: bold;
}

#icons_container div.westbrabant
{	
	left: 70px;
	top: 0px;
}

#icons_container div.middenbrabant
{
	left: 160px;
	top: -63px;
}

#icons_container div.zuidoostbrabant
{
	left: 213px;
	top: -67px;
}

#icons_container div.noordoostbrabant
{
	left: 240px;
	top: -215px;
}

#meteo_windroos
{
	position: relative;
	left: 45px;
	top: -135px;
}

#meteo_windstrength
{
	width: 16px;
	height: 13px;
	line-height: 13px;
	padding: 1px;
	margin: 0;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	left: 80px;
	top: -150px;
}

.meteo_content
{
	padding: 5px;
}


/* TELETEKST */
#TeletekstContent
{
	margin: 10px 0;
}

#TeletekstContent .box-main:first-child
{
	border: 1px solid black;
}

#TeletekstContent .box-main img
{	
	padding-bottom: 10px;
	margin: 0 68px 15px 68px;
}

/* RATING */
.votebar
{
  height: 20px;
  width: 85px;
  padding-top: 3px;
  float: left;
}

.votebar span.label
{
	float: left;
}

.votebar .outerbar {
	position: absolute;
	width: 80px;
	height: 14px;
	background: url(../Graphics/Icons/rating.gif) no-repeat 0px 0px;
}

.votebar .innerbar { 
	position: absolute;
	width: 0;
	height: 14px;
	background: url(../Graphics/Icons/rating.gif) no-repeat 0px -40px;
}

.votebar a {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 14px;
}

.votebar a:hover {
  background: url(../Graphics/Icons/rating.gif) no-repeat 0px -20px;
}
		

.votebar a.vote1  { width: 16px; }
.votebar a.vote2  { width: 32px; }
.votebar a.vote3  { width: 48px; }
.votebar a.vote4  { width: 64px; }
.votebar a.vote5  { width: 80px; }


.votebar a.vote0
{
	width: 80px;
}


/* Content Area */

#main .contentarea UL,
#main .article .article-content UL,
#main div.box-main UL.opsomming
{
	list-style-type: disc;
	padding-left: 30px;
}

#main .contentarea p,
#main .contentarea div,
#main .article .article-content p
{
	margin: 10px 0;
}

/* News Area */

#main .box-main.news-areas .article.article-large .image {
  width: auto;
  float: none;
  margin: 0 0 6px 0;
}

#main .box-main.news-areas .article.article-large .article-content {
  margin: 0;
}

#main .box-main.news-areas .article.article-large .article-content p {
  margin: 0;
}

#main .box-main.news-areas .article .article-content {
  min-height: 100px;
}

#main .box-main.news-areas h2.title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.latest-news ul {
  border-top: 1px solid #f2f2f2;
  margin: 10px 0 20px 0;
}

.latest-news li {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0;
}

.latest-news .title a {
  color: #CA033A;
}

.news-areas h2 {
  margin: 0 0 15px 0;
}

.news-areas-articles {
  float: left;
  margin: 0 0 0 20px;
}

.news-areas-articles ul {
  width: 300px;
}

.news-areas-articles li {
  border-top: 1px solid #f2f2f2;
  padding: 6px 0;
}

.news-areas-articles .read-more {
  text-align: right;
}

#main .content-margin {
  margin: 0 0 20px 0;
  clear: both;
}

img.youtube
{
	display: inline-block;
	margin: 0px 4px 10px 0px;
}

UL li.selected .clickable,
.clickable
{
	cursor: hand;
	cursor: pointer;
}