body
{
    /*    background: #DCDCD1;*/
    /*    background: #161C25  url('img/bg.png'); background-repeat: repeat-x; background-position: top left;*/
    background: #161C25 ; background-repeat: repeat-x; background-position: top left;

    color: #656565;
    font: 10pt 'Tahoma',verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    min-width: 700px;
}
div
{
    color: #656565;
    font: 10pt 'Tahoma',verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
td,input
{
    color: #000000;
    /*   font: 10pt 'Tahoma',verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;*/
}
a:link
{
    font:  10pt 'Tahoma',verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    color: #D45713;
}
a:visited
{
    font: 10pt 'Tahoma',verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    color: #D45713;
}
a:hover, a:active
{
    font: 10pt 'Tahoma',verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    color: #FF4400;
}

.List
{
    font-weight: normal;
    font-family: Tahoma;
    font-size:9pt;
    color: #bbbb6c;
    background-color: #90a090;
    height: 100%
}

.ListHeading
{
    padding-left: 4px;
    padding-right: 4px;
    background-color: #008800;
    font-weight: bold;
}

.ListItemA
{
    padding-left: 2px;
    padding-right: 2px;
    background-color: #e0e0f0;
    color: black;
}

.ListItemB
{
    padding-left: 2px;
    padding-right: 2px;
    background-color: #e0f0e0;
    color: black;
}

.ListEnding
{
    padding-left: 2px;
    padding-right: 2px;
    background-color: #e0e0e0;
    color: #303030;
}




.tborder
{
    background: #9E9D9D;
    color: #555A5F;
}
.alt2, .alt2Active
{
    background: #EEECEC;
    color: #000000;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}

/*.topMenu
{
	border: #9E9D9D 1px solid;
	position: absolute;
	left:3px;
	top: 3px;
	background-color: #EEECEC;
	padding: 3px;
	z-index: 1000;
}*/
.subMenu
{
    border: #9E9D9D 1px solid;
    /*	border-top: 0px;*/
    position: absolute;
    left:0;
    top: 22px;
    /*	vertical-align: center;*/
    background-color: #EEECEC;
    z-index: 1000;
}

/* dropdown menu */
.topMenu {
    border: #9E9D9D 1px solid;
    /*position: absolute;*/
    /*left:3px;
    top: 3px;*/
    background-color: #EEECEC;
    padding: 0;
    z-index: 1000;
    margin: 5px;
    list-style: none;
    height:24px;
    position:relative;
}

.topMenu .topMenuItem {
    /*	border: #9E9D9D 1px solid;*/
    padding: 5px;
    position: relative;
    top: 0;
    z-index: 1000;
    display:inline-block;
}

.menuContainer {
    position: relative;
    left: 0; /* Set 1px less than menu width */
    top: 24px;
    display: none;
    z-index: 1000;
}

/* Styles for Menu Items */
.menuContainer .menuItem {
    display: block;
    text-decoration: none;
    color: #777;
    padding: 1px;
    border: 1px solid #9E9D9D;
    border-top: 0;
    z-index: 1000;
}

/* Fix IE. Hide from IE Mac \*/
/* * html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }*/
/* End */

.menuItem:hover { background: #f9f9f9; } /* Hover Styles */

.topMenuItem:hover .menuContainer, li.over ul { display: block; } /* The magic */

.cbutton {
    width: 17px;
    /*    height: 10px;*/
    text-align: center;
}


/* Start custom button CSS here
---------------------------------------- */
.btn2 {
    display:inline-block;
    background:none;
    margin:0;
    padding:3px 0;
    border-width:0;
    overflow:visible;
    font:100%/1.2 Arial,Sans-serif;
    text-decoration:none;
    color:#333;
}
* html button.btn {
    padding-bottom:1px;
}
/* Immediately below is a temporary hack to serve the
   following margin values only to Gecko browsers
   Gecko browsers add an extra 3px of left/right
   padding to button elements which can't be overriden.
   Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
    margin:0 -3px;
}
.btn2 span {
    background:#ddd url(images/bg-button.gif) repeat-x 0 0;
    margin:0;
    padding:3px 0;
    border-left:1px solid #bbb;
    border-right:1px solid #aaa;
}
* html .btn span {
    padding-top:0;
}
.btn2 span span {
    position:relative;
    padding:3px .4em;
    border-width:0;
    border-top:1px solid #bbb;
    border-bottom:1px solid #aaa;
}

/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
button.pill-l span {
    border-right-width:0;
}
button.pill-l span span {
    border-right:1px solid #bbb;
}
button.pill-c span {
    border-right-style:none;
    border-left-color:#fff;
}
button.pill-c span span {
    border-right:1px solid #bbb;
}
button.pill-r span {
    border-left-color:#fff;
}

/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
    cursor:pointer; /* important for any clickable/pressable element */
    border-color:#9cf !important;
    color:#000;
}
.btn:active span {
    background-position:0 -400px;
    outline:none;
}
.btn:focus, .btn:active {
    outline:none; /* doesn't seem to be respected for <button>, only <a> */
}

/* use if one button should be the 'primary' button */
.primary {
    font-weight:bold;
    color:#000;
}

.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#dedede;
    padding:2px;
    border:1px solid #fff;
    width:400px;
}

.tooltip p{
    margin:0;
    color:#fff;
    background-color:#222;
    padding:2px 7px;
}

.ac_results {
    padding: 0;
    border: 1px solid WindowFrame;
    background-color: Window;
    overflow: hidden;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}

.ac_results li {
    position:relative;
    margin: 0;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}

.ac_loading {
    background : Window url('/puf/images/autocomplete_indicator.gif') right center no-repeat;
}

.ac_over {
    background-color: Highlight;
    color: HighlightText;
}

svg text::selection { background: none; }
.btn::selection {background: none; }

#sector_tabs {
	line_heigh: 25px;
}
.hallmap {
    left:0;
    width:100%;
    height:600px;
    /*border:solid 1px #f00;*/
    position:relative;
    overflow:auto;
    z-index:900;
}
.hallmaptop {
    left:0;
    /*margin-right:200px;*/

    height:100%;
    width:100%;
    /*border:solid 1px #0f0;*/
    position:absolute;
    overflow:auto;
    z-index:999;
}
.hallmap_container {
    margin-right:152px;
    position:relative;
}
/*.pbs_text {
    overflow: hidden;
    position:absolute;
    color:#fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}*/
