html * {
margin:0;
outline:medium none;
padding:0;
}

html,body {
    overflow-x: hidden;
font-family:Tahoma,Verdana,Helvetica,sans-serif;

color:#000000;

}
body{
    
transform-origin: 0 0;
background-color: #f3f3f3;
}
p {

font-size:15px;
color:#000000;

}

#header {
max-width:100%;
/*height:181px;*/
background:url( "body-bg.gif ") repeat-x scroll center top #f3f3f3;
}

.link {

font-size:15px;

text-decoration:none;
}

a {

/*font-size:15px;*/
color:#0873BE;
text-decoration:none;

}

.header {

font-size:15px;
text-decoration:none;
font-weight:bold;
color:#000000;
text-decoration:none;
}

li {
font-family:Tahoma,Verdana,Helvetica,sans-serif;
font-size:15px;
text-decoration:none;
color:#000000;
}

.text-header {
font-family:Tahoma,Verdana,Helvetica,sans-serif;
font-size:18px;
font-weight:bold;
text-decoration:none;
color:#000000;
text-align:center;

}

#stattable table {

border-spacing:0;

border:1px solid rgb(182,182,182);
border-radius:3px;
background:#E9E9E9;
padding:5px;
font-size:15px;
font-family:Tahoma,Verdana,Helvetica,sans-serif;

color:#000000;
}
#stattable .right {
text-align: right;
border-left: 1px solid;
}

#stattable table td {
  
padding-right:5px;
padding-left:5px;
}
#full_table{
    
overflow-x: auto;
 width:100%;
}
#full_table table {
    border-style: hidden;
border-spacing:0;
font-size:14px;
border-collapse: collapse;
width:100%;
text-align: center;
}
p span.hide,td span.hide { display:none; }
#full_table table td, #full_table th{
    border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
    padding:4px;
max-width: 200px;
}

.d0 td {
background-color:#FAFAFA;
}

.d1 td {
background-color:#DFDFDF;
}
#main{
               /*background: url('include/cvk-body-bg.gif') repeat-y 0 0;*/
               box-shadow: 0px 0px 10px #888;
               border-radius: 0 0px 10px 10px;
               background: #FFFFFF;
                /* width:980px;*/
                 padding: 20px;
                 border: 1px #8B8B8B solid;
                 /*width="976"*/
                  max-width:980px;
      margin-left:10px;
      
  
      margin-left: auto ;
  margin-right: auto ;
            }
            #footer{
                max-width: 980px;
                height: 15px;
               /* background: url('include/cvk-body-foot-bg.gif') no-repeat 0 0;*/
            }
#header-picture {
  
    max-width:980px;
     margin-left: auto ;
  margin-right: auto ;
}
#header-picture img{
    border:0;
   
}
.stat{
    text-align: center;
}
.center {
    text-align: center;
}
#front{
    border-collapse: collapse; 
}
#front th {
  border-bottom:1px solid rgb(179, 179, 179);  
  text-align: left;
  border-bottom-style:solid;
  padding: 5px;
}
#front td {
  border-bottom:1pt solid rgb(179, 179, 179);
  padding: 5px;

 
}
#front table tr:last-child td{
    border-bottom:0px !important;
}