table.content {
	background-color: white;
	margin-bottom: 20px;
}

.content_bottom_spacer {
	display: none;
}

table.content .center_side {
	width: 658px;
	vertical-align: top;
	padding: 0;
}

.right_video_side {
	width: 300px;
	padding-left: 22px;
	vertical-align: top;
}

.right_video_side .paging {
	width: 300px;
	margin-top: 0;
}

#video_paging.paging {
	width: 100%;
	border-bottom: 0;
	border-top: 1px dotted #808080;
}

p.paging {
	border-bottom: 1px dotted #808080;
	height: 20px;
	overflow: hidden;
}

#active_page {
	color: #8BABCA;
	font-weight: bold;
}

.video_news {
	padding: 15px 20px 20px 20px;
}

.video_news h5 {
	/*margin-bottom: 15px;*/
	font: bold 13px arial, sans-serif;
	color: #08428F;
}
/*end video style*/

/*tabs menu*/
.tabs_menu {
	height: 24px;
	padding: 0;
	margin: 0;
	overflow: visible;
	background: #0B3F73 url('../images/tabs_tlr.gif') no-repeat;
}

* html .tabs_menu {
	overflow: hidden;
}

.tabs_menu ul, .tabs_menu p {
	float: right;
	background: url('../images/tabs_trr.gif') no-repeat right top;
}

.tabs_menu li, .tabs_menu a, .tabs_menu a:hover {
	float: left;
	padding: 0 10px;
	height: 24px;
	font: bold 10px verdana, sans-serif;
	color: white;
	line-height: 22px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	background-color: transparent;
}

.tabs_menu li.active_tab, .tabs_menu a.active_tab  {
	top: -4px;
	height: 28px;
	line-height: 28px;
	background: white;
	color: #0B3F73;
	border-top: 1px solid #0C4074;
}

.tabs_menu li.active_tab sub, .tabs_menu li.active_tab sup, .tabs_menu a.active_tab sub, .tabs_menu a.active_tab sup {
	position: absolute;
	top: -1px;
	width: 6px;
	height: 29px;
	overflow: hidden;
	background-image: url('../images/tabs_active_tlr.gif');
	cursor: pointer;
}

.tabs_menu li.active_tab sub, .tabs_menu a.active_tab sub {
	left: 0px;
}

.tabs_menu li.active_tab sup, .tabs_menu a.active_tab sup {
	right: 0px;
	background-image: url('../images/tabs_active_trr.gif');
}

.video_playlist .tabs_menu li {
	width: 130px;
	margin: 0;
}

.video_playlist .tabs_menu li#right_tab {
	text-align: right;
}
/*end tabs menu*/

.video_content {
	margin-bottom: 20px;
}

.video_thumbnails {
	margin: 10px 0 0 -3px; 
	height: 290px;
}

.video_thumbnails li {
	float: left;
	width: 126px;
	height: 145px;
	margin-left: 13px;
	display: inline;
	text-align: right;
}

.video_thumb  {
	display: block;
	width: 116px;
	height: 65px;
	background-color: #BFBFBF;
	padding: 5px;
	position: relative;
}

.video_thumbnails p {
	font-size: 10px;
	text-align: left;
	margin-top: 7px;
	color: black;
	height: 37px;
	overflow: hidden;
	padding: 0 5px;
}

em.date {
	font-style: normal;
	color: #808080;
}

.video_thumbnails span {
	font-size: 10px;
	color: #A6A6A6;
	cursor: default;
	padding-right: 5px;
}

.video_thumbnails span.my_video {
	cursor: pointer;
	color: #8BABCA;
}

a.video_thumb em {
	position: absolute;
	top: 5px;
	left: 5px;
	background-image: url('../images/video_thumb_mask.png');
	width: 116px;
	height: 65px;
	cursor: pointer;
}

* html a.video_thumb em {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/video_thumb_mask.png', sizingMethod='scale');
}

.video_thumbnails li.playing_video p {
	color: black;
}

.playing_video a.video_thumb em, a.video_thumb:hover em  {
	background-image: url('../images/video_thumb_active_mask.png');
}

* html .video_thumbnails li.playing_video a.video_thumb em, * html .video_thumbnails a.video_thumb:hover em {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/video_thumb_active_mask.png', sizingMethod='crop');
}

