@charset "utf-8";
/* CSS Document */
.ui-widget-header {
	background:none;
    background: #8E3347;
    border: 1px solid #922124;
    color: #FFFFFF;
    font-weight: bold;
}
.dataTables_filter label, .dataTables_length label
{
	color:#FFFFFF;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	color:#000000;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #000000;
}

.fieldstyledate input[type=checkbox] {
    background: none;
    border: 1px solid #AAAAAA;
    border-radius: 0 0 0 0;
    color: #000000;
    cursor: pointer;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-weight: normal;
    padding: 0px;
    width: 30px;
}
.fieldstyledate input[type=checkbox]:focus {
    background: none;
    border: 1px solid #D55500;
    border-radius: 0 0 0 0;
    color: #D55500;
    cursor: pointer;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-weight: normal;
    padding: 0px;
    width: 30px;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom: 0 none !important;
    float: left;
    list-style: none outside none;
    margin: 0 0.2em 1px 0;
    padding: 0;
    position: relative;
    top: 1px;
    white-space: nowrap; text-transform:uppercase; 
}
.ui-widget-content {
    color: #333333;
}