.pbs_text {
	fill:#ffffff;
	cursor:default;
}
/*.pbs_rownum {
    overflow: hidden;
    width:20px;
    height:20px;
    position:absolute;
    color:#fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}*/
.pbs_rownum {
	fill: #ffffff;
}
/*.pbs_seat {
    overflow: hidden;
    width:14px;
    height:10px;
    border: solid 1px #ccc;
    position:absolute;
    background-color:#888;
    color:#000;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}*/
.pbs_seat {
	stroke: #cccccc;
	stroke-width: 1;
}

/*.pbs_seattext {
    width: 100%;
    font-size: 8px;
    overflow: hidden;
    color:#000;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    vertical-align:middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}*/
.pbs_seattext {
	cursor: pointer;
	fill:#000000;
}
.pbs_seattext2 {
    text-align:center;
    font-size: 12px;
    overflow: hidden;
    color:#ccc;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.pbs_seatinfo {
    display: none;
}
.pbs_sector {
    overflow: hidden;
    /*    border: solid 1px #ccc;*/
    position:absolute;
    /*background-color:#888;*/
    color:#000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.pbs_text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*.pbs_element_selected {
    background-color: #ffffff !important;
    color: #000000 !important;
}*/
.pbs_element_selected_rect {
	fill: #ffffff !important;
}
.pbs_element_selected_text {
	fill: #000000 !important;
}

#pbs_item_tooltip {
    display: none;
    position: absolute;
    color: #4f4f4f;
    background-color: rgba(198, 198, 198, 0.90);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: solid 1px #6a6a6a;
    width: auto;
    height: 64px;
    padding: 5px;
    z-index: 10;
}
.controlpanel {
    position: fixed;
    background-color: #ccc;
    color: #000;
    right: 6px;
    top: 45px;
    width: 148px;
    padding-top: 3px;
    padding-left: 2px;
    padding-right: 2px;
    z-index: 100;
    height: 80%;
    overflow-y: auto;
}

