body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: #EFEFEF;
}

#page
{
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #C9E0ED;
}

#header
{
    margin: 0;
    padding: 0;
    border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo
{
    padding: 10px 20px;
    font-size: 200%;
}

#mainmenu
{
    /*background:white url(bg.gif) repeat-x left top;*/
    background: #0088cc!important;
}

#mainmenu ul
{
    padding:6px 20px 5px 20px;
    margin:0px;
}

#mainmenu ul li
{
    display: inline;
}

#mainmenu ul li a
{
    color:#ffffff;
    background-color:transparent;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding:5px 8px;
}
/*//#mainmenu li:first-child{
//	margin-left: 775px;
//}*/
#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #6399cd;
    background-color:#EFF4FA;
    text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}

.tr_green {
    background-color:#5da130;
}

.tr_red {
    background-color:#ff0033;
}

.grid_replacement{
        width:220px;
        height:300px;
        float:left;
        margin-right:25px;
        font-family: Arial;
        text-align: left;

}
.grid_replacement_button{
        text-align: right;
        margin-bottom: 20px;
}
.lb-image{
    max-width: inherit;
}

#teh_podd{
    display: block;
    font-size: 0;
    background-color: #FFA71F  !important;
    line-height: 0;
    cursor: pointer;
    z-index: 100001;
    left: 0;
    margin-top: -112.5px;
    position: fixed;
    top: 50%;
    border: 2px solid #FFFFFF;
    padding: 10px 4px 20px 5px;
    border-left: 0;
    background: #c01209 url(/images/tab.png) 0 0 no-repeat;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -moz-box-shadow: 1px 0 2px #888;
    -webkit-box-shadow: 1px 0 2px #888;
    box-shadow: 1px 0 2px #888;
    height: 230px;
    width: 25px;
}

.ui-tooltip, .arrow:after {
    background: white;
    border: 2px solid black;
  }
.ui-tooltip {
    padding: 10px 20px;
    color: black;
    border-radius: 20px;
    font: 14px "Verdana", Sans-Serif;
    box-shadow: 0 0 7px black;
  }
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
.arrow.top {
    top: -16px;
    bottom: auto;
  }
.arrow.left {
    left: 20%;
  }
.arrow:after {
    content: "";
    position: absolute;
    left: 200px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
.arrow.top:after {
    bottom: -20px;
    top: auto;
  }
.flash-success{
    background: white !important;
    border: 2px solid black;
    color:black !important;
    color: black;
    border-radius: 20px;
    font: 24px "Verdana", Sans-Serif;
    text-align: center;
    box-shadow: 0 0 7px black;
    height: 400px;
    width:500px;
    z-index: 1000;
    border: 1px solid #ccc;
    background: #fff
}

table.yiiLog{
	display: none;
}


#accordion.ui-accordion .ui-accordion-header {
    background: url("/img/bg.gif") repeat-x scroll left top white;
    color: white;
    height: 30px;
    padding: 0 40px 10px;

}
#accordion.ui-accordion .ui-accordion-content{
    padding: 0;
}

.header_slogan {
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 85px 0 0 35px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.head_phone {
    font-size: 15px;
    font-weight: bold;
    padding: 85px 10px 20px 90px;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

.btn_call {
    background: #0088cc;
    box-shadow: none!important;
    border: none!important;
    background-image: none!important;
    background-color: #0088cc!important;
    color: #fff!important;
    text-transform: uppercase;
    padding: 8px 16px !important;
    font-size: 19px!important;
    text-shadow: none!important;
    font-family: 'Open Sans', sans-serif;
}

.top-menu {
    float: left;
}

.top-menu li:after {
    content: '|';
    color: #ffffff;
    padding: 0 0 0 4px;
}

.top-menu li:last-of-type:after {
    content: '';
}

.top-menu li a:hover {
    background: none!important;
    color: #ffffff!important;
    text-decoration: underline!important;
}


#yw3, #yw0 {
    float: right;
}