*{
    margin:0;
    padding:0
}
a:link{
    color:#00f
}
a:visited{
    color:#00f
}
a:hover{
    color:red
}
a:active{
    color:red
}
.cf:after,.cf:before{
    content:"";
    display:table
}
.cf:after{
    clear:both
}
body{
    text-align:center
}
#wrapper{
    width:1220px;
    margin:0 auto;
    text-align:left
}
#logoholder{
    display:block;
    float:none;
    margin-top:7px
}
#logo{
    float:left;
    width:201px;
    height:72px;
    margin-bottom:0;
    max-width:100%;
    background-image:url(../img/logo.png)
}
#logo img{
    max-width:90%;
    width:90%;
    height:auto
}
.statusbar{
    width:250px;
    margin-top:5px;
    padding:5px 5px 5px 5px;
    color:#6e6e6e;
    float:right;
    font-size:10px;
    background:#fafafa;
    border:1px solid #444;
    border-radius:8px
}
.status_avatar{
    width:55px;
    height:auto;
    margin:5px 10px 0px 10px;
    float:left;
}
#logintext{
    margin-left:20px;
    width:365px;
    height:auto;
    background-color:#fafafa
}
.menu_holder{
    clear:both;
    display:block;
    padding:10px;
    width:1200px;
    background-color:#753BBD;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    -webkit-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0;
    padding-bottom:8px;
    border-bottom:1px solid #c3c3c3
}
.menu_header{
    width:1200px
}
.menu_header ul{
    margin:0;
    padding:0;
    position:relative;
    z-index:1;
    list-style:none
}
.menu_header li{
    margin:0;
    padding:0
}
.menu_header a{
    margin:0;
    padding:0;
    text-decoration:none
}
.menu_header>ul>li{
    float:left;
    margin-left:12px;
    position:relative;
    z-index:2
}
.menu_header>ul>li>a{
    color:#fff;
    font-family:Arial,sans-serif;
    font-size:16px;
    line-height:33px;
    padding:6px 19px;
    -webkit-transition:color .15s;
    -moz-transition:color .15s;
    -o-transition:color .15s;
    transition:color .15s
}
.menu_header>ul>li>a:hover{
    color:#753BBD;
    background:white;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px;
    text-shadow:1px 1px 1px #000
}
.menu_header>ul>li>ul{
    opacity:0;
    visibility:hidden;
    padding:16px 0 20px 0;
    background-color:#753BBD;
    text-align:left;
    position:absolute;
    top:55px;
    left:50%;
    margin-left:-90px;
    width:180px;
    -webkit-transition:all .3s .1s;
    -moz-transition:all .3s .1s;
    -o-transition:all .3s .1s;
    transition:all .3s .1s;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:0 1px 9px rgba(0,0,0,.4);
    -moz-box-shadow:0 1px 9px rgba(0,0,0,.4);
    box-shadow:0 1px 9px rgba(0,0,0,.4)
}
.menu_header>ul>li:hover>ul{
    opacity:1;
    top:47px;
    visibility:visible
}
.menu_header ul.menu li:first-child{
    margin-left:0
}
.menu_header>ul>li>ul:before{
    content:'';
    display:block;
    border-color:transparent transparent #753BBD transparent;
    border-style:solid;
    border-width:10px;
    position:absolute;
    top:-20px;
    left:50%;
    margin-left:-10px
}
.menu_header>ul ul>li{
    position:relative;
    z-index:3
}
.menu_header ul ul a{
    color:#fff !important;
    font-family:Arial,sans-serif;
    font-weight:400;
    font-size:15px;
    background-color:#753BBD;
    padding:5px 8px 7px 16px;
    display:block;
    -webkit-transition:background-color .1s;
    -moz-transition:background-color .1s;
    -o-transition:background-color .1s;
    transition:background-color .1s
}
.menu_header ul ul a:hover{
    background-color:white;
    color:#753BBD !important;
    text-shadow:1px 1px 1px #000
}
.menu_header ul ul ul{
    visibility:hidden;
    opacity:0;
    position:absolute;
    top:-16px;
    left:206px;
    padding:16px 0 20px 0;
    background-color:#753BBD;
    text-align:left;
    width:180px;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,.4);
    box-shadow:0 1px 3px rgba(0,0,0,.4)
}
.menu_header ul ul>li:hover>ul{
    opacity:1;
    left:190px;
    visibility:visible
}
#contentholder{
    display:block;
    margin:0 auto;
    width:1220px;
    height:auto;
    background:#f0f0f0
}
#tableholder{
    padding-top:25px;
    padding-bottom:25px;
    width:1200px;
    margin:0 auto
}
table{
    margin:0 auto;
    border-collapse:collapse;
    font-family:verdana,arial,sans-serif;
    font-size:12px;
    text-align:center
}
td,th{
    padding:.31em;
    border:1px solid #000
}
thead{
    background:#aa8ed64f;
    color:#1c1c1c
}
tbody{
    background:#aa8ed64f;
    color:#000;
    text-align:left
}
.holder{
    display:block;
    height:25px;
    margin:0 auto;
    overflow:hidden;
    background-color:#753BBD;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    -webkit-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0
}
.holderb{
    display:block;
    height:25px;
    margin:0 auto;
    overflow:hidden;
    background-color:#753BBD;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px
}
.holdertext{
    text-align:left;
    color:#fff;
    margin-top:5px;
    margin-left:15px;
    font-weight:700;
    font-family:verdana,arial,sans-serif;
    font-size:12px
}
.details table{
    width:100%
}
#footerholder{
    width:1220px;
    height:43px;
    margin:0 auto;
    background:#8e8e8e;
    margin-top:2px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px
}
#footertext{
    font-family:verdana,helvetica;
    color:#fff;
    text-align:center;
    font-size:12px;
    padding-top:15px
}
@-webkit-keyframes blink{
    0%{
        background:red
    }
    25%{
        background:#f60
    }
    50%{
        background:#fc0
    }
    75%{
        background:#f60
    }
    100%{
        background:red
    }
}
.blink{
    -webkit-animation-direction:normal;
    -webkit-animation-duration:1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-name:blink;
    -webkit-animation-timing-function:ease
}
#thumbs p{
    display:block;
    float:left;
    width:250px;
    height:auto;
    padding:10px;
    text-align:center;
    border:1px solid #000;
    font-weight:10px
}
#thumbs img{
    width:170px;
    height:200px;
    margin-bottom:10px
}
select{
    width:107px
}
a.letter_box{
    padding:2px 4px 2px 4px;
    white-space:nowrap;
    background-color:#cff;
    border:solid 1px #6cf;
    font-weight:700;
    color:#666;
    text-decoration:none;
    line-height:20px
}
a.letter_box:hover{
    background-color:#39f;
    color:#ff110d
}
a.letter_box_current{
    padding:2px 4px 2px 4px;
    white-space:nowrap;
    background-color:#6cf;
    border:solid 1px #39f;
    font-weight:700;
    color:#ff110d;
    text-decoration:none;
    line-height:20px
}
a.letter_box_current:hover{
    background-color:#6cf;
    color:#ff110d
}
.submit{
    display:block;
    float:right;
    width:50px;
    margin-right:50px;
    padding:10px;
    text-align:center;
    font-weight:10px
}
.submita{
    display:block;
    float:right;
    height:25px;
    margin-right:50px;
    text-align:center;
    font-weight:10px;
    margin-top:-20px
}
 input[type=submit]{
    padding:5px 15px;
    margin:3px 4px;
    display:inline-block;
    color:#fff;
    font-size:12px;
    cursor:pointer;
    background:#753BBD;
    background:linear-gradient(top,#753BBD 0,#af8bda 100%);
    background:-moz-linear-gradient(top,#753BBD 0,#af8bda 100%);
    background:-webkit-linear-gradient(top,#753BBD 0,#af8bda 100%);
    background:-o-linear-gradient(top,#753BBD 0,#af8bda 100%);
    border:1px solid #753BBD;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    box-shadow:0 0 2px 1px rgba(0,0,0,.25),inset 1px 1px 0 0 rgba(255,255,255,.25);
    -moz-box-shadow:0 0 2px 1px rgba(0,0,0,.25),inset 1px 1px 0 0 rgba(255,255,255,.25);
    -webkit-box-shadow:0 0 2px 1px rgba(0,0,0,.25),inset 1px 1px 0 0 rgba(255,255,255,.25);
    -o-box-shadow:0 0 2px 1px rgba(0,0,0,.25),inset 1px 1px 0 0 rgba(255,255,255,.25);
    text-shadow:1px 1px 0 rgba(0,0,0,.5)
}
 input[type=submit]:hover{
    color:#cc00cc;
    background:linear-gradient(top,#ae8adb 0,#753BBD 100%);
    background:-moz-linear-gradient(top,#ae8adb 0,#753BBD 100%);
    background:-webkit-linear-gradient(top,#ae8adb 0,#753BBD 100%);
    background:-o-linear-gradient(top,#ae8adb 0,#753BBD 100%);
}
.trow:hover{
    background-color:#aa8ed6ab;
    color:#fff
}
.trow1:hover{
    color:#fff
}
.trow2:hover{
    color:#f33
}
.flota{
    display:inline-block;
    margin-left:50px;
    margin-top:14px;
    width:100px;
    height:46px;
    background:#fafafa;
    border:1px solid #444;
    border-radius:8px;
    text-align:center
}
.text_flota{
    color:#fff;
    margin-top:18px;
    font-weight:700;
    font-family:verdana,arial,sans-serif;
    font-size:12px
}
.text_flota a{
    text-decoration:none
}
table.sortable thead{
    background-color:#753BBD;
    color:#fff;
    font-weight:700;
    cursor:default
}
table.thin,table.thin td,table.thin th,table.thin tr{
    border:thin solid #000;
    border-collapse:collapse
}
.blink_text{
    animation:3s blinker linear infinite;
    -webkit-animation:3s blinker linear infinite;
    -moz-animation:3s blinker linear infinite;
    color:#8aff0f
}
@-moz-keyframes blinker{
    0%{
        opacity:1
    }
    50%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-webkit-keyframes blinker{
    0%{
        opacity:1
    }
    50%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes blinker{
    0%{
        opacity:1
    }
    50%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
 .suggestionsBox {
     position: relative;
     width: 220px;
     top:32%;
     left: 44%;
     margin: 0 auto;
     background-color: #6CF;
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border: 2px solid #753BBD;
     color: #fff;
}
 .suggestionList {
     margin: 0px;
     padding: 0px;
}
 .suggestionList li {
     margin: 0px 0px 3px 0px;
     padding: 3px;
     cursor: pointer;
}
 .suggestionList li:hover {
     background-color: #659CD8;
}
 .responsive {
     width: 100%;
     max-width: 75px;
     height:auto;
}
 img.responsive {
     width: 100%;
     max-width: 75px;
     height: auto;
}
 .responsive1 {
     width: 90%;
     min-height: 55px;
}
 img.responsive1 {
     width: 90%;
     min-height: 55px;
}
 li.active{
     background:white;
     -moz-border-radius-topleft:5px;
     -moz-border-radius-topright:5px;
     -moz-border-radius-bottomright:5px;
     -moz-border-radius-bottomleft:5px;
     -webkit-border-radius:5px 5px 5px 5px;
     border-radius:5px;
     text-shadow:1px 1px 1px #000 
}
 li.active a:after{
     color:white !important;
}
 li.active a {
     color: #753BBD !important;
     font-weight:normal !important;
}
 table.thin,table.thin td,table.thin th,table.thin tr{
    border:thin solid #000;
    border-collapse:collapse
}
 .headermenu{
     display: inline-block;
     margin-left:120px;
}
 .flota1{
    display:inline-block;
    margin-left:50px;
    margin-top:14px;
    width:100px;
    height:46px;
    background:#753BBD;
    border:1px solid #444;
    border-radius:8px;
    text-align:center
}
 .text_flota1{
    color:#fff;
    margin-top:18px;
    font-weight:700;
    font-family:verdana,arial,sans-serif;
    font-size:12px
}
 .text_flota1 a{
    text-decoration:none;
     color:white;
}
 .status_avatar1{
    padding-top:10px;
     font-size:13px;
}
 .text_avatar2{
    width:80%;
    text-align:center;
}
 .text_logout{
    float:left;
}
 .text_pass{
    float:right;
}
 .clear_both{
    clear:both;
}
