@import "fonts/play.css";
html { margin:0; padding:0; }
body { background:#000000; margin:20px; font-family:'Play','Arial','Tahoma';}
h1 { font-size:17px; font-weight:bold; }
a { color:#4da8d8; }
a:hover { color:#8c8f90; }

.tab {
 background: #e9e9e9;
 padding:10px;
 color:#343434; 
 font-family:Arial;
 font-size:17px; 
 font-family: 'Play';
 border-left: 3px #c53030 solid; 
}

.tab li {list-style:none;}
 
a.botton {
background:url(left_span_bottom.png) no-repeat left,url(right_span_bottom.png) no-repeat right,url(center_span_bottom.png) repeat-x; 
height:30px; 
padding:6px 10px 6px 10px;
line-height:33px;
color:#4c4c4c;
text-decoration:none;
}

a.botton:hover { background:url(left_span_bottom_hover.png) no-repeat left,url(right_span_bottom_hover.png) no-repeat right,url(center_span_bottom_hover.png) repeat-x; }
a.botton_black { 
background:#292929;
height:30px; 
padding:6px 10px 6px 10px;
line-height:33px;
color:#d7d7d7;
text-decoration:none;
} 

a.botton_black:hover { 
background:#404040;
color:#d0d0d0;
}

.bg_inf {
background:#d2d2d2;
margin:-10 -10px 10px -10px;
padding:10px;
font-size:19px;
font-weight:300;
border-bottom:1px solid #b3b3b3;
}

.bg_inf_fot {
background:#d2d2d2;
margin: 10px -10px -10px -10px;
padding:10px;
font-weight:300;
border-bottom:1px solid #b3b3b3;
}

.gl_menu li a {
display:block;
width:225px;
background:#d4d4d4;
height:20px; 
line-height:20px;
margin:2px 0;
padding:6px 10px 6px 10px;
color:#d7d7d7;
text-decoration:none;
color:#000;
border-radius:2px;
}

.gl_menu li a:hover {
background:#292929;
color:#fff;
cursor:pointer;
}

a.red {
background:#c53030;
}

.label-danger {
    background-color: #c53030;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}