body {
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:11px;
	margin:0px;
	text-align:center;
	background-color: #EDF4FC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
} 

/* ------------------------------------- template layout specific ------------------------------------- */

/* creates the shadow on the borders - serves only as a background */
#borderShadow {
	background:url(images/bg_bodycontainer_top.gif) no-repeat; 
	left:0px;
	margin:0px;
	padding:5px 0px 0px 0px;
	position:absolute;
	top:320px;
	width:772px;
} 
#bottomContent {
	clear:both;
	margin:0px 6px;
	width:760px;
}
/* container div used for centre align */
#container {
	margin:0px auto;  
	padding:0px;
	position:relative;	
	text-align:left;
	width:772px;
}
/* footer div containing quicklinks and legal info */
#footer {
	background:url(images/bg_bodycontainer_bottom.gif) no-repeat;
	margin:0px;
	padding:20px 0px 20px 0px;
	width:772px; 
}

#header
{
	padding:0px;
	margin:0px 0px 0px 0px;
	width: 772px;
	height: 312px;
	background:url(images/bgheader.png) no-repeat;
}

/* header section */
#headerContent {
	padding:0px;
	margin:0px 6px 6px 6px;
	height: 60px; 
}
/* header - search form */

#headerContent a
{
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	float: right;
	padding: 0px 0px 0px 0px;
	margin-left: 2px;	
}


#headerSearch label {
	float:left;
	margin:4px 0 0 7px;
	width:55px;
}


/* main body content holder */
#mainContent {
	float:right;
	margin:0px;
	padding:0px 6px 0px 0px;
	width:505px;
}
/* main navigation in top bar */
#mainNav {
	background:url(images/bg_row0.gif) no-repeat;
	left:299px;
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 35px;
	position:absolute;
	top:270px;
	width:572px;
}
#mainNav li {
	float:left;
}
#mainNav li select {
	font-size:10px;
	margin:3px 0px 0px 11px;
	width:139px;
}
/* secondary content holder */
#secondaryContent {
	float:left;
	margin:0px;
	padding:0px 0px 0px 6px;
	width:250px;
}
#secondaryHiddenContent {
	display:none;
	height:260px;
	margin:0px;
	padding:0px;
	visibility:hidden;
	width:1px;
}

#voorwaarden {
	margin-left: 30px;
	width:188px;
}

/* section banner image(s) holder */
#sectionBanner {
	left:6px; 
	position:absolute;
	top:6px;
	width:760px;
}
#sectionBanner img { /* removes extra space from image in firefox */
	display:block;
}
/* section navigation - section specific css sets colours */
#sectionMenu {
	background:url(images/navBg.gif) repeat-x;
	height:26px;
	left:6px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:absolute;
	text-align:center;
	top:63px;
	white-space:nowrap;
	width:760px;
}
#sectionMenu li {
	background:url(images/tabRightBg.gif) no-repeat top right;
	display:inline;
	line-height:26px;
}
#sectionMenu li.lastItem {
	background:none;
}
#sectionMenu li a {
	color:white;
	padding:6px 15px 7px 15px;
	text-decoration:none;
}
* html #sectionMenu li a {
	padding:7px 15px 6px 15px;
}
#sectionMenu li a:hover {
	background:url(images/navRollover.gif) repeat-x;
}
#sectionMenu li fieldset {
	border:none;
	display:inline;
	font-size:10px;
	height:17px;
	margin:0px;
	padding:0px;
}
#sectionMenu li form {
	display:inline;
	font-size:10px;
	margin:0px;
	padding:0px;
}
#sectionMenu li input {
	font-size:10px;
	margin:0px 0px 0px 11px;
	padding:1px;
}
#sectionMenu li label {
	padding-left:15px;
}
#sectionMenu li select {
	font-size:10px;
	margin:1px 11px 1px 11px;
	padding:0px;
}
* html #sectionMenu li select {
	margin-top:3px;
}

/* applies the top part of the shadow - is placed above #borderShadow and contains all content */
#topShadow {
	background:url(images/bg_bodycontainer.gif) repeat-y;
	margin:0px;
	overflow:hidden; /* used to clear floats */
	padding-top:88px;
	position:relative;
	width:772px;
}
* html #topShadow {
	padding-top:94px;
}

/* ------------------------------------- HTML selectors  ------------------------------------- */

