/***
EIGEN TOEVOEGINGEN
***/
area{
	visibility:inherit;
	border: solid 1px black;
}

tr.pointer td {
	cursor: pointer;
}

blockquote{
	margin: 10px 0;
	padding: 7px 10px;
	border: solid 1px #DCE0DC;
	background-color: #EDF1ED;
	/*border: solid 1px orange;
	background-color: #fcf6df;*/
} 

table.zebra .even {
	/*background-color:#fcf6df;*/
	background-color: #EDF1ED;
}

table.zebra .odd {
	/*background-color:#FFE599;*/
	background-color: #DCE0DC;
}

/***
PROGRAMMEERTECHNISCHE TOEVOEGINGEN
***/
.backToTop {
	text-align: right;
	font-style: italic;
	margin-top: 10px;
	cursor: pointer;
}

#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

#overlay #overlayContent {
	position: relative;
	margin: auto;
	margin-top: 200px;
	width: 300px;
	background: white;
	border: 1px solid black;
	padding: 10px;
	cursor: pointer;
	text-align: justify;
}
/***
HATTRICK CSS
***/
body {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.71em;
	background: #3E7B8E url(bg1.png) top left repeat;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

.currentServer {float: right; padding-right: 8px; font-size: 0.8em; color: #888;}

#hattrick {
	margin: auto;
	width: 1007px;
}

#page {
	float: left;
	width: 981px;
	margin-left: 10px;
	margin-top: 10px;
}

#mainWrapper, .float_left {
	float: left;
}

#top {
	height: 16px;
	position: relative;
	z-index: 100;
	background: url(page/top.png) bottom left no-repeat;
}

#header {
	background: url(page/header.png) top left no-repeat;
	height: 116px;
	position: relative;
	padding: 10px 16px 0;
}

#logo {
	height: 25px;
	padding-bottom: 20px;
	background: url(logo.png) top left no-repeat;
	width: 200px;
	display: block;
	position: relative;
	left: 10px;
}

#teamLinks, #shortcuts, #time, #online {
	margin-top: 9px;
	margin-left: 7px;
}

#teamLinks {
	float: left;
}

#shortcuts {
	position: absolute;
	top: 15px;
	right: 15px;
}

#time, #online {
	float: right;
}

#content {
	background: url(page/content.png) top left repeat-y;
	margin: 0;
	padding: 7px 14px 0;
}

#bottom {
	height: 19px;
	background: url(page/bottom.png) top left no-repeat;
}

#footer {
	text-align: center;
	width: 981px;
	clear:both;
}

#footer a {
	line-height: 30px;
	padding-right: 10px;
	color: #fff;
}

a.block {
	display: block;
}

h3 a.block {
	margin: 0 0 10px;
}

div.byline {
	color: #999;
	margin: 6px 0 0 -8px;
	padding-bottom: 20px;
}

div.byline a {
	color: #5C80A9;
}

h1 {
	font-size: 2em;
	color: #00F;
	margin: 12px 0 30px -8px;
	line-height: 1.0em;
}

h1 span {
	color: #999;
	font-weight: 400;
	font-size: 0.6em;
}

h1.hasByline {
	margin-bottom: 0;
	padding-bottom: 0;
}

h2 {
	font-size: 1.2em;
	/*color: #3D4DBF;*/
	color: #00F;
	width: auto;
	margin: 15px 0 10px -8px;
	border-bottom: 1px solid #ccc;
}

/* ------------------
		menu 
   ------------------  */
#menu {
	width: 947px;
	height: 35px;
	background: url('menu.png') top left no-repeat;
	padding-left: 6px;
	position: absolute;
	float: left;
	z-index: 99;
	bottom: 3px;
	left: 14px;
	margin: 7px 0 0;
}

#menu a.logout {
	margin-right: 7px;
	float: right;
}

#menu a:hover {
	background-color: #5C80A9;
}

#menu a {
	float: left;
	color: #fff;
	line-height: 35px;
	font-size: 1.2em;
	font-weight: 700;
	font-family: Tahoma;
	text-decoration: none;
	margin: 0 0 0 2px;
	padding: 0 15px;
}


