body{
    font-family: Arial,Helvetica,sans-serif;
}

.auth{
    width: 235px;
}

.forma{
    background: #f7f7f7;
    padding: 10px 25px;
    border: 1px #e8e8e8 solid;
    font-size: 12px;
    color: #7e7e7e;
    font-weight: 500;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.auth h2{
    font-size: 18px;
    color: #686869;
    text-align: center;
}

.auth input[type=text], .auth input[type=password] {
    height: 15px;
    width: 125px;
    border: 1px #e4e4e4 solid;
    padding: 1px 2px;
    font-size: 12px;
    color: #8e8e8e;
}


.auth input[type=submit] {
    background: #369dec;
    border: 0;
    padding: 2px 5px;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
}

.panel{
    background: #fff url(../img/bg.gif) repeat-x left top;
}

.logo{
    float: left;
    width: 190px;
    height: 45px;
}

.logo:hover{
    background: #617bb3;
}

.sidebar{
    float: left;
    background: #617bb3;
    width: 190px;
}

.navigation{
    float: right;
}

.navigation ul{
    margin: 0;
    padding: 0;
}

.navigation ul li{
    float: left;
    display: block;
    margin-right: 10px;
    list-style: none;
    line-height: 45px;
    padding: 0 5px;
}

.navigation ul li a img{
    float: left;
    padding: 14px 0;
    padding-right: 5px;
}

.navigation ul li a{
    padding: 14px 0;
    color: #fff;
    text-decoration: none;
}

.navigation ul li:hover{
    background: #617bb3;
}

.menu{
    padding: 10px 0;
}

.menu ul{
    margin: 0;
    padding: 0;
}

.menu ul li{
    display: block;
    list-style: none;
    line-height: 25px;
    padding-left: 22px;
}

.menu ul li a img{
    float: left;
    padding-right: 10px;
}

.menu ul li a{
    color: #fff;
    text-decoration: none;
}

.menu ul li:hover, .selected{
    background: #3b5998;
}

.container{
    display: block;
    padding: 10px 20px;
}

h2{
    font-size: 14px;
    color: #3b5998;
    font-weight: 700;
}

.info{
    background: #e5ecf9;
    padding: 15px;
    border: 1px #aac6e8 solid;
}

.infwind{
    background: url(../img/info.png) left center no-repeat;
    padding-left: 40px;
    min-height: 35px;
}

.round{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.info h3{
    font-weight: 700;
    color: #0055b5;
}

.info p{
    color: #156ed2;
}

.warning{
    background: #f9f9e5;
    padding: 15px;
    border: 1px #e8e3aa solid;
}

.warwind{
    background: url(../img/warning.png) left center no-repeat;
    padding-left: 40px;
    min-height: 35px;
}

.round{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.warning h3{
    font-weight: 700;
    color: #978400;
}

.warning p{
    color: #c3ad11;
}

.error{
    background: #f9e5e6;
    padding: 15px;
    border: 1px #e8aaad solid;
}

.erwind{
    background: url(../img/error.png) left center no-repeat;
    padding-left: 40px;
    min-height: 35px;
}

.round{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.error h3{
    font-weight: 700;
    color: #b5005e;
}

.error p{
    color: #e51f86;
}

.succ{
    background: #e9f9e5;
    padding: 15px;
    border: 1px #b4e8aa solid;
}

.sucwind{
    background: url(../img/succ.png) left center no-repeat;
    padding-left: 40px;
    min-height: 35px;
}

.round{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.succ h3{
    font-weight: 700;
    color: #1c9980;
}

.succ p{
    color: #29bea0;
}

.dann{
    padding: 15px;
}

.dann td{
    padding: 5px 10px;
    vertical-align: middle;
}

.kukf{
    background: #E5ECF9;
}

.title{
    background: #617bb3;
}

.title td, .title td a{
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.all{
    width: 100%;
}

.dann a{
    color: #4c95ce;
}

.list li{
    float: left;
    padding: 3px 0;
}

.list li a{
    padding: 3px 10px;
    text-decoration: none;
}

.list li a:hover{
    background: #617bb3;
    color: #fff;
}

.list_selected{
    background: #617bb3;
    color: #fff;
}

#pagnt {
    margin: 0 auto;
    width: 450px;
}

#tnt_pagination {
    clear: both;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    line-height: 21px;
    margin: 0 auto !important;
    padding-top: 3px;
    text-align: left;
    width: 300px;
}

#tnt_pagination .active_tnt_link {
    background: #aabfee;
    color: #3b5998;
    cursor: default;
    margin-left: 10px;
    padding: 2px 7px;
    text-decoration: none;
}

#tnt_pagination a:link, #tnt_pagination a:visited {
    background: #3b5998;
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
    padding: 2px 7px;
    text-decoration: none;
    width: 22px;
}

#tnt_pagination .active_tnt_link, #tnt_pagination a, #tnt_pagination .disabled_tnt_pagination {
    border-radius: 5px 5px 5px 5px;
}

.ctr{
    text-align: center;
}

.footer{
    background: url(../img/hline.gif) top center no-repeat;
    padding: 10px 0;
    text-align: center;
    color: #c9c9c9;
}

.center{
    text-align: center;
}

.hmenu{
    display: block;
    float: left;
    padding-left: 15px;
}

.hmenu li{
    float: left;
    line-height: 45px;
}

.hmenu li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.hmenu li a:hover{
    background: #617bb3;
}

.fts17 td{
	font-size: 17px;
}

.percent{
    display: block;
    float: left;
    height: 15px;
    background: #b8ccf5;
}

.conts td span{
	line-height: 25px;
}