/* LAYOUT CSS FOR ALL SCENES */
/* ONLY FOR LAYOUT POSITIONS, NOT FOR COLORS */

/* ------------------------GENERAL positioning of the elements--------------------------- */

p { padding:0px; margin:0px; }
h1 {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 15px;
}

#mainContent {
	position:absolute;
	left: 50%;
	margin-left: -495px;
	top: 0px;
	width: 870px;
	height: auto;
}

#left_column{
	height: auto;
	width: 513px;
	float: left;
	/* margin-bottom: 2px; */
overflow:hidden;
}

#left_column table {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

#right_column{
	height: auto;
	width: 355px;
	float: right;
	/* margin-bottom: 2px; */
}

#newsTicker {
        margin-top: 2px;
	width: 870px;
	height: 14px;
}

/* ---- TopBanner en sub-items -------- */
#topBanner {
	margin: 0px;
	padding: 0px;
	width: 870px;
        height: 102px;
	overflow: hidden;
	text-align: center;
	border: 0px solid red;
	font-size: 0px;
}


#videofeedBanner {
    width: 354px;
	padding: 0px 0px 0px 0px;
	height: 281px;
	margin-top: 2px;
	margin-bottom: 2px;
}
html>body #videofeedBanner { top: 308px; }

#leaderBoard {
	position: absolute;
	left: 50%;
	width: 468px;
	height: 60px;
         margin-left: -415px;
	/*margin-left: -234px;*/
	margin-top: 9px;
}
div#trueLogoSpacer,
div#skyscraper{
    position: absolute;
    width: 160px;
    height: 600px;
    top:45px;
    left:50%;
    margin-left:377px;
    z-index:5;
    background-color: transparent;
}

div#trueLogoSpacer
{
	top: 3px;
	width: 160px;
	height: auto;
}

div#trueLogoSpacer a img#trueLogo
{
	position: absolute;
	top: 9px;
	left: 30px;
}

#rectangleBanner{
       width: 355px;
       text-align: center;
       padding-top: 0px;
       padding-bottom: 0px;

}

/* ---- Toolbar en sub-items -------- */
#toolBar {
	height: 60px;
	width: 870px;
	overflow: visible;
	padding: 0px;
	margin: 0px;
         margin-bottom: 2px;
}

#toolBar #sceneLogo{
        float: left;
        height: 60px;
}

/* indien niet ingelogd*/
#toolBar form#login_form{
        float: right;
        margin: 0px;
        padding: 0px;
        margin-right: 2px;
}

#toolBar form#login_form input#loginUsername,
#toolBar form#login_form input#loginPassword{
        width: 75px;
        border: 0px;
}

#toolBar table{
        margin: 0px;
        margin-top: 6px;
}

#toolBar td.loginTable{
        padding: 1px;
        padding-right: 2px;
        padding-left: 2px;
}

/* indien ingelogd, member-toolbar */
#toolBar #member_toolbar{
        float: right;
        margin: 0px;
        padding: 0px;
        width: 400px;
}

#toolBar #member_toolbar div{
        float: right;
}

#toolBar #member_toolbar table{
        float: right;
        margin-top: 0px;
}

#toolBar #member_toolbar table td{
        padding: 0px;
        padding-right: 4px;
        height: 18px;

}

/* ------------ */

#content {
	width: 870px;
	height: auto;
	margin-bottom: 2px;
}

#bottomBar {
	width: 870px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	margin-top: 0px;
}

.generalHeader {
	width: auto;
	padding: 1px 0px 3px 18px;
	height: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* ---------------------------------------NAVIGATION--------------------------------------- */

#navigationBar {
	width: 870px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	clear: both;
	z-index: 1000;
}

ul#navlist { padding: 0px; margin: 0px; white-space: nowrap;}
ul#navlist li { display: inline; list-style-type: none;  }
ul#navlist li a.navlink, #navlist li a.navlink:visited { padding: 5px 8px 5px 8px; float: left; text-align: center; height: 100%; text-decoration: none; }
ul#navlist li a.navlink:hover { text-decoration: none; }
ul#navlist li a.navlinkactive, #navlist li a.navlinkactive:visited { padding: 5px 8px 5px 8px; float: left; text-align: center; height: 100%; text-decoration: none; }
ul#navlist li a.navlinkactive:hover { text-decoration: none; }

form#search_form{
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}
form#search_form input#search_form_input{
  width: 50px;
  margin: 0px;
  /*margin-left: 2px;
  margin-right: 3px;
  margin-top: 2px;*/
  border: 0px;
}

form#search_form input#search_form_submit{
  position: relative;
  top: 0px;
}

#newsletterEmail {
    border: 0px;
	width: 150px;
    height: 14px;
    font-size: 9px;
}
#newsletterSubmit {
    width: auto;
    height: 14px;
    border: 0px;
    font-size: 9px;
}


/* ---------------------------------------Members Module--------------------------------------- */

