#tabapp
{
	border: 1px solid #0E9C12;
	width: 472px;
	font-family: arial, sans-serif;
}

#tabs
{
    width: 472px;
	background-color: #0E9C12;
	background-image: url(tab-bg.jpg);
}

#tabs a, #tabs a:visited
{
	border: 0px solid #000;
	height:20px;
    line-height:20px;
    font-size:10pt;
	text-align:left;
    float:left;
	width: 150px;
    text-decoration: none;
	color:#ffffff;
	text-align: center;
}

#tabs a:hover
{
    text-decoration: underline;
}

#tabs a:active
{
	text-decoration: none;
}

#tabs a.selected, #tabs a:visited.selected, #tabs a:hover.selected{
    background-color: #ffffff;
    color:#000;
	}

#webcam
{
   
    width: 472px;
    height: 205px;
    text-align: center;
}

#webcam-info-box
{
    float: left;
    width:49%;
    font-size: 10pt;
    margin-left: auto;
    margin-right: auto;
}

a img
{
	border-width: 0px;
}