/*video playlist*/
.video_playlist {
	margin: 10px 0 20px 0;
	height: 363px;
}

table.playlist_listing {
	border-collapse: collapse;
	width: 299px;
}

.playlist_listing td {
	padding: 8px 0;
	border-bottom: 1px dotted #808080;
}

.playlist_listing td.left_td {
	width: 84px;
	padding-right: 10px;
	padding-left: 8px;
}

.playlist_listing td.left_td span {
	display: block;
	width: 84px;
	height: 47px;
	background-color: #BFBFBF;
}

.playlist_listing p {
	width: 173px;
	font-size: 10px;
	padding-right: 10px;
	max-height: 37px;
	overflow: hidden;
}

.playlist_listing a img {
	width: 84px;
	height: 47px;
}

.playlist_listing .video_thumb, .playlist_listing .video_thumb em {
	width: 84px;
	height: 47px;
	padding: 0;
	top: 0;
	left: 0;
}

* html .playlist_listing p {
	height: expression(this.offsetHeight < 37 ? 'auto' : '37px');
}

.remove_icon {
	cursor: pointer;
}

.playlist_listing .playing_video a.video_thumb em, .playlist_listing a.video_thumb:hover em {
	background-image: url('../images/video_thumb_active_small_mask.png');
}

* html .playlist_listing .playing_video a.video_thumb em, * html .playlist_listing a.video_thumb:hover em {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/video_thumb_active_small_mask.png', sizingMethod='crop');
}
/*end video playlist*/

/*pager container*/
.pager_container {
	overflow: hidden;
	width: 300px;
	height: 320px;
	position: relative;
}
/*end pager container*/

.content div.center_side {
	padding: 0 0 10px 0;
	margin-top: 20px;
	width: 658px;
	border-bottom: 1px dotted #808080;
}

.center_side table.paging
{
	width: 658px;
	margin-bottom: 9px;
}

.center_side .company_news_list li
{
	padding-left: 20px;
}

.comments_box {
	width: 316px;
	margin: 0 auto;
	font: 10px tahoma, sans-serif;
	line-height: 16px;
	*line-height: 14px;
}

.comments_box input, .comments_box textarea {
	width: 304px;
	margin-bottom: 10px;
}

.comments_box textarea {
	height: 67px;
}

.comments_box input.submit {
	width: 78px;
	background-image: url('../images/reg_submit.gif');
	margin: 0 auto;
	display: block;
}


/*branding style
.video_news h5
{
	color: #08428f;
}

.player_wide
{
	padding-top: 31px;
}

.player_wide a.brand_link
{
	display: block;
	width: 62px;
	height: 23px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	left: 9px;
	background: transparent url("../brand_images/icard_logo_small.gif") no-repeat scroll left top;
}

table.paging #active_page, table.paging a.active, .video_thumbnails span.my_video
{
	color: #009bda;
}

.content div.center_side a.heading_title, h3.heading_title.brand_title_video
{
	background-color: #6d6d6d !important;
	background-image: url("../brand_images/icard_heading_title_center_lr.gif") !important;
	padding-left: 20px;
}

.content div.center_side a.heading_title span, h3.heading_title.brand_title_video span
{
	background-image: url("../brand_images/icard_heading_title_center_rr.gif") !important;
}

ul.link_list {
	padding: 0 20px;
}

.content input, .content select, .content textarea, .table_send input
{
	border-color: #009bda;
}

.comments_box input.submit
{
	background-image: url("../brand_images/icard_submit.gif");
}

.content div.center_side
{
	background: transparent url("../brand_images/icard_comments_background.gif") repeat-x scroll left bottom;
	position: relative;
}

.content div.center_side a.brand_left
{
	position: absolute;
	bottom: 30px;
	left: 0px;
	display: block;
	width: 105px;
	height: 133px;
	overflow: hidden;
	background: white url("../brand_images/icard_comment_left.png") no-repeat scroll left top;
}

.content div.center_side a.brand_right
{
	position: absolute;
	bottom: 73px;
	right: 18px;
	display: block;
	width: 135px;
	height: 55px;
	overflow: hidden;
	background: white url("../brand_images/icard_comment_right.png") no-repeat scroll left top;
}

.video_playlist
{
	margin-top: 35px;
}

ul.headnav li.active_item p {
	display: none;
}
end branding*/