#membersModule{
   height: 85px;
   margin-top: 2px;
   overflow: hidden;
}

#membersModule div.memberBlock{
   margin-top: 5px;
   margin-left: 3px;
}

div.memberBlock{
   width: 84px;
   overflow: hidden;
   white-space: nowrap;
   float: left;
   text-align: center;
}

/* ---------------------------------------TEXTCLASSES--------------------------------------- */
.defaultFont {
	font-family: Verdana, Helvetica, sans-serif;
}
.txt8 {
	font-size: 8px;
}
.txt9 {
	font-size: 9px;
}
.txt10 {
	font-size: 10px;
}
.txt12 {
	font-size: 12px;
}
.txt14 {
	font-size: 14px;
}
.bold {
	font-weight:bold;
}

.noBold{
       font-weight: normal;
}

.underline {
	text-decoration: underline;
}
.noUnderline {
        text-decoration: none;
}

a.lineHover:hover{
        text-decoration: underline;
}

.italic{
       font-style: italic;
}

.alignRight{
        text-align: right;
}

.alignLeft{
        text-align: left;
}

.alignCenter{
        text-align: center;
}

.alignJustify{
        text-align: justify;
}

.vAlignBottom{
        vertical-align: bottom;
}

.vAlignCenter{
        vertical-align: middle;
}

.floatLeft{
        float: left;
}

.floatRight{
        float: right;
}

div.itemTitel{
        height: 20px;
        font-size: 12px;
        padding-top: 3px;
}


.padding5px {
        padding: 5px;
}

.padding2px {
        padding: 2px;
}

.marginTop5 {
        margin-top: 5px;
}

.onlineStatus{
        font-style: italic;
        color: #0F0;
        font-size: 9px;
        font-family: Verdana, Helvetica, sans-serif;
        font-weight: normal;
}

input.button{
  width: 50px;
  border: 0px;
}

.noBorder{
  border: 0px;
}

.width80 {
  width: 80px;
}
.width84 {
  width: 84px;
}

.fullWidth {
  width: 100%;
}

/* ---------------------------------------Home CONTENT--------------------------------------- */

/* Headlines */

.latest_headlines_item {
	margin-top: 2px;
	height: 72px;
	overflow: hidden;
}

.latest_headlines_item table {
	width: 100%;
	height: 72px;
}

.latest_headlines_item td.pic {
    width: 70px;
	padding: 4px;
}

table.pic {
	width: 100%;
}

.latest_headlines_item td.titel {
        padding-top: 2px;
}

.latest_headlines_item td.tekst {
}

.latest_headlines_item td.reacties {
        padding-bottom: 2px;
        padding-left: 5px;
        padding-top: 2px;
}

.latest_headlines_item td.pijl {
        padding-right: 4px;
        padding-bottom: 10px;
}

/* videofeed home */

#scenePlayer{
       height: 261px; 
       overflow: hidden;
}
html>body #scenePlayer{
       height: 262px;
}

/* Otherscenes */

#otherScenes {
 	width: 870px;
 	clear: both;
 	margin-bottom: 2px;
}

#otherScenes_content {
	width: 870px;
}

#otherScenes_content td {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Meer Headlines */

#meer_headlines{
   height: 88px;
   overflow: hidden;
padding: 0px;
margin: 0px;
}

#meer_headlines table{
  width: 100%;
  height: 88px;
}

#meer_headlines .meer_headlines_links,
#meer_headlines .meer_headlines_rechts {
	width: 50%;
	height: 16px;
        padding: 2px;
	padding-left: 8px;
	border-bottom: 2px solid black;
}

#meer_headlines .meer_headlines_links{
        border-right: 1px solid black;
}

#meer_headlines .meer_headlines_rechts{
        border-left: 1px solid black;
}

/* Uitgelicht Home */

#homeUitgelicht{
   height: 200px;
   margin-top: 2px;
   overflow: hidden;
}

#homeUitgelicht div.uitgelichtItem{
   width: 33%;
   overflow: hidden;
   white-space: nowrap;
   float: left;
   text-align: center;
   margin-top: 8px;
}

#homeUitgelicht div.uitgelichtItem div.overlay{
   margin-left: 10px;
}

/* Previews Home */

#homePreviews{
   height: 92px;
   margin-top: 2px;
}

#homePreviews div.previewItem{
   width: 25%;
   overflow: hidden;
   white-space: nowrap;
   float: left;
   text-align: center;
   margin-top: 9px;
}

#homePreviews div.previewItem div.overlay{
   margin-left: 5px;
}

/* Forum Home */

#homeForum{
   /*height: 204px;*/
   overflow: hidden;
}

#homeForum table{
  width: 100%;
  height: 204px;
}

#homeForum table td,
#homeForum table th{
  border-right: 1px solid black;
}

#homeForum table td{
  border-top: 2px solid black;
  border-right: 1px solid black;
  height: 35px;
  padding-left: 4px;
}

#homeForum table th{
  height: 14px;
}

