.menu_wrapper{
    position: absolute;
    width: 200px;
}


.menu_wrapper .menu-point{
    color: #BC6B01;
    font-weight: bold;
}
.menu_wrapper a:link{
    text-decoration: none;
    color: black;
}

.menu_wrapper a:visited{
    text-decoration: none;
    color: black;
}

.menu_wrapper .menu-active{
    font-weight: bold;
}
.menu_wrapper .menu-box-item:hover{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #9bc4fc 0%, #ffffff 53%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9bc4fc), color-stop(53%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #9bc4fc 0%,#ffffff 53%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #9bc4fc 0%,#ffffff 53%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #9bc4fc 0%,#ffffff 53%); /* IE10+ */
    background: linear-gradient(135deg, #9bc4fc 0%,#ffffff 53%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc4fc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.title1-menu {
    font-size: 20px;
    font-weight: bold;
}

.title0 {
    color: #083264;
    font-size: 30px;
    font-weight: bold;
}


.title1 {
    color: #083264;
    font-size: 18px;
    font-weight: bold;
}

.title2 {
    color: #083264;
    font-size: 15px;
    font-weight: bold;
}

.title3 {
    font-size: 14px;
    font-weight: bold;
}



.button1 {
    -moz-box-shadow:inset 0px 11px 3px 0px #91bdf2;
    -webkit-box-shadow:inset 0px 11px 3px 0px #91bdf2;
    box-shadow:inset 0px 11px 3px 0px #91bdf2;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #247fe0), color-stop(1, #083164) );
    background:-moz-linear-gradient( center top, #247fe0 5%, #083164 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#247fe0', endColorstr='#083164');
    background-color:#247fe0;
    -webkit-border-top-left-radius:7px;
    -moz-border-radius-topleft:7px;
    border-top-left-radius:7px;
    -webkit-border-top-right-radius:7px;
    -moz-border-radius-topright:7px;
    border-top-right-radius:7px;
    -webkit-border-bottom-right-radius:7px;
    -moz-border-radius-bottomright:7px;
    border-bottom-right-radius:7px;
    -webkit-border-bottom-left-radius:7px;
    -moz-border-radius-bottomleft:7px;
    border-bottom-left-radius:7px;
    text-indent:0px;
    border:1px solid #083164;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:23px;
    line-height:23px;
    text-decoration:none;
    text-align:center;
    text-shadow:2px 2px 1px #083164;
    padding-left: 5px;
    padding-right: 5px;

}
.button1:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #083164), color-stop(1, #247fe0) );
    background:-moz-linear-gradient( center top, #083164 5%, #247fe0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#083164', endColorstr='#247fe0');
    background-color:#083164;
}

.button1:active {
    position:relative;
    top:1px;
}


.buttonSmall {
    -moz-box-shadow:inset 0px 11px 3px 0px #91bdf2;
    -webkit-box-shadow:inset 0px 11px 3px 0px #91bdf2;
    box-shadow:inset 0px 11px 3px 0px #91bdf2;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #247fe0), color-stop(1, #083164) );
    background:-moz-linear-gradient( center top, #247fe0 5%, #083164 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#247fe0', endColorstr='#083164');
    background-color:#247fe0;
    -webkit-border-top-left-radius:7px;
    -moz-border-radius-topleft:7px;
    border-top-left-radius:7px;
    -webkit-border-top-right-radius:7px;
    -moz-border-radius-topright:7px;
    border-top-right-radius:7px;
    -webkit-border-bottom-right-radius:7px;
    -moz-border-radius-bottomright:7px;
    border-bottom-right-radius:7px;
    -webkit-border-bottom-left-radius:7px;
    -moz-border-radius-bottomleft:7px;
    border-bottom-left-radius:7px;
    text-indent:0px;
    border:1px solid #083164;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    font-style:normal;
    height:18px;
    line-height:18px;
    text-decoration:none;
    text-align:center;
    text-shadow:2px 2px 1px #083164;
    padding-left: 5px;
    padding-right: 5px;
}
.buttonSmall:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #083164), color-stop(1, #247fe0) );
    background:-moz-linear-gradient( center top, #083164 5%, #247fe0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#083164', endColorstr='#247fe0');
    background-color:#083164;
}

.buttonSmall:active {
    position:relative;
    top:1px;
}





.form-box{
    background-color: #DAE0E8;
    border: 5px solid #DAE0E8;
}

.form-box .button-row{
    border-top: 5px solid #DAE0E8;
}

.form-box .newPropertyColumn{
    border-left: 5px solid #DAE0E8;

}
.form-box .validation-error{
    background-color: #ffaaaa;
}

.form-box .form-box-title1{
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.form-box .form-box-border-left{
    border-left: 3px solid #666666;
    padding-left: 5px;
}

.form-box .key-column{
    padding-left: 10px;
}


.list-table .validation-error{
    background-color: #ffaaaa;
}


.list-table .list-table-header{
    background-color: #083264;
    color: white;
    font-weight: bold;
}

.list-table .list-table-header a{
    background-color: #083264;
    color: white;
    font-weight: bold;
}

.list-table td,th{
    padding-left: 4px;
    padding-right: 4px;
}

.list-table .odd {
    background: #C1CCD8;
}

.list-table .even {
    background: #DAE0E8;
}

.list-table .ready {
    background: rgba(154, 216, 98, 0.98);
}


.list-table .list-table-info{
    background-color: #DAE0E8;
    font-weight: bold;
}

.list-table .list-table-info-top{
    border-top:5px solid #083164;
}

.list-table .list-table-info-left{
    border-left:5px solid #083164;
}

.list-table .list-table-info-right{
    border-right: 5px solid #083164;
}

.list-table .address{
    max-width:150px;
}

.list-table-limited-width{
    max-width: 1200px;
}

.list-table-big-font{
    font-size: 23px;
}

.list-table-price{
    text-align: right;
}



.error-box{
    /*background-color: #ffaaaa;*/
    color: #ff3333;
}



.show-box{
    border: 1px solid #C1CCD8;
    background-color: #DAE0E8;
}
.show-box .show-box-row{
    border-bottom: 1px solid #C1CCD8;
}

.show-box .key-column{
    text-align: right;
    border-left: 1px solid #C1CCD8;
    padding-left: 5px;
}
.show-box .value-column{
    padding-left: 5px;
    padding-right: 5px;
}
.show-box .extension-column{
    text-align: left;
    border-left: 1px solid #C1CCD8;
    padding-left: 5px;
}

.hidden-row{
    display: none;
}



