@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	top: 0;
	left: 0;
	font-size: 100%;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
	height: 100%;
	background-color: #fff;
	text-align: center;
	color:#666;
}

#container {
	width: 1000px;
	margin: 0 auto;
	height: 500px;
}

#topbanner {
	background-color: #aaf;
}

#logo {
	width: 400px;
	text-align: left;
	float: left;
}

#logo img {
	margin: 15px 0px 0px 15px;
}

#webrootlogo {
	color: #000000;
	float: right;
	text-align:right;
	margin: 8px 8px 0px 0px;
}

#login {
	color: #f60;
	float: right;
	text-align:right;
	margin: 8px 8px 0px 0px;
}

#login .txt {
	font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-size: 1.25em;
	color:#666;
    border: solid 1px #aaa;
    width: 90px;
	margin-right: 5px;
	vertical-align: bottom;
}

#login img {
	vertical-align: bottom;
}
#login .img-submit {
	vertical-align: bottom;
}

#footer {
	clear: both;
	display: block;
	background-color: #616161;
	padding: 15px 0px 15px 0px;
	text-align: center;
}

#footernav {
	color: #ccc;
	font-size: .85em;
	text-align: center;
	width: 780px;
	margin-left: 300px;
	margin-bottom: 15px;
}

#footernav ul {
	list-style: none;
}

#footernav ul li {
	float: left;
	border-right: 1px solid #777;
	display: block;
	padding: 0 15px;
}

#footernav ul li.last {
	border-right: none;
}

#footernav ul li a, #footernav ul li a:visited {
	text-decoration: none;
	color: #ccc;
}

#footernav ul li:hover a {
	color: #eee;
	border-bottom: #eee 1px solid;
}

#copyright {
	display: block;
	color: #246fa4;
	font-size: .7em;
	margin-top: 10px;
	margin-bottom: 15px;
}

#mainbody {
	clear: both;
	display: block;
}

#mainNav {
	clear: both;
	position: relative; 
	z-index: 100;
}

#mainNav ul {
	list-style-type: none;
}

#mainNav ul li a, #mainNav ul li a:visited {
	display: block; 
	text-decoration: none; 
	overflow: hidden;
	height: 80px;
	text-align: center;
	color: #fff;
}

.navitem1, .navitem4 {
	display: block; 
	text-decoration: none; 
	overflow: hidden;
	height: 80px;
	text-align: center;
	color: #fff;
	background: url(../images/NavDk.png);
	width: 142px;
}

.navitem2 a, .navitem2 a:visited {
	background: url(../images/NavDk.png);
	width: 110px;
	line-height: 110px;
}

.navitem3 a, .navitem3 a:visited {
	background: url(../images/NavDk.png);
	width: 110px;
	line-height: 110px;
}

.navLTitem1 a, .navLTitem1 a:visited {
	background: url(../images/NavLt1.png);
	width: 142px;
	line-height: 110px;
}

.navLTitem2 a, .navLTitem2 a:visited {
	background: url(../images/NavLt2.png);
	width: 164px;
	line-height: 110px;
}

.navLTitem3 a, .navLTitem3 a:visited {
	background: url(../images/NavLt3.png);
	width: 189px;
	line-height: 110px;
}

#mainNav ul li {
	float: left; 
	position: relative;
	text-align: left;
}

#mainNav ul li ul {
	display: none;
}

.navitem2 a:hover, .navitem3 a:hover {
	background: url(../images/NavDkOver.png);
}

.navLTitem1 a:hover {
	background: url(../images/NavLt1Over.png);
}

.navLTitem2 a:hover {
	background: url(../images/NavLt2Over.png);
}

.navLTitem3 a:hover {
	background: url(../images/NavLt3Over.png);
}

#mainNav ul li:hover ul {
	display: block; 
	position: absolute; 
	top: 80px;
	left: 0;
}

#mainNav ul li:hover ul li {
	background-color: #fff;
}

