/* 
    Document   : boom
    Created on : 04-Jun-2012, 21:49:58
    Author     : andy
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
html, body, div, span, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

body {
/*    background-attachment: fixed; */
    background-image: url("/images/boom-metal.jpg");
/*
    position: relative;
    margin: 0 auto;
*/
    color: black;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 14px;
}

p {
    margin-bottom: 10px;
}
h1 {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 30px;
    font-weight: bold;
}
h2 {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    padding: 4px;
}

h3 {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    padding: 4px;
    margin-bottom: 10px;
 
}
input, textarea, select {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    color: black;

    margin-left: 2px;
    padding: 2px;

}

select.selected {
    color: blue;
}

.clear {
    clear: both;
}
.center {
    text-align: center;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
#wrapper {
    min-height: 100%;
    text-align: center;
  	padding-bottom: 0px;
	margin-bottom: 0px;
}
#container {
/*    background-color: #white; */
/*    border-style: solid;
    border-width: 0; */
/*    box-shadow: 0 0 25px #000000;*/
    margin: auto;
    text-align: left;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative; 

}
/*
#header {
    background: #a1a1a1;
    background-color:rgba(161,161,161,0.6);
    color: #9b605f;
    height: 55px; 
	 padding-top: 10px;
	 margin-left: 0px;
}

#header img {
    padding: 0px;
    margin: 10px;
}

#header_menu {
    float: right;
    height: 20px;
    margin-top:35px;
    margin-right: 0px;
}
.header_menu_item {
    padding: 0px 0px 0px 0px;
    height: 20px;
    background-color: #3a3a3a;
    margin-right:10px;
}
#header_menu img {
    margin: 0px 0px 0px 0px;
}
#header_bar {
    background-color: #3a3a3a;
    height:30px;
    margin-left:0px;
    padding-left: 8px;
    padding-top: 5px;
}
*/
#header {
    background: url('images/headerBackground.png');
    border-bottom: 2px solid #f1f1f1;
}
#header .inner {
    width:1000px;
    padding: 15px 0 15px 20px;
    position: relative;
}
#header .inner #header_menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
#header .inner #header_menu li {
    float:left;
}
#header .inner #header_menu li div {
    background-image:  url('images/nav.png');
    height: 31px;
}
#header .inner #header_menu li.localLink div {
    width:119px;
    background-position: 0 0;
}
#header .inner #header_menu li.localLink a:hover div,
#header .inner #header_menu li.localLink.active div {
    background-position: 0 31px;
}
#header .inner #header_menu li.monitorLink div {
    width:150px;
    background-position: -119px 0;
}
#header .inner #header_menu li.monitorLink a:hover div,
#header .inner #header_menu li.monitorLink.active div {
    background-position: -119px 31px;
}
#header .inner #header_menu li.careLink div {
    width:119px;
    background-position: -269px 0;
}
#header .inner #header_menu li.careLink a:hover div,
#header .inner #header_menu li.careLink.active div {
    background-position: -269px 31px;
}
#header .inner #header_menu li.alertLink div {
    width:123px;
    background-position: -388px 0;
}
#header .inner #header_menu li.alertLink a:hover div,
#header .inner #header_menu li.alertLink.active div {
    background-position: -388px 31px;
}
#header .inner #header_menu li.rostaLink div {
    width:125px;
    background-position: -511px 0;
}
#header .inner #header_menu li.rostaLink a:hover div,
#header .inner #header_menu li.rostaLink.active div {
    background-position: -511px 31px;
}
#header .inner #header_menu li.adminLink div {
    width:135px;
    background-position: -636px 0;
}
#header .inner #header_menu li.adminLink a:hover div,
#header .inner #header_menu li.adminLink.active div {
    background-position: -636px 31px;
}

.button {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background-image: url('images/button.gif');
    background-repeat: repeat-x;
    border-radius: 5px;
    height: 19px;
    line-height: 19px;
    width: 75px;
    font-size: 10px;
    font-weight: bold;
    color: black;
    margin-left: 5px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
}



.icon {
    float: right;
    margin-right: 4px;
}


.tab {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    width: 100px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-top-color: #333333;
    border-top-width: 1px;
    border-top-style: solid;
    font-weight: bold;
    background: #393939;
    color: white;
    padding-left: 3px;
    height: 20px;
}
.longtab {
    width: 200px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-top-color: #333333;
    border-top-width: 1px;
    border-top-style: solid;
    font-weight: bold;
    background: #393939;
    color: white;
    padding-left: 3px;
}

