html,body {
   padding:0px;
   margin:0px;
   color: black;
   font-family: verdana, arial, helvetica, sans-serif;
   background-image: url(/_images/srv/common/fon.gif);
   font-size: 11px;
   height: 100%;
}

#page-all {min-height: 100%; margin-bottom: -50px;}
* html #page-all {height: 100%;}

#page-header
{
   padding: 5px;
   border: 1px double #FF6600;
   background-color: #EEE;
   margin: 0 5px 0 5px;
}
#page-header a
{
   font-weight: bold;
   color: #3D3D3D;
   text-decoration: none;
}

#page-footer {height: 50px;}
#page-empty {margin-top: 50px; clear: both;}

IMG {
   border:0px;
   border-top: 0px;
}

table.details
{
   background-color: #CDCDCD;
   margin:0;
   font-size: 8pt;
   width: 100%;
   text-align: left;
   border-collapse: collapse;
}

table.details thead tr th, table.details tfoot tr th {
   text-align:center;
   background-color: #B1CEE7;
   border: 1px solid #FFF;
   font-size: 8pt;
   padding: 6px;
}

table.details tbody TD
{
   border: 1px solid #a8cbd5;
}

table.details thead TH
{
   border: 1px solid #a8cbd5;
   font-weight:bold;
   text-align: center;
   color: #FFFFFF;
}

h1
{
   font-family:arial,helvetica,sans-serif;
   font-size: 1.6em;
}

textarea.user_input
{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 11px;
   border: #999999 1px solid;
   width: 200px;
}

select
{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 12px;
   border: #999999 1px solid;
   width: 150px;
   padding: 2px;
}

select.money
{
   width: 60px;
}

select.user
{
   width: 150px;
}

.mandatory
{
   font: 11px tahoma,arial,helvetica,sans-serif;
   font-weight: bold;
   color: #CC0000;
   padding-right: 5px;
}
/*
.success
{
   font: 11px tahoma,arial,helvetica,sans-serif;
   font-weight: bold;
   color: #003300;
   padding: 10px;
   border: 1px solid #009933;
   width: 300px;
   text-align: center;
   margin: 0 auto;
}

.error
{
   font: 11px tahoma,arial,helvetica,sans-serif;
   font-weight: bold;
   color: #CC0000;
   padding: 10px;
   border: 1px solid #CC0000;
   width: 300px;
   text-align: center;
   margin: 0 auto;
}
*/

#mainForm
{
   background-color: #CCCCCC;
   padding: 10px;

   width: 300px;
   margin:auto;
}

input.user_input
{
   padding: 2px;
   border: #999999 1px solid;
   width: 150px;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 12px;
   height: 15px;
}

fieldset
{
   background-color: #FFFFFF;
   padding: 20px;
   margin: 5px;
   border: 1px dotted #999;
}

.btn_ok
{
   font: 11px tahoma,arial,helvetica,sans-serif;
   color: #FFF;
   padding: 4px;
   border: 0px;
   padding-left: 10px;
   padding-right: 10px;
   background:#FF6600;
}

.btn_filter
{
   font: 11px tahoma,arial,helvetica,sans-serif;
   color: #FFF;
   padding: 4px;
   width: 120px;
   border: 0px;
   padding-left: 10px;
   padding-right: 10px;
   background: #B1CEE7;
}

.btn_reset
{
   font: 11px tahoma,arial,helvetica,sans-serif;
   color: #FFF;
   padding: 4px;
   border: 0px;
   padding-left: 10px;
   padding-right: 10px;
   background:#CCCCCC;
}

.copyright
{
   padding: 6px;
   font-size: 9px;
   color: #666666;
}

input.select
{
   padding-left: 5px;
   width: 140px;
}

input.user
{
   padding-left: 25px;
   background: #FFF url(/_images/controls/user.png) no-repeat left center;
   width: 150px;
}

input.pwd
{
   padding-left: 25px;
   background: #FFF url(/_images/controls/key.png);
   background-repeat: no-repeat;
   background-position: left center;
   width: 150px;
}

input.addr
{
   padding-left: 25px;
   background: #FFF url(/_images/controls/address.png);
   background-repeat: no-repeat;
   background-position: left center;
}

