html {
    margin: 0;
    padding: 0;

    background-attachment: fixed;
    background-color: #212b41;
    background-image: url('/img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;

    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;

    overflow: hidden;

    font-family: Helvetica;
}

img {
    border: none;
}

#panel {
    position: fixed;
    bottom: 0;
    left: 0;
    
    width: 100%;
    height: 35px;

    background-color: #333338;
    background-image: url('/img/panel/bg.png');
    background-repeat: repeat-x;

    border-top: 1px solid #5d5e5e;
}

#panel #panel_message {
    position: relative;
    bottom: 13px;
    
    margin-left: 12px;
    margin-right: 12px;
    
    color: #ffffff;
    font-size: 17px;

    font-family: "Segoe UI", Verdana, sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
}

.panel_message_title {
    color: #d3d3d3;
}

#panel #panel_logo {
    position: fixed;
    right: 20px;
}

#panel_menu {
    z-index: 9997;

    position: fixed;
    bottom: 36px;
    left: 0px;
    width: 183px;
    color: #ffffff;
    background-color: #090c11;

    border-left: 1px solid #5d5e5e;
    border-right: 1px solid #5d5e5e;

    text-transform: uppercase;
}

#panel_menu .hdiv {
    
    margin-right: 10px;
    
}

#panel_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#panel_menu ul li.panel_menu_header {
    background-image: url('/img/panel/menu/header_bg.png');
    background-repeat: no-repeat;

    height: 20px;
    font-size: 13px;
    line-height: 14px;

    border-top: 1px solid #5d5e5e;
    border-bottom: 1px solid #5d5e5e;
}

#panel_menu ul li.panel_menu_header div {
    padding-top: 2px;
    padding-left: 7px;
    font-family: "Segoe UI", Verdana, sans-serif;
    font-size: 13px;
}

#panel_menu ul li.panel_menu_options {
    background-image: url('/img/panel/menu/bg.png');
    background-repeat: no-repeat;

    display: inline;
}

#panel_menu ul li ul {
    padding: 5px;
    margin-bottom: 5px;
}

#panel_menu ul li ul li {
    margin: 7px;
    font-size: 11px;
    font-family: "Segoe UI", Verdana, sans-serif;
}

#panel_menu ul li ul li a {
    color: #ffffff;
    text-decoration: none;
}


#panel_taskbar {
    position: absolute;
    bottom: 5px;
    margin-left: 15px;
    padding-top: 5px;
}

#panel_taskbar ul {
    display: inline;
    list-style-type: none; 
}

#panel_taskbar ul li {
    display: inline;
    list-style-type: none;
    height: 25px;
    background-repeat: no-repeat;
}

#panel_taskbar ul li div {
    height: 25px;
    float: left;
    margin-left: 0px;
    padding-top: 1px;
    margin-left: 0px;
    font-size: 11px;
    font-family: "Segoe UI", Verdana, sans-serif;
    text-transform: capitalize;
    letter-spacing: 0px;
}


.center {
    height: 25px;

    background-image: url('/img/panel/task/menu_black_center.png');
    background-repeat: repeat-x;
    
    color: #FFF;
    font-weight: bold;

    font-size: 7.5pt;
    text-align: center;
    line-height: 22px;
}

.left {
    height: 25px;
    width: 22px;
    padding-left: 7px;
    
    background-image: url('/img/panel/task/menu_black_left.png');
    background-repeat: no-repeat;
    background-position: right;
    
    float: left;
    margin: 0;
    padding-top: 5px;
}

.right {
    height: 25px;
    width: 15px;
    
    background-image: url('/img/panel/task/menu_black_right.png');
    background-repeat: no-repeat;
    
    float: right;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

.center.active {
    background-image: url('/img/panel/task/menu_red_center.png');
}

.left.active {
    background-image: url('/img/panel/task/menu_red_left.png');
}

.right.active {
    background-image: url('/img/panel/task/menu_red_right.png');
}

/*
#panel_taskbar ul li .active {
    background-image: url('/img/panel/menu_red.png');
    background-repeat: no-repeat;
}
*/

/*
#start_date
{
    width: 165px;
    height: 35px;
    background: url("/img/start_date.png");
    float: left;
}

#end_date
{
    width: 161px;
    height: 35px;
    background: url("/img/end_date.png");
    float: right;
}
*/

#date_range
{
    width: 423px;
    height: 35px;
    background:url("/img/date_set.png");
}

#search_panel {
    width: 170px;
    background-color: rgb(9,12,17);
    
    border: 1px solid #5d5e5e;

    padding-top: 32px;
    margin-left: 0;
    padding-left: 0;
    
    position: absolute;
    top: 0px;
    right: 22px;
    z-index: 9996;
    
    color: #fff;
    
    min-width: 140px;
    
    font-size: 13px;
    text-align: center;
    font-family: ConduitITC, Verdana, sans-serif;
}


#top {
    width: 100%;
    height: 35px;
}

#top_left {
    float: left;
    position: absolute;
    left: 0;
    z-index: 9997;
}

#top_right {
    float: right;
    position: absolute;
    right: 0;
    z-index: 9997;
}

#select_instance {
    background-image: url('/img/select_instance.png');
    background-repeat: no-repeat;
    width: 139px;
    height: 35px;
    cursor: pointer;
    float: left;
}

