html
{
    height: 100%;
    background-color: #b3b3b3;
}

body
{
    width: auto !important;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #b3b3b3;
    font-family: Verdana;
    font-size: 11px;
    color: #3f464c;
}

a:active, a:link, a:visited 
{
    color: #3f464c;
    text-decoration: none;
}

a:hover
{
    color: #3f464c;
    text-decoration: underline;
}

a.navigation:active, a.navigation:link, a.navigation:visited 
{
    color: #3f464c;
    text-decoration: none;
}

a.navigation:hover
{
    color: #cf691e;
    text-decoration: none;
}

div.feedback.error
{
	color: #D33D3C;
}

div.feedback.info
{
	color: #068a00;
}

/* Wrapper */
div#wrapper
{
    width: 1022px;
    margin: 0px auto;
    background-color: #ffffff;
    background-image: url(/media/images/background/outline_gradient_right_border.jpg);
    background-repeat: repeat-y;
    background-position: 1015px 0px;
}
div#header{
    width: 1022px;
    margin: 0px auto;
    padding-right:12px;
    text-align:right;
    color:white;
}
div#header a{
	font-family:verdana;
	color:white;
}
div#header a:hover{
	font-family:verdana;
	color:white;
	text-decoration:underline;
}
/* >> Header */

div#wrapper div#gradient_top
{
    width: 100%;
    height: 4px;
    background-image: url(/media/images/background/outline_gradient_top_border.jpg);
    background-repeat: repeat-x;
}

div#wrapper div#gradient_bottom
{
    width: 100%;
    height: 4px;
    background-image: url(/media/images/background/outline_gradient_bottom_border.jpg);
    background-repeat: repeat-x;
}

div#wrapper div#contentwrapper
{
    position: relative;
    width: 979px;
    margin: 0px auto;
    background-color: #ffffff;
}

div#wrapper div#contentwrapper div#header
{
    height: 101px;
}

div#wrapper div#contentwrapper div#header div#header_logo
{
    height: 101px;
    width: 168px;
    background-image: url(/media/images/background/logo.gif);
    background-repeat: no-repeat;
    margin-top: 5px;
    cursor: pointer;
}

div#wrapper div#contentwrapper div#header_banner
{
    height: 101px;
    width: 811px;
    background-image: url(/media/images/background/header.jpg);
    background-repeat: no-repeat;
    margin-top: 5px;
}

.thinline
{
    width: 100%;
    margin: 10px 0px 4px 0px;
    height: 1px;
    background-color: #cacaca;
}

.backgroundrepeater
{
    width: 7px;
    height: 4px;
    background-color: #b3b3b3;
    float: right;
}

/* Main */

div#wrapper div#contentwrapper div#maintopcontainer
{
    width: 990px;
}

div#wrapper div#contentwrapper div#maintopcontainer div.leftcolumn
{
    width: 168px;
}

/* Navigation */

div#wrapper div#contentwrapper div#maintopcontainer div.leftcolumn div#navigation
{
    margin: 0px 0px 0px 0px;
    height: 360px;
}

div#wrapper div#contentwrapper div#maintopcontainer div.leftcolumn div#navigation ul.navigation
{
    list-style-type: none;
    margin-left: 0;
		padding-left: 10px;
		
}
div#navigation ul.navigation li{
	padding:0px 0px 10px 0px;
}

/* Navigation */

div#wrapper div#contentwrapper div#maintopcontainer div.rightcolumn
{
    width: 811px;
}

div#wrapper div#contentwrapper div#maintopcontainer div.middlesinglecolumn
{
    width: 486px;
}

div#wrapper div#contentwrapper div#maintopcontainer div.rightsinglecolumn
{
    width: 325px;
}

div#wrapper div#contentwrapper div#maintopcontainer div.rightcolumn div#player
{
    margin-right: 7px;
    height: 274px;
}