input.date
{
   padding-left: 25px;
   background: #FFF url(/_images/controls/calendar.png);
   background-repeat: no-repeat;
   background-position: left center;
   width: 70px;
   cursor:pointer;
}

input.time
{
   padding-left: 20px;
   background: #FFF url(/_images/controls/time.png);
   background-repeat: no-repeat;
   background-position: left center;
   width: 30px;
   cursor:pointer;
}

input.email
{
   padding-left: 25px;
   background: #FFF url(/_images/controls/email.png);
   background-repeat: no-repeat;
   background-position: left center;
}

input.phone
{
   padding-left: 25px;
   background: #FFF url(/_images/controls/phone.png);
   background-repeat: no-repeat;
   background-position: left center;
   width: 100px;
}

input.money
{
   padding-left: 25px;
   background: #FFF url(/_images/controls/money.png);
   background-repeat: no-repeat;
   background-position: left center;
   width: 50px;
}

input.cost
{
   padding-left: 25px;
   background: #FFF url(/_images/controls/money.png);
   background-repeat: no-repeat;
   background-position: left center;
   width: 50px;
}

input.user_input_small
{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 7pt;
   padding: 2px;
   border: #999999 1px solid;
   height: 10px;
}

.tdTitle
{
   color: #FFF;
   background-color: #B1CEE7;
   font-weight: bold;
   padding: 5px;
}

.rowGreen
{
   text-align: left;
   margin: 10px;
   padding: 10px;
   background-color: #CCFFCC;

   border-bottom: 1px dotted #CCC;
   border-left: 1px dotted #CCC;
   border-right: 1px dotted #CCC;
}

.rowGreen td
{
   padding: 10px;
}

.rowRed
{
   text-align: left;
   margin: 10px;
   padding: 10px;
   background-color: #FFA28B;

   border-bottom: 1px dotted #CCC;
   border-left: 1px dotted #CCC;
   border-right: 1px dotted #CCC;
}

.rowRed td
{
   padding: 10px;
}

.rowEven
{
   text-align: left;
   margin: 10px;
   padding: 10px;
   background-color: #FFF;

   border-bottom: 1px dotted #CCC;
   border-left: 1px dotted #CCC;
   border-right: 1px dotted #CCC;
}

.rowOdd
{
   text-align: left;
   margin: 10px;
   padding: 10px;
   background-color: #E0E0E0;

   border-bottom: 1px dotted #CCC;
   border-left: 1px dotted #CCC;
   border-right: 1px dotted #CCC;
}

.rowHeader
{
   text-align: left;
   margin: 10px;
   padding: 10px;
   background-color: #606E84;
   color: #FFF;
   font-weight: bold;

   border-bottom: 1px dotted #E0E0E0;
   border-left: 1px dotted #E0E0E0;
   border-right: 1px dotted #E0E0E0;
}

.rowOdd td, .rowEven td, .rowHeader td
{
   padding: 10px;
}

.rowEvenSmall td
{
   text-align: left;
   padding: 5px;
   background-color: #FFF;
}

.rowOddSmall td
{
   text-align: left;
   padding: 5px;
   background-color: #E0E0E0;
}

span.rowUp
{
   color: green;
   font-weight: bold;
}

span.rowDown
{
   color: red;
   font-weight: bold;
}

span.rowNull
{
   color: black;
   font-weight: bold;
}

.boxtitle
{
   text-align: left;
   /*
   padding-top: 15px;
   padding-left: 30px;
   */
   padding: 10px;
   font-weight: bold;
   font-size: 11px;
   color: #616f85;
}

.pagetitle
{
   text-align: left;
   font-weight: bold;
   font-size: 14px;
   color: #616f85;
}

input.user_error
{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 11px;
   padding: 2px;
   border: #CE0029 1px solid;
   background-color: #FFD5DD;
}

input.user_success
{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 11px;
   padding: 2px;
   border: #009900 1px solid;
   background-color: #E6FFE6;
}

.table_1
{
   border: 1px solid #ccc;
   border-collapse: collapse;
}

.table_1 th
{
   border: 1px solid #ccc;
   color: #FFF;
   background-color: #666;
   font-weight: bold;
   text-align: center;
   font-size: 11px;
   padding: 5px;
}

