.tabs { list-style: none; margin:10px 0 0 0; }
        .tabs li { display: inline; }
        .tabs li a { color: silver; float: left; display: block; padding: 4px 10px; margin-left: -1px; position: relative; left: 1px; background: #eee; text-decoration: none; }
        .tabs li a:hover { background: #ccc; }
        
        
        /* Generic styles & example one */
        
        .tabbed-area { }
        .box-wrap { position: relative; min-height: 250px; }
        .tabbed-area div div { background: white; padding: 20px; min-height: 150px; margin-top: -1px; margin-left: 0; display:none; }
        .tabbed-area div div, .tabs li a { border: 1px solid #ccc; }
        #box-one:target, #box-two:target, #box-three:target { z-index: 1; }
		
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.active-tab a{
background:#fff !important;
color:#000 !important;
}


.sks-table td, .sks-table th{
padding:10px;
}

/*--- Pagination ---*/
.pagination .paginate {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 60px;
}

.pagination a.paginate {
border: 1px solid #000;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #000;
background:#fff;
}

.pagination a.paginate:hover {
background-color: grey;
color: #FFF;
}

.pagination a.current {
border: 1px solid #000;
font: bold 12px Arial,Helvetica,sans-serif;
padding: 2px 6px 2px 6px;
cursor: default;
background:grey;
color: #FFF;
text-decoration: none;
}

.pagination span.inactive {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}

.pagination{
text-align:center;
margin:10px 0;
}

/*--- End Pagination ---*/

/*----------css Debug box----------*/
.dbug{top:40px;font:11px Tahoma;padding:5px;position:fixed;text-align:center;z-index:9999;width:100%;opacity:0;filter: alpha(opacity=0);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}.dbg{height:100%;left:0;position:fixed;top:0;width:100%;background-color:#fff;opacity:0.8;filter: alpha(opacity=80);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);z-index:999;}.dbugcenter{background-color:#fff;border:1px solid black;}.dbugbox{background:#fff;box-shadow:0 0 5px black;text-align:left;width:500px;border:5px solid #646464;}.dbugx{position:absolute;margin:-32px 0 0 468px;width:32px; height:32px;border:0;cursor:pointer;background:url('../images/close.png');}.dbugh{background:silver;border-bottom:1px solid grey;color:black;display:block;font:bold 12pt Arial;padding:5px 10px;}.dbugm{display:block;min-height:100px;padding:10px;}
/*----------css Debug box End----------*/

.sks-table{width:99%;}

.sks-table input[type="text"], .sks-table textarea, .sks-table select{width:99%; padding:10px; height:auto;}