﻿body {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;    
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	padding: 2px 0px;
	margin: 2px 0px 10px 0px;
	color: #CC0066;
	font-weight: bold;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}

ul {
	padding: 0px;
	margin: 10px 0px 0px 20px;
	font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
}

ol, 
.dbf_ol {
    padding: 0px;
    margin: 10px 0px 10px 30px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
}

hr{
	margin: 0px;
	padding: 0px;
}

a {
	color: #CC0066;
}

#dbf_wrapper, 
.dbf_wrapper {
    width: 604px;
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    
    font-family: Arial, Verdana, Sans-Serif !important;
    font-size: 12px !important;
}

.dbf_pageHeader,
.dbf_pageFooter {
    background-color: #CC1C68;
    color: #FFFFFF;
    padding: 5px 0px 5px 8px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    
    background-image: url("../image/pheader_tl.gif");
    background-repeat: no-repeat;
    background-position: left top;
}

.dbf_pageFooter {
    text-align: right;
    padding-right: 5px;
    margin: 0px;
    margin-top: 4px; /* plus 1px van cell border maakt 5px */
    text-transform: none;
    
    background-image: url("../image/pfooter_bl.gif");
    background-position: left bottom;
    font-weight: normal;
}

.dbf_content {
    /* background-color: #F1E9DB; */
    padding: 0px;
    
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px !important;
}

.dbf_gridView {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-top: 10px;
	
	font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px !important;
}

.dbf_gridView th {
	background-color: #DEDEDE;
	
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	
	font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px !important;
}

.dbf_gridView td {
	background-color: #F5F5F5; /* #F1EADA; /* #F9F9F9; */
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px 2px;
	
	font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px !important;
}

.dbf_paddingLeft {
    padding-left: 8px;
}

.dbf_paddingTop {
    padding-top: 10px;
}

.dbf_listView {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px !important;
    border-collapse: collapse;
}

.dbf_listView td {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px !important;
}

.dbf_recordLabel,
.dbf_recordValue {
    width: 50%;
    background-color: #F1EADA;
    text-align: left;
    padding: 5px 8px;
    
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
    
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px !important;
}

.dbf_recordValue {
    background-color: #F1E1E1;
    border-right: 0;
}

.dbf_recordLabelKlassenBudget {
    width: 40%;
}

.dbf_recordHeader {
    color: #FFFFFF;
    background-color: #DEDEDE;
    background-color: #B59F66;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 8px;
    
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px !important;
}

.dbf_bordertop {
    border-top: 2px solid #CCC;
}

.dbf_txtField,
.dbf_ddField,
.dbf_txtArea {
    /* border: solid 1px #D5C7A7; */
    border: 0;
    width: 200px;
    padding: 3px;
    font-size: 12px;
}

.dbf_ddField {
    /* width: 228px; */
    width: auto;
}

.dbf_ddField208 {
    width: 208px;
}

.dbf_ddFieldDay {
    width: 45px;
}

.dbf_ddFieldMonth {
    width: 95px;
}

.dbf_ddFieldYear {
    width: 60px;    
}

.dbf_txtFieldPinTerminal {
    width: 150px;
}

.dbf_ddFieldProv {
    width: 207px;
}

.dbf_ddFieldKlassen {
}

.dbf_ddDoelgroep {
    width: 330px;
}

.dbf_ddKlassenMetBudget {
    width: 280px;
}

.dbf_txtFieldSmall {
    width: 50px;
}

.dbf_txtFieldWo {
    width: 50px;
    padding: 3px;
    font-size: 12px;
    border: 0;
}

.dbf_txtArea {
    width: 97%;
    height: 100px;
}

.dbf_txtFieldBedrag {
    text-align: right;
}

.dbf_chkBox {
}

.dbf_btn {
    font-size: 12px;
    border: none;
    background-color: #FFF;
    color: #000000;
    padding: 1px 0px;
    margin: 0px;
    text-transform: lowercase;
    cursor: pointer;
}

.dbf_btnKlassenBudget {
    border: 1px solid #CCC;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    text-decoration: none !important;
    text-transform: lowercase;
    color: #000 !important;
    margin-top: 5px;
}

.dbf_acceinfolinks {
    margin: 2px 0px;
    line-height: 20px;
}

.dbf_gridViewBtn {
    border: 1px solid #CCC;
    background-color: #F1EADA; /* #F1E1E1 */
    padding: 2px;
    margin: 2px;
}

.dbf_gridViewLnk {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    text-decoration: none !important;
    text-transform: lowercase;
    padding: 3px;
    margin: 5px;
    color: #000 !important; 
}

