@charset "utf-8";
/* CSS Document */

#TopBlueBar {
	background-color: #00F;
	height: 20px;
	width: 100%;
	background-image: url(../../T_Commun/T_Commun_Background/Blue.jpg);
}
#LogoDiv {
	background-color: #FFF;
	height: 179px;
	width: 100%;
	text-align: center;	
	
	
}
#VillageRadioMenu {
	height: 85px;
	width: 100%;
	background-image: url(../../T_Commun/T_Commun_Background/Blue.jpg);
	text-align: center;
}
#ToRedBar {
	background-color: #F00;
	height: 20px;
	width: 100%;
	background-image: url(../../T_Commun/T_Commun_Background/Red.jpg);
}

#Content_AllVideos
{
height: 1500px;
width: 800px;

}
#Each_Video
{
	width: 611px;
	height: 409px;
	text-align: center;
	float: right;
}
#Content_Video {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 1600px;
	background-color: white;
	border-top-left-radius: 10px; /* Mozilla Firefox Extension */
	;
	-moz-border-radius-topleft: 10px; /* Border Radius Style */
	;
	border-top-right-radius: 10px; /* Mozilla Firefox Extension */
	;
	-moz-border-radius-topright: 10px; /* Border Radius Style */
	;
	border-bottom-right-radius: 10px; /* Mozilla Firefox Extension */
	;
	-moz-border-radius-bottomright: 10px; /* Border Radius Style */
	;
	border-bottom-left-radius: 10px; /* Mozilla Firefox Extension */
	;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-box-shadow: 0 0 15px 15px #888888;
	-webkit-box-shadow: 0 0 15px 15px #888888;
	box-shadow: 0 0 15px 15px #888888;
	padding-top: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}
#Title_Video {
	width: 300px;
	height: 30px;
	margin-right: auto;
	font-size: 24px;
	font-style: oblique;
	background-image: url(../../T_Commun/T_Commun_Background/T_TitleBackground.gif);
	margin-left: auto;
	
	border-top-left-radius: 10px; /* Mozilla Firefox Extension */
	;
	-moz-border-radius-topleft: 10px; /* Border Radius Style */
	;
	border-top-right-radius: 10px; /* Mozilla Firefox Extension */
	;
	-moz-border-radius-topright: 10px; /* Border Radius Style */
	;
	border-bottom-right-radius: 10px; /* Mozilla Firefox Extension */
	;
	-moz-border-radius-bottomright: 10px; /* Border Radius Style */
	;
	border-bottom-left-radius: 10px; /* Mozilla Firefox Extension */
	;
	-moz-border-radius-bottomleft: 10px;
	box-shadow: 5px 5px #818181;
	-webkit-box-shadow: 5px 5px #818181;
	-moz-box-shadow: 5px 5px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
	text-align: center;
	padding-top: 10px;
	color: #306;
	font-weight: bolder;
	margin-bottom: 20px;
	
}
#SideBar_Video {
	height:1500px;
	width: 940px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: justify;

}
#Footer {
	text-align: center;
	height: 200px;
	width: 100%;
	color: #FFF;
	margin-top: 20px;
	clear: both;
	background-image: url(../../T_Commun/T_Commun_Background/Blue.jpg);
}
.FooterColorClass {
	color: #FFFF00;
}

