@import "navigation.css";

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

* {
	padding: 0px;
	margin: 0px;
}

body {
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetia, sans-serif;
	color: black;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background-color: #5f5e5e;
}

#inner-bg {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 100%;
	width: 762px;
	padding-left: 40px;
	padding-right: 40px;
}

#header {
	height: 80px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: url('../images/netfort_logo.jpg') no-repeat;
	background-position: 20px 20px;

}

#page-body {
  width: 760px;
	background-color: #ffffff;
	border: 1px solid #d8d6d7;
	border-top: 0px;
	margin-bottom: 10px;
}	

#main-text {
	padding-left: 27px;
	padding-right: 20px;
	padding-top: 0px;
	margin-bottom: 20px;
}

#footer {
	background: url('../images/footer-background.jpg') no-repeat;
	background-color: #ffffff;
	width: 716px;
	height: 70px;
	padding-bottom: 15px;
  clear: both;
  margin-top: 0px;
  margin-left: 27px;
  
}	

div.whitespace20 {
	height: 20px;
	min-height: 20px;
	clear: both;
}

#graphic-subpage {
	position: relative;
	top: -21px;
	left: -8px;
	width: 100px;
	height: 89px;
	float: right;
	background: url('../images/graphic-subpage.png') no-repeat;
	z-index: 100;
}

#banner-subpage {
	height: 8px;
	width: 100%;
	background-color: #fa6d0e;
}

#productname {
	position: relative;
	top: 0px;
	left: 259px;
	height: 80px;
	width: 500px;
	z-index: 100;
	line-height: 80px;
}

#productname p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fa6d0e;
	font-weight: bold;
	font-size: 2em;
	text-align: right;
}



h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fa6d0e;
}
tr {
	vertical-align: top;
}

table {
	border-spacing: 0px;
	padding: 0px;
	border-collapse: collapse;
}	

h2 {
	font-size: 1.4em;
}	

p {
	padding-top: 0px;
	padding-bottom: 12px;
}

a {
	color: #264084;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #264084;
}

a:focus {
	outline: none;
}

#main-text h1 {
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 20px;
  padding-bottom: 12px;	
}

#main-text h2, h3 {
	padding-top: 17px;
}
	
#footer p.copyright {
	color: #8494b9;
	padding-top: 3px;
	font-size: 0.8em;
}

#footer p {
	color: white;
	font-size: 1em;
	padding-left: 20px;
	padding-top: 14px; 
}

#footer > #privacylink a, #privacylink a:visited, #privacylink a:hover {
	color: #8494b9;
	border-right: none;
	text-decoration: none;
}

#privacylink a:hover {
	text-decoration: underline;
}



#trials ul {
	font-size: 9pt;
	list-style-type: none;

}

#trials li {
	padding-left: 70px;
	margin-top: 12px;
	padding-bottom: 0px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#trials li p {
	padding-top: 5px;
}

#trials li.last {
	padding-bottom: 0px;
}

#trials li.laptop {
	background-image: url('../images/icon-laptop.jpg');
}

#trials li.network {
	background-image: url('../images/icon-ethernet.jpg');
}

#download_form {
	width: 100%;
	border: 1px solid #fcb53a;
	border-bottom: 0px;
	background-color: #fffbb7;
	border-collapse: separate;
	border-spacing: 5px;
}

#download_form td.description {
	padding-right: 40px;
}

#download_form .details {
	margin-bottom: 12px;
	margin-left: 25px;
	width: 150px;
	}

#download_button_table {
	width: 100%;
	background-color: #fcb53a;
	border-spacing: 5px 5px;
	border-collapse: separate;
	border: 1px solid #f86d03;
	border-top: 0px;
	margin-bottom: 10px;
}

#download_button {
	margin-left: 20px;
	font-size: 0.9em;
}

.button-continue {
	width: 154px;
	margin-right: 64px;
	margin-top: 10px;
	background-image: url('../images/button-green.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;

}



.smallprint {
	font-size: 8pt;
	padding-top: 8px;
	padding-bottom: 12px;
}

ol {
	padding-left: 20px;
}

ol li {
	padding-top: 2px;
	padding-bottom: 8px;
}

ul.sublist {
	list-style-type: disc;
	margin-left: 10px;
}

.command {
	font-family: "Courier New", Courier, monospace;
}

#resources_key, .resources_list {
	padding-top: 20px;
}

#resources_key ul {
	padding-left:0px;
	margin-left: 0px;
}

