/* ***** Default styles *************************************** */
body
{
	margin: 0px 0px 0px 0px;
    font-family: Verdana, Helvetica, sans-serif;
	font-style:	normal; font-size: 12px; color: black;
}
div
{
    font-family: Verdana, Helvetica, sans-serif;
	font-style:	normal; font-size: 12px; color: black;
}
a{
	text-decoration: none;
	color: #0000CC;
}
img {
	border: 0px;
}

/* ******************************************************************** */
/*      Standard page element styles                                    */

.pageheader	/* Page title and header */
{
	font-size:18px; font-weight:bold; color:Navy; 
}
.partbox	/* Border style for part boxes. */
{
	border: solid 1px gray;
}
.partheader	/* Part title and header */
{
	font-size:12px; font-weight:bold; color:Navy; 
}
.partdivider	/* Gray bar at bottom of page, divider for sponsor bar. */
{
	font-size:4px;
	background-color:Silver;
}
.helptext
{
	font-size:11px; color:Gray; 
}
.alerttext
{
	font-size:11px; color:red;
}
.messagetext
{
	font-size:11px; color:Navy;
}
.errortext
{
	font-size:11px; color:Red; 
}


.imagecaption	/* For text under thumbnails. */
{
	font-size:10px; color:Black; text-align:center;
}

.tableheader
{
	margin: 0px 0px 0px 0px;
	padding: 4px 8px 4px 8px;
	background-color:silver;
	font-style:	normal; font-size: 12px; font-weight:bold; color:white;
}
.columnheader
{
	margin: 0px 0px 0px 0px;
	padding: 4px 8px 4px 0px;
	background-color:silver;
	font-style:	normal; font-size: 12px; font-weight:bold; color:white;
	text-align:left;
}
.tableitem
{
	font-size: 11px;
}
.tablelink
{
	font-size: 11px; color:navy;
}
.tablehighlight
{
	font-size: 11px; font-weight:bold; color:navy;
}
.tabledisable
{
	font-size: 11px; font-weight:bold; color:gray;
}

/* TabStrip styles */
.tabstrip
{
	border-left: solid 2px white;
	border-right: solid 2px white;
	height:20px; padding: 2px 8px 2px 8px;
	font-size: 11px; background-color:gainsboro;
}
.tabstrip_selected
{
	border-left: solid 2px darkgray;
	border-right: solid 2px darkgray;
	height:20px; padding: 2px 8px 2px 8px;
	font-size: 11px; background-color:gray;
}
.tabstrip_hover
{
	border-left: solid 2px darkgray;
	border-right: solid 2px darkgray;
	height:20px; padding: 2px 8px 2px 8px;
	font-size: 11px; background-color:gainsboro;
}

/* Styles for edit pages */
.controltitle	/* Field description before control, like textbox. */
{
	font-size:10px;
}
.highlight	/* Highlited content, like news item title. */
{
	font-size:12px; font-weight:bold; color:Navy; 
}

.login, span.login
{
	font-size: 11px; color:white;
}
.login:hover
{
	color:red;
}

.menulink
{
	font-size: 11px; font-weight:bold; color:navy;
}
.menulink:hover
{
	font-size: 11px; font-weight:bold; color:red;
}

a.linkbutton
{
	font-style:	normal; font-size: 10px; color: navy;
}
a.linkbutton:visited
{
	color:navy;
}
a.linkbutton:hover
{
	color:red;
}

a.linkbuttonlarge
{
	font-style:	normal; font-size: 12px; font-weight:bold; color: navy;
}
a.linkbuttonlarge:visited
{
	color:navy;
}
a.linkbuttonlarge:hover
{
	color:red;
}

a.nameitem
{
	font-style:	normal; font-size: 12px; font-weight: bold;
	color: Navy;
}
a.nameitem:visited
{
	font-style:	normal; font-size: 12px; font-weight: bold;
	color:Navy;
}
a.nameitem:hover
{
	font-style:	normal; font-size: 12px; font-weight: bold;
	color:red;
}

.editlink {
	font: 11px Tahoma,Helvetica; color:navy;
}
.editlink:hover    {
    color: red;
}

/* Side menu for teams */
span.sidemenu
{
	font-style:	normal; font-size: 12px; font-weight: bold; color: Navy;
}
a.sidemenu
{
	font-style:	normal; font-size: 12px; font-weight: bold;
}
a.sidemenu:link
{
	color:Silver;
}
a.sidemenu:active
{
	color:red;
}
a.sidemenu:visited
{
	color:Gray;
}
a.sidemenu:hover
{
	color:red;
}


.imagespacer
{
	text-align: center; 
	font: 11px verdana; margin: 5px; overflow: hidden;
}
div.imageholder
{
	margin: 0px; padding: 0px;
	border: solid 1px #CCCCCC;
}
div.titleholder
{
	font-family: ms sans serif, arial; font-size: 9px;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;			
}		

/* ******************************************************************** */
/*      Document content styles                                         */