.control {
    float: right;
}


.details {
    clear: both;
    width: 100%;
    height: 100%;
    color: white;
    overflow: auto;

}

.black {
        background: black;
}

.grey {

    background: -moz-linear-gradient(top, #393939 0%, #5a5a59 100%);
    background: -webkit-linear-gradient(270deg, #393939 30%, #5a5a59 100%);
    background: -o-linear-gradient(270deg, #000000 0%, #5a5a59 100%);
    background: -ms-linear-gradient(270deg, #393939 0%, #5a5a59 100%);
    background: linear-gradient(180deg, #393939 0%, #5a5a59 100%);
}

.solidgrey {
    background: #393939;
}
.solidblack {
        background: black;
}

.iconlist {
    height: 35px;
    width: 100%;
}

table, td, th {
    background: transparent;
/*    background: #393939; */
/*    border: 5px solid #393939;*/
    border: 2px solid transparent;
}
th {
    font-weight: bold;
    background: transparent;
}
td {
    background: white;
    color: black;
}

.blacktd td {
    background: transparent;
/*    background: #393939; */
    color: white;
}
.blanktd {
    background: black;
    color: white;
}

.nosign td{
    color: blue;
}

.trial td{
    color: green;
}



.gearman {
    font-weight:600;
}

.selectable {}

.inactive {
    color: red;
    font-style: italic;
}

/*
#login {
    width: 493px;
    height: 271px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 200px;
    background-image: url('images/login_background.png');
}

#login form {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    width: 380px;
    height: 250px;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;

}

.logininput {
    background: none repeat scroll 0 0 white;;
    border: 1px solid white;
    border-radius: 3px 3px 3px 3px;
    color: black;
    margin-left: 2px;
    padding: 2px;
    height: 19px;

}
*/
#login {
    width: 458px;
    margin: 100px;
    -webkit-border-radius: 5px;
        moz-border-radius: 5px;
            border-radius: 5px;
    box-shadow: 0 0 10px 1px #a9a9a9;
    float: left;
    font-size: 15px;
}
#login .top {
    background: #cacaca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
       -moz-border-radius-topleft: 5px;
       -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
    padding: 20px;
}
#login .top .logo {
    width: 205px;
    float: left;
}
#login .top .loginText {
    float: right;
    margin: 10px 0 0 0;
}
#login form {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    background: #FFFFFF;
    width: 418px;
    padding: 30px 20px 20px 20px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
       -moz-border-radius-bottomleft: 5px;
       -moz-border-radius-bottomright: 5px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
}
#login form .logininput {
    height: 30px !important;
    line-height: 30px !important;
    width: 100%;
}
#login form .actions {
    width: 280px;
    float: left;
    margin: 10px 0 0 0;
}
#login form .actions .forgotPassword {
    color: #af2934;
    text-decoration: none !important;
    margin: 0 0 0 0;
    background: none;
    border: none;
    padding: 0 0 0 0 ;
    cursor: pointer;
}
#login form .actions .contact {
    color: #9a9a9a;
    text-decoration: none !important;
}
#login form .button {
    float: right;
    margin: 10px 0 0 0;
}

#alert {
    position: absolute;
    background-color: red;
    color: white;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    width: 800px;
    height: 250px;
    top: 100px;
    left: 200px;
    padding-top: 0px;
    line-height: 20px;
    display: none;
    z-index: 100;
}
.button.black {
    
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    width: 75px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0 15px 0 5px;


    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.button.black:hover {
    color: #ffffff;
    background-color: #222222;
}

/*
.blackbutton {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background-color: black;
    border-radius: 5px;
    height: 19px;
    line-height: 19px;
    padding-left:15px;
    padding-right:15px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    margin-left: 20px;
    text-align: center;
    vertical-align: middle;
}
*/
/* a result box is used to show results from a query and might be hidden to start with */
.resultbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    overflow: auto;
    
}
.hidden {
    display: none;
}
.altRows th,
.altRows td {
    border: none !important;
    border-bottom: 1px solid #b9b9b9 !important;
    padding: 3px 0;
}
.altRows td {
    font-size: 12px;
}
.altRows tr:nth-child(odd) td {
/*    background: #dcf2f5; */
    background: lightcyan;
}