.table_1 td
{
   padding: 3px;
   border: 1px solid #ccc;
   font-size: 11px;
}

div.button_div
{
   margin-top:10px;
}

.button
{
   font-size: 11px;
   font-family: Tahoma;
   color: #000;
   text-align: center;
   padding: 3px;
   font-weight: normal;
}

#ajax_alert {
   width: 300px;
   position:fixed;
   top:0;
   right:0;
   z-index:7777;
   cursor:pointer;
}

* html #ajax_alert { /* IE fix */
   position:absolute;
   /*top:expression(eval(document.documentElement.scrollTop) + 'px'); */
}

#ajax_alert .item {
   display:none;
   padding:10px;
   color:#fff;
   font-size:1em;
   border:1px solid #fff;
}

#ajax_alert .item h2
{
   color: #FFF;
   margin:0 0 0.5em 0;
   font-size:1.4em;
}

#ajax_alert .message {
   background:#80c875;
}

#ajax_alert .error {
   font-size:1.1em;
   background:#ec977b;
}

#ajax_alert .notice {
   background:#0099FF;
}

a.ajax_alert
{
   color: #FFF;
   font-size: 11px;
}

                 TABLE.cms_table1 {
   BORDER-COLLAPSE: collapse;
   background-color: #ffffff;
   border: #a8cbd5 solid 1px;
   font-weight: normal;
   padding-left: 5px;
   color: #333333;
   line-height: 1.4em;
   margin-top: 3px;
}
                 TABLE.cms_table2   {
   BORDER-COLLAPSE: collapse;
   background-color: #ffffff;
   border: #ff0000 dotted 2px;
   font-weight: normal;
   padding-left: 5px;
   margin-top: 5px;
   color: #000000;
   }
#cms_content .cms_table1 A:link, #cms_content .cms_table2 A:link {
   COLOR: #3079B6;
   font-weight: normal;
}
#cms_content .cms_table1 A:visited, #cms_content .cms_table2 A:visited {
   COLOR: #3079B6;
   font-weight: normal;
}
#cms_content .cms_table1 A:hover, #cms_content .cms_table2 A:hover {
   COLOR: #3079B6;
   font-weight: normal;
   text-decoration:none
}

.modalDialog
{
   left:50%;
   margin-left: -200px;
   position: absolute;
   top: 180px;
   z-index:51;
   border: #CCCCCC 5px solid;
}

.modalDialog TABLE
{
   background-color: #EEEEEE;
   border: 1px solid #CCCCCC;
}

.frm
{
   background-color:#FFFFFF;
   border: 1px solid #CCCCCC;
   margin: auto;
   padding:10px;
}

hr
{
   background-color:#CCCCCC;
   border:0 none;
   height:1px;
}

form {
margin:0;
padding:0;
}

