.required{
	color: red;
}

.required-warning{
	margin-bottom: 10px;
	color: red;
}

.t-active{
    color: black;
    text-decoration:underline;
}

.bgc-white{
	background-image: url(../img/back.png);
}

td.details-control {
    background: url(../img/utils/details_open.png) no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url(../img/utils/details_close.png) no-repeat center center;
}

ul.jc-slider {
    list-style: none;
    padding: 0;
}

.hide {
    display:none;
}