#mainNav ul li:hover ul li a {
	display: block; 
	white-space: nowrap;
	text-align: left;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	color: #666;
	background-image: none !important;
	height: 25px;
	line-height: 25px;
	padding: 0px 5px;
	font-size: 80%;
	width: 180px;
}

#mainNav ul li:hover ul li.navlast a {
	border-bottom: 1px solid #999;
}

#mainNav ul li:hover ul li a:hover {
	background-color: #7ebad9;
	color: #333;
}

#col1 {
	display: block;
	width: 749px;
	padding: 0;
	float: left;
	text-align: left;
}

#col1 h2 {
	margin-left: 30px;
}

	
#col2 {
	display: block;
	width: 250px;
	padding: 0;
	background-color: #f7f7f7;
	float: right;
	text-align: left;
	border-left: 1px solid #ccc;
}

#leftcol {
	display: block;
	width: 250px;
	padding: 0;
	background-color: #f7f7f7;
	float: left;
	text-align: left;
}

#nextsteps {
	display: block;
	width: 250px;
	padding: 0;
	background-color: #f7f7f7;
	float: right;
	text-align: left;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#rightcolmargin {
	display: block;
	width: 718px;
	padding: 0;
	float: right;
	text-align: left;
	margin-left: 30px;
}

#rightcol {
	display: block;
	width: 749px;
	padding: 0;
	float: right;
	border-left: 1px solid #ccc;
	text-align: left;
}

.leftpair {
	display: block;
	width: 374px;
	float: left;
	margin-bottom: 30px;
}

.rightpair {
	display: block;
	width: 374px;
	float: right;
	margin-bottom: 30px;
}

.icon1, .icon3 {
	display: block;
	float: left;
	width: 185px;
	text-align: center;
}

.icon2, .icon4 {
	display: block;
	float: right;
	width: 185px;
	text-align: center;
}

.lower {
	clear: both;
	display: block;
	margin-top: 30px;
	padding: 30px 0px 30px 0px;
	border-top: 1px solid #ccc;
	text-align: center;
	width: 100%;
}

.iplookup {
	display: block;
	border-bottom: .5px solid #ccc;
	padding: 10px 10px 30px 20px;
}

.iplookup .txt2 {
	font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-size: 1.5em;
    border: solid 1px #bbb;
    width: 160px;
	margin-right: 5px;
	vertical-align: bottom;
}

.iplookup img {
	vertical-align: bottom;
}

.bcdbd, .sidenav {
	display: block;
	padding: 5px 10px 20px 20px;
}

.bcdbd img {
	margin: 10px;
}

.content, .content ol {
	padding: 0px 50px 50px 50px;
}

.content p, #singlecol p {
	padding-bottom: 20px;
}

.content form, #singlecol form {
	font-size: .8em;
	line-height: .6em;
	
}

.content form.sdk, #singlecol form.sdk {
	font-size: 1em;
	line-height: 1em;
}

.content form.repchange, #singlecol form.repchange {
	font-size: 1em;
	line-height: 1em;
}

.sidenav p {
	padding-bottom: 10px;
}

.allapps {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #bbb;
}

#singlecol {
	text-align: left;
	padding: 0px 100px 40px 100px;
	display: block;
}

h2 {
	font-weight: normal;
	font-size: 2em;
	color: #999;
	padding-top: 30px;
	padding-bottom: 30px;
}

h3 {
	font-weight: normal;
	font-size: 1.1em;
	color: #246fa4;
	margin: 10px 0px 15px 0px;
}

h4 {
	margin-top: 5px;
	font-weight: normal;
	font-size: .9em;
	color: #246fa4;
	margin: 10px 0px 10px 0px;
}

p, ol {
	font-size: .8em;
	color: #666;
}

a {
	color: #246fa4;
}

a:hover {
	color: #5faad1;
}

.caption {
	font-size: .7em;
	color: #aaa;
	font-style: italic;
}

.dashbd {
	font-size: .7em;
	padding-left: 5px;
	padding-top: 3px;
}

