/* Start of CMSMS style sheet 'KNZB District 2' */
body {
	margin: 0px;
	padding: 0px;
	background-image:url(uploads/KNZBDistrict2/img/bg.jpg);	
	background-color: #DEE6EB;
	background-repeat:	repeat-y;
	background-position: top;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}

table {
	background-color:#FFFFFF;	
}

a:link {color: #333333;}
a:hover {color: #0099FF;}
a:visited {color: #333333;}
a:visited:hover {color: #0099FF;}
a:active {color: #0099FF;}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #009DDC;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h2 {
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #009DDC;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

hr {
	height: 1px; border: 1px solid #cccccc;
}

pre {
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 14px;
	font-variant:small-caps;
	font-weight:bold;
	color: #009DDC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-decoration: none;
}

h6 {
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

h5 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding: 0px;
}

.footer {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 12px;
}

.border {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

.poll {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.poll_grijs {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.menu {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #0099FF;
	text-decoration: none;
	line-height: 1.8;
	
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 20px;
	
	padding-top: 5px;
	padding-bottom: 3px;
}

div.ModalContainer {
	position			: absolute;
    width				: 100%;
    height				: 100%;
	z-index				: 10;
	background-color	: #000000;
    display				: block;
	opacity				: 0.60;
	filter				: alpha(opacity=60);    
	visibility			: hidden;
}

div.ModalContainer {
    left				: 0px;
    right				: 0px;
    top					: 0px;
    bottom				: 0px;
}

div.HiddenContainer {
	position			: absolute;
  	left				: 50%;
  	width				: 700px;
	margin-left			: -350px;
	top					: 50%;	
	height				: 500px;
	margin-top			: -250px;	
	z-index				: 1000;
	background-color	: #FFFFFF;
	border				: 1px #000000 solid;
	visibility			: hidden;
}

span.lastitem {
	color				: #FF7F00;
}

.virtualpage{ /*hide the broken up pieces of contents until script is called. Remove if desired*/
	display				: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
	width				: 250px; 
	text-align			: center; 
	padding				: 2px 0; 
	margin				: 9px 0;
}
.paginationstyle select{ /*Style for demo pagination divs' select menu*/
	border				: 1px solid navy; 
	margin				: 0 15px;
}
.paginationstyle a{ /*Pagination links style*/
	padding				: 0 5px; 
	text-decoration		: none; 
	border				: 1px solid black; 
	color				: navy; 
	background-color	: white;
}
.paginationstyle a:hover, .paginationstyle a.selected{ 
	color				: #000; 
	background-color	: #FEE496; 
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
	border				: 0; 
	padding				: 0;
}

.paginationstyle a.imglinks img{ 
	vertical-align		: bottom; 
	border				: 0; 
}

.paginationstyle a.imglinks a:hover{ 
	background			: none; 
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
	color				: #000; 
	background-color	: yellow;
}

/* End of 'KNZB District 2' */

