/* Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.3.0 */
.samo_container div, .samo_container dl, .samo_container dt, .samo_container dd, .samo_container ul, .samo_container ol, .samo_container li, .samo_container h1, .samo_container h2, .samo_container h3, .samo_container h4, .samo_container h5, .samo_container h6, .samo_container pre, .samo_container code, .samo_container form, .samo_container fieldset, .samo_container legend, .samo_container input, .samo_container textarea, .samo_container p, .samo_container blockquote, .samo_container th, .samo_container td{margin:0;padding:0;}
.samo_container table{border-collapse:collapse;border-spacing:0;}
.samo_container fieldset, .samo_container img{border:0;}
.samo_container address, .samo_container caption, .samo_container cite, .samo_container code, .samo_container dfn, .samo_container em, .samo_container strong, .samo_container th, .samo_container var{font-style:normal;font-weight:normal;}
.samo_container li{list-style:none;}
.samo_container caption, .samo_container th{text-align:left;}
.samo_container h1, .samo_container h2, .samo_container h3, .samo_container h4, .samo_container h5, .samo_container h6{font-size:100%;font-weight:normal;}
.samo_container q:before, .samo_container q:after{content:'';}
.samo_container abbr,.samo_container acronym{border:0;font-variant:normal;}
.samo_container sup, .samo_container sub{line-height:-1px;vertical-align:text-top;}
.samo_container sub{vertical-align:text-bottom;}
.samo_container button, .samo_container input, .samo_container textarea, .samo_container select{font-family:inherit;font-size:inherit;font-weight:inherit; vertical-align: middle}
/****************************************** end of yahoo reset.css *********************************************/
html {/* overflow: -moz-scrollbars-vertical !important; */}
html, body {
    margin: 0; padding: 0;
}
/*
body{
scrollbar-face-color: #2850A1;
scrollbar-shadow-color: #3D5054;
scrollbar-highlight-color: #C3D6DA;
scrollbar-3dlight-color: #3D5054;
scrollbar-darkshadow-color: #85989C;
scrollbar-track-color: #86A3E0;
scrollbar-arrow-color: #E1EAFD; 
}
*/
#header{
    font-family: tahoma,arial,sans serif;
    font-size: 1em;
    margin-right: 20px;
    margin-bottom: 50px;
    text-align: right;
    padding: 4px;
}
#header img.logo {
    float: left;
    margin-right: 10px;
    border: 0;
}
#header a {
    color: #0F5237;
}
#header a:hover {
    color: #F76900;
}
.samo_container {
    background:#FFF;
    clear: both;
    color:#000;
    font-family: tahoma, arial, "sans serif";
    font-size: 1em;
    margin: 2em auto auto auto;
    text-align: center;
/*    display: none; */
}

