/********** Stylesheet connexs automatisering **********/

/* algemene instellingen */

body {
	/*background-repeat: repeat-x;*/
	background-color: #ededed;
	/*background-image: url(../graphics/background.jpg);*/
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}	

.button20100 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 20;
	cursor: hand;
	width: 100px;
}

.DIVIE {
	position:absolute;
	top:50;
	left:300;
}

/* Tabel instellingen - algemeen */

table {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

td.center {
	text-align: center;
}

td.italic {
	font-style:italic;
}

td.bold {
	font-weight:bold;
}

td.top {
	vertical-align:top;
}

td.multiline_align {
	padding-top:10px;
}

td.detaillabel {
	font-weight:bold;
	text-indent:10px;
	height:18px;
}

td.detailvalue {
	height:18px;
}

td.selectorlabel {
	font-weight:bold;
	text-indent:10px;
	height:22px;
}

td.selectorvalue {
	height:22px;
	text-indent:4px;
}

td.separator1 {
	height:3px;
	background-image: url(/gfx/separator_3color.gif);
}


td.pagenavlabel {
	text-indent:7px;
	font-weight:bold;
}

td.listlabels { /* kolomkoppen boven list */
	font-weight:bold;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;

}td.list { /* eerste kolom in list, altijd in combinatie met list2 */
	padding-left:10px;
	height:18px;
}

td.list2 { /* voor overige velden in list */
	vertical-align:top;
	border-bottom:1px solid #999999;
	padding-top:2px;
	padding-bottom:2px;
}

tr.highlight {
	/*background-image: url(/graphics/balk_lichtblauw.gif);
	background-repeat:repeat-x;*/
	background-color: #9cafda;
	cursor: pointer;
}

td.tag {
	font-size: 9px;
}


/* Tabel instellingen - borders en fillings*/

/* 
table.borderbottom {
	background-color: #ffffff;
	border-bottom: 1px solid #990033;
}

td.borderbottom {
	background-color: #ffffff;
	border-bottom: 1px solid #990033;
	height:3px;
}

td.bordertop {
	background-color: #ffffff;
	border-top: 1px solid #990033;
}

td.borderright {
	background-color: #ffffff;
	border-right: 1px solid #990033;
}

td.borderleft {
	background-color: #ffffff;
	border-left: 1px solid #990033;
}
*/

td.tabs {
	height:20px;
	vertical-align:bottom;
	border-top:1px solid #000000;
	text-indent:4px;
}

/*
td.border-lrb {
	background-color: #ffffff;
	border-left:1px solid #0019cf;
	border-right:1px solid #0019cf;
	border-bottom:1px solid #0019cf;
}
*/

table.border-lrb {
	background-color: #ffffff;
	border-left:1px solid #990033;
	border-right:1px solid #990033;
	border-bottom:1px solid #990033;
}

table.border-lr {
	background-color: #ffffff;
	border-left:1px solid #990033;
	border-right:1px solid #990033;
}

td.leftcorner { /* linkerhoek van een tableheader */
	width:10px;
	background-image: url(/gfx/tdlc_rd.gif);
	background-repeat:no-repeat;
}

td.rightcorner { /* linkerhoek van een tableheader */
	width:10px;
	background-image: url(/gfx/tdrc_rd.gif);
	background-repeat:no-repeat;
}

td.emptycorner {
	width:10px;
}

td.menu {
	padding-left:4px;
	height:20px;
}

td.indent {
	text-indent: 2px;
}


/* Tabel instellingen - headers */

td.header {
	height: 18px;
	background-image: url(/gfx/balk_rd.gif);
	text-indent: 2px;
	color: #ffffff;
	font-weight: bold;
}

/* pagina specifieke instellingen */

/* inlogpagina */

body.body_loginscreen { /* achtergrond afbeelding selecteren*/
	background-color:#333333;
}

.textfield_login {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #000000; 
	width: 147;
	height: 18px;
	padding: 1px;
}

td.loginlabel {
	height:18px;
	font-weight:bold;
	text-indent:10px;
}

td.loginerror {
	text-indent:10px;
}

/* einde inlogpagina */


/* Links */

a:link, a:visited {
	text-decoration: none; 
	color: #990033;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #990033;
}

a.list:link, a.list:visited, a.link:hover, a.link:active {
	text-decoration: none;
	color: #000000;
}

a.b_menuactive:link, a.b_menuactive:visited {	
	text-indent: 1px;
	width: 145px;
	border: 1px solid #ffffff;

}

a.b_menuactive:hover{
	text-decoration: none;
	text-indent: 1px;	
	width: 145px;
	border: 1px solid #0019cf;
	background: #ffffff;
}

a.b_menuactive:active {
	text-decoration:none;
	font-weight: bold;
	text-indent: 1px;	
	width: 145px;
}

a.page:link, a.page:visited {
	text-decoration:none;
	font-weight:bold;
}

a.page:hover, a.page:active {
	text-decoration:underline;
	color:#990033;
	font-weight:bold;
}

a.tab:link, a.tab:visited, a.tab:hover, a.tab:active {
	font-family: verdana;
	font-size: 9px;
	text-decoration:none;
	color:#000000;
	height:16px;
	background-image: url(/gfx/tab_background.gif);
}

a.tabselected:link, a.tabselected:visited, a.tabselected:hover, a.tabselected:active {
	font-family: verdana;
	font-size: 9px;
	text-decoration:none;
	color:#000000;
	height:16px;
	background-image: url(/gfx/tab_background_sel.gif);
}

.currentpage {
	text-decoration:underline;
	color:#990033;
}

.imglinkborder {
	border=0px;
}

.imglinkborderON {
	border=1px solid #000000;
}
	

.imgtab {
	vertical-align:bottom;
}

.textfield_menu {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #000000; 
	width: 100px;
	height: 18px;
	padding: 1px;
}


.textfield_changepw {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #000000; 
	width: 250px;
	height: 18px;
	padding: 1px;
}

.textfield_listselector {
	font-family: Verdana;
	font-size: 11px;
	/*border: 1px solid #000000; */
	width: 250px;
	height: 18px;
	padding: 1px;
}

.textfield_form {
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #000000; 
	width: 250px;
	height: 20px;
	padding: 1px;
}

.textfield_datum {
	font-family: Verdana;
	font-size: 11px;
	/*border: 1px solid #000000; */
	width: 149px;
	height: 18px;
	padding: 1px;
}

.textarea_form {
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #000000; 
	width: 300px;
	height: 75px;
	padding: 1px;
}

.Pulldown_listselector {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #000000; 
	width: 250px;
	height: 18px;
	padding: 1px;
}
div.css_overflow {
	height:300px;
	overflow:auto;
}

div.css_overflow_small {
	height:250px;
	overflow:auto;
}