body {
	font: 12px Arial, Tahoma, Verdana;
	line-height: 14px;
	color: #383838;
	background-color:#F6F9FF;
}

h2 {
    font-size: 16px;
}

select {
	padding:3px;
	border: 1px solid #D6D6D6;
	color: #555555;
	min-width:150px;
}

a {
	color:#000;
}

a:hover {
	text-decoration:none;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

table td {
	padding:1px;
}

table tr:hover {
	cursor:pointer;
}

table.remove_tr_pointer tr:hover {
	cursor: default !important;
}

#content_table table td {
	border:1px solid #999;
	padding:3px;
}

#content_table table tr:hover {
	background-color:#E1E4E9;
}

#filter table tr td a {
	text-decoration:none;
}

#wrapper{
	width:920px;
	margin:0 auto;
	background-color:#F0F3F8;
	display:block;
	overflow: hidden;
}

#header {
	height:150px;
	position:relative;
	width:920px;
}

#header #logo{
	width:100px;
	height:109px;
	position:absolute;
	top:10px;
	left:10px;
}

#login {
	position:absolute;
	right:10px;
	top:10px;
	background: #83C2ED;
	border: 1px solid #CCCCCC;
	border-radius: 7px 7px 7px 7px;
	padding: 5px;
}

#login p.user_b{
	height: 30px;
	line-height: 30px;
	background: url("/images/loginmanager.png") no-repeat;
	padding: 0 0 0 35px !important;
	text-align:left;
}

#login p {
	text-align:right;
	padding:5px 0px;
	margin:0px;
}

#menu{
	clear:both;
	height:30px;
	background-color:#285EA6;
}

#menu ul {
	margin:0px;
	padding:0px;
}

ul#cssmenu {
	list-style: none;
	height: 30px;
}

ul#cssmenu li {
	float:left;
	list-style:none;
	text-transform:uppercase;
	text-align:center;
	display: inline;
	position: relative;
	height: 30px;
}

ul#cssmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 260px;
	list-style: none;
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
}

ul#cssmenu ul li {
	width: 250px;
	float: left;
	display: block !important;
	display: inline;
}

/* Main Menu */
ul#cssmenu a {
	text-decoration:none;
	color:#fff;
	padding:8px 15px;
	display:block;
	border: 0px;
	float: none !important;
	float: left;
	height: auto !important;
	height: 1%;
	font-weight:bold;
}

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
	background-color:#83C2ED;
	color: #285EBE;
}

/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
	border-top: 1px solid #fff;
	float: none;
	background-color:#285EA6;
	color:#fff;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
	background-color:#83C2ED;
	color: #285EBE;
}

ul#cssmenu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 170px;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
    display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
    display: block;
} 

#content {	
	width:900px;
	float:left;
	min-height: 440px;
	padding:10px;
}

#footer{
	clear: both;
	float:left;
	/*height:60px;*/
	width:100%;
	text-align:center;
	border-top: 1px solid #000000;
	padding-top: 5px;
}

#footer p{
	margin:2px 0;
	padding:0px;
}

.copyright {
	font-size: 10px;
	text-align: center;
	color: #000;
}

.razrab {
	font-size: 11px;
	text-align: center;
	color: gray;
}

.error {
	color:#ff0000;
	font-size:14px;
}

#dialog-error-message {
	color:#ff0000;
}

.summa {
	height:16px;
	background-color:#9AFFCD;
	font-weight:bold;
}

#user_settings table tr td {
	height: 35px;
}

#user_settings input {
	padding:3px;
	width:250px;
}

.button {
	padding:2px !important;
	float:right;
}

.title {
	font-size:14px;
}

.user_table {
	width:900px;
}

.user_table tr td {
	padding:5px;
	border: 1px solid #999;
}

.user_table tr:hover {
	background-color:#eee;
	cursor:auto;
}

.add_edit_users tr td {
	padding:5px;
}

.add_edit_users .main_table_text {
	width:200px;
}

.add_edit_users .main_table_input {
	width:250px;
	padding:3px;
}

.backup {
	margin: 0 auto;
	text-align: center;
}

.webcam {
	margin: 0 auto;
	text-align: center;
}

.uploads {
	margin: 0 auto;
	text-align: center;
}

