   
/* default styles */
body { 
	padding: 5px 0 0 0; 
	/* internet explorer 6 only! Let op de underscore. */ 
	_padding: 5px 0 0 0; 
	/* internet exploer 7 only! Let op de *. */ 
	* padding: 5px 0 0 0;
	margin: 0; 
	font: .7em Tahoma, Arial, sans-serif; line-height: 1.5em; 
	background: #e2e2e2 url(images/bs_background.jpg) no-repeat; color: #454545; }
a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 {	font: bold 2.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { margin: 0; padding: 0; font: bold 1.9em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a, h2 a, h3 a, a.title { color: #000; background: inherit; text-decoration: none; }
h3, a.title { font-size: 1.2em; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }
hr { margin: 5px 0; }


/* layout */
#content { margin: 10px auto; width: 960px; background-color: white }
#logo { margin: 0 0 10px 0; }
#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; }
#top_info { line-height: 27px; float: right; color: #808080; background: #fff; margin: 12px 5px 7px 0; text-align: right; height: 74px; vertical-align: bottom; }
#top_info p { margin-top: 15px; }
table.highlights {
	border-color: #2F637A;
	border-width: 0 0 1px 1px;
	border-style: solid;
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
}
td.highlight, th.highlight {
	border-color: #2F637A;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0px;
	padding: 2px;
}


/* sport-planet */
#sportnieuws { border: solid #DE0202 1px; width: 958px; height: 20px; vertical-align: middle; }
#sportnieuws .sp_logo { float: left; background-color: #DE0202; color: #FFFFFF; font-weight: bold; width: 100px; height: 20px; text-align: center; margin-bottom: 5px; }
#sportnieuws .sp_logo a { color: #ffffff; text-decoration: none; }
#sportnieuws .sp_headlines a { color: #DE0202; }
#sportnieuws .sp_headlines { float: left; width: 850px;}

/* ad */
.banner {width:468px; height: 60px;}
.left_ads { float: left; clear: left; width: 160px; text-align: center;  }
.skyscraper { height: 600px; }
.left_ad { margin: 10px; background-color: #77A6BB; color: #FFFFFF; }
.left_ad a { color: #ffffff; }
.left_ad img { padding: 5px 1px; width: 75px; }
.left_ad .title { background-color: #357997; font-size: 1.2em; font-weight: bold; }
.left_ad p { padding: 1px; }

/* forms */
input, textarea {
	background-color: #E2E2E2;
}
fieldset {
	padding: 1em;
	border: 1px solid #2F637A;
}
legend {
	padding: 0.2em 0.5em;
	border:1px solid #2F637A;
	color: #2F637A;
	font-size:90%;
	text-align:right;
	font-weight: bold;
}

/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(images/lbhover.gif) no-repeat; color: #000;}

/* main horizontal menu */
#tablist{ padding: 3px 0; margin: 0; float: left; }
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 4px 15px;
		margin-right: 1px;
		background: #808080 url(images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #6495AB url(images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
		background: #9FC7D8 url(images/corner.gif) no-repeat top right;
		color: #2F637A;
		padding: 6px 15px;
	}
	#tablist .key { text-decoration: underline; }

/* main menu topics */
.topics {
	clear: left;
	float: left;
	width: 640px;
	background: #F3EC90 url(images/topicsbg.gif) repeat-x left bottom;
	padding: 8px 5px;
	margin: 0 0 5px 0;
	color: #fff;
	height: 59px;
}
	.topics li a { background-image: url(images/bullet.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(images/searchbg.gif) no-repeat;
	color: #000;
	* margin-top: 25px !important;
	padding: 32px 20px 12px 20px;
	/* internet explorer 6 only! Let op de underscore. */ 
	_padding: 32px 20px 12px 20px; 
/* internet exploer 7 only! Let op de *. */ 
	* padding: 32px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 35px;	/* IE height */
	width: 270px;
	z-index: 0;
}
	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
		.search { width: 170px; border: 1px solid #357994; background: #fff; color: #478F36; padding: 4px; margin: 0; font-weight: bold; font-size: 1.3em;  }
		.button { padding: 4px; font: bold 1em Arial, Sans-Serif; }

/* left side */
#left {
	float: left;
	width: 635px;
	margin: 0 0 10px 0;
}
	/* head news */
	.head_article {
		margin: 0px 0 10px 0;
		background: #fff url(images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
		p.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }
		.date a { padding: 0 0 0 12px; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			height: 150px;
			margin: 0 15px 10px 0;
		}
	.head_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 5px;
		margin: 0 0 10px 0;
		vertical-align: baseline;
		clear: left;
		height: 20px;
	}
		.head_box .share {
			float: left;
			padding: 0 5px;
		}
		.head_box .more {
			float: right;
		}
	#left .full_length {
		width: 635px;
	}
	/* news items */
	.newsitem_per_3 {
		float: left;
		width: 180px;
		padding: 0 10px 5px 20px;
	}
		.newsitem_per_3 .image {
			padding: 0 15px 0 0;
		}
	.center_block {
		float: left;
		width: 470px;
	}
	.newsitem_per_2 {
		float: left;
		width: 205px;
		padding: 0 10px 5px 20px;
	}
		.newsitem_per_2 .image {
			padding: 0 40px 0 0;
		}
	.newsitem_full_width {
		width: 100%;
		clear: left;
	}
		.newsitem_full_width h3 {
			font-size: 1.3em;
		}
	.newsitem_per_2_small {
		float: left;
		width: 225px;
		padding: 0 5px 5px 5px;
	}
		.newsitem_per_2_small .image {
			float: right;
			padding: 1px;
			width: 100px;
		}
	.left_articles {
		clear: left;
	}
/* menu */
#menu {
	float: left;	
	margin: 5px;
	clear: left;
	font-family: Verdana;
	font-size: 0.9em;
	text-transform:uppercase;
}
	#right #menu {
		width: 90%;
		float: right;
		clear: right;
	}
#menu ul {
	margin: 10px 0;
	padding: 3px;
	background: #EFEFEF;
	border-right: 1px solid #A7A7A7;
}
#menu ul li {
	padding: 0 3px;
	line-height: 20px;
	list-style-image: url(images/menu.gif);
	list-style-position: inside;
}

#menu ul li:hover, #menu ul li.selected {
	list-style-image: url(images/menu2.gif);
	list-style-position: inside;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
 	color: #606060;
 	text-decoration: none;
}
/* article */
#article {
	margin-top: 10px;	
	float: left;
	width: 465px;
}
#article p.intro {
	font-weight: bold;
	font-size: larger;
}
#article p {margin:1.12em 0;}
#article p.date{margin:0;}
#article .bigimage {
	float: right;
	width: 180px;
	height: auto;
}
/* CENTER_MENU */
ul.center_menu, ul.center_submenu {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 5px;
}
ul.center_menu li, ul.center_submenu li {
	display: inline;
}
ul.center_menu li a, ul.center_submenu li a {
	border: 1px solid #888888;
	padding: 2px 5px;
	margin: 0;
}
ul.center_menu li.selected a, ul.center_submenu li.selected a, ul.center_menu li a:hover, ul.center_submenu li a:hover {
	background-color: #888888;
	color: #ffffff;
}
/* comments */
#comments .comment {
	border: 1px solid #2F637A;
	clear: both;
	float: left;
	margin: 5px;
	width: 468px;
}
#comments .comment .comment_show, #comments .comment .comment_show_user {
	background-color: #2F637A;
	padding: 1px;
	padding-left: 5px;
	color: #ffffff;
}
#comments .comment .comment_show a, #comments .comment .comment_show_user a {
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
}
#comments .comment .comment_user {
	background-color: #2F637A;
	padding: 1px;
	padding-left: 5px;
	float: left;
	width: 320px;
	color: #ffffff;
}
#comments .comment .comment_user a {
	color: #ffffff;
}
#comments .comment .comment_date {
	background-color: #2F637A;
	padding: 1px;
	width: 140px;
	float: left;
	text-align: right;
	color: #ffffff;
}
#comments .comment .comment_info {
	padding: 4px;
	width: 108px;
	float: left;
}
#comments .comment .comment_photo {
	
}
#comments .comment .comment_plusmin {
	text-align: center;
	font-weight: bold;
}
#comments .comment .comment_plusmin .plus {
	color: #006400;
}
#comments .comment .comment_plusmin .min {
	color: #FF0000;
}
#comments .comment .comment_plusmin .zero {
	color: #000000;
}
a.plus, a.plus_selected {
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	background: transparent url(/imagessite/plus.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}
a.plus:hover, a.plus_selected {
	background-position: -16px 0;
}
a.min, a.min_selected {
	display: inline-block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: transparent url(/imagessite/min.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}
a.min:hover, a.min_selected {
	background-position: -16px 0;
}
#comments .comment .comment_text {
	float: left;
	padding: 3px;
	width: 340px;
}
#comments .comment .comment_text .quote {
	clear: both;
	padding: 3px;
	margin: 10px;
	margin-top: 0;
	border: 1px dashed #cccccc;
}
#comments .comment .comment_tools {
	clear: both;
	position:relative;
	border-top: 1px solid #2F637A;
	vertical-align: middle;
	height: 22px;
	width: 100%;
}
#comments .comment .comment_tools a.comment_tool {
	display: table-cell;
	border-right: 1px solid #2F637A;
	float: left;
	padding: 1px;
	background-color: #9FC7D8;
	font-size: 10px;
	line-height: 1.1em;
	height: 22px;
	width: 75px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
#comments .comment .comment_tools a.comment_tool:hover {
	background-color: #2F637A;
	color: #FFFFFF;
}
/* right side */
#right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}
	.right_articles {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;
	}
	.right_imu {
		padding: 8px;	
		height: 250px;
	}
	.right_articles_video {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #595959;
		color: #D4D4D4;
		clear: both;
	}
	.image { float: left; margin: 0 9px 3px 0;width: 165px; }
	.imu{ float: left; margin: 0 9px 3px 0;width: 300px; }
	.image_video { float: right; margin: 0 5px 0px 5px;	width: 60px; height: 60px; }
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 60px;	
		margin: 0 0 10px 0;
		background: #fff url(images/notes.gif) no-repeat center left;
		color: #454545;
	}
.results {
	/*background-color: #9FC6D7;*/
	/*background-color: #890000;*/
	background: url(/themes/bs/bs/images/grijs.jpg) no-repeat;
	background-color: #DADADA;
}
.results a {
	color: #454545;
	/*color: #FFFFFF;*/
}
#live_matches {
	max-height: 200px;
	overflow: auto;
}
.in_the_picture {
	border: dashed #ccc 1px;
}
/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }