﻿/*video Module*/

.video_content
{
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	margin-left: 0px;
	
}

.video_content img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.video_content a
{
	text-decoration: none;
	font-weight: bold;
	color: #0099FF;
}

.video_content a:hover
{
	text-decoration: underline;
	color: #0099FF;
}
.video_content a:visitor
{
	text-decoration: underline;
	color: #0099FF;
}
.video_content div.detali
{
	color: #666666;
	margin-right: 9px;
}

.video_content div.posted
{
	color: #FF99FF;
	margin-right: 11px;
	font-size: xx-small;
	font-family: tahoma;
	margin-top: 10px;
}

.video_content tr
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

.video_content div.titlename
{
	color: #000000;
	font-size: 16px;
	font-family: tahoma;
	background-color: #6699FF;
	height: 39px;
	vertical-align: middle;
	text-align: center;

	
}
.video_content span.titlename
{
	color: #000000;
	font-size: 16px;
	font-family: tahoma;
	background-color: #6699FF;
	height: 39px;
	vertical-align: middle;
	text-align: center;
	display :table-cell ;
  padding-left : 10px;	
	
}


.video_content div.player
{
	border-style: none;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #333333;
	width: 100%;
	background-color: #333333;
} 