body {
	background-attachment		: fixed;
	font-family 				: Verdana;
	font-size 					: 12px;
	color						: #000000;
	background-repeat			: repeat-y;
	background-color			: #FFF;
	background-position			: left;	
	scrollbar-base-color 		: #FAF8DF;
	scrollbar-dark-shadow-color : #00007b;
	scrollbar-face-color 		: #FAF8DF;
	scrollbar-highlight-color 	: #680000;
	scrollbar-shadow-color 		: #680000;
	scrollbar-3d-light-color 	: #680000;
	scrollbar-arrow-color 		: #00007b;
	
	}

a:active {
	text-decoration		: none;
	color				: #6B0000;
}

a:link {
	color				: #6B0000;
	text-decoration		: none;
}

 a:visited {
 	text-decoration		: none;
	color				: #00007b;	
}

a:hover {
	text-decoration		: none;
	color				: #ff0000;
}

hr {
	color				: #86AC96;
}

input,select,textarea { 
	font-family 		: Verdana;
    font-size			: 12px; 
}

table.stdTable {
	border-spacing		: 1px;
	border-collapse		: collapse;  	
    background-color	: transparent;
}

.stdTable td {
    padding				: 5px;
    vertical-align		: top; 
}

table.formTable {
	background-color	: transparent;
	border-spacing		: 1px;
	border-collapse		: collapse; 
	border				: 1px solid #0278af;
}

.formTable td {
	background-color	: transparent;
    padding				: 3px;
    height				: 20px;
    vertical-align		: top; 
}

td.formHeader {
	padding				: 5px;
	background-color	: #0278af;
	color				: #FFFFFF;
}

td.formFooter {
	padding				: 5px;
	background-color	: #0278af;;
	color				: #FFFFFF;
}

.txtNormal {
}

.txtError {
	background-color	: #FF8888;
}

div.errorHeader, div.errorBody {
	width				: 800px; 
	margin				: 0px auto;	
}

.errorMessage {
	color				: #000000;
	text-align			: center; 
	width				: 100%; 
	height				: 16px;
	background-color	: #FF8888;
	visibility			: hidden;
	float				: left;
}

.savedMessage {
	color				: #000000;
	text-align			: center; 
	width				: 100%; 
	height				: 16px;
	background-color	: #C6ECD6;
}

img.utv_fotovoorbeeld {
	width				: 156px; 
	height				: 171px; 
	border				: 1px solid #0278af;
}

div.WaitWindow {
	position			: fixed;
  	left				: 50%;
  	width				: 300px;
	margin-left			: -150px;
	top					: 50%;	
	height				: 150px;
	margin-top			: -75px;	
	z-index				: 1000;
	background-color	: #FFFFFF;
	border				: 2px #0278af solid;
	visibility			: hidden;
}

div.ModalBackground {
	position			: absolute;
    width				: 99%;
    height				: 99%;
	z-index				: 10;
	background-color	: #000000;
    display				: block;
	opacity				: 0.60;
	filter				: alpha(opacity=60);    
	visibility			: hidden;
}

div.ModalBackground {
    left				: expression(ignoreMe = document.documentElement.scrollLeft + "px");
    top					: expression(ignoreMe = document.documentElement.scrollTop + "px");
    width				: expression(document.documentElement.clientWidth + "px");
    height				: expression(document.documentElement.clientHeight + "px");
}

div.ActiveTab, div.PassiveTab, div.Spacer {
	height				: 20px;
	width				: 185px; 
	text-align			: center;
	font-weight			: bold;	
	border-top			: 1px #0278af solid;
	border-left			: 1px #0278af solid;
	border-right		: 1px #0278af solid;
}

div.ActiveTab {
}

div.PassiveTab {
	border-bottom		: 1px #0278af solid;
	background-color	: #0278af;
	color				: #FFFFFF;
	cursor				: pointer;
}

div.Spacer {
	width				: 15px; 
	height				: 21px;
	border				: 0px #0278af solid;
	border-bottom		: 1px #0278af solid;
}

div.Content {
	padding				: 5px;
	width				: 800;
	
}