body {
	color: #000000;
	font: 72% verdana,arial,helvetica;
	background:#F0F0F0;
	margin: 30px 10px;
}
/*  #99CC66 */
/* Sortable columns in tables */
.sortable {
	font-size: 0.9em;
	line-height: normal;
}
.sortable th {
	background: white;
	border: 2px outset #999;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	vertical-align: top;
}
.sortable th a:link, .sortable th a:visited, .sortable th span {
	font-family: Verdana, sans-serif;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding: 1px 0.8em;
	font-size: 1.0em;
}

.sortable th a:hover {
	color: #919191;
	background: #E0E0E0;
}



/* Data tables */

.datatable th {
	font-size: 1em;
	text-align: left;
/*	background-color: #f6f6f6; */
	background-color: #F0F0F0;
	color:#666666;
	font-weight: bold;
	border-bottom: 2px solid #99CC66;
	border-top: 2px solid #99CC66;
}
	
.datatable th.scope-row { /* IE6 doesn't understand [scope="row"] */
	text-align: right;
	vertical-align:top;
}

.datatable th[scope="row"] {

	text-align: right;
	vertical-align:top;

}
.datatable td, .datatable th  {

	margin:0;
	vertical-align: top;

}
.datatable td{

/*	border-top:    2px solid #f6f6f6;*/
	font-size: 1em;
	border-bottom: 1px solid #99CC66;

}
.datatable td a:link, .datatable td a:visited{
	color: #455b6b;
}
.datatable th a:link, .datatable th a:visited{
	color: #666666;
}
table.datatable {
/*	border: 1px solid #b6b6b6; */
	color: #666666;
	margin: 0em 0em;
	padding:1px;
	border-collapse:collapse; 
	empty-cells: show
}

td.info_title {
	font-size: 1em;
	text-align: left;
	font-weight: bold;
}

.groupheader {
	font-size: 1em;
	text-align: center;
	background-color: #E6E6FA;
	color:#666666;
	font-weight: bold;
/*	border-bottom: 2px solid #99CC66;
	border-top: 2px solid #99CC66;
	*/
	padding: 2px;
}

select {
	font-size: 1em;
/*	border: 1px solid #99CC66; */
	color: #495b65;
	vertical-align: top;
	background: white;
}

input{
	font-size: 1em;
	font-family: Verdana, arial, sans-serif;
	color: #495b65;
/*	border: 1px solid #99CC66; 
	color: #495b65;*/
	vertical-align: middle;
/*	background: white url(../images/input_background.gif) repeat-x;    */
}

.tblIsikPublic{
	padding:1px;
}

.tblIsikPublic th{
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding:0 10px 0 0;
}

td.info_title_r {
	font-size: 1em;
	text-align: right;
	font-weight: bold;
	padding: 0 1em 0 0;

}

.multiSelectParent{
	font:11.5px sans-serif;
	width:18em;
	border-left:1px solid #808080;
	border-top:1px solid #808080;
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
}

.multiSelectChild{
	background:#fff; 
	overflow:auto;
	height:7.1em;
	border-left:1px solid #404040;
	border-top:1px solid #404040;
	border-bottom:1px solid #d4d0c8;
	border-right:1px solid #d4d0c8;
}
.multiSelectLabel{
	padding-right:3px;
	display:block;
	background:#0a246a;
	color:#fff;
}
.multiSelectLabelSelected{
	padding-right:3px;
	display:block;
	background:#0a246a;
	color:#fff;
}
.multiSelectLabelNotSelected{
	padding-right:3px;
	display:block;
}
.paramstable{
	border:1px;
}
.paramstable td{
	padding:1px;
}
.datatable td  a.smallink {
	font-size:0.95em;
	color: #336633;
	text-decoration:none;
}
.datatable td  a.smallink:hover{
	text-decoration:underline;
	color: #336633;
}