input.cms_button1{
   height: 24px;
   margin: 0px;
   padding: 0px 7px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
}
input.cms_button2{
   height: 21px;
   font-size: 11px;
   font-weight: bold;
   margin: 2px 0px 0px 0px;
   padding: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.listing{
  float:left;
  width:100%;
  text-align:center;
  padding:5px 0;
  overflow:hidden;
  height:30px;
  line-height:30px;
  margin: 0;
}
.listing li{
  display:inline;
  padding:0;
  margin:0;
}
.listing .gray{
  color:#f7f7f7;
}
.listing .vchera{
  float:left;
  width:10%;
  text-align:left;
  color:#000;
}
.listing .zavtra{
  float:right;
  width:80px;
  text-align:right;
  color:#999;
}
.listing .zavtra a, .listing .vchera a{
  color:#000;
  text-decoration:none;
}
.listing .zavtra a:hover, .listing .vchera a:hover{
  text-decoration:underline;
}
.listing .str{
  float:left;
  text-align:center;
  width:80%;
}
.listing .str .center{
  padding:0 5px;
}

.listing .str ul{
   margin:0;
   padding:0;
}

.listing .str li{
  height:21px;
  font-weight:bold;
  line-height:21px;
}
.listing .str img{
  border:0;
  vertical-align:-6px;
}
.listing .str li img{
  background:#f7f7f7;
}
.listing .str a img{
  background:#f7f7f7;
}
.listing .center a{
  padding:2px 5px;
  font-weight:100;
  background:#f7f7f7;
  border:1px solid #c7c7c7;
  color:#000;
  text-decoration:none;
  margin:0 1px;
}
.listing .center a:hover{
  background:#CEE2F2;
  border:1px solid #a8cbd5;
}
.listing .center a.active{
  background:#CEE2F2;
  border:1px solid #a8cbd5;
  color:#000;
  font-weight: bold;
}
.listing .center span{
  font-weight:100;
  padding:0 5px;
}

ul {list-style-type:none; padding:0px}
li {list-style-type:none; padding:0px 2px;line-height: 15px;}


.menu
{
   background-color: #FFF;
   text-align: center;
   float: left;
   width: 75px;
   border: 1px solid #999;
   margin: 0 10px 10px 0;
   padding: 10px;
}

.menu:hover
{
   background-color: #EFEFEF;
}

.menuActive
{
   background-color: #EFEFEF;
   text-align: center;
   float: left;
   width: 75px;
   border: 1px solid #999;
   margin: 0 10px 10px 0;
   padding: 10px;
   text-decoration: none;
   color: #000;
}

.DHTMLVehicleTable
{
   cursor: pointer;
   text-decoration: none;
}

.DHTMLVehicleSelectedTable
{
   cursor: pointer;
   text-decoration: none;
   background: #FFFFCC;
}

.DHTMLVehicleTable:hover
{
   background: #E6E6E6;
}

.DHTMLVehicleSelectedTable:hover
{
   background: #E6E6E6;
}

ul.projects
{
   width:99%;
   display:block;
   padding: 0;
   margin: 0;
}

ul.projects li
{
   border-top:1px solid #666;
   padding: 0;
   margin: 0;
}

ul.projects li.default
{
   border:none;
   padding: 0;
   margin: 0;
}

ul.projects li.default table
{
   width: 100%;
   height: 105px;
   cursor: pointer;
}

.projects li table
{
   cursor: pointer;
   text-decoration: none;
}

table caption
{
   text-align: left;
   padding-bottom: 5px;
   font-weight: bold;
}

a.money
{
   text-decoration: none;
   font-weight: bold;
   color: maroon;
}

#filter
{
   padding: 5px 10px;
   margin: 0px;
   border: 1px #CCCCCC solid;
   visibility: hidden;
}


/* ****************
PAGER
***************** */

#pager ul
{
   margin: 10px;
   padding: 5px;
   list-style-type: none;
   text-align: center;
}

#pager ul li
{
   display: inline;
}

#pager li#active a
{
   background: #B1CEE7;
   font-weight: bold;
   color: #FFF;
}

#pager ul li a
{
   text-decoration: none;
   color: #333;
   background-color: #FFF;
   border: 1px solid #999;
   padding: 4px;
   margin: 1px;
}

#pager ul li a:hover
{
   background-color: #E4EEF6;
}

table.tablesorter
{
   background-color: #CDCDCD;
   margin:10px 0pt 15px;
   font-size: 8pt;
   width: 100%;
   text-align: left;
   border-collapse: collapse;
   /*border: 1px solid #CDCDCD;*/
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
   text-align:center;
   background-color: #B1CEE7;
   border: 1px solid #FFF;
   font-size: 8pt;
   padding: 6px;
}
table.tablesorter thead tr .header {
   background-image: url(/_images/srv/common/bg.gif);
   background-repeat: no-repeat;
   background-position: center right;
   cursor: pointer;
   text-align:left;
}

table.tablesorter thead tr .headerSortUp {
   background-image: url(/_images/srv/common/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
   background-image: url(/_images/srv/common/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.tablesorter thead TH {
/*
   border-right: #a8cbd5 solid 1px;
   border-bottom: #a8cbd5 solid 1px;
*/
   border: 1px solid #a8cbd5;
   font-weight:bold;
   text-align: center;
   LINE-HEIGHT: 23px;
   padding-right: 5px;
   color: #FFFFFF;
}

table.tablesorter thead TH:first-child
{
   /* border-left: 1px solid #a8cbd5; */
}

table.tablesorter thead TH:last-child
{
   /* border-right: 1px solid #a8cbd5; */
}

table.tablesorter tbody TD
{
   border: 1px solid #a8cbd5;
}

.tablesorter tbody td.td_info
{
/*
   border-top:none;
   border-bottom:none;
*/
   background-color: #e0e7f1;
   padding:0px;
   margin:0px;
}

.tablesorter tbody td.td_info div
{
   padding: 8px;
   background-color: #e0e7f1;
   display:none;
   visibility: hidden;
/*
   border:1px solid #74A9C2;
   border-top:none;
   border-left:none;
   border-right:none;
*/
}

.tablesorter tbody td.td_info div p
{
	margin: 0;
	padding: 4px;
	text-align: center;
}

.pagetitle
{
   text-align: left;
   font-weight: bold;
   font-size: 14px;
   color: #616f85;
}

#filter li
{
   display: inline;
   list-style-type: none;
   padding-right: 15px;
}

ul#actionlist
{
   margin-left: 0;
   padding-left: 0;
   white-space: nowrap;
   margin-right: 10px;
}

#actionlist li
{
   /*display: inline;*/
   float:left;
   padding-right: 3px;
   list-style-type: none;
}

#actionlist a
{
   padding: 3px 10px;
}

#actionlist a:link, #actionlist a:visited
{
   height: 20px;
   color: #fff;
   background-color: #5790ab;
   text-decoration: none;
}

#actionlist a:hover
{
   height: 20px;
   color: #fff;
   background-color: #74a9c2;
   text-decoration: none;
}

ul#navlist
{
   margin-left: 0;
   padding-left: 0;
   white-space: nowrap;
   /*margin-right: 10px; */
}

#navlist li
{
   /*display: inline;*/
   /*float:left;*/
   float:right;
   list-style-type: none;
}

#navlist a
{
   padding: 3px 10px;
}

#navlist a:link, #navlist a:visited
{
   height: 20px;
   color: #fff;
   background-color: #666666;
   text-decoration: none;
}

#navlist a:hover
{
   height: 20px;
   color: #fff;
   background-color: #606e84;
   text-decoration: none;
}

div#filter_rst
{
	background: #e0e7f1;
	display: none;
	padding: 0;
}

ul.status_ul
{
   text-align: left;
   margin: 1em 0 1em 0;
   font: normal 11px verdana;
   list-style-type: none;
   padding: 3px 10px 3px 10px;
}

ul.status_ul li
{
   display: inline;
}

#bug_report
{
   POSITION: absolute;
   BOTTOM: 0px;
   RIGHT: 0px
}

DIV > DIV#bug_report
{
   POSITION: fixed;
}

div.bug_block
{
   padding: 7px 10px 7px 30px;
   font-weight: bold;
   border: 1px solid #CCC;
   color: #000;
   cursor: pointer;
   background: #E3EBF9 url(/_images/icons/bug.png) 5px 6px no-repeat;
}

div.attention_id
{
   border: 1px solid #AACCEE;
   padding: 20px;
   font-family: Verdana;
   width: 500px;
   background-color: #FFF;
   position: absolute;
   z-index: 7777;
   display: none;
   background-image: url(/_images/srv/common/fon.gif);
}

div.attention_id h2
{
   font-size: 160%;
   margin-bottom: 0px;
   padding-bottom: 10px;
}

div.attention_id h3
{
   font-size: 100%;
   margin-bottom: 0px;
   padding-bottom: 10px;
}

div.attention_id hr
{
   border: 1px solid #3C7FAF;
}

div.attention_id p
{
   font-size: 120%;
   margin-bottom: 0px;
   padding-bottom: 10px;
   padding-top: 10px;
}

div.attention_id a
{
   color: #3C7FAF;
   font-size: 115%;
}

div.attention_id ul
{
   font-family: Verdana;
   font-size: 110%;
   margin-left: 25px;
}

div.attention_id ul li
{
   list-style-type: decimal;
   margin: 5px;
}

div.attention_id i
{
   font-size: 110%;
}

div.attention_id input
{
   background: #234C69 none repeat scroll 0 0;
   border-color: #C3E6FF;
   color: #FFF;
   font-weight: bold;
   cursor: pointer;
}

div.text_odd
{
   text-align: left;
   margin: 10px;
   padding: 20px;
   background-color: #F6F6F6;
   border: 1px dotted #CCC;
}