/* webcams.view.css */

/* WEBCAMS: VIEW (LIST) */

#plugin_webcams.plugin_webcams_listing {
	margin-right: -15px;
}

#plugin_webcams.plugin_webcams_listing a {
	position: relative;
	overflow: hidden;
	
	display: inline-block;
	vertical-align: top;
	
	width: 200px;
	height: 150px;
	
	margin: 0 22px 22px 0;
	padding: 3px;
	
	font-size: 11px;
	text-decoration: none;
	
	border: 1px #DDD solid;
	background-color: #FFFFFF;
}
#plugin_webcams.plugin_webcams_listing a:hover {
	text-decoration: none;
}

#plugin_webcams.plugin_webcams_listing a .foreground {
	position: absolute;
	top: 3px;
	left: 3px;
	
	display: block;
	width: 200px;
	height: 150px;
	
	background-image: url('/fileadmin/web/images/views/webcams/reflection.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#plugin_webcams.plugin_webcams_listing a .link,
#plugin_webcams.plugin_webcams_listing a .background {
	position: absolute;
	left: 3px;
	bottom: 3px;
	
	overflow: hidden;
	
	display: block;
	width: 180px;
	height: 15px;
	
	padding: 5px 10px;
	
	color: #FFF;
	text-align: center;
}
#plugin_webcams.plugin_webcams_listing a .background {
	background-color: #000;
	opacity: 0.35;
	filter:alpha(opacity = 35);
}
#plugin_webcams.plugin_webcams_listing a:hover {
		border: 1px #999999 solid;
}
#plugin_webcams.plugin_webcams_listing a:hover .background {
	opacity: 0.65;
	filter:alpha(opacity = 65);
}

#plugin_webcams.plugin_webcams_listing br {
	display: none;
}

#plugin_webcams.plugin_webcams_listing img {
	display: block;
}

#plugin_webcams.plugin_webcams_listing .caption {
	display: block;
	
	margin: 10px 0 0 0;
	padding: 0 10px 0 5px;
}

/* WEBCAMS: VIEW (SINGLE) */

#plugin_webcams.plugin_webcams_single {
	position: relative;
	overflow: hidden;
	
	display: block;
	height: 148px;
	width: 198px;
	
	text-decoration: none;
}

#plugin_webcams.plugin_webcams_single .background,
#plugin_webcams.plugin_webcams_single .foreground
{
	position: absolute;
	left: 0;
	top: 93px;
	
	display: block;
	height: 45px;
	width: 198px;
	
	padding-top: 10px;
}
#plugin_webcams.plugin_webcams_single .background {
	background-image: url('/fileadmin/web/images/views/webcams/webcams.view.single.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#plugin_webcams.plugin_webcams_single .foreground strong {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	color: #000062;
	
	margin-left: 32px;
}

#plugin_webcams.plugin_webcams_single .foreground .link {
	display: block;
	margin-left: 12px;
	background-image: url('/fileadmin/web/images/common/icons/arrow_link.grey.gif');
	background-repeat: no-repeat;
	color: #4B4B4B;
	padding-left: 20px;
	
	font-size: 10px;
}