.user_filter {
	padding:10px 0px;
}

.help {
	cursor:pointer;
}

.icons_block img {
	padding:2px 5px;
}

.icons_block img:hover {
	-webkit-box-shadow: 0px 2px 5px #999;
	-moz-box-shadow: 0px 2px 5px #999;
	box-shadow: 0px 2px 5px #999;
}

.icons img:hover {
	-webkit-box-shadow: 0px 2px 5px #999;
	-moz-box-shadow: 0px 2px 5px #999;
	box-shadow: 0px 2px 5px #999;
}

.form_dialog {
	background-color: #E1E4E9;
	width:400px;
	padding:10px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.form_dialog .program_input {
	padding: 3px;
	width: 180px;
}

.right_colum, .left_colum {
	width:430px;
}

.right_colum {
	float:right;
}

.left_colum {
	float:left;
}

/* blog */

.clr {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.c_left {
	float: left;
	width: 200px;
}

.c_right {
	float: right;
	width: 680px;
}

#server_status {
	 background: none repeat scroll 0 0 #d1ccc5;
    border: 1px solid #CCCCCC;
    border-radius: 7px 7px 7px 7px;
	bottom: 0;
    margin-bottom: 3px;
    padding: 5px;
    position: absolute;
	right: 0;
    width: 910px;
}

#server_status p{
	 float: left;
	font-size: 12px;
	line-height: 14px;
    margin: 0 0 0 7px;
    padding: 0;
}
.info {
    font-size: 11px;
    left: 120px;
    position: absolute;
    top: 10px;
    width: 490px;
	padding: 3px;
	background: none repeat scroll 0 0 #eee;
    border: 1px solid #CCCCCC;
    border-radius: 7px 7px 7px 7px;
}

#content p strong{
	color: #1448a7;
	font-weight: bold;
}

#content p b{
	color: #000;
	font-weight: bold;
}

.info p {
	margin: 0px;
    padding: 3px;
}

.info p  strong{
color: #1448a7;
	font-weight: bold;
}

.backup p {
	font-weight: bold;
}

.webcam p {
	font-weight: bold;
}


#res {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
.main-st {
	font-size: 14px;
	line-height: 20px;
	text-indent: 20px;
}

.main-st p{
	text-indent: 20px;
}

.main-st ul.harakterist li{
	text-indent: 0px;
	padding: 5px 0;
}

.main-st a{
	color: #1448a7;
	font-weight: bold;
}

.red {
	color: red;
}

.green {
	color: green;
}

.c_right h2 {
    background-color: #285EA6;
    text-align: center;
	line-height: 22px;
	color: #fff;
	margin: 0;
}

.panel {
	width:206px;
	height:380px;
	border:1px solid #ddd;
	float:right;
	background-color: #E6E6E6;
}

.panel_heder {
	background-color: #C7D9FF;
	height:15px;
	padding:10px;
	font-weight: bold;
}

.panel_main {
	padding: 10px;
}

.panel_screen {
	background-color: #D0FBA2;
    border: 1px solid #333333;
    cursor: pointer;
    font-family: 'Courier New',Courier,monospace;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
    margin-bottom:15px;
    padding:2px;
    text-align: left;
}

.panel_button {
	width:55px;
	height:45px;
	margin-right:7px;
	border: 1px solid #333;
	float: left;
	cursor:pointer;
	border-radius: 7px;
	display: block;
	text-align: center;
	font-size:18px;
}

.panel_button p {
	padding: 15px 0px;
	margin: 0px;
}

.panel_buttons {
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}

.button_blue {
	background-color: #6699FF;
}

.button_yelow {
	background-color: #FFCC66;
}

.button_porpur {
	background-color: #FFCCFF;
}

.panel_table tr td {
    border: 1px solid #999999;
    padding: 5px;
	text-align: center;
}
.panel_table tr:hover {
    background-color: #EEEEEE;
    cursor: auto;
}
.panel_info {
	float:left;
}
.panel_body {
	width: 650px;
	margin: auto;
}

.c_right {
	line-height: 22px;
	text-align: justify;
}
.c_right p img {
	display: block;
	margin: 0 auto;
	max-width: 650px;
}
.c_right p {
	text-indent: 20px;
}
#id_user_device {
	width:270px;
}