/**** Graphic Layout *****/


.header {
	margin-top: 0px;
}

:-moz-any-link:focus {
  outline: none;
}

div.content {
	width: 718px;
	/* height: 430px; */
	text-align:center;
	margin-bottom: 10px;
	padding-top: 0px;
	font-size: 110%;
}

div.navbuttons {
	width: 100%;
}

#featurepane {
	width: 718px;
	text-align:left;
	overflow: hidden;
	margin: 0 auto;
} 

#panelcontainer {
	width: 8000px;
}

.panel {
	width: 718px;
	height: 100%;
	text-align: left;
	float: left;
	margin-top: 20px;
}

div.content .navbuttons ul {
	margin:0;
	padding: 0px 0px 38px 0px; 
	width:100%;
	list-style:none;
	border-bottom: 1px solid #266092;
}


div.content .navbuttons ul li {
	position:relative;
	display:block;
	float: left;
	width: 170px;
	height: 38px;
	margin-right: 10px;
	background: url('http://images.internetsafety.com/www/images-pm/biz-tab-inactive.jpg') no-repeat;
}

div.content .navbuttons ul li a {
	display: block;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 12px;
	}
	
div.content .navbuttons ul li a:link {
	color: #7d7d7d;
	}

div.content .navbuttons ul li a:visited {
	color: #7d7d7d;
}

div.content .navbuttons ul li a:hover {
	color: #266092;
	background: url('http://images.internetsafety.com/www/images-pm/seb-tab-active.jpg') no-repeat;
}

div.content .navbuttons ul li a:active {
	color: #266092;
	background: url('http://images.internetsafety.com/www/images-pm/seb-tab-active.jpg') no-repeat;
}

div.content .navbuttons li.current a:link, .navbuttons li.current a:visited, .navbuttons li.current a:hover {
	color: #266092;
	background: url('http://images.internetsafety.com/www/images-pm/seb-tab-active.jpg') no-repeat;
}

div.featureform {
	font-family: arial;
	font-size: 14px;
	color: RGB(81, 80, 83);
	padding-top: 5px;
	padding-left: 30px;
}

div.grey-overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

div.dialog {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	border: 2px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

div.dialogchrome {
	width: 100%;
	height: 25px;
	background-color: orange;
	text-align: left;
}

#dialogcaption {
	font-family: arial;
	color: white;
	font-size: 16px;
	text-align: left;
	margin-top: 3px;
	margin-left: 5px;
	float: left;
}

.dialogclose {
	font-family: arial;
	color: white;
	font-size: 16px;
	text-align: left;
	margin-top: 3px;
	margin-right: 5px;
	float: right;
}

#dialogcontent {
	font-family: arial;
	color: black;
	font-size: 14px;
	text-align: left;
	margin: 10px;
}

table.bizfeatures {
	border-collapse: collapse;
}

table.bizfeatures td {
	padding: 5px;
	vertical-align: top;
}