#homeForum table .noBorderRight{
  border-right: 0px;
}

/* Poll Home */

#homePoll{
  margin: 0px;
  height: 204px;
  overflow: hidden;
}

#homePoll submit_poll{
  width: 35px;
}

#homePoll table{
/*  margin: 22px;
  width: 300px;*/
}

#homePoll table td{
  padding: 4px;
}

/* IMAGE OVERLAYS ----------------------------------------------------------*/
/* will put 2px white borders around the thumb	*/

img.thumb,
img.gallery_thumb{
  	width: 80px;
	height: 60px;
}


img.thumb {
	width: 80px;
	height: 60px;
	border: 2px solid white;
}

img.online{
        border-color: rgb(160,255,160);
}

a img{
        border: 0px;
}

td{
   vertical-align: top;
}

.imgleft {
    float: left;
    padding: 10px 20px 10px 0;
}

.imgright {
    float: right;
    padding: 10px 0 10px 20px;
}

.clearalign {
    clear: both;
}


/* Navigatie voor meedere pagina's in een onderdeel ---------------*/


.resultsNavHeader {
	width: auto;
	padding: 1px 0px 3px 0px;
	height: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.resultsNavHeader .getallen{
        width: 308px;
}

.resultsNavHeader .totaal{
        width: 85px;
}

/* Header voor standaard items ---------------*/


.standardItemHeader {
	width: auto;
	padding: 1px 5px 3px 5px;
	height: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* latest talk module rechts ---------------*/

#latest_talk{
   width: 355px;
   overflow: hidden;
}

#latest_talk table{
   width: 100%;
}

#latest_talk td{
   border-bottom: 2px solid black;
   padding: 2px;
   white-space: nowrap;
}

#latest_talk td.item{
   width: 110px;
}

#latest_talk td.member{
   width: 75px;
}

#latest_talk td.post{
  width: 170px;
}

/* latest talk module rechts ---------------*/

#otherScenesModule{
   /*height: 100px;*/
   margin-top: 2px;
   overflow: hidden;
}

#otherScenesModule div.sceneBlock{
   margin-top: 5px;
   margin-left: 3px;
   width: 84px;
   overflow: hidden;
   /*white-space: nowrap;*/
   float: left;
   text-align: center;
}

#otherScenesModule table{
   width: 100%;
}

#otherScenesModule td.padding{
   padding: 2px;
}

#otherScenesModule td.border{
   border-bottom: 2px solid black;
}

/* reacties onder items ---------------*/

#reacties{
   margin-bottom: 2px;
   clear: both;
}

#reacties #login_vereist{
   margin: 0px;
   padding: 5px;
   text-align: center;
}

#reacties form{
   margin: 0px;
   padding: 5px;
   text-align: center;
}

#reacties textarea{
   width: 250px;
   height: 100px;
   overflow: auto;
}

#reacties .reactieItem .pic{
   font-size: 0px;
}

#reacties .reactieItem .tekst{
   padding: 2px;
}

#reacties .reactieItem .edits{
   height: 12px;
   padding-right: 5px;
}

/** opsomming top 10 **/

#latest10{
   width: 355px;
   overflow: hidden;
}

#latest10 table{
   width: 100%;
}

#latest10 td{
   border-bottom: 2px solid black;
   padding: 2px;
   white-space: nowrap;
   width: 100%;
}

/*-- registration form --*/
#inputForm{
  padding: 10px;
  padding-left: 125px;
  margin-bottom: 2px;
}

#inputForm fieldset {
  width: 500px;
  border: 1px solid white;
  padding: 10px;
  padding-left: 75px;
  margin: 5px;
}
html>body #inputForm fieldset {
  width: 400px;
}

#inputForm fieldset table{
  width: 350px;
}

#inputForm fieldset td{
  text-align: left;
  padding: 2px;
}

#inputForm fieldset td.label{
  width: 150px;
}

#inputForm fieldset td.avatar{
  text-align: center;
}

#inputForm fieldset input{
  border: 0px;
}

#inputForm input.button{
  margin-left: 240px;
  width: 75px;
}

#inputForm fieldset .invoer, #inputForm fieldset select {
  width: 175px;
}
#inputForm fieldset td select {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
#inputForm fieldset #adres{
  width: 140px;
  margin-right: 2px;
}

#inputForm fieldset #huisnr{
  width: 33px;
}

/* zoekresultaten members */

#members_zoekresultaten {
   width: 100%;
}

#members_zoekresultaten td {
   padding-top: 5px;
   padding-left: 3px;
}

td.editorBtn
{
	background-color: #dddddd;
	border: 1px;
	border-style: solid;
	border-color: #dddddd;
}

td.editorBtnOver
{
	background-color: #aaaaaa;
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

table.wysiwyg td.wysiwygmenu {
	background-color: #dddddd;
}

.thumbFixed {
    width: 80px;
    height: 60px;
    border: 2px solid #676767 !important;
}