/* Website opmaak */
body {
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #007384;
}

.nav {
	background-image: url(images/nav_background.jpg);
	background-repeat: repeat-x;
}

.loginlijn {
	background-image: url(images/userpanel/lijn.gif);
	background-repeat: repeat-x;
	height: 3px;
}

.splitter {
	background-image: url(images/split.jpg);
	height: 1200px;
	background-repeat: repeaty-y;
}

.newsgradient {
	background-image: url(images/news/news_gradient.gif);
	height: 30px;
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 5px;
	font-family: Tahoma;
	font-size: 10px;
	padding-top: 3px;
}

.mainsite {
	height: 1200;
}

.sitehead {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #007384;
	padding-right: 5px;
	background-image: url(images/nav_background.jpg);
	background-repeat: repeat-x;
}

/* Tekst opmaak */
.text {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
}

.codari {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #007782;
}

.teamhead {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.bold {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

/* Matches */
.win {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #839629;
}

.draw {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #965c29;
}

.lose {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #962929;
}

.win_large {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #839629;
	background-color: #efefef;
}

.draw_large {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #965c29;
	background-color: #efefef;
}

.lose_large {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #962929;
	background-color: #efefef;
}

/* Error messages */

.success {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #006600;
}

.error {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}

/* News */
.newshead {
	background-image: url(images/news/headline_background.gif);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	padding-left: 10px;
	height: 30px;
}

/* Results */
a.results:link, a.results:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #889fc8;
	text-decoration: none;
	border: none;
}

a.results:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #c9d9f6;
	text-decoration: none;
	border: none;	
}

/* ALGEMEEN */
.pagehead {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	padding-left: 10px;
	height: 30px;
}

/* Navigatieopmaak */
a:link, a:visited, a:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: none;
}

a.normal, a.normal:visited, a.normal:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: none;
}

a.imagelink, a.imagelink:visited, a.imagelink:hover {
	border: none;
	border-width: thin;
}


a.footer, a.footer:visited, a.footer:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #007384;
	text-decoration: none;
}

a.userpanel, a.userpanel:visited, a.userpanel:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.archivecurrent, a.archivecurrent:visited, a.archivecurrent:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.archive, a.archive:visited, a.archive:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* Formulieren */
.newstextfield {
	background-color: #FFFFCC;
	font-family: Tahoma;
	color: #000000;
	font-size: 10px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 5px;
}

.newstitlefield {
	background-color: #FFFFCC;
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding-left: 5px;	
}

.bbbutton {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 1px;
	background: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
}

.news_submitbutton {
	font-family: Tahoma;
	font-size: 10px;
	border: 1px;
	border-color: #000000;
	background: none;
}

.lists {
	font-family: Tahoma;
	font-size: 10px;
	border: 1px
	border-style: solid;
	background-color: #FFFFFF;
	width: 150px;
}

.commenttextfield {
	background-color: #EFEFEF;
	font-family: Tahoma;
	color: #000000;
	font-size: 10px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 5px;
	margin-right: 10px;
}

.commentsubmit {
	font-family: Tahoma;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #EFEFEF;
	background-color: #DCDCDC;
	margin-top: 2px;
	margin-right: 10px;
}


/* Userpanel */
.userpanel_text {
	background-image: url(images/userpanel/loginbox.gif);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 9px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #FFFFFF;
	width: 150px;
	border: 0px;
}

.userpanel_loginbutton {
	font-family: Tahoma;
	font-size: 10px;
	border: none;
	background: none;
}

/* Tabelopmaak */
.quoteformtable {
	text-align: left;
	text-decoration: none;
	background-color: #fff5bb;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #5D2500;
	overflow: hidden;
}

/* Bracketopmaak */
.blue {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #046e88;
	padding: 4px;
	height: 30px;
}

.white {
	font-family: Tahoma;
	font-size: 8px;
	color: #000000;
	background-color: #FFFFFF;
}

.win_bracket {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #839629;
}

.lose_bracket {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #962929;
}