* {
    margin: 0;
    padding: 0;
    }

body {
    background: #f5f5f5;
    font-family: Arial;
    margin: 1px;
    /*color: #f5f5f5;*/
    }

#header {
    height: 100px;
    margin: 0 0 3px 206px;
    /*border: 1px solid blue;*/
    }

#corpuses {
	position: absolute;
	height: 100px;
    width: 195px;
    padding-left: 5px;
    /*border: 1px solid red;*/
    }
    
#leftmenu {
	position: absolute;
	min-height: 100px;
    width: 195px;
    padding: 3px;
    /*border: 1px solid red;*/
    }

#content {
	margin-left: 206px;
	min-height: 100px;
    /*border: 1px solid blue;*/
    }
    
    


.blox {
	display: block;
	position: relative;
	min-height: 30px;
	width: 100%;
	}



.btn {
    display: block;
    position: absolute;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-family: Tahoma;
    font-weight: normal;
    min-height: 15px;
    margin: 5px;
    padding: 4px 15px;
    color: #444444;
    background-color: #f8f8f8;
    border: 1px solid: #f7f7f7;
    border-bottom: 1px solid #cccccc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -khtml-border-radius: 15px;
    box-shadow: 0 1px 3px -1px #bbbbbb;
    -webkit-box-shadow: 0 1px 3px -1px #bbbbbb;
    -moz-box-shadow: 0 1px 3px -1px #bbbbbb;
    -o-box-shadow: 0 1px 3px -1px #bbbbbb;
    -ms-box-shadow: 0 1px 3px -1px #bbbbbb;
    -khtml-box-shadow: 0 1px 3px -1px #bbbbbb;
    overflow: hidden;
    behavior: url(ie-css3.htc);
	}
	
	
.btn:hover {
	color: black;
	padding: 3px 15px 5px 15px;
	background-color: #f3f3f3;
	box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -webkit-box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -moz-box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -o-box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -ms-box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -khtml-box-shadow: inset 0 1px 3px -1px #bbbbbb;
	}


.btnedit {
    display: block;
    position: relative;
    text-decoration: none;
    outline: none;
    height: 24px;
    width: 24px;
    color: #444444;
    padding-up: 1px;
    background: #f8f8f8 url(/img/edit-icon.png) no-repeat center center;
    border: 1px solid: #f7f7f7;
    border-bottom: 1px solid #cccccc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -khtml-border-radius: 15px;
    box-shadow: 0 1px 3px -1px #bbbbbb;
    -webkit-box-shadow: 0 1px 3px -1px #bbbbbb;
    -moz-box-shadow: 0 1px 3px -1px #bbbbbb;
    -o-box-shadow: 0 1px 3px -1px #bbbbbb;
    -ms-box-shadow: 0 1px 3px -1px #bbbbbb;
    -khtml-box-shadow: 0 1px 3px -1px #bbbbbb;
    overflow: hidden;
    behavior: url(ie-css3.htc);
}

.btnedit:hover {
	color: black;
	padding-up: 0px;
	background-color: #f3f3f3;
	box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -webkit-box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -moz-box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -o-box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -ms-box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -khtml-box-shadow: inset 0 1px 3px -1px #bbbbbb;
	}
	
.activebtn {
    display: block;
    position: relative;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-family: Tahoma;
    font-weight: bold;
    min-height: 15px;
    margin: 5px;
    padding: 4px 15px;
    color: #444444;
    background-color: white;
    border: 1px solid: #f7f7f7;
    border-bottom: 1px solid #cccccc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -khtml-border-radius: 15px;
    box-shadow: 0 1px 3px -1px #bbbbbb;
    -webkit-box-shadow: 0 1px 3px -1px #bbbbbb;
    -moz-box-shadow: 0 1px 3px -1px #bbbbbb;
    -o-box-shadow: 0 1px 3px -1px #bbbbbb;
    -ms-box-shadow: 0 1px 3px -1px #bbbbbb;
    -khtml-box-shadow: 0 1px 3px -1px #bbbbbb;
    overflow: hidden;
    behavior: url(ie-css3.htc);
	}	
	
	
.corpus {
	display: inline-block;
    position: relative;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: normal;
    font-family: Tahoma;
    min-height: 45px;
    width: 12px;
    margin: 25px 2px 2px 2px;
    padding: 18px 15px 0 15px;
    color: #444444;
    background-color: #f8f8f8;
    border: 1px solid: #f7f7f7;
    border-bottom: 1px solid #cccccc;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    box-shadow: 0 1px 3px -1px #bbbbbb;
    -webkit-box-shadow: 0 1px 3px -1px #bbbbbb;
    -moz-box-shadow: 0 1px 3px -1px #bbbbbb;
    -o-box-shadow: 0 1px 3px -1px #bbbbbb;
    -ms-box-shadow: 0 1px 3px -1px #bbbbbb;
    -khtml-box-shadow: 0 1px 3px -1px #bbbbbb;
    overflow: hidden;
    behavior: url(ie-css3.htc);
	}
	