.samo_container fieldset{
    border: 1px solid #e4e4e4;
    padding: 10px;
    padding-top: "0px";
}
.samo_container fieldset legend {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
.samo_container .container {
    margin: auto;
    width: 90%;
}
.samo_container .new_bg {
	background: #F7955B;
}
.samo_container .r {
    text-align: right !important;
}
.samo_container .l {
    text-align: left !important;
}
.samo_container .c {
    text-align: center !important;
}
.samo_container table td, .samo_container table th{
    font-family: inherit;
    font-size: 1em;
}

.samo_container select {
    font-size: 1em;
    width: 100%;
}
.samo_container .std{
    margin: auto;
    width: 97%;
    border-collapse: separate;
    border-spacing: 15px !important;
}
.samo_container td.panel {
    padding: 5px;
    border: 1px solid #e4e4e4;
    background-color: #F7955B;
}

.samo_container div.title_left {
    float: left;
    margin-top: -1.2em;
    margin-top: "0px";
    background-color: #ebf8e6;
    width: 17em;
    border: 1px solid #e4e4e4;
    padding: 2px 10px 2px 10px;
    white-space: nowrap;
    text-align: left;
}
.samo_container div.title_right {
    float: right;
    margin-top: -1.2em;
    margin-top: "0px";
    background-color: #ebf8e6;
    width: 2em;
    border: 1px solid #e4e4e4;
    padding: 1px 2px 1px 2px;
    white-space: norwap;
    text-align: center;
    cursor: pointer;
}
.samo_container td.panel td{
    padding: 3px;
    text-align: right;
    white-space: nowrap;
}
.samo_container input.date, .samo_container input.spin-button {
    background-repeat: no-repeat;
    background-position: 100% 0%;
    padding-right: 0.13em;
    padding-left: 0.2em;
}
.samo_container input.spin-button {
    background-image: url('../pict/spinbtn_updn.gif');
    font-size: 11px;
}
.samo_container input.spin-button.up {
    cursor: pointer;
    background-position: 100% -17px;
}
.samo_container input.spin-button.down {
    cursor: pointer;
    background-position: 100% -34px;
}
.samo_container input.spin-button  {
    padding-top: 0.08em;
    width: 5.2em;
}
.samo_container input.date {
    width: 7em;
    font-size: 11px;    
}

#preloader {
    padding: 2px; 
    line-height: 17px; 
    width: 130px; 
    height: 18px; 
    background-image: url("../pict/preloader.gif");
    background-repeat: no-repeat; 
    background-position: 3px 50%;
    background-color: #FFDDEE;
    border: 1px solid #DD8899;
    display: none;
    top: 5px;
    font-family: tahoma, arial, "sans serif";
    font-size: 11px !important;
    color: #1B1B1B;
    white-space: nowrap;
    overflow: hidden;
    left: 100%;
    margin-left: -150px;
    z-index: 4000;
}
#preloader img {
    width: 16px;
    height: 16px;
}
@media screen { 
    div#preloader {
        position: fixed;
    }

    * html div#preloader {
        top: expression( ( 5 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
        position: absolute; 
        height: 24px;
    }

}
#logout {
    margin-left: 30px;
    margin-right: 50px;
}
#div_logout{
    text-align: right;
    font-weight: bold;
}
.error {
    border: solid 1px red;
    text-align: center;
}

#alert {
    background-color: InfoBackground;
    border: 1px solid ActiveBorder;
    width: 350px;
    height: 40px;
    padding: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -20px;
    display: none;
    font-family: tahoma,arial,sans serif;
    font-size: 1.3em;
    color: InfoText;
    text-align: center;
}
ul.mainmenu {
    margin-left: 40px;
    text-align: left;
}
ul.mainmenu li {
    padding-top: 10px;
    list-style: circle;    
    color: #699ED1;
}
ul.mainmenu li a {
    color: #3274D0;
    font-weight: bold;
}
ul.mainmenu li a:visited {
    color: #336699;
}
div.samosoft {
    clear: both;
    text-align: right;
    margin-right: 20px;
}
div.samosoft{
    font-family: tahoma, arial, "sans serif";
    font-size: 1em;
}
div.samosoft a {
    color: #0F5237;
}
div.samosoft a:hover {
    color: #F76900;
}
@media print {
    #div_logout, button {
        display: none;
    }
    .checklistbox {
        height: 100%;
    }
    .tab {
        display: block !important;
        page-break-after: always;
    }
    .tab fieldset {
        width: 80%;
    }
    #header {
        display: none;
    }
}
/* Pager begin*/
.samo_container div.pager {
    margin-top: 10px;
}
.samo_container div.pager span {
    padding: 0 6px;
}
.samo_container div.pager span.page {
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}
.samo_container div.pager span.current_page {
    font-weight: bold;
    text-decoration: none;
}
/* Pager end*/

.samo_container table.res{
    border: 1px solid silver;
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
    width: 97%;
    margin: auto;
		/* Добавлено мною*/
	color: #000066;
}
/* Добавлено мною*/
.samo_container table.res a{
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}
.samo_container table.res a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.samo_container table.res tr.zebra{
	background: #EAEAEA;
}
/* Добавлено мною*/
.samo_container table.res thead th, .samo_container table.res thead td, table.jCalendar thead th{
    background: #F7955B;
    /*
	background-image: url('../pict/title_back.gif');
    background-repeat: repeat-x;
    background-position: top;
	*/
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    font-weight: bold;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
}
.samo_container table.res th, .samo_container table.res td {
    border-right: 1px solid #DEDEDE;
    padding: 3px;
    border-bottom: 1px solid #DEDEDE;
}
.samo_container table.res td.c, .samo_container table.res th.c {
    text-align: center;
}
.samo_container .silver{
    background-color: #F8FAFF;
}
span.delta {
    font-weight: bold;
}
.button{
    font-weight: normal !important;
    padding-left: 3px;
    padding-right: 3px;
}
div.eraser {
    clear: both;
    height: 1px;
    line-height: 1px;
}


