/*****************************************************************************/

body {
	color: #000;
	background: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: underline;
	cursor:pointer;
	color:#000;
}
a:hover, a:active {
	text-decoration: underline;
	cursor:pointer;
	color:#000;
}
/*****************************************************************************/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 0.1em 0 0.1em;
	line-height: 28px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}
/*****************************************************************************/
button {
	border:0;
	cursor:pointer;
	font-weight:bold;
	padding:0 12px 0 0;
	text-align:center;
}
button span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 0 0 12px;
	font-weight: normal;
	font-size: 0.9em;
	height:23px;
	line-height:23px;
	color:#fff;
}
button:hover span {
	text-decoration: underline;
}
button.right {
	float: right;
	clear: none;
	display: inline-block;
}
button.left {
	float: left;
}
/* black buttons with arrow */
button.btn-black-arrow {
	background:url(../images/bg-button-black-arrow.gif) right no-repeat;
	padding:0 26px 0 0;
}
button.btn-black-arrow span {
	background:url(../images/bg-button-black-fill.gif) left no-repeat;
}
button.btn-black-arrow-disabled {
	background:url(../images/bg-button-black-arrow-disabled.gif) right no-repeat;
	padding:0 26px 0 0;
}
button.btn-black-arrow-disabled span {
	background:url(../images/bg-button-black-fill-disabled.gif) left no-repeat;
}
/* black glossy buttons */
button.btn-black-glossy {
	background:url(../images/bg-button-black-glossy-right.gif) right no-repeat;
}
button.btn-black-glossy span {
	background:url(../images/bg-button-black-glossy-left.gif) left no-repeat;
}
/* back gray button with arrow */
button.btn-back {
	background:url(../images/bg-button-back-right.gif) right no-repeat;
}
button.btn-back span {
	background:url(../images/bg-button-back-arrow.gif) left no-repeat;
	padding: 0 0 0 27px;
}
/* Error Pages ***************************************************************/

