/* CSS Document */

/* Door Robin */
img						{ border: 0px; }
a:link 					{ font-family: Tahoma; color : #000000; text-decoration : underline }
a:visited 				{ font-family: Tahoma; color : #000000; text-decoration : underline }
a:active 				{ font-family: Tahoma; color : #000000; text-decoration : underline }
a:hover 				{ font-family: Tahoma; color : #686868; text-decoration : underline }
input {
	  font-family: Tahoma;
	  font-size: 11px;
	  padding: 1px;
	  height: 18px;
	  border: 1px solid #999999;
	  color: #000000;
}

textarea {
	font-family: Tahoma;
	font-size: 11px;
	padding: 1px;
	border: 1px solid #999999;
	color: #000000;
}

select {
	  font-family: Tahoma;
	  font-size: 11px;
	  padding: 1px;
	  height: 18px;
	  border: 1px solid #999999;
	  color: #000000;
}

.list {
	border: none;
	border-collapse: collapse;
	width: 100%;
}

td {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

th {
	background-color: #E9E9E9;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: #000000;
}
/* Einde Door Robin */
html, body				{ height:100%; }
body					{ font-family: Arial; font-size:11px; background-color:#FFFFFF;  }
h1						{ font-size:13px; font-family:Tahoma; color:#8E8E8E; margin:5px; background-color:#ffffff; border-width:0 0 1 0; border-color:#8E8E8E; border-style:solid; }
li						{ font-size:11px; line-height:18px; }
p						{ padding:5px; font-size:11px; line-height:15px; color:#666666; }
img						{ padding-left:5px; }
.logo 					{}

.menu					{ color:#000000; font-size:11px; height:23px; }			

.menuitem				{ text-align:center; width:108px; height:23px; background-image:url(/adquick/layout/adquick/images/menuitem_tabblad.gif); background-repeat:no-repeat; }
.menuitem a, visited	{ color:#000000; font-size:11px; text-decoration:none; }
.menuitem a:hover 		{ text-decoration:underline; font-size:11px; color:#ffffff; text-decoration:none;} 
.menuitem a:active 		{ font-size:11px; }

.submenu				{ color:#ffffff; width:100%; height:26px; background-image:url(/adquick/layout/adquick/images/submenu_background.gif); background-repeat:repeat-x; }

.smenuitem				{ padding-left:5px; padding-right:5px; line-height:22px; text-align:left; color:#ffffff }
.smenuitem a, visited	{ color:#ffffff; font-size:11px; text-decoration:none; }
.smenuitem a:hover 		{ color:#000000; font-size:11px; text-decoration:underline;} 
.smenuitem a:active 	{ color:#000000; font-size:11px; text-decoration:underline; }

.saldo					{ color:#82CA9C; font-size:20px; font-weight:bold; text-align:center; }


#leftside				{ float:left; width:175px; background-image:url(/adquick/layout/adquick/images/dotted_vertical.gif); background-repeat:repeat-y; background-position:right; }
#main					{ float:left;}
#rightside				{ float:left; width: 175px; background-image:url(/adquick/layout/adquick/images/dotted_vertical.gif); background-repeat:repeat-y; background-position:left; }
#infoDiv {
  	z-index: 10;
  	position: absolute;
  	height: 450px;
  	width: 400px;
  	background-color: #FF3333;
  	color: #000000;
  	margin: 0px;
  	padding: 2px;
  	visibility: hidden;
  	font-size: 10px;
  	border-top: 1px solid #003366;
  	border-right: 2px solid #003366;
  	border-bottom: 2px solid #003366;
  	border-left: 1px solid #003366;
  }
  
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  height: 150px;
  overflow: auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:20px;
  cursor:pointer;
}
.crmtbl { margin: 5px 0px 10px 0px; width: 100% } 
.crmtbl td, th { vertical-align: top; font-family: Verdana; font-size: 9pt } 
.crmtbl thead {  border: 1px solid blue; }
.crmtbl thead td { font-size: 10pt; border: 1px solid #000000; height: 19px;padding:0px 0px 0px 5px; margin: 10px 0px 0px 0px; font-weight: bold; color: #C64707; }

.crmtbl tbody th { vertical-align: middle; text-align: left; font-weight: bold; border-top: 1px solid #000000; border-bottom: 1px solid #000000; padding:0px 0px 0px 5px; font-size: 9pt; color: #C64707; height: 15px; }
.crmtbl tbody { border: 1px solid black }
.crmtbl tr { border: 1px solid black }
.crmtbl tbody td { border-bottom: 0px solid #dddddd; padding: 2px 5px 2px 5px; color: #000000; }
.crmtbl .light { background-color: #fafafa; }
.crmtbl .dark { background-color: #f1f1f1; }
.crmtbl tfoot td { border-width: 1px 1px 1px 1px; border-style: solid; border-color: #000000; height: 12px; padding:1px 1px 1px 5px; }
.crmtbl .leftborder, .crmtbl .lb { border-left: 1px solid black }
.crmtbl .rightborder, .crmtbl .rb { border-right: 1px solid black }
.crmtbl .lrb { border-right: 1px solid black; border-left: 1px solid black }
.crmtbl .sp { height: 1px } 
