/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
	padding: 0px 0;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom: -10px;
	font: tahoma 11px bold;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
	display: inline;
	margin: 0;
}
.shadetabs li a{
	text-align:center;
	display:inline-block;
	width:127px;
	height:37px;
	background:url(../tasam/images/tasam_video_tab1.png) no-repeat 0 0;
	text-decoration: none;
	position: relative;
	vertical-align:bottom;
	margin:0px 0 0 2px;
	padding:12px 0 0 0;
	color:#FFFFFF;
	font-weight:bold;
}
.shadetabs li a:hover{
	text-decoration: underline;
}
.shadetabs li a.selected{ /*selected main tab style */
	background:url(../tasam/images/tasam_video_tab.png) no-repeat 0 0;
}
a:active {}.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}
.tab_container{
	font-size:12px;
	padding:5px 5px;
	overflow-y:auto;
	overflow-x: hidden;
	margin:0 0 10px 0;
}
.ajax_table{
	width:220px;
}
.ajax_table td{
	border-bottom:1px dotted #CCC;
}
.tab_list_date{
	float:right;
	color:#6a6a6a;
	font-size:10px;
	padding:5px 0 0 0;
}
.tab_list_item{
	background:url(../tasam/images/bullet.jpg) no-repeat left 2px;
	padding:0 0 0 15px ;
}.tab_list_item a{
	text-decoration:none;
	color:#1b2127;
}
.tab_list_item a:hover{
	text-decoration:underline;
}