#select_profile {
    background-image: url('/img/select_profile.png');
    background-repeat: no-repeat;
    width: 139px;
    height: 35px;
    cursor: pointer;
    float: left;
}
    
#create_instance {
    background-image: url('/img/create_instance.png');
    background-repeat: no-repeat;
    width: 103px;
    height: 35px;
    cursor: pointer;
    float: left;
}

#create_profile {
    background-image: url('/img/create_profile.png');
    background-repeat: no-repeat;
    width: 103px;
    height: 35px;
    cursor: pointer;
    float: left;
}

#select_menu {
    background-color: rgb(9,12,17);
    
    border: 1px solid #5d5e5e;

    padding-top: 32px;
    margin-left: 0;
    padding-left: 0;
    
    position: fixed;
    top: 0;
    left: 22px;
    z-index: 9996;
    
    min-width: 140px;
    
    font-size: 13px;
    text-align: center;
    font-family: ConduitITC, Verdana, sans-serif;
}

#select_menu li {
    list-style-type: none;
    text-indent: 0px;
    text-align: right;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 4px;
    font-size: 11px;

    margin-left: 0;
    padding-left: 0;
    height: 12px;
    font-family: ConduitITC, Verdana, sans-serif;
}

#select_menu ul {
    list-style-type: none;
    text-indent: 0px;
    text-align: right;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 4px;
    font-size: 11px;
    margin-left: 9px;
    padding-left: 0;
}

#select_menu li a {
    color: #ffffff;
    text-decoration: none;
}

.go
{
    background: url("/img/go.png");
    width: 18px;
    cursor: pointer;
    border: 0;
    padding-top: 0px;
    margin-top: 0px;
    background-repeat: none;
    height: 21px;
}

.go_alt
{
    background: url("/img/go.png");
    width: 18px;
    cursor: pointer;
    border: 0;
    padding-top: 0px;
    margin-top: 0px;
    background-repeat: none;
    height: 23px;
/*    background-attachment: fixed;
    background-position: 8px 5px; */
}

#search {
    float: left;
    cursor: pointer;
}

#support {
    float: left;
    cursor: pointer;
}

#account {
    float: left;
}

#logout {
    float: right;
}

#username {
    color: #fff;
    font-size: 14px;
    font-family: "Segoe UI", Verdana, sans-serif;
    float: left;
    line-height: 26px;
}

#instance_name {
    color: #fff;
    font-size: 14px;
    font-family: "Segoe UI", Verdana, sans-serif;
    float: right;
    line-height: 26px;
}

#question {
    cursor: pointer;
    float: left;
    }

.fx .ui-dialog,
.fx.ui-dialog {
    background-color: #ffffff;
}

.fx .ui-dialog .ui-dialog-titlebar,
.fx.ui-dialog .ui-dialog-titlebar {
    font-family: "Segoe UI", Verdana, sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;

    position: relative;

    height: 26px;
    
    cursor: move;

    background-color: #52555f;
    background-image: url('/img/window/title_bg.png');
    background-repeat: repeat-x;
}

.fx .ui-dialog .ui-dialog-title,
.fx.ui-dialog .ui-dialog-title {
    position: relative;

    top: 2px;
    left: 8px;

    color: #ffffff;
}

.fx .ui-dialog .ui-dialog-titlebar-close,
.fx.ui-dialog .ui-dialog-titlebar-close {
    width: 23px;
    height: 26px;

    position: absolute;
    right: 0;

    background-image: url('/img/window/title_close.png');
    background-repeat: no-repeat;
}

.fx .ui-dialog .ui-dialog-titlebar-close span,
.fx.ui-dialog .ui-dialog-titlebar-close span {
    display: none;
}

.fx .ui-dialog .ui-dialog-content,
.fx.ui-dialog .ui-dialog-content {
    background-color: #fafbfb;
    background-image: url('/img/window/body_bg.png');
    background-repeat: repeat-x;
    background-position: top left;
    overflow: auto;
    font-family: "Segoe UI", Verdana, sans-serif;
}

.fx .ui-dialog .ui-dialog-content div,
.fx.ui-dialog .ui-dialog-content div {
    /*padding: 0 11px 8px 11px;*/
    padding: 0 0;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 19px;
    height: 15px;
    right: 0px;
    bottom: 0px;
    background: url('/img/window/resizer.png');
}

ui-dialog-overlay
{
     border-width: 0pt; margin: 0pt; padding: 0pt; position: absolute; top: 0pt; left: 0pt; background-color: rgb(0, 0, 0); opacity: 0.8; z-index: 9999;
}

.window {
    width: 100%;
}



/* INGESTION-SPECIFIC */

.ingestion_left {
    float: left;
    background-color: #666;
    width: 360px;
    height: 270px;
    border: 0px solid #989;
    margin-left: 10px;
    margin-top: 24px;
    padding: 10px;
}

.ingestion_right {
    float: right;
    width: 360px;
    background-color: #666;
    height: 270px;
    border: 0px solid #989;
    margin-right: 10px;
    margin-top: 24px;
    padding: 10px;
}

#create_response {
    height: 100px;
    /*
    width: 130px;
    max-width: 140px;
    */
}




/* - TABLE DATA - */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 8pt;
    margin-left: 4px;
    margin-top: 8px;
	width: 660px;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #CDCDCD;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
    padding-right: 20px;
}
table.tablesorter thead tr .header {
	background-image: url('/img/ascdesc.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('/img/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('/img/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #c91414;
}