body {
 background: #99C;
 }
input[type="checkbox"] {
  transform: scale(2.5);
}

table {
	width: 90%;
	align: center;
	border: 0px;
	background-color: #ccC;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

table.div
{
border:12px solid #a1a1a1;
padding:10px 40px; 
background:#dddddd;
width:300px;
border-radius:25px;
}
table.rounded-corners {
	border: 1px solid black;
	border-radius: 13px;
	width: 70%;
	align: center;

}
.A{
	border: 0;
	text-align: center;
	}
.B{
	border: 0;
	text-align: left;
	}
.BLine{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-color: #0099FF;
	border-bottom-style: solid;
	}
.SLine{
	text-align: left;
	border-top-width: 1px;
	border-top-color: #0099FF;
	border-top-style: double
	}	
.fancy{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
	}
.Bi{
	border: 0;
	text-align: left;
	font-style: italic;
	color: #069;
	font-size: 18px;
	font-weight: bold;
	}
.C{
	border: 0;
	text-align: right;
	}
.Ci{
	border: 0;
	text-align: right;
	font-style: italic;
	color: #069;
	}
.CLine{
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;
	}
.CLine.B{
	font-weight: bold;
	font-size: 20px;	
	}.h5 {
	font-size: medium;
}
.allert {
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
}
.allert.rood{
	color: #F00;
	font-size: 24px;
}
.allert.zwart{color: #000;
}
.Titel {
	font-weight: bold;
	font-size: 26px;
	font-style: normal;
	color: #00F;
	text-align: center;
}
.TitelSmall {
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	color: #00F;
	text-align: center;
}
.TitelSmallR {
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	color: #00F;
	text-align: right;
}
.highlight {
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	color: #900;
}
.button {
	padding: 5px 10px;
	display: inline;
	background: #777 url(../button.png) repeat-x bottom;
	border: none;
	color: #CF9;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #666;
	width: 200px !important;
     }
 .button.list {
	padding: 5px 10px;
	display: inline;
	background: #777 url(../button.png) repeat-x bottom;
	border: none;
	color: #CF9;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #666;
	width: 140px !important;
     }
.buttonB {
	padding: 5px 10px;
	display: inline;
	border: none;
	color: #00F;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #666;
	background-color: #9C9;
	background-image: url(../button.png);
	background-repeat: repeat-x;
	background-position: bottom;
     }
.buttonV {
	padding: 5px 10px;
	display: inline;
	border: none;
	color: #F00;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #666;
	background-color: #9C9;
	background-image: url(../button.png);
	background-repeat: repeat-x;
	background-position: bottom;
     }
.button:hover {
     background-position: 0 -48px;
     }
.button:active {
     background-position: 0 top;
     position: relative;
     top: 1px;
     padding: 6px 10px 4px;
     }
.button.center {
	background-color: #e50000;
	text-align: center;
	vertical-align: middle;
}
.button.red {
	background-color: #e50000;
	text-align: center;
}
.button.purple {
	background-color: #9400bf;
	text-align: center;
}
.button.green {
	background-color: #58aa00;
	text-align: center;
}
.button.orange {
	background-color: #ff9c00;
	text-align: center;
} /* */ 
.button.blue {
	background-color: #2c6da0;
	text-align: center;
}/* */
.button.Lblue {
	background-color: #0CF;
	text-align: center;
} /* */
.button.black {
	background-color: #333;
	text-align: center;
} /* */
.button.white {
	background-color: #fff;
	color: #000;
	text-shadow: 1px 1px #fff;
	text-align: center;
	width: 150px !important;
}
.button.whiteSel {
	background-color: #fff;
	color: #000;
	text-shadow: 1px 1px #fff;
	text-align: center;
	width: 150px !important;
	border-color: #0F0;
	border-width: 1;
	border-style:solid;
}
.button.small {
	font-size: 75%;
	padding: 3px 7px;
	text-align: center;
}
.buttonsmaller {
		padding: 5px 10px;
	display: inline;
	background: #777 url(../button.png) repeat-x bottom;
	border: none;
	color: #CF9;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #666;
	width: 100px !important;
}
.button.small:hover {
	background-position: 0 -50px;
	text-align: center;
}
.button.small:active {
	padding: 4px 7px 2px;
	background-position: 0 top;
	text-align: center;
}
.button.medium {
	font-size: 90%;
	padding: 3px 7px;
	text-align: center;
}
.button.medium:hover {
	background-position: 0 -15px;
	text-align: center;
}
.button.medium:active {
	padding: 4px 7px 2px;
	background-position: 0 top;
	text-align: center;
}
.button.large {
	font-size: 125%;
	padding: 7px 12px;
	text-align: center;
		width: 320px !important;

}
.button.large:hover {
	background-position: 0 -35px;
	text-align: center;
}

hr.dotted {
      height:1px;
      border: 3px dotted #606;
}
hr.double {
      height:8px;
      border: 4px double #999;
}
hr.gradient_one {
    border: 0;
    height: 1px;
	size: 5px;
    background: #63C;
    background-image: -webkit-linear-gradient(left, #C9F, #63C, #C9F);
    background-image: -moz-linear-gradient(left, #C9F, #63C, #C9F);
    background-image: -ms-linear-gradient(left, #C9F, #63C, #C9F);
    background-image: -o-linear-gradient(left, #C9F, #63C, #C9F);
}
a:link {color: #000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color: #FF0000;}  /* mouse over link */
 a:active {	color: #999999;}  /* selected link */ 
.td, th {
   border-left: double 3px blue;
   border-bottom: solid 1px black;
 } 
.borders {
   border-left: double 3px blue;
   border-bottom: solid 1px black;
 }
.borders-r {
   border-left: double 3px blue;
   border-right: double 3px blue;
   border-bottom: solid 1px black;
 }
.borders-b {
   border-bottom: solid 1px black;
 }
.no-border {
   border-left: none;
   border-bottom: none;
 } 
.no-border-left {
   border-left: none;
   }