#menu ul {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 99;
	list-style-type: none;
}
#menu li.outerMenu
{
	float: left;
	background: #3af;
}
#menu li.outerMenu a
{
	padding: 8px;
	color: #fff;
}
#menu div.innerMenu a
{
	display: block;
}
#menu div.innerMenu
{
	display: none;
}
#menu li.outerMenu a span
{
	visibility: visible;
	margin-left: 5px;
	padding: 0 5px 0 5px;
	line-height: 5px;
	background: #fff;
}

/* ------------------
		subMenu 
   ------------------  */
.subMenu
{
	float: left;
	width: 163px;
	margin: 0 11px 10px 0;
}

.subMenuConf
{
	float: left;
	margin: 0 11px 0 0;
	width: 285px;
}

.subMenuBox
{
	margin-right: 5px;
}

.subMenuBox ul li
{
	list-style-type: none;
	margin-left: 10px;
	line-height: 1.4em;
}

.subMenuBox h3
{
	color: #3D4DBF;
	font-size: 1.2em;
	margin: 12px 0 4px;
}

.subMenuBox h3 a
{
	color: #3D4DBF;
	text-decoration: none;
}

.subMenuBox li a
{
	color: #000;
	text-decoration: none;
}

.subMenuBox a:hover
{
	color: #3E7B8E;
	text-decoration: underline;
}

.subMenuBox input.text
{
	width: 86%;
}

.subMenuBox.login p
{
	margin: 0 0 5px;
	padding: 0;
}

.subMenuBox .enter
{
	width: auto;
	margin-top: 5px;
}
.subMenu input.text
{
	width:120px;
}
/* ------------------
		main 
   ------------------  */
.mainRegular #mainBody, .mainWide #mainBody
{
	min-height:500px;
}
.mainWide
{
	width: 778px;
	margin-right: 0;
}

.mainFull
{
	width: 951px;
	margin-right: 0;
}

.mainConf
{
	width: 656px;
	margin-right: 0;
}

.mainRegular
{
	width: 567px;
	margin: 0 11px 7px 0;
}

#crumbs a
{
	text-decoration: none;
	color: #fff;
}

/* ------------------
		sideBar 
   ------------------  */
#sidebar
{
	float: left;
	width: 200px;
}

#sidebar ul li.rank, #sidebar ul li
{
	color: #000;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.4em;
	padding-bottom: 2px;
}

#sidebar select
{
	width: 100%; 
}

#sidebar ul.rank li
{
	line-height: 1.8em;
}

#sidebar ul li img
{
	vertical-align: middle;
}

#sidebar ol
{
	padding-left: 30px;
	list-style: decimal;
	list-style-position: inside;
}

#sidebar h1
{
	color: #898989;
	font-size: 1.2em;
	margin: 12px 0 4px;
}

/* ------------------
		Boxes
   ------------------  */
.sidebarBox, .subMenuBox
{
	margin: 0 0 7px 0;
}

.mainRegular, .mainConf, .mainFull, .mainWide
{
	float: left;
	position: relative;
}


.sidebarBox .boxHead, .subMenuBox .boxHead, .main .boxHead
{
	background: url(sidebarBox/tr.png) no-repeat top right;
	margin: 0;
	padding: 0;
}

.subMenuBox .boxHead
{
	background: url(subMenuBox/tr.png) no-repeat top right;
}

.sidebarBox .boxHead .boxLeft, .subMenuBox .boxHead .boxLeft, .main .boxHead .boxLeft
{
	background: url(sidebarBox/h2.png) top left no-repeat;
}

.sidebarBox .boxHead h2, .subMenuBox .boxHead h2, .main .boxHead h2
{
	color: #fff;
	font-weight: 700;
	font-size: 1.1em;
	padding: 6px 12px 4px 12px;
	margin: 0;
}

.main .boxHead h2 span, .main .boxHead h2 a
{
	color: #fff;
	text-decoration: none;
}

.subMenuBox .boxHead a
{
	position: absolute;
	top: 10px;
	right: 11px;
	text-decoration: none;
}

.sidebarBox .boxHead h2 span
{
	color: #fff;
	font-weight: 400;
	font-size: 0.75em;
}

.mainBox .boxHead h2 span
{
	color: #999;
	font-weight: 400;
	font-size: 0.7em;
}

