@charset "utf-8";
/* CSS Document */
html{
overflow:-moz-scrollbars-vertical;
}
body {background-color:#E8E8E8;
color: #333; 
}
#page-body{
/*background-image:url(../img/12_col.gif);
background-repeat:repeat-y;*/
}
#head{
	background-image: url(../img/bckg-header.png);
	background-repeat: repeat-x;
}
#logo{
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: -10px;
}
#globalnav-search{
	background-image:url(../img/bckg-search.png);
	background-repeat:no-repeat;
}
a{
	color:#409D8F;
	text-decoration:none;
}
a:hover{
color:#409D8F;
	text-decoration:underline;
}
a img{
text-decoration:none;
border:0;
}
#page-crumb a{
color:#666666;
}
.submenu p.menuItem a, .submenu h3.sectionTitle{
color:#666666;
}
.submenu p.menuItem a:hover{
color:#409D8F;
}
h3.filled{
padding-left:4px;
}
.filled{
background-color:#E8E8E8;
color:#333333;
}
.tableHeader{
background-color:#E8E8E8;
padding:4px;
}
.tableHeader h4{
margin-bottom: 0px;
color:#333;
}
td div.top5Padded{
	padding-top:5px;
}

.panel-top{
	background-image: url(../img/bckg-panel-top.png);
	background-repeat: no-repeat;
	height:20px;
	}
.panel-bottom{
	background-image: url(../img/bckg-tabbedpanels-bottom.png);
	background-repeat: no-repeat;
	height:20px;
	}
.panel-content {
	background-color: #FFF;
	border-left: solid 1px #CCC;
	border-bottom: 0px;
	border-top: 0px;
	border-right: solid 1px #CCC;
	_width:958px;
}

.camera {background-color:#DCEAFA;
}
.interf{}
.probe{}
th.table-header{
	/*border-right:4px solid #fff;*/
	border-left:2px solid #fff;
	padding-top:2px;
	padding-bottom:2px;
}
td.table-subheader{
border-bottom:3px solid #ccc;
padding-bottom:4px;
padding-top:12px;
}
.dataCell{
border-bottom:1px solid #ccc;
padding:4px 2px 6px 2px;
}
.centered{	text-align: center;}
h2{
border-top:1px solid #ccc;
padding-top:4px;
margin-bottom:14px;
}

fieldset {
	/*margin: 0;
	padding: 0;
	border: #ccc solid 1px;*/
outline: #ccc solid 1px;
}
label, legend {
	/*margin: 10px;
	padding: 10;
	background: #F4F4F4;*/
}
div#footer{
	color:#666;
}
div#footer strong{
	color:#575757;
}