.dbf_imgBtn {
    position: absolute;
    margin-top: 2px;
    margin-left: 3px;
    padding: 1px 0px;
}

.dbf_lnkbtn {
    line-height: 17px;
}

.dbf_wwlink {
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

.dbf_PagingBtn {
    border: 1px solid #B2B2B2;
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
}

.dbf_PagingBtnSelected {
    border: 1px solid #000000;
    background-color: #B59F66;
    color: #FFFFFF;
    font-weight: bold;
}

.dbf_PagingBackground {
    background-color: #F1E1E1;
    padding: 1px 4px 1px 2px;
    margin: 0px;
}

.dbf_pagecontrol {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dbf_opslaanMelding {
    font-weight: bold;
    margin-bottom: 40px;
}

.dbf_bold {
    font-weight: bold;
}

.dbf_alignLeft {
    text-align: left;
}

.dbf_alignRight {
    text-align: right;
}

.dbf_alignCenter {
    text-align: center;
}

.dbf_alinea {
    display: block;
    margin-top: 10px;
}

.dbf_text {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px !important;
}

.dbf_text td {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px !important;
}

.dbf_helptext  {
    font-weight: normal;
    font-size: 11px;
}

.dbf_alertText {
}

.dbf_validateText {
    color: Red;
    line-height: 17px;
}

.dbf_fontBold {
    font-weight: bold;
}

.dbf_fontItalic {
    font-style: italic;
}

.dbf_fontUnderline {
    text-decoration: underline;
}

#dbf_cjpNieuwsbrief,
#dbf_ckNieuwsbrief,
#dbf_ckAanbiedingen,
#dbf_klasactiviteiten, 
#dbf_wachtwoordspecs,
#dbf_profielnaammsg,
#dbf_saldonulmsg,
#dbf_overboekencollectiefInfoKlas,
#dbf_overboekencollectiefInfoDocent,
#dbf_klasnamen,
#dbf_afkeuren,
#dbf_crossboeking,
#dbf_acceptantRoepnaam,
#dbf_acceptantNaam,
#dbf_VerdelenKlassikaalBedrag,
#dbf_VerdelenKlassikaalAct,
#dbf_activeerKrtOptinDcnt,
#dbf_BetaalOrderResCode,
#dbf_acceptantRekeningNr {
	visibility: hidden;
	border: 1px solid #CC0066;
	background-color: #FFFFFF;
	width: 160px;
	font-weight: normal;
	padding: 5px;
	position: absolute;
	display: block;
	text-align: left;
	font-size: 12px;
	margin-left: 40px;
	overflow: visible;
	z-index: 1000;
}

#dbf_klasactiviteiten {
	margin-left: 5px;
	width: 200px;
}

#dbf_wachtwoordspecs,
#dbf_profielnaammsg {
    margin-left: -235px;
    margin-top: 10px;
    width: 200px;    
}

#dbf_wachtwoordspecs {
    margin-top: -60px;
}

#dbf_saldonulmsg,
#dbf_overboekencollectiefInfoKlas,
#dbf_overboekencollectiefInfoDocent {
    margin-left: 5px;
}

#dbf_klasnamen {
    width: 180px;
    margin-left: -305px;
    display: inline;    
}

#dbf_afkeuren {
    width: 180px;
    margin-left: 10px;
}

#dbf_crossboeking {
    width: 180px;
    margin-left: 5px;
    margin-top: -100px;
    color: #000;
    text-transform: none;
    display: inline;
}

#dbf_acceptantRoepnaam,
#dbf_acceptantNaam {
    width: 190px;
    margin-left: 5px;
}

#dbf_VerdelenKlassikaalBedrag {
    margin-left: 5px;
    display: inline;
    width: 200px;
}

#dbf_VerdelenKlassikaalAct {
    margin-left: 5px;
    display: inline;
    width: 200px;
}

#dbf_activeerKrtOptinDcnt {
    margin-left: 5px;
}

#dbf_BetaalOrderResCode {
    margin-left: 5px;
    width: 200px;
}

#dbf_acceptantRekeningNr {
    margin-left: 5px;
    width: 220px;
}


.dbf_image {
    margin-bottom: -2px;
}

/*  styles for the star rater  */
/*
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url("../image/star_rating.gif") top left repeat-x;
}
.star-rating li{
	padding:0px;
	margin:0px;
	float: left;
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url("../image/star_rating.gif") left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}
*/
/* end of star rater */



