/* main div style */
/*#table-style{text-align:center;}*/

/* sortable table style */
#table-style .sortable table, td{font:100% Arial, Helvetica, sans-serif;}
#table-style .sortable{width:100%;margin:0 0;}
#table-style .sortable th, #table-style .sortable td{padding:.5em;border:1px solid #fff;}
#table-style .sortable th{background:#c0c2c5 url(../images/table-style-stripe.gif) repeat-x;color:#000000;}
#table-style .sortable td{background:#ffffff;}
#table-style .sortable td a:visited{text-decoration:none;}
#table-style .sortable td a:hover{text-decoration:underline;}

/* style on the basis of sortable.js*/
#table-style .sortable th .sortheader{font-family:Arial; font-size:13px; cursor:pointer;}
#table-style .sortable th .sortheader a {text-decoration:underline;}
#table-style .sortable th.unsortable{font-family:Arial; font-size:13px; cursor:default;}

/* alternate row color style and selected row style */
#table-style .sortable tr.even td{background:#f7f7f7;}
#table-style .sortable tr.odd td{background:#ffffff;}
#table-style .sortable tr.selected td{background:#FCF3D3;color:#000000;}

/* background of the table */
#table-style .sortable td.empty, #table-style .sortable tr.odd td.empty, #table-style .sortable tr.even td.empty{background:#fff;}

/*footer div (which contains delete button) style */
#table-style #score-table-fatures{background:#f7f7f7; text-align:left; padding:3px; }

.sc_paging{padding:5px; line-height:20px;}
.sc_paging a{
	border:1px solid #ccc;
	padding:5px 8px 5px 8px;
	margin:5px 2px 5px 2px;
	font-weight:bold;
}
.sc_paging span{
	border:1px solid #ccc;
	padding:5px 8px 5px 8px;
	margin:2px;
	font-weight:bold;
	color:#000;
}

.sc_paging .selected{
	background-color:#fff;
	border:1px solid #ccc;
	padding:5px 8px 5px 8px;
	margin:2px;
	font-weight:bold;
	color:#000;
}
.sc_paging a:hover{
	border:1px solid #000;
	background-color:#fff;
}

.bigfont{
	font-size:14px;
	font-weight:bold;
}