A {
    color: rgb(100, 80, 20);
    font-size: 10pt;
    text-decoration: none;
}
A:hover {
    color: rgb(250, 250, 250);
    background-color: #FF8000;
}

.emdata {  
  font-family: "Courier New", Courier, monospace;  
  font-weight: bold;  
  text-decoration: underline;
}

#img-top {
	background-image: url(image-top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 120px;
	width: 863px;
	margin-bottom: 1px;
	text-indent:10px;
	text-shadow: 2px 2px #EEEEEE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	line-height: 280px;
}

body {
	background-color: #D3DBEB;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.emer_block {
	background-color: #4455AA;
	width: 745px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 1px;
}
.graph_block {
	background-color: #FFFFFF;
	width: 700px;
	margin: 5px;
	padding: 10px;
}
.emer_caption {
	background-color: #223355;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 1.5;
	margin: 4px;
	padding-bottom: 3px;
}
.emer_caption_err {
	background-color: #FF3219;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 1.5;
	margin: 4px;
}
.emer_td {
	background-color: #BBCFFC;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 4px;
}
.emer_td_a {
	background-color: #FFC;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 4px;
}
.emer_th {
	background-color: #CCCFFC;
	color: #333;
}
.form-search {
	background-color: #F3D776;
	width: 700px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 50px;
	margin-top: 20px;
	border: 1px solid #B38D0F;
}

.form-search2 {
	background-color: #F3D776;
	width: 730px;
	padding-top: 10px;
	padding-left: 4px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
	border: 1px solid #B38D0F;
}

.field_120 {
	font-size: 12px;
	width: 200px;
	border: thin solid #999999;
}
.img-small {
	margin-left: 5px;
	vertical-align: bottom;
}
.f_list_icons {
    border-top: 1px dotted rgb(87, 87, 87);
    text-align: left;
    width: 745px;
    background-color: #4455AA;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.fl_icons_down {
    background-color: rgb(245, 235, 215);
    border: 1px solid rgb(210, 200, 200);
    margin-top: 13px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
}
table#objects {
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	width: 750px;
}

#objects th {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #4CAF50;
    color: white;
}

#objects tr:hover {
	 background-color: #f5f5f5;
}

#objects td, #objects th {
    text-align: center;
    padding: 4px;
    border-bottom: 1px solid #ddd;	
}

#objects .xdate {
 	color: #333333;
    background-color: #CCCCCC;
	font-weight: bold
}

#objects a:hover, a:active {
    color: white;
    background-color: orange;
}

#lstatus {
	width: 16px;
	height: 16px;
	margin: auto;
}
#lstatus[t=ok] {
	background-image: url("img/clean.png");
}
#lstatus[t=bad] {
	background-image: url("img/stop.png");
}
#lstatus[t=lock] {
	background-image: url("img/lock.png");
}
#lstatus[t=unlock] {
	background-image: url("img/unlock.png");
}
table#xcount {
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	width: 750px;
	background-color: #CCCCCC;
}

#xcount td:hover {
	background-color: #f5f5f5;
}

#xcount td, #xcount th {
    text-align: left;
    padding: 4px;
    border-bottom: 1px solid #ddd;	
}

#xcount td span {
	float:right;
    text-align: right;
    margin-right: 10px;
}

#xcount tr:last-child td { 
	font-weight: bold;
}

img[id^='sel_'] {
	vertical-align: middle;
	margin-right: 10px;
}

img[id^='rst_'] {
	float: right;
	margin-right: 10px;
	vertical-align: middle;
}

.sel {
	background-color: #e0a232 !important;
}