div#wrapper div#contentwrapper div#maintopcontainer div.rightcolumn div#smallbanner
{
    height: 60px;
    margin-bottom: 5px;
}

div#smallnavigation
{
    margin: 5px 0px 0px 0px;
    height: 209px;
}

div#smallnavigation div#content
{
    position: relative;
    width: 323px;
    height: 172px;
    border-right: 1px solid #8e98a1;
    border-left: 1px solid #8e98a1;
    border-bottom: 1px solid #8e98a1;
}

div#smallnavigation div#content div#search_content
{
    margin: 0px 5px 5px 5px;   
    display: none;
}
div#smallnavigation div#content div#video_content
{
    margin: 0px 5px 5px 5px;   
    z-Index:99;
    display: none;
}
div#smallnavigation div#content div#news_content
{
    margin: 0px 5px 5px 5px;
    overflow:hidden;
    height:160px;
}

div#smallnavigation div#content div#tube_content
{
    margin: 0px 5px 5px 5px;
    display: none;
}

div#smallnavigation div#tabs
{
    position: relative;
    height: 35px;
}

div#smallnavigation div#tabs div.tab_search
{
    position: absolute;
    left: 108px;
    width: 109px;
    height: 35px;
    cursor: pointer;
    background: transparent url(/media/images/background/tab_search.jpg) no-repeat 0 0;
}

div#smallnavigation div#tabs div.tab_search:hover
{
    background-position: 0 -70px;
}

div#smallnavigation div#tabs div.tab_search_active
{
    position: absolute;
    left: 108px;
    width: 109px;
    height: 35px;
    cursor: pointer;
    background: transparent url(/media/images/background/tab_search.jpg) no-repeat 0 -35px;
}

div#smallnavigation div#tabs div.tab_news
{
    position: absolute;
    left: 0px;
    width: 109px;
    height: 35px;
    cursor: pointer;
    background: transparent url(/media/images/background/tab_news.jpg) no-repeat 0 0;
}

div#smallnavigation div#tabs div.tab_news:hover
{
    background-position: 0 -70px;
}

div#smallnavigation div#tabs div.tab_news_active
{
    position: absolute;
    left: 0px;
    width: 109px;
    height: 35px;
    cursor: pointer;
    background: transparent url(/media/images/background/tab_news.jpg) no-repeat 0 -35px;
}

div#smallnavigation div#tabs div.tab_tube
{
    position: absolute;
    left: 216px;
    width: 109px;
    height: 35px;
    cursor: pointer;
    background: transparent url(/media/images/background/tab_tube.jpg) no-repeat 0 0;
}

div#smallnavigation div#tabs div.tab_tube:hover
{
    background-position: 0 -70px;
}

div#smallnavigation div#tabs div.tab_tube_active
{
    position: absolute;
    left: 216px;
    width: 109px;
    height: 35px;
    cursor: pointer;
    background: transparent url(/media/images/background/tab_tube.jpg) no-repeat 0 -35px;
}

div#wrapper div#contentwrapper div#maintopcontainer div.rightcolumn div#videocarousel
{
    width: 100%;
    height: 84px;
    margin-top: 6px;
}

div#wrapper div#contentwrapper div#mainbottomcontainer
{
    position: relative;
    min-height: 279px;
    margin: 0px 0px 18px 0px;
    width: 990px;
}

div#wrapper div#contentwrapper div#mainbottomcontainer div.leftcolumn
{
    width: 168px;
}

div.container
{
    margin: 0px 13px 0px 0px;
}

div.topline
{
    border-top: 1px solid #b5b5b5;
    margin: 0px 0px 5px 0px;
}

div.newsletter
{
    margin: 0px 0px 1px 0px;
    color: #b3b3b3;
}

div.newsletter span
{
   line-height: 22px;
}

div.newsletter span input
{
    margin: 5px 0px 0px 0px;    
}

