@CHARSET "UTF-8";

table#taulaWebcam
{
	padding: 0;
	text-align: center;
}

table#taulaWebcam tr td a
{
	text-decoration: none;
}

table#taulaWebcam td
{
	padding: 0;
}

table#taulaWebcam td
{
	padding: 3px 0;
}

table#taulaWebcam div#status
{
	color: white;
	background-color: black;
	font-size: x-small;
	height: 14px;
}

tr.tr1 {
	font-weight: bold;
	font-size: medium;
	color: black;
	letter-spacing: 3px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	text-align: center;
}

.capTaula a, .capTaula a:VISITED
{
	color: black;
	background-color: transparent;
}

.capTaula a:hover
{
	color: black;
}

.capTaulaInac, .capTaulaInac a  
{
	color: gray;
	background-color: #ded5bb;
}

table#taulaWebcam img
{
	border: 0px;
}

div#webcam_loc {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 640px; height: 480px;
	padding: 0;
	margin: 0;
}

img#webcam {
	border: 0;
	left: 0px;
	top: 0px;
	width: 640px; 	height: 480px;
	z-index: 100;
}

img#webcam1, img#webcam2 {
	margin: 6px;
	border: 0;
	font-family: sans-serif;
	font-size: x-small;
}

div#webcam_fons {
	width: 640px; height: 480px;		
   background-image: url("imatges/webcamload1.jpg");
   background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	margin: 0 60px 10px;
}

div#webcam_wait {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 640px; height: 480px;
	background-color: white;
	background-image: url("imatges/wait.gif");
	background-repeat: no-repeat;
	background-position: center;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
   display: none;
 
   padding: 0;
   margin: 0;
}