/* delete later */
.menuitem {
    line-height: 17px;
    color: #000000;
}
.menuitemklaar {
}
/* end delete later */




/* rating */
.dbf_imgBeoordelingRight,
.dbf_imgBeoordelingLeft,
.dbf_rdlstBeoordeling {
    float: left;
}

.dbf_imgBeoordelingRight,
.dbf_imgBeoordelingLeft {
    margin-top: 5px;
}

.dbf_txtBeoordeling {
    clear: both;
}

.dbf_floatleft {
    float: left;
}

.dbf_floatright {
    float: right;
}
/* end rating */



/* acceptanten */

fieldset {
    margin-bottom: 10px;
}

.dbf_legend,
.dbf_ster {
    color: #CC1C68;
}

.dbf_keuzeLijst {
    display: block;
    margin-bottom: 3px;
}

#ACPT_Criteria input,
#ACPT_CriteriaGroepen input,
#ACPT_CriteriaGroepen8 input,
.dbf_keuzeLijst input
{
	float: left !important;
	clear: both !important;
	line-height: 9pt !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	height: 12px !important;
}

#ACPT_Criteria label,
#ACPT_CriteriaGroepen label,
#ACPT_CriteriaGroepen8 label,
.dbf_keuzeLijst label
{
	display: block !important;
	line-height: 9pt !important;	
	margin-top: 0px !important;
	margin-left: 20px !important;
	margin-bottom: 3px !important;
}

.dbf_keuzeLijstExtra {
    margin-top: 20px;
}

.dbf_overzichtAanbod {
}

.dbf_aanbodColumnLeft {
    width: 50%;
    border-right: 1px solid #CCCCCC;
}

.dbf_aanbodColumnRight {
    width: 50%;
}

.dbf_acceptantCJPKortingInput {
    width: 2%;
    padding: 5px;
}

.dbf_acceptantCJPKortingLabel {
    width: 26%;
    padding: 5px;
}

.dbf_acceptantCJPKortingValue {
    width: 72%;
    padding: 5px;
}

.dbf_acceBtn {
    font-size: 12px;
    border: none;
    background-color: #CC1C68;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    text-transform: lowercase;
    cursor: pointer;
}


/* betaalopdrachten */
.dbf_row {
    border: 1px solid #ccc;
    padding: 10px 5px;
    background-color: #F5F5F5;
    color: #000;
}

.dbf_nivoSelectieLabel,
.dbf_nivoSelectieValue {
    width: 40%;
    background-color: #F1E1E1;
    text-align: left !important;
    padding: 3px 8px;
    
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px !important;
}

.dbf_nivoSelectieValue {
    background-color: #F1E1E1;
    border-right: 0;
    width: 60%;
}

.dbf_nivoSelectieItemLabel {
    width: 40%;
    background-color: #F1EADA;
    padding: 3px 3px 3px 8px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
}

.dbf_nivoSelectieItemValue {
    width: 60%;
    background-color: #F1EADA;
    padding: 3px 3px 3px 8px;
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
}

.dbfnivoSelectieRowItem {
    width: 16.7%;
    text-align: left;
}

.dbf_klasSelectieLabel {
    background-color: #F1E1E1;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px !important;
    font-weight: bold;
    width: 20%;
    padding: 5px 2px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.dbf_klasSelectieItemLabel {
    width: 20%;
    background-color: #F1EADA;
    padding: 2px 4px 2px 2px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.dbf_KlassikaalVerdelenLabel, 
.dbf_KlassikaalVerdelenValue {
    width: 45%;
    padding: 10px 5px;
    text-align: right;   
}

.dbf_KlassikaalVerdelenValue {
    width: 54%;
    text-align: left;
}

.dbf_accLinks {
    border-top: 2px solid #CC1C68;
    padding-top: 5px;
    margin: 0px;
}

.dbf_heraanmeldenTxt {
    padding-left: 20px;
    color: #666666;
}

.dbf_paddingLeftKlassenbudget {
    padding-left: 30px;
}


/* IE6 */
*html .dbfBtn2LnkBtn {
    background: 0;
    border: 0;
    text-decoration: underline;
    cursor: pointer;
    color: #CC0066;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible;
    width: 0;
    font-size: 12px;
}
/* IE7 */
*:first-child+html .dbfBtn2LnkBtn {
    background: 0;
    border: 0;
    text-decoration: underline;
    cursor: pointer;
    color: #CC0066;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible;
    width: 0;
    font-size: 12px;
}

.dbfmenu td a {
    line-height: 18px;
}

.dbfmenu td a:hover {
    text-decoration: none;
}
