	.tsc_tables2_0 {
		font-size:12px;		
		overflow:hidden;
		border:1px solid #d3d3d3;
		background:#fefefe;
		width:70%;
 margin-bottom:5px;
		-moz-border-radius:5px; /* FF1+ */
		-webkit-border-radius:5px; /* Saf3-4 */
		border-radius:5px;
		-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	}
	
	.tsc_tables2_0 th, td {padding:5px 28px 5px; text-align:center; }
	
	.tsc_tables2_0 th {padding-top:22px; text-shadow: 1px 1px 1px #fff; background:#e8eaeb;}
	
	.tsc_tables2_0 td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}
	
	.tsc_tables2_0 tr.odd-row td {background:#f6f6f6;}
	
	.tsc_tables2_0 td.first, th.first {text-align:left}
	
	.tsc_tables2_0 td.last {border-right:none;}
	.tsc_tables2_0 td {
		background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
		background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
	}
	
	.tsc_tables2_0 tr.odd-row td {
		background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
		background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
	}
	
	.tsc_tables2_0 th {
		background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
		background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
	}
	
	
.tsc_tables2_0 tr:first-child th.first {
		-moz-border-radius-topleft:5px;
		-webkit-border-top-left-radius:5px; /* Saf3-4 */
	}
	
.tsc_tables2_0 tr:first-child th.last {
		-moz-border-radius-topright:5px;
		-webkit-border-top-right-radius:5px; /* Saf3-4 */
	}
	
.tsc_tables2_0 tr:last-child td.first {
		-moz-border-radius-bottomleft:5px;
		-webkit-border-bottom-left-radius:5px; /* Saf3-4 */
	}
	
.tsc_tables2_0 tr:last-child td.last {
		-moz-border-radius-bottomright:5px;
		-webkit-border-bottom-right-radius:5px; /* Saf3-4 */
	}
	
	
	

.tsc_tables2_1 { font-size:12px; background:#fff; width:480px; border-collapse:collapse; text-align:left;}
.tsc_tables2_1 th { font-size:14px; font-weight:normal; color:#333; padding:10px ; border-bottom:2px solid #ccc;}
.tsc_tables2_1 td { color:#666; padding:5px;}
.tsc_tables2_1 tbody tr:hover td { color:#333; background-color:#f5fbff; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; -webkit-box-shadow: 0px 1px 4px 1px #eee; box-shadow: 0px 1px 4px 1px #eee;}

.tsc_tables2_2 { font-size:12px; background:#fff; width:480px; border-collapse:collapse; text-align:left;}
.tsc_tables2_2 th { font-size:14px; font-weight:normal; color:#333; padding:10px 8px; border-bottom:2px solid #ccc;}
.tsc_tables2_2 td { border-bottom:1px solid #ccc; color:#666; padding:6px 8px;}
.tsc_tables2_2 tbody tr:hover td { color:#333; background-color:#f5fbff; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; -webkit-box-shadow: 0px 1px 4px 1px #eee; box-shadow: 0px 1px 4px 1px #eee;}

.tsc_tables2_3 { font-size:12px; width:480px; text-align:left; border-collapse:collapse; background:#fff;}
.tsc_tables2_3 th { padding:8px 2px; font-weight:normal; font-size:14px; border-bottom:2px solid #ccc; border-right:30px solid #fff; border-left:30px solid #fff; color:#333; }
.tsc_tables2_3 td { padding:12px 2px 0px 2px; border-right:30px solid #fff; border-left:30px solid #fff; color:#666; padding:6px;}
.tsc_tables2_3 tbody tr:hover td { color:#333; border-bottom:1px dotted #ccc;}

.tsc_tables2_4 { font-size:12px; width:480px; text-align:left; border-collapse:collapse;}
.tsc_tables2_4 th { text-align:left; font-size:13px; font-weight:normal; padding:8px; background:#ccc; border:1px dotted #ccc; border-bottom:2px solid #fff; color:#333;
	
	    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.20, rgb(189,189,189)),
        color-stop(0.7, rgb(224,224,224))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(201,201,201) 20%,
        rgb(231,231,231) 80%
        );
	}
.tsc_tables2_4 td { padding:8px; background:#f2f2f2; border-bottom:1px solid #fff; color:#666; border-top:1px solid transparent;}
.tsc_tables2_4 tbody tr:hover td { color:#333; background-color:#f5fbff; border-top:1px solid #ccc; border-bottom:1px solid #ccc; }

.tsc_tables2_5 { font-size:12px; width:480px; text-align:center; border-collapse:collapse; border-top:1px solid #ccc; border-bottom:3px solid #ccc;}
.tsc_tables2_5 th { font-size: 13px; font-weight:normal; padding:8px; background:#f2f2f2; border-right:1px dotted #ccc; border-left:1px dotted #ccc; color:#333;	}
.tsc_tables2_5 tbody tr:hover td { color:#333; background-color:#f5fbff; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; }
.tsc_tables2_5 td { padding:8px; background:#fff; border-right:1px dotted #ccc; border-left:1px dotted #ccc; color:#333;}

.tsc_tables2_6 { font-size:12px; width:480px; text-align:left; border-collapse:collapse;background:#fff;}
.tsc_tables2_6 th { font-size:14px; font-weight:normal; padding:10px 8px; color:#333;}
.tsc_tables2_6 td { padding:8px; color:#666;}
.tsc_tables2_6 tbody tr:hover td { color:#333; background-color:#f5fbff; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; }
.tsc_tables2_6 .odd { background:#eee;}

.tsc_tables2_7 { font-size:12px; width:480px; text-align:left; border-collapse:collapse;}
.tsc_tables2_7 th { font-size:14px; font-weight:normal; padding:12px 15px; border-right:1px solid #fff; border-left:1px solid #fff; color:#333;}
.tsc_tables2_7 td { padding:8px 15px; border-right:1px solid #fff; border-left:1px solid #fff; color:#666;}
.tsc_tables2_7 tbody tr:hover td { color:#333; background-color:#f5fbff; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; }

.tsc_tab2_odd { background:#f2f2f2;}
.tsc_tab2_even { background:#eee;}
.tsc_tables2_7 .tsc_tab2_v1 { background:#ddd; border-bottom:1px dotted #999;}
.tsc_tables2_7 .tsc_tab2_v2 { background:#ccc; border-bottom:1px dotted #666;}


.tsc_tables2_8 { font-size:12px; width:480px; text-align:left; border-collapse:collapse;background:#fff;}
.tsc_tables2_8 th { font-size:14px; font-weight:normal; padding:12px 15px; color:#000;}
.tsc_tables2_8 td { padding:10px 15px; color:#666; border-top:1px dotted #ccc;}
.tsc_first { background:#f2f2f2; border-right:10px solid transparent; border-left:10px solid transparent;}
.tsc_tables2_8 tbody tr:hover td { color:#333; background-color:#f5fbff; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; }


.tsc_tables2_9 { font-size:12px; width:480px; text-align:left; border-collapse:collapse; border:1px solid #ccc; background:#fff;}
.tsc_tables2_9 th { padding:12px 17px 12px 17px; font-weight:normal; font-size:14px; color:#333; border-bottom:1px dashed #ccc; background-color:#f2f2f2;}
.tsc_tables2_9 td { padding:7px 17px 7px 17px; color:#666;}
.tsc_tables2_9 tbody tr:hover td { color:#333; background-color:#f5fbff; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; }

.tsc_tables2_10 { font-size:12px; width:480px; text-align:left; border-collapse:collapse; border:1px solid #ccc;background:#fff;}
.tsc_tables2_10 th { padding:15px 10px 10px 10px; font-weight:normal; font-size:14px; color:#333;}
.tsc_tables2_10 tbody { background:#f2f2f2;}
.tsc_tables2_10 td { padding:10px; color:#666; border-top:1px dashed #ccc;}
.tsc_tables2_10 tbody tr:hover td { color:#333; background-color:#f5fbff; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; }

.tsc_tables2_11 { font-size:12px; width:480px; text-align:left; border-collapse:collapse; border:1px solid #ccc;background:#fff;}
.tsc_tables2_11 th { padding:20px; font-weight:normal; font-size:13px; color:#333; text-transform:uppercase; border-right:1px dashed #ccc; border-top:1px dashed #999; border-left:1px dashed #999; border-bottom:1px solid #ccc; background-color:#f2f2f2;}
.tsc_tables2_11 td { padding:10px 20px; color:#666; border-right:1px dashed #ccc;}
.tsc_tables2_11 tbody tr:hover td { color:#333; background-color:#f5fbff; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; }

.tsc_tables2_12 { font-size:12px; width:480px; text-align:left; border-collapse:collapse;}
.tsc_tables2_12 thead th.rounded-company { background:#b9c9fe url('../images/left.png') left -1px no-repeat;}
.tsc_tables2_12 thead th.rounded-q4 { background:#b9c9fe url('../images/right.png') right -1px no-repeat;}
.tsc_tables2_12 th { padding:8px; font-weight:normal; font-size:13px; color:#039; background:#b9c9fe;}
.tsc_tables2_12 td { padding:8px; background:#e8edff; border-top:1px solid #fff; color:#669;}
.tsc_tables2_12 tfoot td.rounded-foot-left { background:#e8edff url('../images/botleft.png') left bottom no-repeat;}
.tsc_tables2_12 tfoot td.rounded-foot-right { background:#e8edff url('../images/botright.png') right bottom no-repeat;}
.tsc_tables2_12 tbody tr:hover td { color:#333; background-color:#f5fbff; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; }

.tsc_tables2_13 { font-size:12px; width:480px; text-align:left; border-collapse:collapse;}
.tsc_tables2_13 th { padding:12px; font-weight:normal; font-size:14px; color:#339;}
.tsc_tables2_13 td { padding:9px 12px; color:#669; border-top:1px solid #fff;}
.tsc_tables2_13 tfoot td { font-size:11px;}
.tsc_tables2_13 tbody td { background:url('../images/back.png');}
.tsc_tables2_13 tbody tr:hover td { color:#339; background:none;}

.tsc_tables2_14 { font-size:12px; width:480px; text-align:left; border-collapse:collapse;}
.tsc_tables2_14 th { font-size:13px; font-weight:normal; padding:8px; background:#b9c9fe url('../images/gradhead.png') repeat-x; border-top:2px solid #d3ddff; border-bottom:1px solid #fff; color:#039;}
.tsc_tables2_14 td { padding:8px; border-bottom:1px solid #fff; color:#669; border-top:1px solid #fff; background:#e8edff url('../images/gradback.png') repeat-x;}
.tsc_tables2_14 tfoot tr td { background:#e8edff; font-size:12px; color:#99c;}
.tsc_tables2_14 tbody tr:hover td { background:#d0dafd url('../images/gradhover.png') repeat-x; color:#339;}


	