.content ul, #singlecol ul {
	font-size: .8em;
	color: #666;
	margin-left: 30px;
}
	
.content ul li, #singlecol ul li {
	padding-bottom: 5px;
}

.strike {
	text-decoration: line-through;
}

.hide {
	display: none;
}

.show {
	display: block;
}

form {
	font-size:.8em; padding:10px 0;
}

form.sdk {
        font-size:1em;
        padding:10px 0;
}

form .label {
	min-height: 2.2em;
	float: left;
	text-align: right;
	width: 30%;
	color: #666;
}

form .field {
	min-height: 2.2em;
	width: 68%;
	float: right;
}

form .float_container {
	display: block;
	clear: both;
	width:100%;
	padding-bottom: 5px;
}

form .float_container td {
	padding:2px;	
	text-indent: -25px;
	padding-left: 25px;
	color: #666;
}

form .float_container input {
	margin-right:5px;	
}

form label.radio {
	position: relative;
	top: -3px;
}

form #interval {
	width:150px;
}

form div.buttons {
	clear: both;
	display: block;
	width: 90%;
	padding-top: 10px;
	text-align: center;
}

form div.buttons input {
	width:80px;
}

form p {
	clear: both;
	width: 80%;
	margin: 0 auto;
	padding: 10px;
}

form.sdk p {
        clear: both;
        width: 100%;
        margin: 0 auto;
        padding: 10px;
}

#sitemap {
	text-align: left;
	padding: 0px 100px 40px 100px;
	display: block;
}

#sitemap ul {
	margin-left: 30px;
	color: #666;
}

#sitemap ul li {
	padding-bottom: 5px;
}

a.right {
	display: block;
	width: 100%;
	text-align: right;
	font-size: .7em;
}

img.right {
	float: right;
	width: 140px;
	border: 2px solid #ccc;
	padding: 4px;
	margin: 0px 0px 5px 10px;
}