/* Overlay */
#modalOverlay {height:100%; width:100%; position:fixed; left:0; top:0; z-index:3000; background-color:#000; cursor:     progress;}

/* Container */
#modalContainer {position:fixed; position: "absolute"; left: 50%; top: 150px; z-index: 3001; background-color: #fff; border: 2px solid #666;}
#modalContainer {
    top: expression( (document.documentElement.offsetHeight > 600 ) ? ( 150 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' : '150px' );
}
#modalContainer a.modalCloseImg {background-image: url('../pict/close-bg.png');background-repeat: no-repeat; width:16px; height:16px;float: right; cursor:pointer;}
#modalContainer  div.modalTitle { background-color: #B6CCF6; color: black; font-family: Tahoma; font-size: 11px; font-weight: bold; height: 16px; line-height:14px; text-align:center;}
#modalContainer a.modalCloseImg:hover { background-position: -16px 0;}
#modalContainer #basicModalContent { padding: 8px;}
#modalContainer .samo_container { margin: 0; padding: 0;}

.samo_container input.fio {
    text-transform: uppercase;
}

.samo_container .checklistbox .not-actual {
    font-style: italic;
    color: #666;
}



.samo_container .checklistbox {
    overflow: -moz-scrollbars-vertical !important;
    overflow: auto;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: white;
    padding: 4px;
    height: 11em;
    overflow-y: scroll;
    overflow-x: hidden;    
    text-align: left;    
}
.samo_container .checklistbox label input {
    margin-right: 5px;
}
.samo_container .checklistbox label {
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 1px;    
}

.samo_container .checklistbox div.groupbox label {
    margin-left: 10px;
    display: none;
}

.samo_container .checklistbox div.groupbox label.groupname {
    margin-left: 0px !important;
    display: block;
}




.samo_container span.link {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.samo_container .resultset {
    padding: 1em 1em 1em 1em;
}

/****************************************** datepicker *********************************************/

table.jCalendar {
    font-size: 11px;
    border: 1px solid #ddd;
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.jCalendar th {
    color: black;
    background-color: ButtonFace;
    font-weight: bold;
    padding: 3px 5px;
    border: none;
}
table.jCalendar thead th {
    border: none;
}
table.jCalendar thead {
    border-bottom: solid 1px #eee;
}
table.jCalendar td {
    background: white;
    color: #000;
    padding: 3px 5px;
    text-align: center;
}
table.jCalendar td.other-month {
    color: #aaa;
}
table.jCalendar td.today {
    background: #666;
    color: #fff;
    font-weight: bold;
}
table.jCalendar td.selected {
    background: #f66;
    color: #fff;
    font-weight: bold;
}
table.jCalendar td.selected:hover {
    background: #f33;
    color: #fff;
}

div#dp-popup {
    position: absolute;
    font-size: 10px;
    font-family: arial, sans-serif;
    background-color: #F8FAFF;
    padding: 2px;
    min-height: 152px;
    min-width: 156px;
    border: solid 1px #444;
    z-index: 10000;
}
div#dp-popup h2 {
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    padding: 0;
}
a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}
a#dp-close:hover {
    text-decoration: underline;
}
div#dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}
div#dp-popup div#dp-nav-prev {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 100px;
}
div#dp-popup div#dp-nav-prev a {
    float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div#dp-popup div#dp-nav-prev a, div#dp-popup div#dp-nav-next a {
    cursor: pointer;
    font-size: 180%;
    line-height: 8px;
}
div#dp-popup div#dp-nav-prev a.disabled, div#dp-popup div#dp-nav-next a.disabled {
    cursor: default;
}
div#dp-popup div#dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 100px;
}
div#dp-popup div#dp-nav-next a {
    float: right;
}
div#dp-popup a.disabled {
    cursor: default;
    color: #aaa;
}
div#dp-popup td {
    cursor: pointer;
}
div#dp-popup td.disabled {
    cursor: default;
}

