/** Use over defined class name to re-use it through the block pages. */
header#page-header {display: none;}
#page {
    margin-top: 50px !important;
     }
.block_xp-level-progress {
    margin: 0 auto;
    max-width: 200px;
    height: 25px;
    border-radius: 5px;
    background-color: #ccc;
    position: relative;
    margin-bottom: 10px;
}
.block_xp-level-progress .bar {
    background-color: green;
    border-radius: 5px;
    height: 25px;
}
.block_xp-level-progress .txt {
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
/*Leaderboard table*/
.cell .leader_board_num{
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    margin: 1px;
    border: 1px solid #444;
    padding: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;


}
.cell.c0 {
    width: 10%;
}
.cell.c1 {
    width: 10%;
}
.cell.c3 {
    color: #000;
    /*text-align: right;*/
}
.header.c3 {
    /*text-align: right;*/
}
.error_msg{
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
label{
/*    display:inline-block;
    font-weight:bold;
    font-size:15px;
    margin-bottom:7px;
    width:20%;
    min-width:100pt;*/
}
/*select{
    width:40%;
    min-width:180pt;
}*/
input[type=submit]{
    margin-left: 4px;
}
#clear, #submit{
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: black;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    text-decoration:none;
}

table.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #000;
    font-size: 8pt;
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    /*cursor: pointer;*/
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.tablestyle {
    font-family:arial;
    /*background-color: #CDCDCD;*/
    margin:10px 0pt 0px;
    /*font-size: 9pt;*/
    width: 100%;
    text-align: left;
}
table.tablestyle tbody tr .highlight .cell{
    background-color: white;
}
table.tablestyle thead tr th, table.tablestyle tfoot tr th {
    /*background-color: #e6EEEE;*/
    /*border: 1px solid #000;*/
    /*font-size: 9pt;*/
    padding: 4px;
}
table.tablestyle thead tr .header {
    cursor: auto;
    background-repeat: no-repeat;
    background-position: center right;
}
table.tablestyle tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablestyle tbody tr:nth-child(odd) td{
    background-color: #E6E6E6;
}


table.tablestyle2 {
    margin:10px 0pt 15px;
    width: 60%;
    text-align: left;
}
table.tablestyle2 thead tr th, table.tablestyle2 tfoot tr th {
    border: 1px solid #000;
    padding: 4px;
}
table.tablestyle2 thead tr .header {
    background-repeat: no-repeat;
    background-position: center right;
}
table.tablestyle2 tbody td {
    padding: 4px;
    vertical-align: top;
}
#contact{
    width: 65%;
}