body {
    font-family: Arial;
    font-size: 11px;
    background-color: #F5F5F5;
}

input {
    border: 1px solid grey;
}

th {
    background-color: #464646;
    color: #FFFFFF;
}

.loginbox {
    width: 100%;
    text-align: center;
}
#draggable {  padding: 0.5em; right: 350px; top:-30px}
#draggable #dragableZone {cursor: move}
.rawdata td {
    border-bottom: 1px dashed grey;
    font-size: 12px;
}

.good {
    font-weight: bold;
    color: green;
    border: 1px solid green;
    padding: 2px;
}

.error {
    font-weight: bold;
    color: red;
    border: 1px solid red;
    padding: 2px;
}

.footer {
    font-size: 11pt;
}

.rawstats {
    font-size: 12px;
}

.rawstats td {
    background-color: #DBE4E4;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
}
#mytable tr {
    background-color: #DDDDDD;
}

.rawstats td a {
    color: red;
}
.trClassMenu {
    width:100%;
    padding-left: 5px;
    padding-right: 5px;
    display: table;
    background: #468813;
}
.tableStyle th{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background: url("images/ui-bg_highlight-soft_60_4ca20b_1x100.png") repeat-x scroll 50% 50% #4CA20B;
    border: 1px solid #45930B;
    color: #FFFFFF;
    font-weight: normal;
    border-top-left-radius: 7px;
    border-top-right-radius:7px;
}
.rawstats th {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 13px;
}

.back_1 td {
    background-color: #FFDDDD;
}

.back_2 td {
    background-color: #FFBBBB;
}

.back_3 td {
    background-color: #FF9999;
    color: white;
}
.aClass{
    font-size: 14px;
    font-weight: bold;
    color: #ECECEC;
    text-decoration: none;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#mytable tr.highlight {
    background-color: #eee;
}

.selectedRow {
    background-color: blue;
}
#goToTop{ 
    display:none; 
    position:fixed; 
    right:5px; 
    bottom:5px; 
    color:green; 
    text-decoration:none; 
}

/* Multiselect
----------------------------------*/

.ui-multiselect { border: solid 1px; font-size: 0.8em; }
.ui-multiselect ul { -moz-user-select: none; }
.ui-multiselect li { margin: 0; padding: 0; cursor: default; line-height: 20px; height: 20px; font-size: 11px; list-style: none; }
.ui-multiselect li a { color: #999; text-decoration: none; padding: 0; display: block; float: left; cursor: pointer;}
.ui-multiselect li.ui-draggable-dragging { padding-left: 10px; }

.ui-multiselect div.selected { position: relative; padding: 0; margin: 0; border: 0; float:left; }
.ui-multiselect ul.selected { position: relative; padding: 0; overflow: auto; overflow-x: hidden; background: #fff; margin: 0; list-style: none; border: 0; position: relative; width: 100%; }
.ui-multiselect ul.selected li { }

.ui-multiselect div.available { position: relative; padding: 0; margin: 0; border: 0; float:left; border-left: 1px solid; }
.ui-multiselect ul.available { position: relative; padding: 0; overflow: auto; overflow-x: hidden; background: #fff; margin: 0; list-style: none; border: 0; width: 100%; }
.ui-multiselect ul.available li { padding-left: 10px; }
 
.ui-multiselect .ui-state-default { border: none; margin-bottom: 1px; position: relative; padding-left: 20px;}
.ui-multiselect .ui-state-hover { border: none; }
.ui-multiselect .ui-widget-header {border: none; font-size: 11px; margin-bottom: 1px;}
 
.ui-multiselect .add-all { float: right; padding: 7px;}
.ui-multiselect .remove-all { float: right; padding: 7px;}
.ui-multiselect .search { float: left; padding: 4px;}
.ui-multiselect .count { float: left; padding: 7px;}

.ui-multiselect li span.ui-icon-arrowthick-2-n-s { position: absolute; left: 2px; }
.ui-multiselect li a.action { position: absolute; right: 2px; top: 2px; }
 
.ui-multiselect input.search { height: 14px; padding: 1px; opacity: 0.5; margin: 4px; width: 100px; }