/***************************/
/***** CSS FOR FIREFOX *****/
/***************************/

/**************************************/
/***** CSS File for the video page*****/
/**************************************/

/* Parameters for the Backbone for the video page */

.menu_h {
	position: absolute;
	top: 110px;
	left: 0px;
	width:950px;
	height:30px;
	text-align:left;
	background-color: transparent;
	color: black;
	background: url(../../common/picture/page/links/eurocorps_links.png);
}

.body {
	position: absolute;
	top: 145px;
	left: 0px;
	width: 960px;
	height: 650px;
	overflow:hidden;
	background-color: transparent;
}

.thumb_box {
	position:absolute;
	width:200px;
	height:155px;
	z-index:2;
	border:1px solid #CCCCCC;
}

.thumb_box_lnk a img {
	text-decoration:none;
	border:0;
}


.thumbnails a:hover {
	text-decoration:none;
}

.link {
	position:absolute;
	width:225px;
	height:545px;
	top:10px;
	border:2px solid #CCCCCC;
	overflow:hidden;
}

.link_banner {
	position:absolute;
	width:100%;
	height:20px;
	z-index:2;
	left:0px;
	top:0px;
}

.link_banner table{
	width:100%;
	height:100%;
	font-size:13px;
	font-family:"Tahoma";
	background-repeat:norepeat;
}

.link_body {
	position:absolute;
	height:500px;
	z-index:2;
	top:20px;
	overflow:hidden;
	background-color: white;
}

.link_footer {
	position:absolute;
	width:100%;
	height:25px;
	z-index:2;
	left:0px;
	top:520px;
	background-color:#CCCCCC;
}
