b {
   font-weight: bold;
}
i {
   font-style: italic;
}
u {
   text-decoration: underline;
}

.clear {
   clear: both;
}

.error {
   font-weight: bold;
   color: #CE1008;
}

.right {
   text-align:right;
}
.left {
   text-align:left;
}


.td_error {
   color: #CE1008;
   font-weight: bold;
   line-height: 20px;
}

.dialog td {
   padding: 4px;
}

.tablink {
   cursor: pointer;
}


td.abhaengen{
   background: url(abhaengen.png) no-repeat  center;
}

td.abhaengen a {
   display: block;
   text-indent: -9999px;
}

td.loeschen{
   background: url(loeschen.png) no-repeat  center;
}

td.loeschen a {
   display: block;
   text-indent: -9999px;
}

.chart{
   background: url(chart.png) no-repeat  center;
}

.chart a {
   display: block;
   text-indent: -9999px;
}

.reccount{
   padding-top: 6px;
}

th {
   text-align: left;
}

.re {
   text-align: right;
}
.li {
   text-align: left;
}


/* dialog */

.ui-widget-overlay {
	background: black;
	filter: alpha(opacity=70);
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
}

#dialog-modal{
	padding-top:  20px;
	/*background-image:url(ajax-loader_2.gif);*/
}

#dialog-modal p{
        text-align: center;
        font-size: 14px;
        margin-top: 10px;
}

.ui-dialog .ui-dialog-content { 
	 height: 150px !important;
}

.icon_pdf {
	background: url(pdf.ico) center left no-repeat;
	display: inline-block;
	width: 16px;
	text-indent: -9000px;
}
.icon_excel {
	background: url(excel.png) center left no-repeat;
	display: inline-block;
	width: 16px;
	margin-left: 3px;
	text-indent: -9000px;
}

.hw {
	margin-left: 5px;
	font-style: italic;
}

.chklst_attr_bewertung {
    font-weight:bold;  
}