.team {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.team_z {
	border-bottom: none;
}

table.apps {
	color: #444;
	border-collapse: collapse;
	font-size:.8em;
	margin-bottom: 30px;
}

table.apps th {
	background-color: #efefef;
	border-bottom: 2px solid #dedede;
	padding: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

table.apps th.left {
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
	background-image:url(../images/corner-upper-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

table.apps th.right {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background-image:url(../images/corner-upper-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

table.apps td {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #bcbcbc;
	vertical-align: top;
}

table.apps2 {
	color: #444;
	border-collapse: collapse;
	font-size:.8em;
	margin-bottom: 30px;
}

table.apps2 th {
	background-color: #efefef;
	border-bottom: 2px solid #dedede;
	padding: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

table.apps2 th.left {
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
	background-image:url(../images/corner-upper-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

table.apps2 th.right {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background-image:url(../images/corner-upper-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

table.apps2 td {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #bcbcbc;
	vertical-align: top;
}

.num {
	text-align:center;
}

.desc {
	text-align:left;
}

.appname {
	font-weight: bold;
	width: 120px;
}

.note {
	width: 300px;
}

.os {
	width: 120px;
}

.catname {
	font-weight: bold;
}


#subnav {
	clear: both;
	display: block;
	text-align: left;
	padding: 8px;
	background-color: #ccc;
	color: #036;
	font-size: .9em;
}

img .vcenter {
	float: left;
}

.risk {
	display: block;
	margin-bottom: 20px;
}

.s1, .s2 {
	color: green;
}

.s3, .s4 {
	color: orange;
}

.s5 {
	color: red;
}

.site {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	behavior:url(border-radius.htc);
	background: url(../images/SiteBG.png) repeat-x;
	color: #fff;
	font-size: 1.4em;
	display: block;
	padding: 5px 10px 45px 10px;
	text-align: left;
}

.site2 {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	behavior:url(border-radius.htc);
	background: url(../images/SiteBG.png) repeat-x;
	color: #fff;
	font-size: 1.4em;
	display: block;
	padding: 5px 10px 45px 10px;
	text-align: left;
}

.tabs { list-style:none; margin-left:10px; position:relative; z-index:10; }
.tabs li { float:left; display:inline; width:7em; border:1px solid #cccccc; margin-right:4px; text-align:center; font-weight:bold; }
.tabs li a { display:block; background-color:#ffffff; color:#7c7c7c; }
.tabs li a:hover { background-color:#f6f6f6; text-decoration:none; color:#333333; }
.tabs #selected { border-bottom-color:#e5e7fa; }
.tabs #selected a { background-color:#e5e7fa; color:#333333; }
#tabs_content { float:left; width:600px; background-color:#e5e7fa; font-size:.8em; border:1px solid #cccccc; margin-top:-1px; margin-bottom: 30px; padding:10px 0px 0; position:relative; z-index:5;}
#tabs_content table { width:100%; border-collapse:seperate; background-color:#ffffff; }
#tabs_content tr.odd  td { border-top:1px dotted #cccccc; border-bottom:1px dotted #cccccc; }
#tabs_content tr:hover { background-color:#f6f6f6; }
#tabs_content td{ padding:5px; }
#tabs_content .date { width:8.33em; text-align:center; vertical-align:top;}
table.toc { border-collapse:collapse; border:1px solid #e5e7fa; font-size:.8em; }
table.toc th { background-color:#e5e7fa; }
table.toc td { padding:2px; border-bottom:1px dashed #e5e7fa; }
table.toc tr:hover { background-color:#f6f6ff; }
table.toc tr.pages { background-color:#e5e7fa; }
table.toc a { display:block; }
table.toc tr.pages a{ display:inline; }
#container #mainbody #rightcol .content ul li ul li {
	font-size: 12px;
}

#socialnet {
	display: block;
	width: 210px;
	background-color: #f7f7f7;
	clear: right;
	float: right;
	text-align: left;
	padding: 0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#press {
	display: block;
	width: 675px;
	float: left;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 100px;
}



#container #mainbody #singlecol .MsoNormalTable {
}
#container #mainbody #singlecol .MsoNormalTable {
	padding: 0px;
}
#container #mainbody #singlecol .MsoNormalTable {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#container #mainbody #singlecol .MsoNormalTable {
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainbody #rightcol .content form .float_container table {
	line-height: 3px;
	margin: 0px;
	padding: 0px;
}
#p {
	margin: 0px;
	padding: 0px;
}
#container #mainbody #singlecol .MsoNormalTable {
	margin: 0px;
	padding: 0px;
}
#container #mainbody .MsoNormalTable {
	text-align: left;
	margin-left: 50px;
}


#col3 {
	display: block;
	width: 180px;
	padding: 0;
	background-color: #f7f7f7;
	text-align: left;
	float:right;
	border-left: 1px solid #ccc;
}
#col4 {
	display: block;
	width: 250px;
	padding: 0;
	background-color: #f7f7f7;
	align :right;
	text-align: left;
	border-left: 1px solid #ccc;
}

#repscore {
	font-size: 22px;
}

table.catd {
	color: #444;
	border-collapse: collapse;
	font-size:.8em;
	margin-bottom: 30px;
	text-align: left;
}

table.catd th {
	background-color: #efefef;
	border-bottom: 2px solid #dedede;
	padding: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

table.catd th.left {
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
	background-image:url(../images/corner-upper-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

table.catd th.right {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background-image:url(../images/corner-upper-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}


table.catd td {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #bcbcbc;
	vertical-align: top;
}
.connect {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}


li#threats {
	line-height: 200%;
}

.webroot {
	border-bottom: 1px solid #ccc;
	padding: 10px 40px 10px 30px;
}
.wrpr {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

table.contact {
	border: 0;
	width: 425px;
	font-size: .8em;
	
}

table.phone {
	border: 0;
	width: 250px;
	font-size: .8em;
	
}