a {
	color:black;
	text-decoration:none;
}
a:hover {
	color:black;
	text-decoration:underline;
}
abbr, acronym {
	cursor:help;
}
address {
	font-style:normal;
	font-size:10px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 10px;
}
address strong {
	font-style:normal;
	margin-right:5px;
	padding-right:5px;
}
h1 {
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

/* set default background */
h2 {
	background-image:url(images/h2bg.gif);
	color:white;
}
h2 a, h2 a:hover {
	color:white;
	text-decoration:none;
}
h2, h3 {
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	margin:0px;
	padding:2px 0px 2px 10px;
}
h2.fixture_link a:hover
{
text-decoration:underline;
color: white;
}
form {
	margin:0px;
}
img {
	border:none;
}
input, select {
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:1em;
}
table {
	font-size:10px;
}

/*-------------------------------------- class selectors --------------------------------------*/

/* used to clear previous floats */
.clearFloats {
	clear:both;
	overflow:hidden;
}
/* magazine feature list */
div.magNewsList {
	clear:both;
	min-height:200px;
}
* html div.magNewsList {
	height:200px;
}
div.magNewsList h2 {
	background:none;
	color:white;
	margin:0px 0px 10px 10px;
	padding:0px;
}
div.magNewsList em {
	color:#FF722B;
	display:block;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	margin:0px 0px 6px 10px;
	padding:0px;
}
div.magNewsList em a {
	color:#FF722B;
	text-decoration:none;
}
div.magNewsList em a:hover {
	color:#FF722B;
}
div.magNewsList div.strong {
	color:white;
	font-size:21px;
	font-weight:bold;
	line-height:18px;
	margin:0px 0px 6px 10px;
	padding:0px;
}
div.magNewsList div.strong a {
	color:white;
	text-decoration:none;
}
div.magNewsList div.strong a:hover {
	color:white;
}
div.magNewsList ul {
	background:none;
	font-size:10px;
	font-weight:bold;
	list-style-type:none;
	margin:15px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	width:190px;
}
div.magNewsList ul li.list {
	background:none;
	color:white;
	display:block;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:5px;
	padding:0px 0px 0px 15px;
}
div.magNewsList ul li {
	background: url(images/bullet.gif) no-repeat 4px 3px;
	line-height:10px;
	margin-bottom:5px;
	padding:0px 0px 0px 15px;
}
div.magNewsList ul li a {
	color:white;
}
div.magNewsList ul li a:hover {
	color:white;
}
a.magLink{
	height:200px;
	position:absolute;
	width:250px;
}
/* used for additional info links */
.furtherLink {
	font-weight:bold;
	padding-left:10px;
}
.hidden {
	display:none;
}
/* burovanzuylen logo */
div#logo {
	left:1px;
	margin:0px;
	padding:0px;	
	position:absolute;
	top:220px;
}
div#logo a {
	background:url(images/logo.gif) no-repeat;
	display:block;
	height:84px;
	text-indent:-9000px;
	text-decoration:none;
	width:250px;
}
#printArticle {
	display:none;
}
/* used for additional note text */
p.note {
	clear:both;
	font-size:10px;	
}

/* Two tables : one in the rigth one in the left */
.TableLeft {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.TableRight {
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px;	
}

/* generic bullet list */
ul.bulletList {
	font-size:10px;
	font-weight:bold;
	list-style-type:none;
	margin:0px;
	padding:5px 0px 5px 0px;
	/* width:250px; */
}
ul.bulletList li {
	background: url(images/bullet.gif) no-repeat 2px 4px;
	line-height:13px;
	margin-bottom:5px;
	padding:0px 0px 0px 15px;
}
ul.bulletList li ul {
	list-style-type:none;
	margin:0px 0px 5px 10px;
	padding:0px;
}
ul.bulletList span {
	font-weight:normal;
}
ul.bulletList em {
	color:gray;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	line-height:12px;
}
ul.bulletList li ul li {
	background:none;
	line-height:14px;
	margin:0px;
	padding:0px;
}


/* list positioned vertical bottom */
ul.bottom {
	bottom:0px;
	left:0px;
	position:static;
	vertical-align:bottom;
}
* html ul.bottom {
	left:6px;
}

/* Legend - key table*/
div.legend {
	clear:both;
	font-size:9px;
	overflow:hidden;
	margin:10px 0px;
}
div.legend dl {
	display:inline;
	font-size:9px;
	margin:0px;
}
div.legend dl dd {
	float:left;
	font-weight:normal;
	margin:0px 6px 0px 2px;
}
div.legend dl dt {
	float:left;
	font-weight:bold;
	margin-right:0px; 
}
div.legend p {
	font-size:9px;
	margin:0px; 
	padding:0px;
}
ul.profiles {
	background:none;
	font-size:10px;
	list-style-type:none;
	margin:15px 0px 5px -10px;
	padding:0px 0px 2px 0px;
	width:160px;
}
* html ul.profiles{
	margin:15px 0px 0px -10px;
	padding:0px 0px 2px 0px;
}
ul.profiles li select {
	font-size:10px;
	margin:1px 11px 1px 11px;
	padding:0px;
	width:150px;
}

/* ------------ old styles inherited from previous design. Added to ensure correct function of old news articles ----------------- */
.TableBg {
	background:#e6eef4;
}
.TableNoBg {
	background:white;
} 
/* ----------------------------- */
#sectionMenu {
	display:none;
}
#sectionBanner {
	display:none;
}
#topShadow  {
	padding-top:0px;
}
* html #topShadow {
	padding-top:0px;
}
#secondaryHiddenContent {
	display:block;
	visibility:visible;
}

#quicklinks {
	background-image:url(images/footer.gif);
}
#quicklinks li {
	border-right:1px solid white;
}
#quicklinks li a {
	color:white;
}*/
