﻿html {

}
body {
	font-size: 12px;
	font-family: Arial, Helvetica;
	background: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
body.curWait * {
  cursor: wait;
}
input {
}
select {
  color:#333;
}
form {
  margin:0px;
  padding:0px;
}
legend {
  font-weight:bold;
  color:#0066FF;
}
a {
  text-decoration: none; 
  font-weight:bold; 
  color:#fff;
  font-family:tahoma; 
  font-size:12px;}
a:hover
{
  color:#ccc;
}

a.standart {
  text-decoration: underline; 
  font-weight:normal; 
  color:blue;
  font-family:tahoma; 
  font-size:12px;
  cursor:pointer;
}
a.standart:hover{
  color:blue;
}

/*********** CLASS ***********/
.topheader
{
	padding: 0px;
	background-color: #339933;
	width: 100%;
	height: 45px;
	margin: 2px;
}

.logo
{
  float:left;
  width:40px;
  padding-left:10px;
  padding-top: 5px
}

.title
{
	font-size: x-large;
	color: #FFFFFF;
	float: left;
	width: 150px;
	padding-top: 10px;
}

.top_menu {
  margin:0px;
  padding:0px;
  float:left;
}
.top_menu li {
  list-style:none;
  display: inline;
  padding: 10px;
  background: url('images/topmenu-vline.jpg') no-repeat;
  background-position: 0px 0px;
}
.top_menu li a {
font-size: small;
}
.top_menu li a:hover {

}
.top_menu ul li a {
   text-transform: uppercase;
   color: #d0d0d0;
}
.top_menu li:hover {
  background-color: #3C3C3C;
}
.top_menu li {

}
#reportright{

  overflow-y:auto;
  overflow-x:hidden;
  }

#ajax_left {
  position:absolute;
  width:300px;
  top:0px;
  bottom:0px;
  left:0px;
  overflow-y:auto;
  overflow-x:hidden;
  z-index:0;
}
#ajax_viewer {
  position:absolute;
  z-index:10;
  top:50px;
  bottom:0px;
  right:0px;
  left:2px;
  overflow-x:hidden;
  overflow-y:auto;
}
#map {
  position:absolute;
  z-index:2;
  top:0px;
  bottom:0px;
  right:0px;
  left:310px;
  border:0px;
}

/*********** ID LIST ***********/
#LOADER {
  position:absolute;
  z-index:999;
  text-align:center;
  vertical-align:middle;
  padding-top:20%;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  display:none;
}
#left_block2 .head {
  width:100%;
}
#left_block2 .head .center {
  background-color: #339933;
  background-repeat:repeat-x;
  float:left;
  padding-top:5px;
  padding-left:10px;
  width:99%;
  height:27px;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  border-top-left-radius: 10px;
}

#left_block2 .info {
  background-color:#fff;
  padding:5px;
  color:#000;
  font-size:11px;
  font-weight:normal;
  font-family:Arial,Helvetica,Sans-Serif;
  border-top-left-radius: 10px;
}
#left_block .head {
  width:350px;
}
#left_block .head .center {
  background-color: #339933;
  background-repeat:repeat-x;
  float:left;
  padding-top:5px;
  padding-left:10px;
  width:328px;
  height:27px;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  border-top-left-radius: 10px;
}

#left_block .info {
  background-color:#fff;
  padding:5px;
  color:#000;
  font-size:11px;
  font-weight:normal;
  font-family:Arial,Helvetica,Sans-Serif;
  border-top-left-radius: 10px;
}
/*
 * Status
 */
#status_objects {
  width:100%;
}
#status_object thead tr th {
  text-align:left;
}