.corpus:hover {
	color: black;
	margin: 24px 2px 2px 2px;
	background-color: #f3f3f3;
	box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -webkit-box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -moz-box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -o-box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -ms-box-shadow: inset 0 1px 3px -1px #bbbbbb;
    -khtml-box-shadow: inset 0 1px 3px -1px #bbbbbb;
	}
	
.activecorpus {
    display: inline-block;
    position: relative;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma;
    text-align: center;
    min-height: 45px;
    width: 14px;
    margin: 15px 2px 2px 2px;
    padding: 28px 15px 0 13px;
    color: #444444;
    background-color: white;
    border: 1px solid: #f7f7f7;
    border-bottom: 1px solid #cccccc;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    box-shadow: 0 1px 3px -1px #bbbbbb;
    -webkit-box-shadow: 0 1px 3px -1px #bbbbbb;
    -moz-box-shadow: 0 1px 3px -1px #bbbbbb;
    -o-box-shadow: 0 1px 3px -1px #bbbbbb;
    -ms-box-shadow: 0 1px 3px -1px #bbbbbb;
    -khtml-box-shadow: 0 1px 3px -1px #bbbbbb;
    overflow: hidden;
    behavior: url(ie-css3.htc);
	}
	
	
.disabledroom {
	display: inline-block;
    position: relative;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: normal;
    font-family: Tahoma;
    width: 100px;
    height: 100px;
    margin: 2px;
    padding: 7px;
    color: #444444;
    background-color: #f8f8f8;
    border: 1px solid: #f7f7f7;
    border-bottom: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0 1px 3px -1px #bbbbbb;
    -webkit-box-shadow: 0 1px 3px -1px #bbbbbb;
    -moz-box-shadow: 0 1px 3px -1px #bbbbbb;
    -o-box-shadow: 0 1px 3px -1px #bbbbbb;
    -ms-box-shadow: 0 1px 3px -1px #bbbbbb;
    -khtml-box-shadow: 0 1px 3px -1px #bbbbbb;
    overflow: hidden;
    cursor: default;
    behavior: url(ie-css3.htc);
	}
	
.unmonitoredroom {
    display: inline-block;
    position: relative;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: normal;
    font-family: Tahoma;
    width: 100px;
    height: 100px;
    margin: 2px;
    padding: 7px;
    color: #444444;
    background-color: #e0e0e0;
    border: 1px solid: #f7f7f7;
    border-bottom: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0 1px 3px -1px #bbbbbb;
    -webkit-box-shadow: 0 1px 3px -1px #bbbbbb;
    -moz-box-shadow: 0 1px 3px -1px #bbbbbb;
    -o-box-shadow: 0 1px 3px -1px #bbbbbb;
    -ms-box-shadow: 0 1px 3px -1px #bbbbbb;
    -khtml-box-shadow: 0 1px 3px -1px #bbbbbb;
    overflow: hidden;
    behavior: url(ie-css3.htc);
	}
	
.enableroom {
    display: inline-block;
    position: relative;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: normal;
    font-family: Tahoma;
    width: 100px;
    height: 100px;
    margin: 2px;
    padding: 7px;
    color: white;
    background-color: darkgreen;
    border-bottom: 1px solid #002200;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0 1px 3px -1px #002200;
    -webkit-box-shadow: 0 1px 3px -1px #002200;
    -moz-box-shadow: 0 1px 3px -1px #002200;
    -o-box-shadow: 0 1px 3px -1px #002200;
    -ms-box-shadow: 0 1px 3px -1px #002200;
    -khtml-box-shadow: 0 1px 3px -1px #002200;
    overflow: hidden;
    behavior: url(ie-css3.htc);
	}
	
.enabledroom {
	display: inline-block;
    position: relative;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: normal;
    font-family: Tahoma;
    width: 100px;
    height: 100px;
    margin: 2px;
    padding: 7px;
    color: #444444;
    background-color: lightgreen;
    border-bottom: 1px solid #455d43;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0 1px 3px -1px #455d43;
    -webkit-box-shadow: 0 1px 3px -1px #455d43;
    -moz-box-shadow: 0 1px 3px -1px #455d43;
    -o-box-shadow: 0 1px 3px -1px #455d43;
    -ms-box-shadow: 0 1px 3px -1px #455d43;
    -khtml-box-shadow: 0 1px 3px -1px #455d43;
    overflow: hidden;
    behavior: url(ie-css3.htc);    
	}
	
	
.online {
    display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid black;
    background-color: blue;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    overflow: hidden;
    behavior: url(ie-css3.htc);    
	}	
	
.offline {
    display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid black;
    background-color: yellow;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    overflow: hidden;
    behavior: url(ie-css3.htc);    
	}
	
.uncontrol {
    display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid black;
    background-color: red;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    overflow: hidden;
    behavior: url(ie-css3.htc);    
	}	
	
