/* @charset "UTF-8";*/

body {
    font-family: Verdana, Century Gothic,Sans-Serif;
    background-color: #5C6267;
    margin:0;
    padding:0;
}

div a,a:visited,a:link {
    color: #808080;
    background-color: transparent;
    text-decoration: none;
}

div a:hover { 
    color: #202080;
    text-decoration: none; 
}

.content {
    color: #FFFFFF;
    margin: 0.1em;
    overflow: auto;
}

.content a:link {
    color: #FFFFFF;
    text-decoration: none;
}
.content a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.content a:active {
    color: #FFFFFF;
    text-decoration: none;
}
.content a:hover {
    color: #BEB221;
    text-decoration: none;
}


td {
    text-align:left;
}

input:focus, a:focus, textarea:focus {
    outline: none;
}

.loginTable {
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
}

.tinybutton {
    border-top: 1px solid #808080;
    background: #2a3136;
    background: -webkit-gradient(linear, left top, left bottom, from(#54626b), to(#2a3136));
    background: -webkit-linear-gradient(top, #54626b, #2a3136);
    background: -moz-linear-gradient(top, #54626b, #2a3136);
    background: -ms-linear-gradient(top, #54626b, #2a3136);
    background: -o-linear-gradient(top, #54626b, #2a3136);
    padding: 2.5px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 8px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    width: 25px;
    display:inline-block;
    margin-left: 0.1em;
    margin-right: 0.1em;
}


.tinybutton:hover {
    border-top-color: #1f2326;
    background: #1f2326;
    color: #e7f0b2;
}
.tinybutton:active {
    border-top-color: #3b1f1f;
    background: #3b1f1f;
}

a.tinybutton.dim {
    color: gray;
}

.halfbutton {
    border-top: 1px solid #808080;
    background: #2a3136;
    background: -webkit-gradient(linear, left top, left bottom, from(#54626b), to(#2a3136));
    background: -webkit-linear-gradient(top, #54626b, #2a3136);
    background: -moz-linear-gradient(top, #54626b, #2a3136);
    background: -ms-linear-gradient(top, #54626b, #2a3136);
    background: -o-linear-gradient(top, #54626b, #2a3136);
    padding: 2.5px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 8px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    width: 36px;
    display:inline-block;
    margin-left: 0.1em;
    margin-right: 0.1em;
}

.halfbutton a:link {
    color: white;
}

.halfbutton:hover {
    border-top-color: #1f2326;
    background: #1f2326;
    color: #e7f0b2;
}

.halfbutton:active {
    border-top-color: #3b1f1f;
    background: #3b1f1f;
}

a.halfbutton.dim {
    color: gray;
}

.button {
    border-top: 1px solid #808080;
    background: #2a3136;
    background: -webkit-gradient(linear, left top, left bottom, from(#54626b), to(#2a3136));
    background: -webkit-linear-gradient(top, #54626b, #2a3136);
    background: -moz-linear-gradient(top, #54626b, #2a3136);
    background: -ms-linear-gradient(top, #54626b, #2a3136);
    background: -o-linear-gradient(top, #54626b, #2a3136);
    padding: 2.5px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    width: 85px;
    display:inline-block;
    margin-left: 0.2em;
    margin-right: 0.2em;
}


.button:hover {
    border-top-color: #1f2326;
    background: #1f2326;
    color: #e7f0b2;
}
.button:active {
    border-top-color: #3b1f1f;
    background: #3b1f1f;
}

a.button.dim {
    color: gray;
}

.greenbutton {
    border-top: 1px solid #9ac9a1;
    background: #0b2b11;
    background: -webkit-gradient(linear, left top, left bottom, from(#62a167), to(#0b2b11));
    background: -webkit-linear-gradient(top, #62a167, #0b2b11);
    background: -moz-linear-gradient(top, #62a167, #0b2b11);
    background: -ms-linear-gradient(top, #62a167, #0b2b11);
    background: -o-linear-gradient(top, #62a167, #0b2b11);
    padding: 2.5px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    width: 85px;
    display:inline-block;
    margin-left: 0.2em;
    margin-right: 0.2em;
}
.greenbutton:hover {
    border-top-color: #3e734b;
    background: #3e734b;
    color: #ccc;
}
.greenbutton:active {
    border-top-color: #349c0b;
    background: #349c0b;
}

a.greenbutton.dim {
    color: gray;
}

.redbutton {
    border-top: 1px solid #de8181;
    background: #4a0a0a;
    background: -webkit-gradient(linear, left top, left bottom, from(#f23f42), to(#4a0a0a));
    background: -webkit-linear-gradient(top, #f23f42, #4a0a0a);
    background: -moz-linear-gradient(top, #f23f42, #4a0a0a);
    background: -ms-linear-gradient(top, #f23f42, #4a0a0a);
    background: -o-linear-gradient(top, #f23f42, #4a0a0a);
    padding: 2.5px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    width: 85px;
    display:inline-block;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.redbutton:hover {
    border-top-color: #a13a3a;
    background: #a13a3a;
    color: #ffea00;
}
.redbutton:active {
    border-top-color: #cc0000;
    background: #cc0000;
}

a.redbutton.dim {
    color: gray;
}

.bluebutton {
    border-top: 1px solid #4893d4;
    background: #0e3461;
    background: -webkit-gradient(linear, left top, left bottom, from(#417bf0), to(#0e3461));
    background: -webkit-linear-gradient(top, #417bf0, #0e3461);
    background: -moz-linear-gradient(top, #417bf0, #0e3461);
    background: -ms-linear-gradient(top, #417bf0, #0e3461);
    background: -o-linear-gradient(top, #417bf0, #0e3461);
    padding: 2.5px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    width: 85px;
    display:inline-block;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.bluebutton:hover {
    border-top-color: #4878b3;
    background: #4878b3;
    color: #ffea00;
}
.bluebutton:active {
    border-top-color: #022561;
    background: #022561;
}

a.bluebutton.dim {
    color: gray;
}

.button_panel td {
    padding:20px;
}

#dialogTitle {
    display:none;
}

.house .alarm {
    border: 3px solid #444;
    color: #FFFF00;
    background-color: #444;
    display:block;
}

.house .alarm .on {
    color: #FFFF00;
    background-color: #FF0000;
    font-weight: bold;
    padding-left: 1em;
    /*margin-bottom: 2px;*/
}

.house .alarm .off {
    color: #000000;
    padding-left: 1em;
    background-color: #008F00;
    /*margin-bottom: 2px;*/
}

table.edithouse {
    width: 370px;
}

table.listing {
    margin-top:0px;
}

.edithouse  .datarow td {
    border: 1px solid #7C5257;
}

.edithouse .datarow:hover {
    background-color: #7C5257;
}

table.showhouse {
    width: 380px;
}

.showhouse .datarow td {
    border: 1px solid #7C5257;
}

.showhouse .datarow:hover {
    background-color: #7C5257;
}

ul.popmenu {
/*    //position: relative;
    //display:block;
    //float:left;
    //left : 1em;
    //top : -1em;*/
    padding: none;
    padding-left: 1.2em;
	margin: 0;
/*	//width:10em;
    //clear: left;
	//list-style: none;*/
}

li.popmenu {
/*
    //float:left;
    //display:block;
    //clear: left;
    //left:0px;
    //padding: 0;
	//margin: 0;
    //width:5em;
    //list-style-type: none;
    //height:1.1em;
    //border-style: solid;
    //line-height:1em;
    //border-width:1px;
    //border-color:#7C5257;
    //background-color:#808080;    
*/
}

div.box {
    border-width:2px;
    background-color:#808080;
    padding:10px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

div.menu {
    list-style:none;
    height: 2.1em;
    position: absolute;
    top: -0.2em;
}

ul.menu {
    color: #A0A0A0;
    font-weight: bold;
    font-size: 0.95em;
    font-variant: small-caps;
}

li.menu {
    color: #606060;
    line-height:1.2em;
    font-weight: bold;
    height:1.2em;
    float:left;
    width:auto;
    padding: 0.0em 0.5em;
    list-style:none;
}

li.menudis {
    color: #D0D0D0;
    line-height:1.2em;
    font-weight: normal;
    height:1.2em;
    float:left;
    width:auto;
    padding: 0.0em 0.5em;
    list-style:none;
}

li.menusel {
    color: #202080;
    line-height:1.2em;
    font-weight: bold;
    height:1.2em;
    float:left;
    width:auto;
    padding: 0.0em 0.5em;
    list-style:none;
}

.menutext {
    font-weight: bold;
    font-size: 12px;
    font-variant: small-caps;
}

#userinfo {
    color: #707070;  
    font-size: 1em;
    font-variant: small-caps;
    font-weight: bold;
    padding: 0.1em 1.5em;
    text-align: right;
}

#flashMessage {
    color: #FFFF00;  
    font-weight: bold;
    display: none;
    text-align: center;
}

.widget {
    background-color:#433;
    border: 2px solid #335;
    color: #FFFFFF;
    font-weight: normal;
    margin:10px;
    padding-top:none;
    font-size: 1em;
    overflow:hidden;
    text-overflow:ellipsis;
}

.widget h1 {
    background-color: #335;
    padding:0.3em; 
    margin:0px 0px 5px 0px;
    font-weight: bold;
    font-size: 1.3em;
    font-variant: small-caps;
    vertical-align: top;
}

.widget table.datatable {
    border-collapse:collapse;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 1em;
    vertical-align: top;
    float:left;
    position:relative;
    display:block;
    overflow:auto;
    
}

.widget table.datatable th {
    background-color: #544;
    border: 2px solid #7C5257;
    padding: 0.3em;
    font-weight: bold;
    font-size: 1.1em;
    font-variant: small-caps;
    vertical-align: top;
}

.widget table.datatable tbody tr {
    margin: None;
    border: none;
    padding: none;
    background-color: #4C5257;    
}

.widget table.datatable tbody td {
    border: 2px solid #6C5257;
    padding-left: 1em;        
}

.widget table.datatable tbody > tr:hover {
    background-color: #A06060;
    background-color: #335;
    
}

.widget a:link, 
.widget a:active, 
.widget a:visited {
    color: #FFFFFF;
}

.widget a:hover {
    color: #FFFFFF;
}

h1.listing {
    background-color: #4C5257;
    color: #FFFFFF;
}

.battery {
    color: #00F;
    font-weight: bold;
}

.alarm div {
    background-color: #4C5257;
    padding: 2px;
    padding-left: 1em;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 1.0em;
    font-variant: small-caps;
}

select.houselist {
    width:200px;
}

.alarm .active {
    color: #80FF80;
    font-weight: bold;
    
}

.alarm .inactive {
    color: #707070;
}

.alarm .off {
    background-color: #4C5257;
    color: #00E000;
}

.alarm .on {
    background-color:#800;
    color: #FFFF00;
    text-decoration:blink;
}

.filter div input {
    position:relative;
    top:4px;
    
}

td.filter {
    background-color: #4C5257;
    border: 2px solid #7C5257;
    height:36px;
    width:100%;
    vertical-align:middle;
    white-space:nowrap;
}

td.filter td {
    padding-left:10px;
}

.filter div {
    padding-left: 0em;
    color: #ddd;
    font-size: 1.0em;
    position: relative;
    left: 1em;    
}

.actions {
    padding-left: 0em;
    color: #ddd;
    font-size: 1.0em;
    background-color: #4C5257;
    border: 2px solid #7C5257;
    /*font-weight: bold;
    font-size: 1.1em;
    font-variant: small-caps;
    vertical-align: middle;*/
}

.actions td {
    vertical-align: middle;
    padding-left:.5em;
    padding-right:.1em;
}

.actions .option {
    padding-left: 1em;
}

.disabled {
    color:#888;
}

table.datatable {
    border-collapse:collapse;
    position:relative;
    overflow: auto;
    display: block;
}

table.datatable th {
    margin:0px;
    background-color: #544;
    border: 2px solid #6C5257;
    padding-left:0.5em;
    padding-right:0.6em;
    font-weight: bold;
    font-variant: small-caps;
}

table.datatable tbody {
    border: 2px solid #6C5257;
    background-color: #5C5257;
}

table.datatable tr {
    background-color: #4C5257;
    color: #FFFFFF;

}

table.datatable td {
    margin:none;
    border: 2px solid #6C5257;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left:0.5em;
    padding-left:0.5em;
    font-weight: normal;
    vertical-align: middle;    
}

table.datatable tr:hover {
    background-color: #335;
    /* color: #FFFF00;*/
}

.comlog table.datatable tr a:link, 
.comlog table.datatable tr a:visited {
    color: #0FF;
    text-decoration: underline;
    font-weight: bold;
    
}

.comlog table.datatable tr a:hover {
    color: #000;
    background-color: #0FF;
    text-decoration: underline;
    font-weight: bold;
    
}

table.datatable td div {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.right {
    text-align:right;
}

.left {
    text-align:left;
    vertical-align:middle;
}

.center {
    text-align:center;
}

.processing {
    text-align:center;
    background-color:#800;
    color: #FFFF00;
}


h1 {
    background-color: #4C3237;
    margin:none;
    text-align:center;
    font-weight: bold;
    font-size: 1.2em;
    font-variant: small-caps;
    padding: 0.1em 1.5em;
    vertical-align: top;
}

h2 {
    background-color: #4C3237;
    margin:none;
    font-weight: bold;
    font-size: 1.0em;
    font-variant: small-caps;
    padding: 0.1em 1.5em;
    vertical-align: top;
}

#wrap {
    height: 100%;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 750px;
}

#header {
    background-image: url("../img/header_bg.jpg");
    color: #CCCCCC;
    font-size: 36px;
    height: 51px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#editscene_header {
    background-image: url("../img/header_bg.jpg");
    color: #CCCCCC;
    font-family: Century Gothic,Sans-Serif;
    font-size: 22px;
    height: 30px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#editscene_header_menu {
    background-image: url("../img/header_menu_bg.jpg");
    height: 20px;
    left: 0;
    margin: 2px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 100%;
}
#editdevice_header {
    background-image: url("../img/header_bg.jpg");
    color: #CCCCCC;
    font-family: Century Gothic,Sans-Serif;
    font-size: 22px;
    height: 30px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#editdevice_header_menu {
    background-image: url("../img/header_menu_bg.jpg");
    height: 20px;
    left: 0;
    margin: 2px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 100%;
}
#editroom_header {
    background-image: url("../img/header_bg.jpg");
    color: #CCCCCC;
    font-family: Century Gothic,Sans-Serif;
    font-size: 22px;
    height: 30px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#editroom_header_menu {
    background-image: url("../img/header_menu_bg.jpg");
    height: 20px;
    left: 0;
    margin: 2px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 100%;
}
.timerInfo {
    background-color: #FFFFFF;
    color: #5C6267;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 50px;
    min-width: 360px;
    padding: 2px;
    width: auto;
}
.commandInfo {
    background-color: #FFFFFF;
    color: #5C6267;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 50px;
    min-width: 360px;
    padding: 2px;
    width: auto;
}
.eventInfo {
    background-color: #FFFFFF;
    color: #5C6267;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 50px;
    min-width: 360px;
    padding: 2px;
    width: auto;
}
#header_menu {
    background-image: url("../img/header_menu_bg.jpg");
    height: 40px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 51px;
    width: 100%;
}
.topmenu {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: auto;
}
#topmenu_button {
    background-image: url("../img/topmenu_button_off.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    height: 23px;
    line-height: 1.75em;
    margin-left: 2px;
    margin-top: 7px;
    width: 90px;
}
#recordscene_button {
    background-image: url("../img/topmenu_button_on.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    height: 23px;
    line-height: 1.75em;
    margin-left: 4px;
    margin-top: 5px;
    width: 75px;
}
#saveroom_button {
    background-image: url("../img/topmenu_button_on.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    height: 23px;
    line-height: 1.75em;
    margin-left: 4px;
    margin-top: 5px;
    width: 75px;
}
#lock_button {
    background-image: url("../img/lock_button.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    height: 23px;
    line-height: 1.75em;
    margin-left: 4px;
    margin-top: 5px;
    width: 75px;
}
#unlock_button {
    background-image: url("../img/unlock_button.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    height: 23px;
    line-height: 1.75em;
    margin-left: 4px;
    margin-top: 5px;
    width: 75px;
}
#add_device_button {
    background-image: url("../img/topmenu_button_on.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    height: 23px;
    line-height: 1.75em;
    margin-left: 4px;
    margin-top: 5px;
    width: 75px;
}
#remove_device_button {
    background-image: url("../img/topmenu_button_on.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    height: 23px;
    line-height: 1.75em;
    margin-left: 4px;
    margin-top: 5px;
    width: 75px;
}
#header_menu_lang {
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    line-height: 2em;
    margin-right: 4px;
    margin-top: 8px;
}
#title {
    color: #5C6267;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
}
#info {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    padding: 2px;
}
.room_div {
    background-color: #4D5256;
    display: none;
    height: auto;
    margin-bottom: 2px;
    width: 600px;
}
#device_info {
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    overflow: auto;
    padding: 2px;
    position: absolute;
    top: 50px;
}
#commands_info {
    color: #FFFFFF;
    display: none;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    overflow: visible;
    padding: 2px;
    position: absolute;
    top: 60px;
}
#events_info {
    color: #FFFFFF;
    display: none;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    overflow: visible;
    padding: 2px;
    position: absolute;
    top: 60px;
}
#timers_info {
    color: #FFFFFF;
    display: none;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    overflow: auto;
    padding: 2px;
    position: absolute;
    top: 60px;
}
.help_info {
    background-color: #4D5256;
    color: #FFFFFF;
    display: none;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    height: auto;
    margin-bottom: 2px;
    padding: 4px;
    position: absolute;
    right: 10px;
    top: 50px;
    width: 250px;
}
.help_button {
    position: absolute;
    right: 10px;
    top: 23px;
}
#room_info {
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    padding: 2px;
    position: absolute;
    top: 50px;
}
#rename_device {
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    padding: 2px;
    position: absolute;
    top: 150px;
    width: auto;
}
#webcam {
    color: #FFFFFF;
    display: none;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 60px;
}
#pulse {
    color: #FFFFFF;
    display: none;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 60px;
}
#pincodes {
    color: #FFFFFF;
    display: none;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    position: absolute;
    text-align: left;
    top: 60px;
}
#pincodes_restriction {
    color: #FFFFFF;
    display: none;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    position: absolute;
    text-align: left;
    top: 60px;
}
.add_device {
    text-align: left;
}
.remove_device {
    text-align: left;
}
.add_device_advanced {
    text-align: left;
}
.alarmuser_list_top {
    color: #000000;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
}
.alarmuser_list {
    background-color: #FFFFFF;
    color: #5C6267;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    width: 420px;
}
#inner-wrap {
    background-color: #5C6267;
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    left: -1px;
    position: absolute;
    top: 91px;
    width: 100%;
}
#recordscene {
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
}
#done {
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
}
#top_links {
    color: #000000;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
}
#rename A:link {
    color: #5C6267;
    text-decoration: none;
}

#rename A:visited {
    color: #5C6267;
    text-decoration: none;
}
#rename A:active {
    color: #5C6267;
    text-decoration: none;
}
#rename A:hover {
    color: #5C6267;
    text-decoration: none;
}
#top_links A:link {
    color: #5C6267;
    text-decoration: none;
}
#top_links A:visited {
    color: #5C6267;
    text-decoration: none;
}
#top_links A:active {
    color: #5C6267;
    text-decoration: none;
}
#top_links A:hover {
    color: #7EB221;
    text-decoration: none;
}
#camera_links A:link {
    color: #5C6267;
    text-decoration: none;
}
#camera_links A:visited {
    color: #5C6267;
    text-decoration: none;
}
#camera_links A:active {
    color: #5C6267;
    text-decoration: none;
}
#camera_links A:hover {
    color: #7EB221;
    text-decoration: none;
}
#webcam A:link {
    color: #FFFFFF;
    text-decoration: none;
}
#webcam A:visited {
    color: #5C6267;
    text-decoration: none;
}
#webcam A:active {
    color: #5C6267;
    text-decoration: none;
}
#webcam A:hover {
    color: #7EB221;
    text-decoration: none;
}
#pincodes A:link {
    color: #FFFFFF;
    text-decoration: none;
}
#pincodes A:visited {
    color: #D6D8D9;
    text-decoration: none;
}
#pincodes A:active {
    color: #5C6267;
    text-decoration: none;
}
#pincodes A:hover {
    color: #7EB221;
    text-decoration: none;
}
#info A:link {
    color: #7EB221;
    font-weight: bold;
    text-decoration: none;
}
#info A:visited {
    color: #7EB221;
    font-weight: bold;
    text-decoration: none;
}
#info A:active {
    color: #7EB221;
    font-weight: bold;
    text-decoration: none;
}
#info A:hover {
    color: #7EB221;
    font-weight: bold;
    text-decoration: none;
}
#footer {
    background-image: url("../img/footer_bg.jpg");
    bottom: 0;
    color: #666666;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
}
#push {
    height: 80px;
}