#resources_key li, .resources_list > li {
  list-style: none;
  padding: 6px 50px 20px 36px;
  background-position: 0px 10px;
}

#resources_key li{
  display: inline;
}

#resources_key li.key {
	padding-left: 0px;
	padding-right: 20px;
}

#resources_key li.html, .resources_list > li.html {
	background: url('../images/icon-html.jpg') no-repeat;
}

#resources_key li.pdf, .resources_list > li.pdf {
	background: url('../images/icon-pdf.jpg') no-repeat;
}

#resources_key li.youtube, .resources_list > li.youtube {
	background: url('../images/icon-youtube.jpg') no-repeat;
}

#contact-support {
	width: auto;
	padding-right: 40px;
	margin-top: 12px;
	border-collapse: collapse;
}

#contact-support-phones {
	border-collapse: separate;
	padding-right: 20px;
	padding-bottom: 10px;
}

#contact-support td {
	padding-left: 0px;
	padding-right: 20px; 
	padding-bottom: 4px;
}

#contact-support-phones td {
	padding-bottom: 2px;
}

.office-row {
	margin-bottom: 20px;
}

.officeleft {
	float: left;
	width: 45%;
}

.officeright {
	float: right;
	margin-right: 20px;
	width: 45%;
}

.contact-office-outer {
	background-color: #ededed;
	padding: 10px;
	padding-top: 0px;
	height: auto;
}

.contact-office p {
	padding-bottom: 2px;
}

.first {
	padding-top: 12px;
}

.last {
	margin-bottom: 8px;
}

.label {
	font-weight: bold;
}

img.floatleft {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	border: 0px;
	margin-bottom: 0px;
	border: 1px solid #264084;
}

div.floatleft {
	float: left;
}

div.instructions {
	margin-left: 150px;
}

p.screenshot {
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
}

p.clicktoenlarge {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	clear: both;
	padding-top: 3px;
	text-align: center;
	margin-left: 5px;
}

li.standard {
	margin-left:10px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	background-image: url('../images/bullet-black-triangle.png');
	background-repeat: no-repeat;
	background-position: 0px 9px;
	list-style-type: none;
}

li.num {
	padding-left: 0px;
	background-image: none;
	list-style-type: decimal;
}

table.standard {
	width: 100%;
	border: 1px solid #fcb53a;
	background-color: #fffbb7;
	margin-bottom: 10px;
}

li.sublist {
	margin-left:0px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	background-image: url('../images/bullet-black-hyphen.png');
	background-repeat: no-repeat;
	background-position: 0px 9px;
	list-style-type: none;
}

tr.headingrow {
	background-color: #fcb53a;
}

tr.standard {
	background-color: #fffbb7;
	margin-bottom: 30px;
}
	
tr.alternate {
	background-color: white;
}

td.headingcell {
		padding: 3px 10px 3px 10px;
		font-weight: bold;
		width: 33%;
}

td.bodycell {
		padding: 3px 10px 3px 10px;
}

	margin-left:10px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;


td.width25 {
	width: 25%;
}

td.width33 {
	width: 33%;
}

td.width50 {
	width: 50%;
}

td.width66 {
	width: 66%;
}

td.width75 {
	width: 75%;
}

td.right {
	text-align: right;
}
ol.privacy {
	list-style-type: lower-roman;
}

ol.alpha {
	list-style-type: lower-alpha;
}

.popup_container {
	width: 100%;
	position: relative;
}

.popup {
position:absolute;
cursor:pointer;
border: #fa6d0e solid 2px;
display:none;
z-index:999;
background-color: #fffbb7;
opacity: 0.85;
height: auto;
padding: 5px;
}


.popup p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 95%;
	color: black;
	
}

.popup h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 4px;
	color: black;
	
}
.popup {
	display: none;
}

div.closePopup {
	margin-top: 12px;
	bottom: 2px;
}

div.closePopup p {
	padding-bottom: 0px;
	color: #094d87;
	font-size: 0.85em;
}

#highlight-box {
	float: right; 
	width: 180px; 
	right: 0px; 
	margin-left: 20px; 
	background-color: #fffbb7; 
	border: 2px solid #fa6d0e;
	padding-left: 10px;
}

#highlight-box h2 {
	padding-top: 0px;
}

div.wizard {
	padding-top: 20px;
	clear: both;
}
img.wizard {
	border: 0;
}

.console {
	border: 1px solid #FA6D0E;
	padding-left: 2px;
	width: 100%;
	font-size: 11px;
	line-height: 100%;
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
	display: inline-block;
}  /* for IE/Mac */



