/* ###################### OVERALL SETTINGS ###################### */
body {
  	margin: 0px 0px 0px 0px;
  	background-color : #ffffff;
  	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
}

body.white {
  	margin: 0px 0px 0px 0px;
  	background-color: #ffffff;
  	color: #000000;
}

ul {
  margin: 0px 0px 0px 0px;
}

ul li {
  	list-style-type: circle;
	line-height: 15px;
  	
}

hr {
  background       : #C0C0C0;
  height           : 1px;
  width            : 100%;
}

td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
}

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
}




/* ###################### FLOAT RIGHT TABLE ###################### */
table.floatright {
	margin-left: 10px;
}



/* ###################### UPPER BUTTON BAR ###################### */
.buttonbar {
  font-family      : Arial, Helvetica, serif;
  width            : 100%;
  text-align       : center;
  filter           : Alpha(opacity=95, finishopacity=25, style=1);
  font-weight      : bold;
  text-decoration  : none;
}

a.buttonbar:link, a.buttonbar:visited {
  padding-top      : 5px;
  padding-bottom   : 5px;
  border           : 1px solid #999999;
  background       : #555555;
  color            : #000000;
}
a.buttonbar:hover {
  padding-top      : 5px;
  padding-bottom   : 5px;
  text-decoration  : none;
  border           : 1px solid #999999;
  background-color : maroon;
  color            : #FFFFFF;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  color            : #000000;
}

a.pathway:link, a.pathway:visited {
  color            : #444444;
  font-weight      : normal;
  text-decoration: underline;
}

a.pathway:hover {
  color            : #000000;
  font-weight      : normal;
  text-decoration: underline;
}


/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  padding-top      : 4px;
  padding-bottom   : 2px;
  letter-spacing   : 2px;
  width            : 180px;
}

a.mainlevel:link, a.mainlevel:visited {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  padding          : 2px 10px 2px 5px;
  color            : #444444;
  background-color : ;
  font-weight      : normal;
}

a.mainlevel:hover {
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  padding          : 2px 10px 2px 5px;
  color            : #000000;
  background-color : ;
}

.sublevel {
  padding-top      : 2px;
  padding-bottom   : 2px;
  letter-spacing   : 2px;
  width            : 167px;
  border-top       : 1px solid #C0C0C0;
}

a.sublevel:link, a.sublevel:visited {
  padding          : 2px 10px 2px 5px;
  color            : #000000;
  background-color : #B0B0B0;
  font-weight      : normal;
}

a.sublevel:hover {
  padding          : 2px 10px 2px 5px;
  color            : #000000;
  background-color : #DFDFDF;
}

table.moduletable {
  	width            : 100%;
}

table.moduletable th {
	font-size        : 11px;
	font-weight      : bold;
	color            : #000000;
	text-align       : left;
  border           : ;
  background-color : ;
	letter-spacing   : 2px;
	padding-left:10px;
}

td.leftmenu {
	background-color: #eeeeee;
	padding-left: 0px;
	padding-right: 0px;
}

td.maincontent {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
}

td.buttmenu {
  	border-top: 1px dashed #cccccc;
	background-color: #ffffff;
	font-family      : Arial, Helvetica, sans-serif;
  	font-size : 10px;
  	color            : #cccccc;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 4px;
	text-align: left;
}

.sectiontableentry1 {
  background-color : ;
  border-bottom    : 1px dashed #cccccc;
}

.sectiontableentry2 {
  background-color : ;
  border-bottom    : 1px dashed #cccccc;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #CC6600;
  text-decoration  : none;
  font-weight      : normal;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #002850;
  text-decoration  : none;
  font-weight      : normal;
}

.fineprint {
  font-size: 10px;
  font-weight: normal;
  color: #444444;
  text-decoration: none;
}