.header_title {
    color: #FFFFFF;
}
#header center .header_title {
    font-weight: 400;
}
#header center {
    color: #DFDFDF;
    font-weight: 400;
}

#flash {
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    overflow: auto;
    padding: 2px;
    position: absolute;
    top: 20px;
}

div.growlUI h1, div.growlUI h2 {
    color: white;
    padding: 5px 5px 5px 75px;
    text-align: left;
}
.styled-select-caption {
    padding-left:3em;
    padding-right:0.5em;
    display:inline;
}

.styled-select {
    width: 132px;
    height: 20px;
    background: url(../img/pil2.png) no-repeat right #776;
    /*background: url(../img/pil2.png) no-repeat right #5C6267;*/
    display:inline-block;
    overflow: hidden;    
}

input.styled-text-inactive {
    height: 20px;
    color: #FFF;
    background: #776;
    display:inline;        
    margin-left:1em;
    border:2px inset #444;
}

input.styled-text-active {
    height: 20px;
    color: #FF0;
    background: #700;
    display:inline;        
    margin-left:1em;
    border:2px inset #444;
    text-decoration:blink;
    font-weight:bold;
}


input.styled-text .inactive{
}

.styled-select select {
    width: 150px;
    background: transparent;
    color: #FFF;
    padding: none;
    border: 0;
    border-radius: 4px;
    position: relative;
    top:0px;
    left:-1px;
    overflow: hidden;
}