.normal {
	font-size:11px; line-height: 14px;
	font-family:"Verdana, Helvetica, sans-serif";
}
.h1 {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
.h2 {
	font-size:12px;
	font-weight:bold;
}
.h3 {
    font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

/* ******************************************************************** */
/*      Menu styles                                                     */

/* Menu bar */

.menu_bar 
{
	height: 18px;
	font: 12px Tahoma,Helvetica; color: white; font-weight:bold;
	padding-top:1px;padding-bottom:0px;padding-left:6px;padding-right:2px;
}
.menu_barover
{
	background-color:#1E90FF;
}
.menu_barselect
{
	background-color:red;
}
/* Submenu's */
.menu_sub 
{
	height:18px; background-color:Gainsboro;
	font: 12px Tahoma,Helvetica; color:black; font-weight:bold;
	padding-top:1px;padding-bottom:0px;padding-left:6px;padding-right:12px;
	border-top:solid 0px white;
	border-bottom:solid 1px white;
	border-left:solid 2px white;
	border-right:solid 2px white;
}
.menu_subover
{
	/* height:20px; */
	background-color:#1E90FF; color:white;
	/* font: 12px Tahoma,Helvetica; font-weight:bold; */
	/* padding-top:1px;padding-bottom:1px;padding-left:12px;padding-right:12px; */
	/* border-top:solid 0px white;
	border-bottom:solid 1px white;
	border-left:solid 2px white;
	border-right:solid 2px white; */
}

/* ********** RichTextbox styles ********** */
.dlgbackground {
	background-color: #dcdcdc;	/* gainsboro */
}
.buttonnormal {
	background-color: #dcdcdc;	/* gainsboro */
	border-left: 1px solid whitesmoke;
	border-top: 1px solid whitesmoke;
	border-right: 1px solid darkgray;
	border-bottom: 1px solid darkgray;
	padding: 0px 2px 0px 0px;
}
.buttonover {
	background-color: silver;
	border-left: 1px solid darkgray;
	border-top: 1px solid darkgray;
	border-right: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
	padding: 0px 2px 0px 0px;
}
td.buttondown {
	background-color: silver;
	border-left: 1px solid blue;
	border-top: 1px solid blue;
	border-right: 1px solid darkblue;
	border-bottom: 1px solid darkblue;
	padding: 0px 2px 0px 0px;
}
div.toolbar {
	background-color: #dcdcdc;	/* gainsboro */
	margin: 0px 1px 4px 0px;
	float: left;
}
.styletextbox {
	background-color: silver;
	border-width: 2px;
	border-color: silver;
}
div.editorbox {
	background-color: white;
	border-left: 1px solid darkgray;
	border-top: 1px solid darkgray;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 2px 0px 0px 0px;
}

iframe.editorbox {
	width:100%; height:100%;
	background-color: White;
	border-right: 1 solid LightGrey;
	border-left: 1 solid Gray;
	border-top: 1 solid Gray;
	border-bottom: 1 solid LightGrey;
	/* frameBorder: 0; */
}

/* ***** News part styles *************************************** */

a.newsheader, div.newsheader, td.newsheader {
	font: 12px Tahoma,Helvetica; color:darkblue;
	font-weight: bold;
}

.newsitem {
	font: 11px Tahoma,Helvetica; color:black;
	font-style:	normal;
    line-height: 14px;
	padding-top: 4px;
	padding-left: 12px;
	padding-bottom: 8px;
}
img.newssmallimage {
	margin: 1px 1px 1px 1px;
}
img.newsimage {
	margin: 0px 12px 8px 12px;
}
td.newsimagebox {
	/* border: solid 1 gray; */
}
.newsfooter {
	font: 11px Tahoma,Helvetica; color:gray;
	font-style:	italic;
	text-align:right;
	padding-top: 4px;
}

/* ***** Wedstrijd programma styles *************************************** */

.progheader {
	font: 20px Tahoma,Helvetica; color:darkblue;
	font-weight: bold;
	padding-bottom: 8px;
}
.progdate {
	font: 14px Tahoma,Helvetica; color:darkred;
	font-weight: bold;
	padding-bottom: 8px;
}
.progitem {
	font: 12px Tahoma,Helvetica; color:black;
	font-style:	normal;
    line-height: 16px;
	padding-top: 2px;
}
.progbolditem {
	font: 12px Tahoma,Helvetica; color:black;
	font-weight: bold;
    line-height: 16px;
	padding-top: 2px;
}
.proglargebolditem {
	font: 12px Tahoma,Helvetica; color:darkblue;
	font-weight: bold;
    line-height: 16px;
	padding-top: 2px;
}


/* ***** Word styles *************************************** */
p.MsoNormal, li.MsoNormal, div.MsoNormal {
	font-size:11px;
	font-family:"Verdana, Helvetica, sans-serif";
}
p.sub, li.sub, div.sub {
	font-size:16px;
	font-weight:bold;
}
p.head, li.head, div.head {
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
p.paragraph, li.paragraph, div.paragraph {
	margin-top:24px;
	text-align:center;
	font-size:18px;
}
p.h1 {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin: 12px 0px 6px 0px;
	page-break-after:avoid;
	border:none;
	padding: 0px;
}
p.h2 {
	margin: 12px 0px 3px 0px;
	page-break-after:avoid;
	font-size:12px;
	font-weight:bold;
}
p.h3 {
    font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin: 12px 0px 3px 0px;
	page-break-after:avoid;
}
h4 {
	margin: 6px 0px 3px 0px;
	font-size:10px;
	letter-spacing:.4px;
	font-weight:bold;
}
p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
	margin: 0px 0px 6px 12px;
	font-size:12px;
}
p.parBodytext, li.parBodytext, div.parBodytext, span.parBodytext
{
    font-family: Verdana, Helvetica, sans-serif;
	font-style:	normal;
	font-size: 12px;
    line-height: 16px;
	margin: 0px 0px 12px 24px;
}
span.chrIdentifier {
	font-weight:bold;
}
p.parCode, li.parCode, div.parCode {
	font-family:"Courier New";
	font-size:11px;
	margin: 0px 0px 0px 36px;
	background:#F3F3F3;
	color:#000066;
}
p.parWalkthroughtitle, li.parWalkthroughtitle, div.parWalkthroughtitle {
	margin: 12px 0px 6px 0px;
	font-size:12px;
	color:#000066;
	font-weight:bold;
}
p.parWalkthroughnumber, li.parWalkthroughnumber, div.parWalkthroughnumber {
	margin: 0px 0px 6px 12px;
	text-indent:-12px;
	font-size:12px;
}
p.parCodelanguage, li.parCodelanguage, div.parCodelanguage {
	font-family:"Courier New";
	font-size:11px;
	margin: 0px 0px 0px 36px;
	background:#F3F3F3;
}
p.parSpacer, li.parSpacer, div.parSpacer {
	margin: 0px 0px 0px 0px;
	line-height:10px;
}
p.parWalkthroughtext, li.parWalkthroughtext, div.parWalkthroughtext {
	margin: 0px 0px 6px 36px;
	font-size:12px;
}
p.parWalkthroughnote, li.parWalkthroughnote, div.parWalkthroughnote {
	margin: 0px 0px 6px 48px;
	font-size:12px;
}
span.chrIdentifiercode {
	font-family:"Courier New";
	color:#000066;
}
p.parDivider, li.parDivider, div.parDivider {
	margin: 0px 0px 6px 0px;
	line-height:6px;
	border:none;
	padding:0px;
	font-size:12px;
}
p.parBodytextnote, li.parBodytextnote, div.parBodytextnote {
	margin: 0px 0px 6px 48px;
	font-size:12px;
}
p.parBodytextbullets, li.parBodytextbullets, div.parBodytextbullets {
	margin: 0px 0px 6px 36px;
	text-indent:-12px;
	font-size:12px;
}
p.parPicture, li.parPicture, div.parPicture {
	margin: 24px 0px 24px 36px;
}
p.parTableheading, li.parTableheading, div.parTableheading {
	font-size:12px;
	font-weight:bold;
	margin: 0px 0px 6px 36px;
	text-indent:-12px;
}
p.parTable, li.parTable, div.parTable {
	font-size:12px;
	font-weight:bold;
	margin: 0px 0px 6px 36px;
	text-indent:-12px;
}
p.parBodytextfirst, li.parBodytextfirst, div.parBodytextfirst {
	font-size:12px;
	font-weight:bold;
	margin: 6px 0px 6px 36px;
	text-indent:-12px;
}
p.parWalkthroughfirst, li.parWalkthroughfirst, div.parWalkthroughfirst {
	font-size:12px;
	font-weight:bold;
	margin: 6px 0px 6px 36px;
	text-indent:-12px;
}
span.chrNote {
	font-weight:bold;
}
p.parQuote, li.parQuote, div.parQuote {
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	margin: 6px 240px 6px 36px;
	text-indent:-12px;
}
p.parReference, li.parReference, div.parReference {
	font-style:italic;
	font-size:12px;
	margin: 6px 240px 6px 128px;
	text-indent:-128px;
}
p.parNamedList, li.parNamedList, div.parNamedList {
	font-style:italic;
	font-size:12px;
	margin: 6px 0px 6px 64px;
	text-indent:-48px;
}
p.parheaderwithicon, li.parheaderwithicon, div.parheaderwithicon {
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	color:navy;
	margin: 12px 0px 6px 24px;
	text-indent:-48px;
}
p.parDocProp, div.parDocProp, span.parDocProp
{
    font-family: Verdana, Helvetica, sans-serif;
	font-style:	italic;
	font-size: 11px;
    line-height: 16px;
	margin: 8px 0px 12px 12px;
}
td.parWelcome, div.parWelcome {
	font: 18px Tahoma,Helvetica; color:darkblue;
	font-weight:bold;
	margin: 24px 12px 24px 12px;
	text-align:center;
}


