@import url("/css/dropdown.css");
img,body,iframe,div,p,table,table td,table tr,table th,table tbody,table thead,ul,li,form{
    padding: 0;
    margin: 0;
    border: none;
    text-align: left;
    box-sizing: border-box; 
}
body{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    overflow-y: scroll;
    font-size: 10px;
    width: 100%;
    overflow-x: hidden;
}
a:focus,button:focus,input[type=button]:focus,input[type=submit]:focus {outline: none;}
a,a:active,a:hover{
    text-decoration: none;
    font-size: 11px;
    color: #333;
}
table{
    width: 100%;
    border-spacing:0;
    border-collapse:collapse;
}
table td{
    vertical-align: top;
    padding: 2px;
}
table td h1,
table td h2,
table td h3,
table td h4,
table td h5,
table td h6,
table td h7{
    margin: 0;
}
/*IDS*/

/*Positions*/
#pos_mainmenu{
    height: 32px;
    width: 100%; 
    background:#333;
    border-bottom: solid 1px #000;
}
#pos_bottom{
    width: 100%;
    float: left;
    font-size: 10px;
    color: #555;
    text-align: center;
}
/*frame*/

#pos_frametop{}
#pos_framebottom{}
#pos_frame,#pos_left{
    width: 100%;
    padding: 3px;
}
#pos_lefttop{}
#pos_leftbottom{}
/*Layout*/
#lay_center{
    width: 850px;
    margin: 0 0 10px 0;
}


/*loading*/
#loading{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top:0;
    left: 0;
    background: #fff url("../img/loader.gif") no-repeat center;
    z-index: 100000;
}

/*menu*/
ul.menu{
    padding-bottom: 5px;
    list-style: none;
    width: 850px;
    float: none;
}
ul.menu li{
    float: left;
    list-style: none;
    text-transform: uppercase;
}

ul.dropdown ul{
    width: 200px;
    border: solid 1px #000;
    border-bottom: none;
    /*    opacity: .92;*/
    margin-left: -1px;
}
ul.dropdown ul ul {
    border-top: solid 1px #000;
    top: -1px;
    left: 100%;
    margin-left: 0px;
}

ul.menu li > a{
    display: block;
    color: #fff;
    height: 10px;
    overflow: hidden;
    font-size: 10px;
    padding: 11px 15px;
    border-right:  solid 1px #000;
}
ul.menu > li > a{
    transition: ease-out background-color .8s;
}
ul.menu > li li > a{
    border: none;
    border-bottom:solid 1px #000;
    background:#333;
}

ul.menu li.active > a,ul.menu li:hover > a{
    background:#FF6600;
}
/*header*/
.header{
    font-size: 11px;
    padding: 4px 0px 5px 5px;
    border-bottom: solid 1px #999;
    width: auto;
    color: #333;
    font-family: Arial;
    font-weight: 900;
}

/*Buttons*/
.btns{
    position: absolute;
    right: 0px;
    display: inline;
    margin-top: -2px;
}
.btns a{
    margin-right: 5px;
    transition: ease-out background-color 0.5s;
    /*    border: solid 1px #06f;*/
    background: #06f;
    color: #fff;
    padding: 3px 5px;
    display: block;
    float: left;
}
.btns a img{
    vertical-align: middle;
    margin-right: 7px;
    height: 16px;
}
.btns a.active,.btns a:hover{
    /*    border-color: #f60;*/
    background-color: #a10;
}
/*Vertical Menu*/
ul.ver-menu{
    border: solid 1px #ccc;
    background: #efefef;
}
ul.ver-menu > li{
    border-top: solid 1px #ccc;
    list-style: none;

}
ul.ver-menu li a{
    display: block;
    font-family: Verdana;
    font-size: 10px;
    color: #222;
    padding: 6px 5px 6px 41px;
    text-decoration: none;
    background: no-repeat left center;
}
ul.ver-menu li a:hover,
ul.ver-menu li.active a{
    background-color: #d0d0d0;
}

/*Inputs*/

textarea,input{
    background: #F6F6F6;
    border: solid 1px #ccc;
    padding:  3px;
    font-size: 10px;
    color: #333;
    width: 100%;
    margin: 5px 0;
    display: block;
    resize: none;
    box-sizing: border-box; 
}
textarea.small,input.small{
    width: auto;
    display: inline-block;
    padding: 1px;
}
textarea{
    min-height:30px;
    font-size: 10px;
    font-family: Arial;
}
textarea:active,textarea:focus,input:active,input:focus{
    border-color: #06f;
}
a.button,
input[type="submit"],
input[type="button"],
input[type="reset"],
button{
    padding: 3px 10px;
    font-size: 10px;
    margin: 0 5px 0 0;
    background: #999;
    color: #fff;
    border: solid 1px #333;
}
a.button{
    display: inline;
    font-size: 10px!important;
    padding:4px 10px 3px;
}
a.button img, button img{
    vertical-align: middle;
    margin: 0 5px 0 0;
}
input[type="checkbox"]{
    width: auto;
}
select{
    padding: 3px;
    font-size: 10px;
    box-sizing: border-box;
}
/*form-msg*/
.form-msg{
    border: solid 1px #999;
    margin: 5px 1px;
    padding:0 5px 5px 5px;
    width: 98%;
    box-sizing: border-box; 
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    color: #999999;
}
.form-msg h3{
    border-bottom: solid 1px #999; 
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-variant: normal;
    color: #666666;
}
.form-msg.error{
    border: solid 1px #f00; 
    color: #ff3300;
}

