/******************************************/
/*         GENERAL STYLESHEET             */
/*        Verhuizingen Neetens            */
/*  Development by Invoke(mw) Mediaworks  */
/******************************************/

/*** OVERALL STYLES ***/
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 8pt;
	background-image: url(../_img/bg.jpg);
	/*overflow: default;*/
}
td {
	vertical-align: top;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 8pt;
}
td#bgLR {
	background-image: url(../_img/bgLR.jpg);
	background-repeat: repeat-x;
}
td#bgT {
	background-image:url(../_img/bgT.jpg);
	background-repeat: no-repeat;
	width: 916px;
	height: 110px;
}
td#shadeL {
	width: 8px;
	height: 591px;
	background-image:url(../_img/shadeCL.jpg);
	background-repeat: repeat-y;
}
td#shadeR {
	width: 8px;
	height: 591px;
	background-image:url(../_img/shadeCR.jpg);
	background-repeat: repeat-y;
}
td#shadeFTR {
	background-image:url(../_img/shadeFTR.jpg);
	background-repeat:no-repeat;
	height:10px;
}
/* NAV */
td#nav {
	background-image: url(../_img/bgNV.jpg);
	background-repeat: repeat-x;
	height: 31px;
	vertical-align: top;
}
/* CONTENT */
td#content {
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 20px;
	padding-top: 20px;
}
td#content td {
	color: #666666;
}
.BLCKTXT {
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
td.LCItemBlockx {
  	width: 173px;
  	padding-left:13px;
  	padding-right:13px;
	padding-bottom:0px;
}
td.LCItemBlockx td {
	padding-bottom:13px;
}
td.LCItemBlockx td a {
	text-decoration: none;
	color: #2B77CF;
}
td.LCItemBlockx td a:hover {
	text-decoration: none;
	color: #2B77CF;
}
h1 {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 140%;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
li {
	padding-bottom:5px;
}
/* FORMS */
form {
	margin: 0px;
	padding: 0px;
}
form table td {
	vertical-align:middle;
	height: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
}
select {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 8pt;
	color: #333333;
	vertical-align: middle;
	height: 22px;
	margin-bottom: 4px;
}
input.txtfield {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 8pt;
	color: #333333;
	padding-left: 3px;
	padding-top: 3px;
	height: 20px;
	border: 1px solid #CCCCCC;
}
input.button {
	width: 95px;
	height: 25px;
	border: none;
	background-image: url(../_img/bck_button.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 2px;
	cursor: pointer;
}
/* LINKS */
a.blue {
	text-decoration: none;
	color: #2B77CF;
}
a.blue:hover {
	text-decoration: none;
	color: #2B77CF;
}
/* TABS */
.clearfloats {
	clear:both;
}
.hidden {
	display:none;
}
#tabpanel {
	border: 1px solid #cccccc;
	width: 645px;
	margin:0;
	padding:0;
}
#tabs {
	width: 150px;
	/*border-right: 1px solid #cccccc;*/ /*changed*/
	float:left;
}
#tabs a, #tabs a:visited { /* 20100122 changes in this declaration */
	display: block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	border-top: 1px solid #cccccc;
	text-decoration:none;
	color: #2B77CF;
	/*font-weight: bold;*/
	border-right: 1px solid #cccccc; /*changed*/
}
#tabs a span { /* 20100122 changes in this declaration */
	padding: 0 0 0 12px;
}
#tabs a:hover {
	/*text-decoration:underline;*/
}
#tabs a.first {
	border-top: none !important; /*changed*/
}
#tabs a.active {
	background: url(../_img/bck_tabs.jpg); /*150x25*/
	color: #ffffff !important;
	/*border-right: none !important;*/ /*changed*/
}
#tabs a.active:hover {
	text-decoration:none;
}
.panel {
	width: 480px;
	float: left;
	padding-left: 10px;
	padding-top: 6px;
}
.panel p {
	line-height: 18px;
	margin:0 0 10px 0;
}
p.title {
	font-weight:bold;
}
/* FOOTER */
td#footer {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 18px;
	padding-right: 18px;
}
td#footer table td {
	color: #A1CBE5;
	padding-bottom: 5px;
}
td#footer table td a {
	color: #FFFFFF;
	text-decoration: none;
}
td#footer table td a:hover {
	color: #FFFFFF;
	text-decoration: none;
}