div.newsletter span input.inputform
{
    border: 1px solid #7f9cba;
    height: 21px;
    width: 150px;
    padding: 3px 0px 0px 4px;
}
div.newsletter span input.inputform_error
{
    border: 1px solid red;
    height: 21px;
    width: 150px;
    padding: 3px 0px 0px 4px;
}

div#wrapper div#contentwrapper div#mainbottomcontainer div.rightcolumn
{
    width: 811px;
}

div#wrapper div#contentwrapper div#mainbottomcontainer div.rightcolumn div#ads
{
    border: 1px solid #b5b5b5;
    height: 279px;
}

div#wrapper div#contentwrapper div#mainbottomcontainer div.rightcolumn div#ads div#adcontainer
{
    margin: 13px 0px 0px 10px;
}

div#wrapper div#contentwrapper div#mainbottomcontainer div.rightcolumn div#ads div#adcontainer div.leftad
{
    margin: 0px 9px 0px 0px;
}

.left
{
    float: left;
}

.clear
{
    clear: both;
}

img
{
    border: 0px;
}

div.rollover img.over, div.rollover:hover img.out, div.rollover_hover img.out, div.submitrow input.over, div.submitrow:hover input.out, div.submitrow_hover input.out
{
    display: none;
}

div.rollover:hover img.over, div.rollover_hover img.over, div.rollover img.out, div.submitrow:hover input.over, div.submitrow_hover input.over, div.submitrow input.out
{
    display: inline;
}
.textBanner{
	margin-top:18px;
	margin-bottom:18px;
	border-bottom:1px solid #acacac;
	border-top:1px solid #acacac;
	border-right:1px solid #acacac;
	width:323px;
	height:288px;
}
.contentTitle{
	font-family:verdana;
	font-weight:bold;
	font-size:15px;
	color:#3f464c;
	margin-bottom:10px;
}
.contentText{
	font-family:verdana;
	font-size:11px;
	color:#3f464c;
	width:465px;
}
.videoThumb{
	width:146px;
	height:158px;
	border:1px solid #c2c3c5;
	background:#ffffff;
	float:left;
	margin:4px;
	cursor:pointer;
}      
#videoButtonContainer{
	float:right;
}
.videoButton{
	float:left;
	background:#373e44;
	cursor:pointer;
	width:12px;
	height:12px;
	margin-left:3px;
	color:white;
	font-size:10px;
	font-family:arial;
	text-align:center;
}
.videoButtonActive{
	float:left;
	background:#cf691e;
	cursor:pointer;
	width:12px;
	height:12px;
	margin-left:3px;
	color:white;
	font-size:10px;
	font-family:arial;
	text-align:center;
}
.videoButtonTitle{
	float:right;
}
.video_content_bottom{
	width:470px;
	height:10px;
	text-align:right;
	font-size:10px;
	font-family:verdana;
	border:1px;
	margin:4px;
}
#video_holder{
	margin-left:13px;
	height:336px;
	width:474px;
}
#player{
	margin-bottom:4px;
}
#rss_title{
	font-family:Verdana;
	font-weight:Bold;
	font-size:12px;
	color:#3f464c;
	margin:4px 0px 4px 6px;
}
.noVideo{
	font-family:Verdana;
	font-weight:Bold;
	font-size:12px;
	color:#3f464c;
	margin-top:20px;
	width:809px;
	text-align:center;
}
.relatedOver{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	padding:0px;
	font-weight:bold;
	vertical-align:bottom;	
	position:absolute;
	top:42px;
	z-index:99;
	background:url(/media/images/button/overlay.png) repeat-y;
	width:146px;
	height:50px;
	display:none;
	cursor:pointer;
	overflow:hidden;
}
.relatedOver div{
	position:absolute;
	height:30px;
	top:4px;
	overflow: hidden;
	padding:0px 5px 0px 5px;
}
#newslettercontainer{
	height:120px;
}
#succes{
	display:none;
	color:#000000;
	font-size:10px;
}
#reeds{
	display:none;
	color:#000000;
	font-size:10px;
}