/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #a6a6a6;
 	font-size: 11px; 
	font-family: Tahoma, Verdana, Lucida, sans-serif; 
	height:100%;
	background:#1e1e1e;
}

html {
	widht:100%;
	height:100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	border-collapse:collapse;
}

.clear{
	clear:both;
}

img {

}
a img {
	border:none;
	text-decoration:none;
}
a:hover img,
a:active img {
	border:none;
	text-decoration:none;
}
hr {
	height: 0px;
	border: 0px;
	border-top: 1px solid #3f3f3f;
	margin:0px 0px 15px 0px;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 100%;
	height: 100%;  
	margin: 0px;
	padding:0px; 
	background: #1d1d1d url(../images/bg_main.jpg) repeat-x;
	position:relative;

}
#Container { 
	position:relative;
	width: 1020px;
	margin:0px auto;
}
table#mainTable {
	width:1020px;
}
table#mainTable td.shadowRight {
	width:5px;
	vertical-align:top;
	background: url(../images/shadow_right.png) repeat-y;
}
table#mainTable td.shadowLeft {
	width:5px;
	vertical-align:top;
	background: url(../images/shadow_left.png) repeat-y;
}
#Layout {
	width:;
	clear: both;
	overflow: hidden;
	margin:28px 22px;
	position:relative;
}
table#contentTable {
	width:1010px;
}
table#contentTable td#sidebarLeft {
	width:180px;
	vertical-align:top;
}
table#contentTable td#sidebarRight {
	width:295px;
	vertical-align:top;
	color:#727272;
}
table#contentTable td#Content {
	width:535px;
	vertical-align:top;
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 1010px; 
	height:84px;
 	margin: 0 auto;
	overflow: hidden;
	background: url(../images/header.jpg);
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}
.tdFlashHeader {
	background:#171717 url(../images/bg_flash.jpg) bottom repeat-x;
}	
#flashHeader {
	height:240px;
	width:830px;
	margin-top:12px;
}
#mymovie{
	cursor:pointer;
}
#open_player{
	height:27px;
	width:107px;
	background:url(../images/audioplayer_button.png) top left no-repeat;
	position:absolute;
	z-index:10;
	top:0px;
	margin-left:36px;
}
#open_player:hover {
	cursor:pointer;
	background:url(../images/audioplayer_button_over.png) top left no-repeat;
}

/* Sidebar Left
----------------------------------------- */
#menu {
	background: url(../images/bg_menu.jpg) top left no-repeat;	
	height:170px;
}
#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:25px 0px 30px 35px;
}
#menu li {
	padding:0px 0px 8px 0px;
}
#menu a {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#menu a:hover {
	color:#ADBE16;
}
#contact {
	padding:25px 20px 25px 35px;
	line-height:17px;
}
#newsletterSubscribeBlock {
	padding:25px 20px 25px 35px;
	line-height:17px;
}

#network {
	width:120px;
	margin:0px 0px 25px 30px;
	overflow:auto;
}
#network a{
	text-decoration: none;
}
#myspace {
	height:32px;
	width:32px;
	background:url(../images/myspace.png) top left no-repeat;
	float:left;
}
#facebook {
	height:32px;
	width:32px;
	background:url(../images/facebook.png) top left no-repeat;
	margin:0px 0px 0px 11px;
	float:left;
}
#twitter {
	height:32px;
	width:32px;
	background:url('../images/twitter.png') top left no-repeat;
	float:right;
}
#myspace:hover {
	background:url(../images/myspace_over.png) top left no-repeat;
}
#facebook:hover {
	background:url(../images/facebook_over.png) top left no-repeat;
}
#twitter:hover {
	background:url(../images/twitter_over.png) top left no-repeat;
}

#eightball {
	margin:0px 0px 5px 10px;
	overflow:hidden;
	position:relative;
	width:166px;
	border:1px solid #3F3F3F;
}

/* Sidebar Right
----------------------------------------- */
#newsandheadlines,
#charts {
	padding:33px 40px 0px 18px;
	width:237px;
}
#RightTitle {
	position:relative;
}
#viewButton {
	position:absolute;
	top:2px;
	right:0px;
}
#RightItem {
	padding:0px 0px 15px 0px;
}
#RightItem .afbeeldingContent {
	position:relative;
	float:left;
	padding:4px;
	border:1px solid #393939;
	margin-right:6px;
	width:50px;
}
#RightItem a.NewsTitle {
	font-weight:bold;
	color:#fff;
	margin-bottom:3px;
	text-decoration:none;
}
#RightItem a.NewsTitle:hover {
	color:#ADBE16;
	text-decoration:none;
}
#RightItem p {
	line-height:16px;
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	width: 1020px; 
	text-align: center; 
	margin:0px auto;
	padding-bottom:15px;
	background: url(../images/footer_shadow.png) top left no-repeat;
}
#Footer p { 
	color: #4b4b4b;
	text-align: center;
	padding-top:20px;
}
#Footer a { 
	color: #4b4b4b; 
	text-decoration: none;
}
#Footer a:hover {
	color: #a6a6a6;
	text-decoration: underline;
}

#mailtoprint {
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
}
#mailtoprint a {
	text-decoration:none;
}
#mailtoprint a:hover {
	text-decoration:none;
}

#GoogleMaps {
	position:relative;
	float:right;
	width:311px;
}
#GoogleMapsContent {
	position:relative;
	float:left;
	width:179px;
}

