@charset "utf-8";

/************************************************************************************
 *	jQuery-bezogene Style-Angaben													*
 ***********************************************************************************/
 
table.dataTable{
	width: 100%;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

div.dataTables_wrapper label,
div.dataTables_wrapper input,
div.dataTables_wrapper select{
	float: none;
}

label.ui-button{
	width: auto;
	font-size: 12px;
}

label.ui-button *{
	margin: 0px;
}

.ui-widget-content{
	font-size: 12px;
}

div.DTTT_container{
	float: right;
}

div.DTTT_container span{
	margin-bottom: 0px;
}

input.ui-helper-hidden-accessible:checked + label{
	background: white;	
}

input.ui-helper-hidden-accessible:checked + label > span{
	font-weight: normal;
	color: blue;
}


/* Autocomplete / ComboBoxes */

.ui-autocomplete{
	max-height: 209px !important;
	overflow: auto;
}