div#error_main {
	background-image: url(../images/bg-login-tiki.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 320px;
}
div#error_main h1 {
	padding-top: 10px;
	font-size: 14pt;
}
div#error_main h2 {
	padding-top: 10px;
}
div#error_main p {
	padding-top: 10px;
}
div#error_message {
	margin: 0px;
	float: left;
	width: 240px;
	padding: 20px;
	font-size: 11px;
}
/*****************************************************************************/
#notice {
	color: #009345;
	margin: 0px auto;
}
#container {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#masthead {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 760px;
	background: #fff url(../images/bg-header-shadow.gif) repeat-x bottom left;
	border: thin green 1px;
}
#account {
	top: 15px;
	right: 0;
	color: #808080;
	height: 30px;
	text-align: right;
	float: right;
	clear: right;
	position: relative;
}
#logo {
	background-image: url(../images/logo-master-norton.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 111px;
	margin-top: 25px;
	display: block;
	float: left;
}
#online-backup {
	background-image: url(../images/bg-nav-global-online-backup.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 35px;
	float: left;
	display: block;
	position: relative;
	top: 25px;
	z-index: 200;
	margin-left: 10px;
}
#nav-resources {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 300;
	top: 25px;
	float: left;
}
#nav-page-tools {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
	text-align: right;
	width: 760px;
}
#nav-page-tools li.last {
	padding-right: 0;
}
.nav-horizontal {
	list-style: none;
	height: 25px;
	line-height: 25px;
}
.nav-horizontal li {
	float: none;
	display: inline;
	border-right: 1px solid #E6E6E6;
	padding: 0 12px;
}
.nav-horizontal li.last {
	border: none;
}
.nav-horizontal li a {
	color: #000;
	text-decoration: underline;
}
#masthead {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	background: #fff url(../images/bg-header-shadow.gif) repeat-x bottom left;
}
#masthead_logo {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width:230px;
	float:left;
	height: 60px;
}
#masthead_nav {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 350px;
	float: left;
}
.masthead_nav_horizontal {
	padding-top:26px;
	list-style: none;
	height: 25px;
	line-height: 25px;
}
.masthead_nav_horizontal li {
	float: none;
	display: inline;
	border-right: 1px solid #E6E6E6;
	padding: 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.masthead_nav_horizontal li.last {
	border: none;
}
.masthead_nav_horizontal li a {
	color: black;
}
#masthead_account {
	margin: 5px 0px;
	padding: 0px;
	height: 60px;
	width: 180px;
	color: #808080;
	text-align: right;
	float: right;
}
#masthead_account_progressbar {
	padding-top: 10px;
}
.masthead_account_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009345;
	font-weight: bold;
	margin-bottom:-4px;
}
.masthead_account_title a {
	color: #fdb913;
	text-decoration: none;
}
.masthead_account_status {
}
#logo {
	background-image: url(../images/logo-master-norton.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 111px;
	margin-top: 25px;
	display: block;
	float: left;
}
#online-backup {
	background-image: url(../images/bg-nav-global-online-backup.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 35px;
	float: left;
	display: block;
	position: relative;
	top: 25px;
	z-index: 200;
	margin-left: 20px;
}
#nav-page-tools {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
	text-align: right;
	width: 100%;
}
#nav-page-tools li.last {
	padding-right: 0;
}
#content {
	margin: 0px;
	padding: 0px;
	width: 760px;
	float: left;
	margin-bottom: 10px;
	min-height: 420px;
}
#footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top: 1px solid #ccc;
	color: #CCCCCC;
	font-size: 11px;
	margin-top: 10px;
	padding-top: 10px;
	float: left;
	clear:both;
}
#footer a {
	color:#FDB913;
	text-decoration: none;
}
div#login_main {
	background-image: url(../images/bg-login02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 320px;
}
div#login_welcome {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
	font-size: 11px;
	padding-top: 10px;
}
#login_welcome h1 {
	margin: 0px;
	padding-left: 1em;
	display: block;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	letter-spacing: -1px;
	line-height: 38px;
}
#masthead_logo_client {
	background-image:url(../images/nobo_cobrand.gif);
	background-repeat:no-repeat;
  height:60px;
  width:178px;
	float:right;
	margin-top:20px;
}
#login_main_whatis {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 410px;
}
#login_whatis_index {
	margin: 0px;
	padding: 0px;
	float: left;
	position:relative;
	width: 520px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	padding-top: 10px;
	padding-left: 10px;
	min-height:400px;
}
#login_whatis {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 570px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	padding-top: 10px;
	padding-left: 10px;
}
#login_whatis strong {
	font-weight:bold;
}
.whatis_hd {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	letter-spacing: -1px;
	line-height: 34px;
	padding-bottom:10px;
	display:block;
}
.whatis_subhd {
	font-size:1.6em;
	font-weight: bold;
	line-height: 1em;
}
.whatis_chartnumber {
	font-size:1.2em;
	font-weight:bold;
	line-height: 1.2em;
}
.whatis_chart {
	background-image:url(../images/bg_chart.gif);
	background-repeat:repeat-x;
	background-color:#FFF3D2;
/*	height:100px; */
	text-align:center;
	font-size:0.8em;
	line-height:1em;
	border: 1px solid #000;
	margin-top:10px;
}
.whatis_chart td {
	padding:1px;
}
#whatis_callout {
	height:226px;
	width:150px;
	float:right;
	margin-top: 50px;
	text-align: center;
	font-size: 11px;
}
#whatis_callout_index {
	height:226px;
	width:200px;
	float:right;
	margin-top: 50px;
	text-align: center;
	font-size: 11px;
}
#whatis_graybar {
	margin: 0px;
	width: 750px;
	float: left;
	margin-bottom: 10px;
	background-color: #FFF;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 7px;
	height: 33px;
}
div#login_box {
	margin: 0px;
	float: right;
	width: 225px;
	padding: 10px;
	font-size: 11px;
}
#login_subbox {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
label.login {
	width: 225px;
	float: left;
	text-align: left;
	margin: 0 1em 5px 0;
clear: both  color:red;
}
#login_subbox p {
	line-height:40px;
}
#login_subbox .text-full {
	background: #fff url(../images/bg-input-text-full-login.gif) no-repeat;
	width: 205px;
	color: black;
}
h3.login_hd {
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
}
.signup_box {
	margin-left: auto;
	margin-right: auto;
	width:250px;
	padding: 2em;
}
.signup_box h2 {
	font-size: 14pt;
}
.signup_box h3 {
	font-size: 11pt;
}
div#start_box {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
div#start_login_box {
	padding-right:25px;
	padding-left:25px;
	float: right;
	width: 300px;
	font-size: 11px;
	border-left: solid thin #ccc;
}
div#start_signup_box {
	padding-left:25px;
	width: 250px;
}
#bg-computers {
	margin: 0px;
	padding: 0px;
	border-right: solid #CCC 1px;
	border-top: solid #CCC 1px;
	border-left: solid #CCC 1px;
}
#family-tree {
	margin: 0px;
	height: 64px;
	padding: 10px;
}
#left-column {
	float: left;
	width: 150px;
	position: relative;
	padding-top: 14px;
}
#right-column {
	float: right;
	text-align: left;
	padding-top: 15px;
	width: 595px;
	min-height: 400px;
}
#buttons {
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 760px;
	margin-top: 10px;
	padding-top: 10px;
	float: left;
}
#add_comp {
	background-image: url(../images/bg_addComp.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 96px;
	width: 169px;
	text-align: left;
	/*float: left;*/
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#add_comp a {
	color:#FFFFFF;
	font-size: 21px;
}
#add_comp a:hover {
	color:#FDB913;
}
p.important_note {
	font-weight: bold;
}
#settings-00 {
	background-image: url(../images/settings00.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 107px;
	color: #000000;
	padding-bottom: 20px;
}
#settings-txt-00 {
	margin: 0px;
	float: right;
	padding: 0px;
	text-align: left;
	padding-top: 5px;
	font-size: 11px;
	width: 340px;
}
#settings-01 {
	background-image: url(../images/settings01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 107px;
	padding-bottom: 20px;
	color: #000000;
}
#settings-txt-01 {
	margin: 0px;
	float: right;
	padding: 0px;
	padding-top: 12px;
	clear: both;
	text-align: left;
	font-size: 11px;
	width: 340px;
}
#settings-02 {
	background-image: url(../images/settings02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 107px;
	padding-top: 20px;
	color: #000000;
}
#settings-txt-02 {
	margin: 0px;
	padding: 0px;
	float: right;
	padding-top: 30px;
	text-align: left;
	font-size: 11px;
	width: 340px;
}
#settings-03 {
	margin: 0px;
	padding: 0px;
	height: 107px;
	background-image: url(../images/settings03.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	color: #000000;
}
#settings-txt-03 {
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: left;
	padding-top: 20px;
	font-size: 11px;
	width: 340px;
}
#settings-row {
	margin: 0px;
	height: 84px;
	padding: 10px;
	background-image: url(../images/bg_statusboxLg.jpg);
}
.resActions {
	margin: 0px;
	float: right;
	color: #999999;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 0px;
	text-align: center;
	line-height: 21px;
	font-weight: bold;
}
.settings-title {
	display: block;
	text-align: left;
	width: 120px;
	position: absolute;
	float: left;
	margin-left: 94px;
	margin-top: 32px;
}
.butRow {
	margin: 0px;
	padding: 0PX;
}
.butFile {
	margin: 0px;
	padding: 0px;
	float: right;
}
.butLeft {
	margin: 0px;
	padding: 0px;
	float: left;
}
.left-column-name {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-indent: 20px;
}
.left-column-computer-name {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-indent: 0px;
	text-align: center;
}
a#comp_icon_show {
	font-size: 10pt;
}
.comp-status {
	display: block;
	position: relative;
	width: 395px;
	float: left;
	clear: right;
	text-align: left;
}
.comp-status div {
	margin-left: 10px;
	padding-top: 6px;
}
.comp-status a {
}
.remove-comp {
	display: block;
	position: relative;
	width: 300px;
	float: left;
	clear: right;
	text-align: left;
}
.remove-comp div {
	margin-left: 10px;
	padding-top: 24px;
}
.comp-column-wide {
	text-align: right;
	float: right;
	width: 300px;
	padding-right: 2px;
}
.comp-column {
	text-align: right;
	margin: 0px;
	clear: none;
	float: right;
	width: 90px;
	padding: 0px;
	padding-right: 2px;
}
.comp-column div {
	padding-top: 15px;
}
.comp-name {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.comp-left {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
.person {
	display: block;
}
.small {
	width: 64px;
	height: 64px;
	float: left;
}
.comp-progress {
	text-align: left;
	margin: 0px;
	clear: none;
	float: right;
	width: 260px;
	padding: 0px;
	font-size: 10px;
	position: relative;
	top: 10px;
}
.comp-progress-status-title {
	font-size:12px;
	font-weight:bold;
}
.comp-progress div {
	padding-top: 24px;
}
.page-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 35px;
	color: #000000;
}
.login-hd {
	font-size: 12px;
	font-weight: bold;
}
/* to hide labels but keep them accessible */
.accessible {
	display: block !important;
	overflow: hidden !important;
	width: 0 !important;
	height: 0 !important;
	border: none !important;
}
.row-gradient {
	background-image: url(../images/bg_statusbox.jpg);
	background-repeat: repeat-x;
}
.prepare {
	background-image: url(../images/butPrepare.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 16px;
	width: 68px;
}
.desk-mac {
	background-image: url(../images/desk_mac.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 64px;
	display: block;
	float: left;
}
.laptop-mac {
	background-image: url(../images/laptop_mac.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 64px;
	display: block;
	float: left;
}
.desk-pc {
	background-image: url(../images/desk_pc.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 64px;
	display: block;
	float: left;
}
.laptop-pc {
	background-image: url(../images/laptop_pc.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 64px;
	display: block;
	float: left;
}
.desk2-pc {
	background-image: url(../images/desk2_pc.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 64px;
	display: block;
	float: left;
}
.mini-mac {
	background-image: url(../images/mini_mac.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 64px;
	display: block;
	float: left;
}
.icon-normal {
	background-position: 0px -65px;
}
.icon-success {
	background-position: -65px 0px;
}
.icon-error {
	background-position: -130px 0px;
}
.icon-inactive {
	background-position: -195px 0px;
}
.icon-n360 {
	background-position: -260px 0px;
}
.icon-inprogress {
	background-position: -325px 0px;
}
.icon-success-off {
	background-position: -65px -65px;
}
.icon-error-off {
	background-position: -130px -65px;
}
.icon-inactive-off {
	background-position: -195px -65px;
}
.icon-n360-off {
	background-position: -260px -65px;
}
.icon-inprogress-off {
	background-position: -325px -65px;
}
.text-full {
	border: none;
	background: #fff url(../images/bg-input-text-full.gif) no-repeat;
	width: 240px;
	height: 20px;
	padding: 3px 10px 0 10px;
	margin-bottom: 5px;
	float: left;
}
.text-name {
	border: none;
	background: #fff url(../images/bg-input-text-name.gif) no-repeat;
	width: 120px;
	height: 20px;
	padding: 3px 0px 0 0;
	margin-bottom: 5px;
	float: left;
}
.iconlg {
	margin: 0px;
	height: 84px;
	width: 84px;
	display: block;
}
.throttle {
	margin: 0px;
	padding: 0px;
	margin-left: 94px;
}
.throttle-row {
	margin: 0px;
	padding: 10px;
	min-height: 84px;
}
.throttle-gradient {
	background-image: url(../images/bg_statusboxLg.jpg);
	background-repeat: repeat-x;
}
.clearfix:after, .block:after, fieldset:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.eula {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
span.header_alert_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	font-weight: normal;
}
span.header_alert_ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #009345;
	font-weight: normal;
}
span.header_alert_warn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF0000;
	font-weight: normal;
}
/*****************************************************************************/
/* Registration Page */
div.form_container {
	padding: 30px 30px 30px 100px;
}
div.form_row {
	width: 600px;
	margin-bottom: 10px;
}
div.form_col_1 {
	width: 200px;
	float:left;
	padding: 4px 0 0 0;
}
div.form_col_2 {
	float: left;
	width: 400px;
	padding: 0;
}
div.form_col_2 select {
	margin-bottom: 5px;
}
div.form_col_2 hr {
	color: #eeeeee;
	margin: 10px 0 0 0;
	width: 400px;
}
div.form_col_button {
	padding: 1em 0 0 0;
}
div.form_col_header {
	font-weight: bold;
	font-size: 16px;
	margin-left: 0;
}
span.required_field {
	color: red;
}
.errorExplanation { /* html error from EBE*/
	color: red;
}
/* backup_agents/download page */
td.text {
	padding-left:47px;
	color:#666;
}
/* account */
#services_table table {
	margin-top: 15px;
	margin-bottom: 15px;
	border:1px solid #C3C3C3;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	line-height:16px;
}
#services_table th {
	font-weight: bold;
	background-color: #FDC642;
	font-size: 16px;
	padding: 5px 4px 4px;
	border-right: 1px solid #C3C3C3;
}
#services_table td {
	padding: 5px 4px 4px;
	border-right: 1px solid #C3C3C3;
	width: 44%;
}
#services_table tr.odd_row {
	background-color:#EBEBEB;
}
#services_table tr.even_row {
	background-color: white;
}
#services_table span.activate_purchased_storage {
	float:right;
	line-height:25px;
	font-weight:bold;
}
#activationCodeEntry {
	padding: 10px 0px 0px 20px;
}
#backup_agent_time_zone {
	width: 330px;
}
.install_step_label {
	position: absolute;
	float: left;
	color: gray;
	font-size: 35pt;
	padding-top: 9px;
	font-family: serif;
}
.backup_rule_pattern {
	width:400px;
	overflow:scroll;
}
/* Slider Styles */
.ui-slider {
	width: 200px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center center;
}
.ui-slider-handle {
	position: absolute;
	z-index: 1;
	height: 23px;
	width: 12px;
	top: 0px;
	left: 0px;
	background-image: url(../images/slider-handle.gif);
}
.ui-slider-handle-active {
	border: 1px dotted black;
}
.ui-slider-disabled .ui-slider-handle {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.ui-slider-range {
	position: absolute;
	background: #FFCC00;
	opacity: 0.3;
	filter: alpha(opacity=30);
	width: 100%;
	height: 100%;
}
.ui-slider, .ui-slider-1 {
	background-image: url(../images/slider-bg-1.png);
}
.ui-slider-2 {
	background-image: url(../images/slider-bg-2.png);
}


.big_button {
	font-size: 18px;
	color: white;
	height: 48px;
	width:210px;
	background:url(../images/big_black_button.jpg) left no-repeat;
}
.big_button_text {
	padding-top: 13px;
	text-decoration:none;
	cursor:pointer;
}
