.DB_table {
    margin:0px;padding:0px;
    width:95%;
    box-shadow: 10px 10px 5px #888888;
    border:1px solid #000000;
    
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
    
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
    
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
    
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}.DB_table table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.DB_table tr:last-child td:last-child {
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}
.DB_table table tr:first-child td:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.DB_table table tr:first-child td:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}.DB_table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}.DB_table tr:hover td{
    
}
.DB_table tbody tr:nth-child(odd){ background-color:#e9ecf0; }
.DB_table tbody tr:nth-child(even)    { background-color:#ffffff; }
.DB_table td{
    vertical-align:middle;
    
    
    border:1px solid #000000;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:7px;
    font-size:11px;
    font-family:Arial;
    font-weight:normal;
    color:#000000;
}.DB_table tr:last-child td{
    border-width:0px 1px 0px 0px;
}.DB_table tr td:last-child{
    border-width:0px 0px 1px 0px;
}.DB_table tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.DB_table thead th{
    background:-o-linear-gradient(bottom, #747678 5%, #e9ecf0 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #747678), color-stop(1, #e9ecf0) );
    background:-moz-linear-gradient( center top, #747678 5%, #e9ecf0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#747678", endColorstr="#e9ecf0");	background: -o-linear-gradient(top,#747678,e9ecf0);
    
    background-color:#747678;
    border:1px solid #000000;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    color:#ffffff;
}
.DB_table thead tr:first-child:hover th{
    background:-o-linear-gradient(bottom, #747678 5%, #e9ecf0 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #747678), color-stop(1, #e9ecf0) );
    background:-moz-linear-gradient( center top, #747678 5%, #e9ecf0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#747678", endColorstr="#e9ecf0");	background: -o-linear-gradient(top,#747678,e9ecf0);
    
    background-color:#747678;
}
.DB_table tr:first-child td:first-child{
    border-width:0px 1px 1px 0px;
}
.DB_table tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}





div.centralButton
{
    text-align:center;
}




.container {
/*    position: absolute;*/
    width: 1200px;
    height: 300px;
}

.column-left {
    width: 20%;
    left: 10px;
    position: absolute;
}
.column-center {
    width: 40%;
    margin-left: 21%;
    position: absolute;
}
.column-right {
    width: 40%;
    right: 0;
    position: absolute;
}






div.menu3
{
    /*width:500px;margin:0 auto;*//*Uncomment this line to make the menu center-aligned.*/
    text-align:left;
    font-size:0;
    height: 25px;
    *position:relative;*top:1px;/*Hacks for IE6 & IE7 */
}

div.menu3 a
{
    display: inline-block;
    padding: 0 20px;
    margin-right:1px; /* It specifies the distance between each tab */
    background:#F7F7F7;
    color:Black;
    text-decoration:none;
    font: normal 12px Arial;
    line-height: 24px;
    border:1px solid #CAD0DB;
    border-bottom:0;
    color:#666;
    vertical-align:top;/*ChangeSet#2*/
    text-decoration:none;
}

div.menu3 a:hover, div.menu3 a.current
{
    background:#E9ECF0;
    line-height: 25px;
    color:#000;
}

div.menu3sub
{
    height:6px;
    border:1px solid #CAD0DB;
    background:#E9ECF0;
}