input {
    padding:none;
    border:2px inset #444;
}

.datarow input {
    width:195px;
}

.datarow .buttoncell {
    text-align:center; 
    width:125px;
}

.datarow .caption {
    width:50em;
}

.datarow .data {
    width:20em;
}

.datatable  td.error {
    color:#FFFF00;
}

.datatable  td.now {
    background-color: #6C6257;
}

.datatable  td.after {
    background-color: #5C4247;
}

.datatable  td.before {
    background-color: #4C5247;
}

span.error_focus {
    color: #FF5050;
    font-weight:bold;
    text-decoration:underline;
}

.dialogWrapper {
    font-size: 0.8em;
    display:none;
}


#overlay {
    z-index: 8000;
    display:none;
}

#overlay-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 9000;
    display:inherit;
}

#overlay-center {
    text-align:center;
    width:200px;
    color: #000;
    padding: 15px;
    background-color: #FFF;
    filter:alpha(opacity=80);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    z-index: 10000;        
    display:inherit;
}

.deviceError {
    color:#FF0;
    font-weight:bold;
    background-color:#800;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }


img.sorting {
    border: 0px;
    float:center;
    position:relative;
    height: 8px;
    top: 0px;
    left: 2px;
    
}

.settings-td {
    padding:8px;
}

.border-left {
    border-left:10px solid #505050;
    padding:8px;
}

.border-right {
    border-right:10px solid #505050;
    padding:8px;
    
}

tr.even {
    border:none;
    margin:none;
    background-color:#303030;
}

tr.odd {
    border:none;
    margin:none;
    background-color:#101010;
}

#listCounter {
    text-align:right;
    position:relative;
    left:-5px;
    color:#909090;
}

ol.manual {
    font-size: 1.2em;        
}

li.manual {
    font-size: 1em;
    
}