.sidebarBox .boxBody, .subMenuBox .boxBody, .main .boxBody
{
	background: #fff;
	margin: 0;
	padding: 8px 12px 15px 12px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.sidebarBox .boxFooter, .subMenuBox .boxFooter, .main .boxFooter
{
	padding: 0;
	margin: 0;
	background: url('sidebarBox/br.png') top right no-repeat;
}

.sidebarBox .boxFooter .boxLeft, .subMenuBox .boxFooter .boxLeft, .main .boxFooter .boxLeft
{
	background: url('sidebarBox/bl.png') top left no-repeat;
}

.subMenuBox .boxBody
{
	padding-top: 1px;
	padding-bottom: 1px;
}

.sidebarBox .boxBody
{
	padding-bottom: 1px;
}

.main .boxBody
{
	padding: 1px 20px 31px 20px;
}

.sidebarBox .boxBody p
{
	margin: 0;
	padding: 4px 0;
}

.sidebarBox a
{
	display: block;
	padding: 3px 0;
	text-decoration: none;
}

.sidebarBox span.inner a
{
	display: inline;
	text-decoration: none;
}
.mainBox
{
	margin-bottom: 30px;
}

.mainBox a.footer
{
	display: block;
	color: gray;
	font-size: 1em;
	padding: 5px 2px;
}

h2.tblBox
{
	background-color: #999;
	padding-left: 3px;
	height: 18px;
	margin: 0;
	line-height: 18px;
	color: #fff;
	font-size: 1em;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
}

/* ------------------
		TABLE 
   ------------------  */
table
{
	border-collapse: collapse;
}

table td.bottom
{
	vertical-align: bottom;
}
table td.top
{
	vertical-align: top;
}
table td.middle
{
	vertical-align: middle;
}
table td, table th
{
	text-align: left;
	vertical-align: top;
	padding: 2px 10px 2px 0;
}

#sidebar table td
{
	padding: 1px 0 1px 6px;
}

#sidebar table td:first-child
{
	padding-left: 0;
}

.main table th
{
	font-weight: 700;
	color: #000;
	background-color: #edf1ed;
	border-bottom: solid 2px #dce0dc;
}

.main table.spacy td, .main table.spacy th
{
	padding: 4px 15px 4px 5px;
}

.main table.indent td, .main table.indent th
{
	padding: 2px 5px;
}

.main table, #sidebar table, .subMenuBox table
{
	width: 100%;
}

.main table.thin, #sidebar table.thin
{
	width: auto;
}

table tr.topBorder td
{
	border-top: solid 1px #dce0dc;
}

table tr.bottomBorder td
{
	border-bottom: solid 1px #dce0dc;
}

.main table.left
{
	float: left;
	width: 48%;
	margin-right: 5px;
}

.main table.right
{
	float: right;
	width: 48%;
	margin-right: 0;
}

tr.odd
{
	background-color: transparent;
}
td.flag, td.nr, th.nr
{
	width: 20px;
}
th.seriesNr
{
	width: 40px;
}

td.abbreviation
{
	width: 60px;
}

tr.even
{
	background-color: #edf1ed;
}

table.search
{
	border: solid 1px #a5d18a;
	background-color: #e7fbdb;
}

table.search td{
	padding: 5px;
}

table.search td.label
{
	font-weight: bold;
	vertical-align: middle;
}

table.form
{
	padding: 10px;
}

table.form td, th
{
	padding: 3px;
	width: auto;
}

table.form td.label
{
	text-align: right;
}

table td.groupHeader
{
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin-top: 20px;
	background-color: #E2DCDC;
	color: #330;
	font-weight: bold;
	padding: 0 0 2px 8px;
}

table.naked
{
	margin: -8px;
}

table.naked td
{
	padding: 2px 0 2px 8px;
}


/* ------------------
		MISC 
   ------------------  */
.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

div.img
{
	margin-right: 20px;
}

.date
{
	color: #666;
	padding-right: 8px;
	font-weight: 400;
}

div.qoute
{
	font-style: italic;
	font-size: 0.9em;
	padding-bottom: 10px; /*border-bottom:solid 1px #eee;*/
}

div.newsItem
{
	margin: 0 0 20px 0;
	padding: 0;
}

h3.feed
{
	color: #3D4DBF;
	font-size: 0.9em;
	border-bottom: solid 1px #ccc;
}
div.feedItem
{
	padding: 7px;
}

div.separator, div.borderSeparator
{
	font-size: 0;
	line-height: 0;
	height: 20px;
	clear: both;
	margin: 0;
	padding: 0;
}

div.borderSeparator
{
	height: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

#sidebar div.borderSeparator
{
	height: 10px;
	margin-bottom: 10px;
}

.nowrap
{
	white-space: nowrap;
}

div.playerInfo, div.managerInfo, div.arenaInfo
{
	float: left;
	width: 72%;
	padding: 10px 5px 0 10px;
}

div.presentation
{
	width: 250px;
	overflow: hidden;
}

br.clear, div.clear
{
	clear: both;
	height: 1px;
}

.sidebarBox a.footer
{
	display: block;
	width: 100%;
	text-align: right;
	color: gray;
	font-size: 0.9em;
}

.subMenuBox ul, #sidebar ul
{
	margin: 0;
	padding: 0;
}

#subMenu a, .sidebarBox a.active
{
	text-decoration: none;
	color: #000;
}

.shy
{
	color: #666;
}

textarea
{
	font-family: Verdana, Helvetica;
}

.smallText, .paging
{
	/*font-size: 0.9em;*/
}

p.articleSummary{
font-weight: bold;
}

/* ------------------
      Highlights 
   --------------- */

.error, .ok, .alert, .edit, .threadNote, .alert_shy
{
	background-color: #f3e4e4;
	border: solid 1px #fc0;
	margin: 10px 0;
	padding: 7px 10px;
}

.threadNote
{
	margin-bottom: 0;
}

.threadNote, .alert_shy
{
	border: 1px solid #cccccc;
	background: #ebeeeb;
}

.error
{
	border: solid 1px #a00;
}

.ok
{
	border: solid 1px #a5d18a;
	background-color: #e7fbdb;
}

.alert, .edit
{
	border: solid 1px orange;
	background-color: #fcf6df;
}

.highlight
{
	font-weight: 700;
	color: Orange;
}
a.higlight
{
	font-weight:400;
	color: Orange;
}

.actionIcon
{
	margin-right: 5px;
}

/* ------------------
   Image
------------------ */

img
{
	border: 0;
	margin: 3px;
}

.inner, .sidebarBox a.inner, #sidebar td a
{
	display: inline;
	text-decoration: none;
}

tr.boldRow td, tr.boldRow th, p.strong, span.strong, .sidebarBox a.supporter, table td.ch /* cell heading */, .won, .lost, .draw
{
	font-weight: 700;
}

#ticker
{
	position: absolute;
	top: 10px;
	left: 300px;
}

#ticker div
{
	background-image: url(../images/TickStar.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	padding-bottom: 3px;
	margin: 0;
}

#ticker div a
{
	padding-bottom: 2px;
	color: #000;
	text-decoration: none;
	line-height: 1.1em;
}

.float_right
{
	float: right;
}

h2.info
{
	margin-left: 0;
}

h2.info, h3
{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1em;
	color: #000;
	width: auto;
	border: 0;
}

/*
Lists
*/

ul {
	padding-left: 30px;
	list-style: disc;
	/*list-style-position: inside;*/
}

ol {
	padding-left: 30px;
}

/*Tekst opmaak HAG*/
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 1em;
}

p {
	margin: 0px;
	margin-bottom: 5px;
}

h1 {
	color: #00F;
}

h2 {
	font-size: 1.2em;
	color: #3D4DBF;
}

h3 {
	font-size: 1.1em;
	color: #3D4DBF;
}

h4{
	font-size: 1.05em;
	font-weight: strong;
	margin-bottom: 0px;
	width: auto;
	color: #3E7B8E;
}

h5{
	font-weight: strong;
	margin: 0px;
	padding: 0px;
	color: #5C80A9;
	font-size: 1em;
}

h6{
	font-weight: strong;
	font-style: italic;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}

h7{
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}


.pointer {
	cursor: pointer;
}

a {
	color: #3E7B8E;
	cursor: pointer;
	text-decoration: underline;
}

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