.viewcounter {
  font-size: 10px;
  font-weight: normal;
  color: #444444;
  text-decoration: none;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.contentpaneopen {
  	text-align: left;
	margin-bottom: 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
}

.contentheading, .componentheading {
  	font-family : Arial, Helvetica, sans-serif;
  	font-size: 13px;
  	font-weight: bold;
  	color: #000000;
  	text-align: left;
  	padding-bottom: 0px;
  	border-bottom: 1px dashed #cccccc;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}

.hand {
  background       : #F0F0F0 url('http://www.wittebal.nl/templates/akosolution/images/foto_handen.jpg') no-repeat fixed right bottom;
}


.pulloutquote {display: inline;font-size: medium;font-weight: bold;margin: 10px 5px 5px 10px;padding: 6px;color: #355594;width: 210px;float: none;border: 1px dashed #006699;background: #E5ECF2}


/* ###################### CONTENT DESCRIPTION ###################### */
.contentdescription {
	padding-bottom: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  color            : #000000;
  border           : 1px solid;
}

.inputbox {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background       : #FFFFFF;
  border           : 1px solid;
}

input {
	font-family: arial, sans-serif;
	font-size: 11px;
}

select {
	font-family: arial, sans-serif;
	font-size: 11px;
}

option {
	font-family: arial, sans-serif;
	font-size: 11px;
}

textarea {
	font-family: arial, sans-serif;
	font-size: 11px;
}


/* ###################### LINKS ###################### */
a:link, a:visited {
	font-size        : 11px;
	color            : #cc0000;
	text-decoration  : none;
	font-family      : Arial, Helvetica, sans-serif;
	line-height: 15px;
}

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

a.category:link, a.category:visited {
  color            : #cc0000;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #000000;
	text-decoration  : underline;
}

.title {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  padding-top      : 0px;
  padding-bottom   : 10px;
  letter-spacing   : 2px;
}

a.title:link, a.title:visited {
  font-size: 11px;
  font-weight: bold;
  color: #cc0000;
  text-decoration: none;
  padding-top      : 0px;
  padding-bottom   : 10px;
  letter-spacing   : 2px;
}

a.title:hover {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  padding-top      : 0px;
  padding-bottom   : 10px;
  letter-spacing   : 2px;
}


/* ############## PAGE NAVIGATION ############## */
.pagenav {
  color            : #000000;
}

a.pagenav:link, a.pathway:visited {
  color            : #444444;
  font-weight      : normal;
  text-decoration: underline;
}

a.pagenav:hover {
  color            : #000000;
  font-weight      : normal;
  text-decoration: underline;
}
/* ############## READ MORE LINK ############## */
.readon {
  color            : #000000;
  padding-top: 10px;
}

a.readon:link, a.pathway:visited {
  color            : #444444;
  font-weight      : normal;
  text-decoration: underline;
  padding-top: 10px;
}

a.readon:hover {
  color            : #000000;
  font-weight      : normal;
  text-decoration: underline;
  padding-top: 10px;
}
/* ############## BACK BUTTON LINK ############## */
.back_button {
  color            : #000000;
  padding-top: 10px;
}

a.back_button:link, a.pathway:visited {
  color            : #444444;
  font-weight      : normal;
  text-decoration: underline;
  padding-top: 10px;
}

a.back_button:hover {
  color            : #000000;
  font-weight      : normal;
  text-decoration: underline;
  padding-top: 10px;
}

/* ############## FLOATS ############## */

.floatright
{
float: right;
width: 324px;
}

td.leftcell {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


td.rightcolumn {
	padding: 10px;
	border-left: 1px dashed #cccccc;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	color: #000000;
	vertical-align: top;
}

table.related_downloads {
	border: 1px solid #c0c0c0;
	background-color: #d3d3d3;
	padding: 7px;
	width: 100%;
}

table.featured_box {
	border: 1px solid #c0c0c0;
	background-color: #d3d3d3;
	padding: 7px;
	width: 100%;
}

td.blackstrip {
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	color: #808080;
}

a.blackstrip_link:link, a.blackstrip_link:visited {
  	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 10px;
  	font-weight: bold;
  	text-decoration: none;
	text-transform: uppercase;
}

a.blackstrip_link:hover {
	color: gold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

td.greystrip {

}

a.greystrip_link:link, a.greystrip_link:visited {
  	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	text-decoration: none;
	text-transform: uppercase;
	margin-top: 2px;
}

a.greystrip_link:hover {
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 2px;
}

.sansserifsmaller {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10px;
	line-height: 15px;
}


td.fp_newscroller {
	background-image: url('/templates2/grafix/dfi_announcements_bg.gif');
	height: 125px;
}
.contacttype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: 800;
	color: #000000;
}
.welcomecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 300;
	color: #000000;
	letter-spacing: 0.5pt;
	text-indent: 18px;
	margin-right: 10px;
	margin-left: 5px;
}
.bottomline {
	vertical-align: top;
	margin: 0px;
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.bottomlinef {
	vertical-align: top;
	margin: 0px;
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.bottomlinesa {
	vertical-align: top;
	margin: 0px;
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}
.bottomlinesu {
	vertical-align: top;
	margin: 0px;
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990099;
}
.bottomlineu {
	vertical-align: top;
	margin: 0px;
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	border-top: solid thin #000066;
}
.smalldark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330000;
	word-spacing: 1px;
}
.whiteline {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-booth-color: #ffffff;
}