table.jCalendar td {
    color: white;
    font-weight: bold;
}
table.jCalendar td.other-month {
    font-weight: normal;
    color: #AAAAAA !important;
}
table.jCalendar td.notactive {
    background-color: white;
    color: #666666;
    cursor: default !important;
}

table.jCalendar td.active {
    background-color: #ADC6F5;
    color: #222222;
    cursor: pointer;
}

html>body table.jCalendar td.other-month.active {
    background-color: #eeeeee !important;
    color: #c0c0c0;
    cursor: pointer;
}

* html table.jCalendar td.active {
    ruby-align: expression( runtimeStyle.rubyAlign = 'auto',is_other = (className.indexOf('other-month') >= 0), style.backgroundColor = (is_other) ? '#EEEEEE' : '#ADC6F5',style.color = (is_other) ? '#c0c0c0' : '#222222');
}

.samo_container input.date {
	padding-right: 17px;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding-left: 2px;
    height: 18px;
    width: 88px;    
    background-image: url('../pict/calendar.png');
}
.samo_container .date-active-btn {
    cursor: pointer;
}
.back_blueramki {
BACKGROUND: url(/pict/ser_blue.gif) repeat-x
}
.zag_luchshie {
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
COLOR: #ffffff; 
MARGIN-RIGHT: 7px; 
FONT-FAMILY: tahoma
}

div.note {
    font-size: 1.2em;
    color: red;
    font-weight: bold;
}

div.note * {
    font-weight: bold;
}

.samo_container .ORDER_NOT_CONFIRMED {
	background-color:  #ffcccc;
}

.samo_container .ORDER_AWAITING {
	background-color:  #ffff00;
}

.samo_container .ORDER_CONFIRMED {
	background-color:  #ccffcc;
}

.samo_container .ORDER_NO_ANSWER {
	background-color:  #aaaaaa;
	color: #ffffff;
}

.samo_container .status {
	text-align: center;
}

.samo_container table.res td.o_status {
	padding: 0 !important;
}

#system-error {
    clear: both; 
    text-align: center;
    font-weight: bold; 
    color: red;
    font-size: 16px
}
.blue {
    color: blue;
}
.red {
    color: red;
}
.green {
    color: green;
}
.bold {
    font-weight: bold;
}
.dark_red {
    color: #7F0000;
}

#logonform {
    width: 200px !important;
}
fieldset#loginbox legend {
    font-weight: bold;
}
fieldset#loginbox div.row {
    clear: both;
}
fieldset#loginbox input.error{
    border: solid 1px red;
}
fieldset#loginbox #login, fieldset#loginbox #passwd, fieldset#loginbox #CLAIM, fieldset#loginbox #WORDPASSWORD {
    background-image: url('../pict/login.png');
    background-position: 1px 1px;
    background-repeat: no-repeat;
    padding-left: 18px;
    background-color: white !important;
}
fieldset#loginbox #passwd, fieldset#loginbox #WORDPASSWORD {
    background-position: 1px -16px;
}


fieldset#captchabox #fcaptcha {
    width: 75px !important;
}

fieldset#icaptcha {
    width: 120px;
    height: 48px;
}
.nw {
    white-space: nowrap;
}
.note {
    font-family: inherit;
}
.note strong {
    font-weight: bold;
}

span.msg {
  background-image: url('../pict/msg.png');
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 18px;
}

span.msg_unread {
  background-image: url('../pict/msg-unread.png');
  color: red !important;
}

#unread_msg {
  background-image: url('../pict/msg-unread.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 18px;
  color: red;    
}

.unread_msg {
  background-image: url('../pict/msg.png') !important;
}

.hidden {
  display: none !important;
}