.form-msg.error h3{
    border-bottom: solid 1px #f00; 
    color: #cc0000;
}
table p{
    margin: 5px 0;
}

/*Language Menu*/

/*Select*/
.Sselect{
    width: 350px;
    padding: 2px;
    text-align: center;
    border: solid 1px #ccc;
}
.Sselect input{
    margin: 0px;
    width: 100%;
}
.Sselect div.list{
    height: 115px;
    overflow: hidden;
    overflow-y: scroll;
    padding-top: 5px;
}
.Sselect .selected{
    color: #f60;
}
.Sselect div.list a{
    display: block;
    padding: 5px 2px;

}
.Sselect div.list a.active{
    background: #FF6600;
    color: #fff;
}

.hided{
    visibility: hidden;
}

#Rules tr:nth-last-child(odd),.oddTable tr:nth-last-child(odd){
    background: #EFEFEF;
}

#Rules tbody tr td,#Rules tbody tr th,.oddTable tr td,.oddTable tr th{
    padding: 5px 10px;
}
#Rules tbody tr:hover:not(:first-of-type),.oddTable tr:hover:not(:first-of-type){
    background: #ccc;
}

/*Layout*/
.Colapsed{
    height: 0px;
}
.PPanel{
    background: #fafafa;
    padding: 1px;
    border: solid 1px #eaeaea;
}
.PPanel ul{
    list-style: none;
}
.PTitle{
    border: solid 1px #333;
    padding: 2px 12px;
    background: #333;
    color: white;
    font-size: 9px;
}
.PTitleText{
    display: list-item;
    margin: 0 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}
.PTitleText a{
    color: #efefef;    
}

.PContent{
    border: solid 1px #ccc;
    border-top: none;
    padding: 5px 10px;
    font-size: 9px!important;
}
.nopadding,table.nopadding, table.nopadding td,table.nopadding th,table.nopadding tr{
    padding: 0!important;
}
.PContent a{
    font-size: 9px;
}
.TPanel td .PPanel{
    background:transparent!important;
    padding: 0!important;
    border: none!important;
}
.TPanel td .PPanel .PContent{
    border: none!important;
}
.TPanel td{
    background: #fafafa;
    padding: 1px;
    border: solid 1px #eaeaea;
}

/*Toolbar*/
#toolbar{
    width: 100%;
    background:#F60  url("../img/mainmenu/bottom-shadown.png") repeat-x bottom;
    padding-bottom: 4px; 
}
#toolbar_btns{
    width: 850px;
    /*border: solid 1px #ddd;*/
    border-bottom: none;
    border-top: none;
    margin: 0;
    height: auto;
    /*-web-kit-transition: height 5s linear;*/
    overflow: hidden;
}
#toolbar .PContent,#toolbar .PPanel{
    background: none;
    border-color: #000 ;
}
#toolbar_btns.Colapsed{
    height: 0px;
    display: block;
    visibility: visible;
}
.TTPanel,.TTPanel td{
    padding: 0;
}
.TTPanel .PContent{
    height: 94px;
}
td.PPanel{
    padding: 5px;
}

#Top_Master table td:last-of-type{
    float: right;
}
#Top_Master table{
    width: 100%;
}

label input[type=checkbox],label input[type=radio]{
    width:auto;
    display: inherit;
}

.RecordsPages{
    padding: 5px 20px;
    text-align: center;
}

.RecordsPages a{
    display: inline-block;
    margin: 4px;
}
.RecordsPages a.active{
    color: #FF6600;
}
.block{
    display: block;
}
.cols2Tab td:first-child{
    text-align: right;

}
.cols2Tab td{
    text-align: left;
    width: 50%;
}
input.error{
    border:solid 1px red;
}

.autoon{
    outline: none;
    border:solid 1px #06f!important;
}

.oddTable tr td:first-child a{
    display: block;
}

.Toolbar{
    height: 53px;
    padding: 0px;
    background: #efefef;
}

.Toolbar a{
    background: #eee;
    display: block;
    float: left;
    text-transform: uppercase;
    padding: 20px 20px;
    border-right: solid 1px #ccc;
}
.Toolbar a:hover{
    background: #fefefe;
}
[required]{
    border-bottom: solid 1px red;
}

td._VerAlign,._VerAlign td{
    vertical-align: middle;
    display: table-cell;
}

.floating,.floating *{
    float: left;
    width: auto;
    margin: 0px;
    margin-right:  2px;
    display: block;
}

#TPPanel .PTitle th{
    padding: 3px 5px;
}
#TPPanel .PTitle tr th:first-child,
#TPPanel .PContent tr td:first-child{
    border-right: solid 1px #ccc;
    /*text-align: right;*/
}