.btn {
    /*height: 16px;*/
    font-family: "arial", sans-serif !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400 !important;
    text-decoration: none !important;
    /*font-size: 70%;*/
    line-height: normal;
    color: #000000 !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: solid 1px rgba(50,50,50,0.5);
    padding: 3px 5px;
    /*background-color: #fff;*/
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: -1px;
    margin-right: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #eee,  #ccc); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #eee,  #ccc); /* for firefox 3.6+ */
    background: linear-gradient(top,  #eee,  #ccc); /* for firefox 3.6+ */
}

.btn.in_load {

}
.btn.in_load:before
{
    content: '\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0'; /*'/assets/images/loader_big.gif') center no-repeat !important;*/
    background: url('/assets/images/loader_big.gif') center no-repeat !important;
    height: 32px !important;
    width: 32px !important;
}

.btn_selected {
    background: #ccc; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#cccccc'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#ccc)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #aaa,  #ccc); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #aaa,  #ccc); /* for firefox 3.6+ */
    background: linear-gradient(top,  #aaa,  #ccc); /* for firefox 3.6+ */
}
.btn:hover {
    border-top: solid 1px rgba(50,50,50,0.4);
    border-bottom: solid 1px rgba(50,50,50,0.8);
    border-left: solid 1px rgba(50,50,50,0.4);
    border-right: solid 1px rgba(50,50,50,0.8);
    /*background-color: #f7f7f7;*/

    background: #ccc; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ddd,  #bbb);
    background: -o-linear-gradient(top,  #ddd,  #bbb);
    background: linear-gradient(top,  #ddd,  #bbb);
}
.btn_topmenu {
    /*height: 16px;*/
    font-family: "arial", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    /*font-size: 70%;*/
    line-height: normal;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: solid 1px rgba(50,50,50,0.5);
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    /*background-color: #fff;*/
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: -1px;
    margin-right: 0;
}
.btn_topmenu:hover {
    border-top: solid 1px rgba(50,50,50,0.4);
    border-bottom: solid 1px rgba(50,50,50,0.8);
    border-left: solid 1px rgba(50,50,50,0.4);
    border-right: solid 1px rgba(50,50,50,0.8);
    /*background-color: #f7f7f7;*/

    background: #ccc; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ddd,  #bbb); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #ddd,  #bbb); /* for firefox 3.6+ */
    background: linear-gradient(top,  #ddd,  #bbb); /* for firefox 3.6+ */
}
.btn_l {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-right: -1px;
}
.btn_c {
    margin-left: 0;
    margin-right: -1px;
}
.btn_r {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 0;
}
.btn_t {
    margin-top:3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.btn_b {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom:3px;
}

.btn_bl {
    border-bottom-left-radius: 3px;
    margin-bottom:3px;
}
.btn_br {
    border-bottom-right-radius: 3px;
    margin-bottom:3px;
}


.btn_l:hover {
    border-right: solid 1px #777;
}
.btn_c:hover {
    border-right: solid 1px #777;
    border-left: solid 1px #777;
}
.btn_r:hover {
    border-left: solid 1px #777;
}
.btn_s {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-right: 3px;
    margin-left: 3px;
}

.btn_d {
    border-top: solid 1px rgba(50,50,50,0.8);
    border-bottom: solid 1px rgba(50,50,50,0.4);
    border-left: solid 1px rgba(50,50,50,0.8);
    border-right: solid 1px rgba(50,50,50,0.4);
    /*padding-top:2px;
    padding-bottom:4px;
    padding-left:4px;
    padding-right:6px;*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ccc,  #eee); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #ccc,  #eee); /* for firefox 3.6+ */
    background: linear-gradient(top,  #ccc,  #eee); /* for firefox 3.6+ */

}
.btn_down:hover {
    border-top: solid 1px rgba(50,50,50,0.8);
    border-bottom: solid 1px rgba(50,50,50,0.4);
    border-left: solid 1px rgba(50,50,50,0.8);
    border-right: solid 1px rgba(50,50,50,0.4);
    /*padding-top:2px;
    padding-bottom:4px;
    padding-left:4px;
    padding-right:6px;*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ccc,  #eee); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #ccc,  #eee); /* for firefox 3.6+ */
    background: linear-gradient(top,  #ccc,  #eee); /* for firefox 3.6+ */
}

.btn_disabled {
    cursor:default;
}

.btn_red {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0000', endColorstr='#aa0000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e00), to(#a00)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #e00,  #a00); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #e00,  #a00); /* for firefox 3.6+ */
    background: linear-gradient(top,  #e00,  #a00); /* for firefox 3.6+ */
}
.btn_blue {
    color: #e0e0e0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ee', endColorstr='#0000aa'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#00e), to(#00a)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #00e,  #00a); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #00e,  #00a); /* for firefox 3.6+ */
    background: linear-gradient(top,  #00e,  #00a); /* for firefox 3.6+ */
}
.btn_green {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ee00', endColorstr='#00aa00'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#0e0), to(#0a0)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #0e0,  #0a0); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #0e0,  #0a0); /* for firefox 3.6+ */
    background: linear-gradient(top,  #0e0,  #0a0); /* for firefox 3.6+ */
}

.buttons_bottom_div {
    padding:3px;
    display:inline-block;
    margin-right:-3px;
    margin-top: -4px;
    background-color: #ccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.buttons_top_div {
    padding:3px;
    display:inline-block;
    margin-left:1px;
    margin-bottom: 0;
    background-color: #ccc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.msg_tab {
    margin-left:5px;
    padding:5px;
    cursor: pointer;
}
.msg_tab_normal {
    border:solid 1px #aaa;
    background-color: #777;
    color: white;
}
.msg_tab_normal:hover {
    border:solid 1px #ccc;
    background-color: #999;
}
.msg_tab_current {
    border:solid 1px #fff;
    border-bottom:none;
    background-color: #ccc;
    cursor:auto;
}
.msg_tab_wnd {
    padding-top: 2px;
    display:none;
}

.msg_account {
    position: relative;
    cursor: pointer;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    z-index: 1;
}

.msg_account_normal {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0);
}
.msg_account_normal:hover {
    background-color: #ccc;
    z-index: 1;
}

.msg_account_current {
    background-color: #eee;
    box-shadow: 0 0 15px #000;
    -webkit-box-shadow: 0 0 15px #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: default;
    z-index: 10;
    margin-right: -10px;
}
.msg_contact {
    padding: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.msg_contact_normal {
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0);
}

.msg_contact_current {
    background-color: #eee;
    box-shadow: 0 0 15px #000;
    -webkit-box-shadow: 0 0 15px #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: default;
    z-index: 11;
    margin-right: -10px;
    color: #000;
}

.msg_contact_normal:hover {
    color: #000;
}

.listWnd {
    overflow-y:scroll;
    height: 400px;
    background-color: #eee;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 12;
    position: relative;

}

.msg
{
}
.msg_header td
{
    border-bottom:solid 1px #444;
    padding:5px;
    overflow:hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DCDAD5), to(#999999));
    background-image: -moz-linear-gradient(top, #cccccc, #aaaaaa);
    background-image: -o-linear-gradient(top, #cccccc, #aaaaaa);
    background-image: linear-gradient(top, #cccccc, #aaaaaa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#aaaaaa);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#aaaaaa)";
}
.msg .msg_cb
{
    width:30px;
    text-align:center;
    vertical-align:middle;
}
.msg .msg_from
{
    color:#000;
    width: 200px;
    font-weight:bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.msg .msg_subj
{
    color:#000;
    white-space:nowrap;
}
.msg .msg_text
{
    color:#aaa;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.msg .msg_date
{
    color:#777;
    text-align:right;
    white-space:nowrap;
    width:120px;
    padding-right:5px;
}
.msg .msg_buttons
{
    width:1%;
    white-space:nowrap;
}
.msg_splitter
{
    margin-top:1px;
    margin-bottom:2px;
    height:1px;
    border-bottom:solid 1px #ccc;
}
.msg_outform
{
    display:none;
    margin-right:5px;
}

.message_wnd
{
    background-color: #eee;
    border: solid 1px #666;
    z-index: 13;
    position: absolute;
    left: 0;
    margin:5px;
    margin-top:10px;
    /*width: 100%;*/
    /*overflow: hidden;*/
    border-radius: 10px;
    box-shadow: 0px 0px 15px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    overflow:hidden;
}
.actions_wnd
{
    position: absolute;
    background-color: #ffffff;
    border:solid 1px #777;
    padding:0;
    z-index:14;
    right:0;
}
.actions_wnd ul
{
    margin:0;
    padding:0;
}
.actions_wnd li
{
    margin:0;
    padding:3px;
    list-style:none;
    cursor:pointer;
}
.actions_wnd li:hover
{
    background-color: #ffffcc;
}

.spacer
{
    margin-top:1px;
    margin-bottom:2px;
    margin-left:-5px;
    margin-right:-5px;
    height:1px;
    border-bottom:solid 1px #ccc;
}

.im_row {
    border-radius: 15px;
    margin:10px;
    padding: 0;
    width:50%;
    /*background-color: #9999ff;*/
}

.im_right {
    box-shadow: 0px 0px 15px #000066;
    -webkit-box-shadow: 0px 0px 15px #000066;
    float:right;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DCDAFF), to(#9999FF));
    background-image: -moz-linear-gradient(top, #cccccc, #aaaaaa);
    background-image: -o-linear-gradient(top, #cccccc, #aaaaaa);
    background-image: linear-gradient(top, #cccccc, #aaaaaa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#aaaaaa);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#aaaaaa)";
}

.im_left {
    box-shadow: 0px 0px 15px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    float:left;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DCDAD5), to(#999999));
    background-image: -moz-linear-gradient(top, #cccccc, #aaaaaa);
    background-image: -o-linear-gradient(top, #cccccc, #aaaaaa);
    background-image: linear-gradient(top, #cccccc, #aaaaaa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#aaaaaa);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#aaaaaa)";
}

.im_left_border_top {
    border-bottom:solid 1px #666;padding:3px;padding-left:10px;padding-right:10px;
}

.im_left_border_bottom {
    border-top:solid 1px #ddd;padding:5px;padding-left:10px;padding-right:10px;
}

.im_right_border_top {
    border-bottom:solid 1px #66a;padding:3px;padding-left:10px;padding-right:10px;
}

.im_right_border_bottom {
    border-top:solid 1px #dde;padding:5px;padding-left:10px;padding-right:10px;
}

.wnd2_back {
    left:0;
    top:0;
    position:fixed;
    z-index:9999;
    height:100%;
    width:100%;
    background-color:rgba(100,100,100,0.7);
}
.wnd2_wnd {
    position: absolute;
    z-index:10000;
    /*width: 300px;*/
    left: 50%;
    top: 50%;
    margin-left:-150px;
    margin-top:-100px;

    box-shadow: 0px 0px 25px #000;
    -webkit-box-shadow: 0px 0px 25px #000;
}

.wnd2_header {
    height: 20px;
    padding-left: 5px;
    padding-top: 3px;
    vertical-align:middle;
    color: #222;
    font-weight:bold;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DCDAD5), to(#999999));
    background-image: -moz-linear-gradient(top, #DCDAD5, #999999);
    background-image: -o-linear-gradient(top, #DCDAD5, #999999);
    background-image: linear-gradient(top, #DCDAD5, #999999);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DCDAD5, endColorstr=#999999);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DCDAD5, endColorstr=#999999)";

    border-bottom:solid 1px #444;
}

.wnd2_body {
    border-top:solid 1px #ddd;
    background-color: #ccc;
    padding:5px;
    border-bottom:solid 1px #444;
    color: #444;
}

.wnd2_footer {
    text-align:right;
    border-top:solid 1px #ccc;
    background-color: #aaa;
    padding-left:5px;
    padding-right:0px;
    padding-top:2px;
    padding-bottom:2px;
}

.stat_row {
    display:block;
    width: 200px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 5px;
    background-color: #aaa;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.stat_row:hover {
    background-color: #ddd;
}

.popup_wnd {
    border:solid 1px #444;
    box-shadow: 0 0 15px rgb(0,0,0);
    -webkit-box-shadow: 0 0 15px rgb(0,0,0);
}

.images_tags_text {
    padding: 10px;
    border-bottom: solid 1px #000;
}

.rts_wnd {
    position:absolute;
    width:400px;
    height:100px;
    border:solid 1px #9c9c9c;
    background-color: #ffffff;
    overflow:scroll;
}
.rts_wnd ul {
    padding: 0;
    margin: 0;
}
.rts_wnd ul li {
    cursor: pointer;
    list-style-type: none;
    padding-left: 5px;
    margin: 0;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.holding {
    position: relative;
    overflow: visible;
    width: 310px;
    height: 36px;
    display: inline-block;
    margin-bottom: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.holding input, .holding .holder {
    font: 15px "Helvetica Neue",Arial,sans-serif;
}
.holding input {
    border: none!important;
    /*-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.3),inset 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,.3),inset 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 -1px 0 rgba(0,0,0,.3),inset 0 1px 2px rgba(0,0,0,.2);*/
    background-color: white;
    color: #000;
    opacity: .7;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    border-image: initial;
}
.holding input {
    padding: 9px 7px 10px 7px;
    width: 296px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
    margin-top: 0;
    opacity: 1!important;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: -webkit-auto;
}
.holding .holder {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 8px;
    top: 10px;
    white-space: nowrap;
    cursor: text;
    color: #aaa;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: opacity .1s,font-size .1s;
    -moz-transition: opacity .1s,font-size .1s;
    -o-transition: opacity .1s,font-size .1s;
}
.holding.selected {
    box-shadow:  0 0 6px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,.3);
}
.holding input:focus {
    outline: none;
}

/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 * @data 30.06.2009
 *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <ul><li><a href="#"><span>level 3</span></a></li></ul>
 *                  </li>
 *              </ul>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */

#main_menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    min-width: 700px;
}
#content {
    padding: 5px;
    margin: 45px 5px 5px;
    border:solid 1px #ccc;
    z-index: 1;
}
#path {
    z-index: 1;
    padding: 5px;
    margin: 45px 5px 5px;
    background-color: #cccccc;
    color: #000000;
}
#path.hidden {
    display: none;
}
#path ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#path li {
    display: inline;
}
#path li::before {
    content: ' > ';
}
#path li a.current_page {
    color: #000000;
    cursor: default;
    text-decoration: none;
}
/* menu::base */
div#menu {
    margin:0 auto;
    height:41px;
    background:url(/assets/images/menu/main-bg.png) repeat-x;
    background-color: #161C25;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10000;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(/assets/images/menu/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(/assets/images/menu/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 41px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(/assets/images/menu/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    /*padding-right: 20px;*/
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(/assets/images/menu/lava.png) no-repeat right -44px !important;
    background-image: url(/assets/images/menu/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(/assets/images/menu/lava.png) no-repeat top left !important;
    background-image: url(/assets/images/menu/lava.gif);
    height: 44px;
    margin-right: 8px;
}

td.plain_row {
    background-color: #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
td.current_row {
    background-color: #5ccc95;
}

.menu_extra_item {
    float:right;
    color: #cccccc;
    margin-top: 7px;
    margin-right: 10px;
    padding: 5px;
    white-space: nowrap;
}

.menu_extra_item span {
    display: inline !important;
    cursor: default !important;
}

.current_channel {
    float:right;
    color: #cccccc;
    margin-top: 7px;
    margin-right: 10px;
    padding: 5px;
}

.current_channel.multi {
    cursor: pointer;
    background-image: url(/assets/images/favicon.png);
    background-position: right;
    background-repeat: no-repeat;
    margin-top: 7px;
    padding: 6px;
    padding-right: 21px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.current_channel.multi:hover {
    border: solid 1px #cccccc;
    padding: 5px;
    padding-right: 20px;
}

input.bad_content {
    border: solid 1px red;
}

.bad_content_txt {
    color: #cc0000;
    font-size: 0.8em;
}



.show_tooltip:hover {
    position: relative;
}

.show_tooltip[data-tooltip]:hover:after {
    content: attr(data-tooltip);
    padding: 4px 8px;
    margin-top: 5px;
    color: #333;
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
    z-index: 99999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
}

.square {
    display: inline-block;
    border: solid 1px #000000;
    height: 8px;
    width: 8px;
    margin-left: 4px;
    margin-right: 4px;
}

.square.red {
    background-color: #ff0000;
}

.square.gray {
    background-color: #cccccc;
}
.square.green {
    background-color: #00ff00;
}

div.select_container {
    height: 26px;
    position:relative;
    display: inline-block;
}
select.decorated {
    position: relative;
    z-index: 10;
    opacity: 0;
    height: 26px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -khtml-appearance: none;
    -webkit-appearance: none;
}

a.menuselector {
    display: inline-block;
    border: 1px solid #ababab;
    border-radius: 4px;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #dddddd));
    background: -o-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #dddddd 100%);
    background: linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
    text-decoration: none;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
}
a.menuselector.selected {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #dddddd 0%,  #bbbbbb 100%);
    background: -o-linear-gradient(top,  #dddddd 0%,  #bbbbbb 100%);
    background: -ms-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
    background: linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
}

a.menuselector .handle {
    display: inline-block;
    padding: 0 32px 0 6px;
    /*height: 20px;
    line-height: 19px;*/
    text-shadow: 0px 1px 1px #fff;
    background: url(/assets/images/selector.png) right center no-repeat;
    border-radius: 4px;

    width: 94px;
    height: 24px;
    line-height: 23px;
}

.pbs_performance_link {
    border: solid 1px #dddddd;
    padding: 4px;
}
.pbs_map_tab {
    padding: 3px;
    background-color: #777777;
    color: #000;
    margin-left: 3px;
    margin-right: 3px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    cursor: pointer;
    display: inline-block;
}
.pbs_map_tab.current {
    background-color: #cccccc;
}

.performance_menu {
	margin-bottom: 3px;
}

.performance_menu_tab {
	padding: 3px;
	background-color: #777777;
	color: #000;
	margin-left: 3px;
	margin-right: 3px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	cursor: pointer;
}
.performance_menu_tab.current {
	background-color: #cccccc;
	border-bottom: solid 1px #cccccc;
}

.performance_tab {
	border-top: solid 1px #ffffff;
}

.puf_table_tabs {
    margin-bottom: 3px;
}

.puf_table_tab {
    padding: 3px;
    background-color: #777777;
    color: #000;
    margin-left: 3px;
    margin-right: 3px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    cursor: pointer;
}
.puf_table_tab.current {
    background-color: #cccccc;
    border-bottom: solid 1px #cccccc;
}

.puf_table_tab_content {
    border-top: solid 1px #ffffff;
}



.default_page {
	background-color: #cccccc;
}

#scan_keypad {
	background-color: #000000;
}
#scan_keypad td {
	font-size: 2em;
	width: 33%;
	text-align: center;
	background-color: #CCCCCC;
}

#scan_keypad td.pressed {
	background-color: #7a7a7a;
	color: #ffffff;
}

#keypad_container {
	position: fixed;
	bottom: 0;
	width: 100%;
}

#keypad_block {
	width: 100%;
}
#keypad_block #hook {
	height: 40px;
	background-color: #696969;
}

.stand_ticket_price {
	border: solid 1px #999999;
}

.stand_ticket_price:hover {
	border: solid 1px #000000;
}

.stand_ticket_count {
	border: solid 1px #999999;
}

.stand_ticket_count:hover {
	border: solid 1px #000000;
}

.stand_ticket_count_input {
	display: none;
}

.popup_menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 22px;
    left: 0;
    margin: 0;
    padding: 2px;
    z-index: 1;
    background-color: #aaaaaa;
    border-radius: 5px;
}

.popup_menu li {
    padding: 3px;
    margin: 0;
    display: block;
}

img.banner_elements {
    display: block;
    margin: 3px;
}

.ttpl_template {
    position: relative;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    margin: auto 0;
    transform: scale(1.5, 1.5);
    transform-origin: 0px 0px 0px;
}

.ttpl_item {
    position:absolute;
    width:auto;
    cursor: pointer;
}

.ttpl_item:hover {
    background-color: #eeeeee;
}

.ttpl_item.selected {
    background-color: #eeeeee;
}

.vertical {
    transform: rotate(270deg);
    transform-origin: left top 0;
}

.ttpl_params {
    border: solid 1px #cccccc;
    background-color: #cccccc;
    margin-bottom: 20px;
    width: 600px;
}
.ttpl_params div {
    line-height: 22px;
}

.ttpl_params input {
    float: right;
}

.ttpl_edit_wnd {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
}

.ttpl_edit_wnd select {
    display: block;
}

.pui_label_editable {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
}
.pui_label_editable.focused {
    border:solid 1px #333333;
    box-shadow: 0 0 5px;

}

.pui_input {
    border: none!important;
    /*-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.3),inset 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,.3),inset 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 -1px 0 rgba(0,0,0,.3),inset 0 1px 2px rgba(0,0,0,.2);*/
    background-color: white;
    color: #000;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    border-image: initial;

    padding: 9px 7px 10px 7px;
    border-radius: 4px;
    margin: 0;
    opacity: 1;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: -webkit-auto;
	font: 15px "Helvetica Neue",Arial,sans-serif;
}

.pui_input:focus {
	outline: none;
	box-shadow:  0 0 6px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,.3);
}

.pui_le_span {
    color: #000000;
    cursor: text;
    padding: 3px;
    border: solid 1px rgba(0, 0, 0, 0);
}
.pui_le_span:hover {
    border: solid 1px #7c7c7c;
}

.pui_le_editdiv {
    display:none;
}

.pui_le_input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
    display: block !important;
}
.pui_le_submit_btn {
    font: 15px 'Helvetica Neue',Arial,sans-serif;
    margin-top: -2px;
    padding: 9px 7px 10px 7px;
}

.pui_le_cancel_btn {
    font: 15px 'Helvetica Neue',Arial,sans-serif;
    margin-top: -2px;
    padding: 9px 7px 10px 7px;
}


.pui_textarea_div {
    color: #000000;
    cursor: text;
    padding: 3px;
    border: solid 1px rgba(0, 0, 0, 0);
}
.pui_textarea_div:hover {
    border: solid 1px #7c7c7c;
}

.pui_textarea_editdiv {
    display: none;
}

.pui_textarea_submit_btn {
    font: 15px 'Helvetica Neue',Arial,sans-serif;
    margin-top: -1px;
    margin-left: 1px;
    padding: 9px 7px 10px 7px;
}

.pui_textarea_cancel_btn {
    font: 15px 'Helvetica Neue',Arial,sans-serif;
    margin-top: -1px;
    padding: 9px 7px 10px 7px;
}

.pui_textarea_textarea {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #333333;
    outline: none;
    box-shadow:  0 0 6px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,.3);
}


#frmlogin input[type=text],#frmlogin input[type=password] {
    width: 100%;
    box-sizing: border-box;
    /*padding: 4px;*/
    display: block;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    padding-left: 10px;
    background-color: transparent;
    position: relative;
    z-index: 5;
    height: 48px;
    line-height: 48px;
}

#frmlogin input[type=text]:focus,#frmlogin input[type=password]:focus {
    outline: none;
}

#frmlogin dl {
    position: relative;
}

#frmlogin dd {
    padding: 0;
    background-color: #ffffff;
    border:solid 1px #888888;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 10px;
}

#frmlogin dt {
    left: 10px;
    top: 15px;
    line-height: 20px;
    width: auto;
    position: absolute;
    font-size: 18px;
    color: #aaaaaa;
    z-index: 4;
}

#frmlogin .input_label_up dt {
    left: 10px;
    top: 3px;
    font-size: 11px;
    line-height: 11px;
}

#frmlogin .input_focused dd {
    border:solid 1px #333333;
    box-shadow: 0 0 5px;
}

#frmlogin .input_label_up dd input {
    line-height: 18px;
    font-size: 18px;
    height: 36px;
    padding-top: 15px;
}

dl.input_ex input[type=text],dl.input_ex input[type=password] {
    width: 100%;
    box-sizing: border-box;
    /*padding: 4px;*/
    display: block;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    padding-left: 10px;
    background-color: transparent;
    position: relative;
    z-index: 5;
    height: 48px;
    line-height: 48px;
}

dl.input_ex input[type=text]:focus,dl.input_ex input[type=password]:focus {
    outline: none;
}

dl.input_ex {
    position: relative;
}

dl.input_ex dd {
    padding: 0;
    background-color: #ffffff;
    border:solid 1px #888888;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 10px;
}

dl.input_ex dt {
    left: 10px;
    top: 15px;
    line-height: 20px;
    width: auto;
    position: absolute;
    font-size: 18px;
    color: #aaaaaa;
    z-index: 4;
}

dl.input_ex.input_label_up dt {
    left: 10px;
    top: 3px;
    font-size: 11px;
    line-height: 11px;
}

dl.input_ex.input_focused dd {
    border:solid 1px #333333;
    box-shadow: 0 0 5px;
}

dl.input_ex.input_label_up dd input {
    line-height: 18px;
    font-size: 18px;
    height: 36px;
    padding-top: 15px;
}

#user_search_list_wnd {
    position: absolute;
    top: 49px;
    left: 0;
    height: auto;
    width: 250px;
    background-color: #ffffff;
    border: solid 1px #333333;
    box-shadow: 0 0 5px;
    z-index: 10;
}

#user_search_list_wnd ul {
    margin: 0;
    list-style: none;
}

#user_search_list_wnd li {
    margin: 0;
    padding: 5px;
    cursor: pointer;
    display: block;
    line-height: 20px;
}

.so-table {
    width: 100%;
}
.so-table td {
    background-color: #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.so-table td.header {
    padding: 5px;
    width: 1%;
}
.so-counters-value {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}