.downlable {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 90%;
    height: 15px;
    text-align: center;
    color: black;
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma;
	}
	
	
.anketa {
	}
	
.anketa td {
	 padding: 5px 10px;
	 vertical-align: middle;
  	}

.anketa .btn {
	display: inline;
	position: relative;
	margin: 3px 5px;
	}
	
.anketa .activebtn {
	display: inline;
	position: relative;
	margin: 3px 0px;
	cursor: default;
	}
	
.anketa h4 {
	display: inline;
	position: relative;
	font-size: 14px;
    font-family: Tahoma;
    font-weight: normal;
    margin: 5px;
	}
	


#msgback {
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.0;
	z-index: 9;
	}
	
#msg {
	position: absolute;
	min-width: 200px;
	min-height: 130px;
	background-color: #f5f5f5;
	color: black;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	border: 2px solid silver;
	padding: 45px 10px 5px 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-khtml-border-radius: 8px;
	overflow: hidden;
	visibility: hidden;
	z-index: 10;
	behavior: url(ie-css3.htc);    
	}	

#msgheader {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	height: 25px;
	color: white;
	font-size: 16px;
    font-weight: bold;
    font-family: Tahoma;
	border: 1px solid lightgreen;
	background-color: darkgreen;
	padding: 8px 0px 3px 10px;
	border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    overflow: hidden;
    behavior: url(ie-css3.htc);    
	}	
	
#msgbtn {
	display: block;
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 100%;
	height: 35px;
	text-align: right;
	padding: 0 8px 5px 10px;
	}	
	
#msgbtn	.btn {
	position: relative;
	display: inline-block;
	}
	
#msg label {
	width: 200px;
	display: block;
	posirion: relative;
	margin-top: 10px;
	font-size: 14px;
        font-weight: normal;
        font-family: Tahoma;
        text-indent: 5px;    
	}	

input[type=text],
input[type=password] {
    background: #f7f7f7;
    border: 1px solid silver;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    behavior: url(ie-css3.htc);
    text-indent:5px;
    margin: 0;
    padding: 3px;
    font-weight: bold;
    outline: none;
    width: 100%;
    }
input[type=text]:focus,
input[type=password]:focus {
    border: 2px solid silver;
    margin: 0;
    padding: 2px;
    }

input[type=text]:hover,
input[type=password]:hover {
    border: 2px solid silver;
    margin: 0;
    padding: 2px;
    }	

input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    }
input[type="checkbox"] + label {
    height: 16px;
    padding: 0 0 0 18px;
    
    background: #f8f8f8 url(/img/off.png) no-repeat left center;
    }
input[type="checkbox"]:checked + label {
    background: #f8f8f8 url(/img/on.png) no-repeat left center;
    }

a {
    text-decoration: none;
    }	



#monitor {
    display: block;
    width: 800px;
    height: 30%;
    min-height: 200px;
    margin-top: 30px;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid gray;
    color: black;
    font-size: 12px;
    font-weight: normal;
    font-family: Tahoma;
    text-indent: 5px;    
    overflow-x: hidden;
    overflow-y: auto;
    }


#stats_data table {
    margin: 20px; 3px;
    }

#stats_data th {
    font-size: 16px;
    font-weight: normal;
    font-family: Tahoma;
    padding: 5px 10px;
    border-bottom: 1px solid silver;
    }

#stats_data td {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-family: Tahoma;
    text-align: center;
    cursor: default;
    }




input.inp {
    background: #f7f7f7;
    border: 1px solid silver;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    behavior: url(ie-css3.htc);
    text-indent:5px;
    margin: 0;
    padding: 3px;
    font-weight: bold;
    outline: none;
    width: 100px;
    }

.owf {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0px;
    background-color: silver;
    visibility: visible;
    }

#msghelper {
    display: block;
    position: absolute;
    width: 100px;
    max-height: 200px;
    overflow: auto;
    padding: 5px;
    background: #f7f7f7;
    border: 1px solid silver;
    border-top: 0 none;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    box-shadow: inset 0px -5px 15px -5px #bbbbbb;
    -webkit-box-shadow: inset 0px -3px 15px -5px #bbbbbb;
    -moz-box-shadow: inset 0px -3px 15px -5px #bbbbbb;
    -o-box-shadow: inset 0px -3px 15px -5px #bbbbbb;
    -ms-box-shadow: inset 0px -3px 15px -5px #bbbbbb;
    -khtml-box-shadow: inset 0px -3px 15px -5px #bbbbbb;
    behavior: url(ie-css3.htc);
    text-indent:5px;
    z-index: 10;
    visibility: hidden;
    }

.elem {
    display: block;
    width: 100%;
    outline: none;
    font-size: 14px;
    font-family: Tahoma;
    font-weight: normal;
    cursor: default;
    }

.elem:hover {
    background: #a7a7a7;
    }


	