
/*----- COMMON BODY STYLES -----*/

/* Body Presets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none; font-family:inherit; font-size:100%; font-style:inherit; font-weight:inherit; margin:0; padding:0; text-align:left; vertical-align:baseline; }

* { margin:0; padding:0; }
*:focus, *:active {  outline:none; }

* html body * { overflow:visible; }

body { color:#333; font:12px Arial; }


/* CSS-BUTTON */
button {
  	font-family: "Oxygen", sans-serif;
  	display: inline-block; outline: none; cursor: pointer;
  	-moz-border-radius: 0.3em;-webkit-border-radius: 0.3em; border-radius: 0.3em; border: 0px solid;
  	-moz-transition: all 100ms; -o-transition: all 100ms; -webkit-transition: all 100ms; transition: all 100ms;
	opacity: 1; transition: opacity .2s ease-out; -moz-transition: opacity .2s ease-out; -webkit-transition: opacity .2s ease-out; -o-transition: opacity .2s ease-out;
}

button:hover { opacity: 0.8; }

button.primary	{ background-color: ; 	color: ; 	}
button.secondary{ background-color: ; 	color: ; }
button.tertiary	{ background-color: ; 	color: ; 	}

button.small   { font-size: 14px; width: 61px; height:29px;  }
button.medium  { font-size: 14px; width: 117px; height:28px; }
button.large   { font-size: 16px; width: 175px; height:41px; }

button.small-text { font-size: 12px; }

/* TEXT */
.smaller-text { font-size: 10px; }


/* Paragraph Presets */
p {	margin:4px 0 10px 0; padding:0; line-height:16px; }
p.last { margin-bottom:0px; }
p img  { margin-left:5px; margin-bottom:5px; }

/* Div Floats & Align */
.clearfix { clear:both; }
.clearfix: after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

.subcolumns { display:table; table-layout:fixed; width:100%; overflow:auto; }

.col25-left { width:25%; float:left; }
.col25-right { width:25%; float:right; }

.col33-left { width:33.333%; float:left; }
.col33-right { width:33.333%; float:right; }

.col50-left { width:50%; float:left; }
.col50-right { width:50%; float:right; }

.col66-left { width:66%; float:left; }
.col66-right { width:66%; float:right; }

.padding { padding: 10px 10px 10px 10px; }

.float-left { display:inline; float:right; margin:0px 20px 10px 0px; }
.float-right { display:inline; float:right; margin:0px 0px 10px 20px; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6 { font-weight:bold; font-family:Arial, Verdana, sans-serif; margin:0px 0 10px 0; padding:0px; color:#CA0A0A; }
h1 { font-size:24px; }
h2 { font-size:20px;  }
h3 { font-size:18px; }
h4 { font-size:18px;}
h5 { font-size:15px;  }
h6 { font-size:12px;  }

h1.default, h1.default, h3.default, h4.default, h5.default, h6.default { color:#333; }

a img, a:link img, a:hover img, a:visited img { border:none; text-decoration:none;  }

/* LINKS */
a:link, a:visited { color:#666; text-decoration:underline;  }
a:hover { color:#CA0A0A; text-decoration:none; }

a.white:link, a.white:visited { color:#FFF; }
a.white:hover { color:#FFF; text-decoration:none; }

/* TEXT */
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.text-xsmall { font-size:10px; }
.text-small { font-size:11px; }
.text-medium { font-size:12px; }
.text-large { font-size:14px; }
.text-xlarge { font-size:18px; }
.text-strong { font-weight:bold; }

.italic { font-style:italic; }
.highlight { color:#CA0A0A }
.highlight-heading { color:#CA0A0A; font-weight:bold; font-size:14px; }
.required { color:#b1005d; font-weight:bold; padding-left:1px;  }
.absmiddle { vertical-align: middle; padding-right:8px; }
.disclaimer { padding-top:15px; font-style: italic; color:#A8A8A8; clear:both; }

img.float-left { float:left; margin:0px 20px 20px 0px; }
img.float-right { float:right; margin:0px 0px 20px 20px; }

blockquote  { margin:0 0 18px 18px; font-style:italic; }
strong { font-weight:bold; }
em  { font-style:italic; }

/* TEXT COLORS */

.text-row { clear:both; padding-top:2px; }
.text-row span.text-label { float:left; text-align:right; }
.text-row span.text-value { float:right; text-align:left; }

/* TABLE */
table { border-collapse:collapse; border-spacing:0; }
th.left { text-align:left; }
th.right { text-align:right; }
th.center { text-align:center; }

td.left { text-align:left; }
td.right { text-align:right; }
td.center { text-align:center; }

/* LIST */
ul { list-style-type:none; }
ul.list-horizontal { margin:0; padding:0; }

hr.line-seperation { border:1px solid #e3e3e3; margin:15px 5px 15px 5px; }
.rounded { -moz-border-radius:10px 10px 10px 10px; border-radius: 10px; }

/* HEADING */
.page-title { padding:5px 0px 0px 0px; }

/* FORM */
form fieldset { margin:8px 0 10px 0; border-style: solid none none none; }
form label { margin-bottom:2px; display:block; font-weight:700; }
form input[type=text], input[type=password], textarea { background:none repeat scroll 0 0 #FAFAFA;	border:1px solid #CCCCCC; color:#545454; }
form input[type=text]:focus, input[type="password"]:focus, textarea:focus { border:1px solid #CA0A0A !important; }
label em, p em { color: #990000; font-size: 12px; font-style: bold; text-transform: uppercase; }

/* --Message box-- */
.info-msg, .success-msg, .warning-msg, .error-msg, .validation-msg { width:70%; border:1px solid;	margin:0px 0px 10px 0px; padding:15px 10px 15px 50px; background-repeat:no-repeat; background-position:10px center; font-weight:bold; }
.info-msg { color:#00529B; background-color:#BDE5F8; background-image:url('/images/info.png'); }
.success-msg { color:#4F8A10; background-color:#DFF2BF; background-image:url('/images/success.png'); }
.warning-msg { color:#9F6000; background-color:#FEEFB3; background-image:url('/images/warning.png'); }
.error-msg { color:#CC0000; background-color:#FFEEEE; background-image:url('/images/error.png'); }

#page-wrapper { width:1010px; margin:0 auto; background:url("/templates//images//img_background_shadow.png") repeat-y scroll 0 0 transparent; }
#cbx-wrapper {  margin:0 auto; }

/* PAGE */
#page {  }

/* PAGE HOLDER */
.left-shadow { width:988px;	height:100%; margin:0 auto;	position:relative; background:url('/templates//images//img_shadow_left.png') repeat-y top left transparent; }
.right-shadow { width:988px; height:100%; margin:0 auto; position:relative; background: url('/templates//images//img_shadow_right.png') repeat-y top right transparent; }

/* HEADER */
#header {  }

/* LEFT NAV MENU */
.left-menu { margin:0px 0px 35px 0px; }
.left-menu ul li { border:0 none; margin:-3px 0 0; padding:0; }

/* QUICK LINKS */
.quick-links-wrapper { width:225px; height:75px; position:relative; float: right;  }
.quick-links, .welcome-txt {  width:200px; margin:10px 10px 0 0; text-align:right; clear:right; color:#CA0A0A; }
.quick-links a { text-decoration:none; }

/* CONTENT WRAPPER */
#content-wrapper { padding:20px 20px 20px 20px; margin:0; overflow:hidden; }

#column-left {  }
#column-right {  }
#column-middle {  }


#column-bottom {  }

/* FOOTER */
#footer {  }

.footer-links { width:auto; float:left; padding:15px 0px 5px 25px; }
.footer-links li { margin:0; padding:0; list-style:none; display:inline; font-size:11px; }

.footer-icon { float:right; padding:15px 25px 0px 0px; }
.footer-icon li { display:inline; list-style-type:none; padding-left: 20px }

.copyrights { float:left; font:normal 11px Arial; padding:20px 0px 0px 0px; clear:both; }

/* LOGO */
#header .logo-wrapper { width: 600px; height: 75px; position: relative; float:left; }
#header .logo, #header .sub-logo, #header .separator { position: absolute; }

#header .logo {  left:25px; bottom: 0px; }
#header .sub-logo { left:300px; bottom: 0px; }
#header .separator  { left:275px; width:1px; height:70px; background:url("/templates//images//img_divider2.png") no-repeat scroll 0 0 #FFFFFF; }

/* TOP HELP */
.top-help { float:right; margin:0; padding:0; text-align:right; }

/* CONTENT BLOCKS */
.content-block { margin:0; padding:0; background:transparent; height:auto; clear:both; }
.content-block ul { margin:0px 0 20px 25px; float:left; }
.content-block li { padding:3px 2px 5px 10px; }

.content-block ul.square li { list-style-type:square; margin-left:15px; }
.content-block ul.points li { font-style:italic; font-size:12px; font-weight:bold; }

/* LOGIN */
.login { width:260px; margin:0px 0px 10px 0px; background:url("/templates//images//bg_login.gif") repeat-x scroll left bottom #FFF; border:1px solid #CFCFCF; }
.login form { padding:10px 10px 10px 10px; }
.login hr { border:1px dotted #666; margin:5px 10px 5px 10px; }
.login .new-user { padding:10px 0px 10px 0px; text-align:center }

/* HOME BOTTOM BOX */
.home-bottom  { width:720px; overflow:hidden; margin:0 auto 20px; padding:0; background:url("/templates//images//bg_bottom_info.gif") repeat-x scroll left bottom transparent; border:1px solid #CFCFCF; }
.home-bottom .block { width:30%; float:left; padding: 15px 10px 10px 10px; font-size:11px; }
.home-bottom .separator { width:1px; height:120px; float:left; background:url("/templates//images//img_divider2.png") no-repeat scroll 0 0 #FFF; margin-top:20px; }

/* ARE YOU PREPARED CONTENT */
.prepared-content ul { float:none; list-style-type:disc; }

/* FAQ */
.faq-content dl { margin-top:5px;}
.faq-content dt { font-weight:bold; padding:3px 0; }
.faq-content dd { padding:2px 2px 10px 5px; }
.faq-content ul { margin:0px 0 5px 25px; list-style-type:disc; }
.faq-content li { padding:2px 2px 5px 5px; }

/* RESOURCE CENTER RIGHT COLUMN */
.rs-coulmn-content { width:290px; float:left; }
.rs-coulmn-content .row { clear:both; padding: 5px; height:25px; }
.rs-coulmn-content .row span.left { display:block; float:left; text-align:left;  }
.rs-coulmn-content .row span.right { display:block; float:left; text-align:left; padding-left:10px; }
.rs-coulmn-content ul { list-style-type:disc; margin :0 0 10px 15px; clear:both; }
.rs-coulmn-content ul li { padding:0px 0px 10px 0px; }

/* BITDEFENDER SOFTWARE */
.software-wrapper { margin:50px 0 50px 0; clear:both; width:100%; }
.software-wrapper .box { width:48%; float:left; text-align:center; }
.software-wrapper .content { width:48%; float:right; padding:0px 10px 10px 10px; border: 0;}

/* MY ACCOUNT */
#myAccount-top-right-container { margin:-55px 5px 55px 245px; width:380px; }
#myAccount-top-right-container img { margin:0 5px;}
#report { width:500px;color:black; }
#report h4 { margin:70px 0 5px 5px; }
#report h5 {margin:2px 0 4px 0;float:left; }
#report img { float:left; margin:9px 0 0 7px; }
#report #reportGreyRow, #report #reportWhiteRow { clear:both;height:22px;line-height:22px; }
#report #reportGreyRow { background-color:#F7F7F7; }
#report #reportWhiteRow {background-color:#FFFFFF; }
#report #reportAttributeName, #report #reportAttributeValue, #report #reportAttributeAction { float:left; }
#report #reportAttributeName { font-weight:bold;width:120px; }
#report #reportAttributeAction { font-weight:bold;width:100px; }
#reportSubTitle h5 { margin-top:15px;}
#report #reportAttributeValue, #report #reportAttributeValueNoName, #report #reportAttributeValueNoNameAction { float:left;width:275px;padding-bottom:2px; }
a.inputEditable, a.addressHandler, a.editGroupCallback, a.cancelGroupCallback {cursor: pointer;color:#CA0A0A;}


/* PRODUCT FEATURE WIDGET */
.product-feature-widget { margin:0px 0px 20px 0px; }
.product-feature-widget, .product-feature-widget .row, .product-feature-widget .row-heading { width:650px; float:left; }
.product-feature-widget .row-heading { height:29px; line-height:29px; background:url("/templates//images//img_chart_top.png") no-repeat scroll 0 0 transparent; vertical-align:middle; color:#CA0A0A; font-weight:bold;}
.product-feature-widget .row { height:26px; line-height:26px; display: inline-block;  background:url("/templates//images//img_row_bar.png") no-repeat scroll 0 0 transparent; vertical-align:middle; }
.product-feature-widget .cell { width:15%; height:25px; float:left; text-align:center; }
.product-feature-widget .cell-feature { width:50%; height:25px; float:left; padding:0px 0px 0px 15px; font-weight:bold; }
.product-feature-widget .btn-expand { height:10px; width:10px; cursor:pointer; margin-right:10px; }
.product-feature-widget .row-detailed { width:593px; float:left; padding-left:10px; display:none; padding:5px 10px 5px 25px; background:none repeat scroll 0 0 #FFF; }

/* CREATE PASSWORD FORM */
.create-password { width:720px; }
.create-password div { overflow:hidden; }
.create-password fieldset { margin:8px 0 10px 0; border-style: solid none none none; }
.create-password label { display:block; float:left; margin:0 0 5px; padding:3px 5px; text-align:right; width:150px; }
.create-password .legend { border-bottom:1px solid #CCC; margin: 0px 0px 10px 0px;}
.create-password .notes { width:200px; height:auto; margin:0 0 10px 10px; padding:5px; background-color:#EEE9E9; border:1px solid #666666; float:right; font-size:11px; }
.create-password h4 { padding:3px 0 3px 27px; background:url("/templates//images//icon_info.gif") no-repeat scroll 0 0 ; border-bottom:1px solid #666666; font-size:14px; color:#666666; }
.create-password .button { width:570px; float:left; padding:10px 0px 0px 150px; border-top:1px solid #CCC; }

/* CONTROLLERS */
.controllers-container { width:642px; min-height:150px; background:url("/templates//images//img_header_bar.png") no-repeat 0 0 #F9F9F9; }
.controllers-header { padding: 4px 0px 8px 15px; font-weight:bold; }
.controllers-content { padding: 15px 15px 15px 30px; font-size:11px; overflow:hidden; }

.controllers-status-box { width:221px; height:78px; padding-top:10px; float:left; background:url("/images/id_benefits/img_results_bg.png") no-repeat scroll left top transparent; }
.controllers-score-data { float:left; width:105px; font-size:12px; text-align:center; }

.controllers-label { width:345px; float:left; margin-right:15px; }
.controllers-message { font-size:26px; margin:0; padding:10px 0px 0px 0px; text-align:center; }

#level, #summary, .controllers-title, .controllers-status  { text-align:center; }
#level { font-size:18px; padding-top:8px; }
#summary { font-size:10px; }
.controllers-status { font-size:26px; padding-top:8px; }
.controllers-title { font-weight:bold; }

.score-slider, .grade-slider { width:336px; height:66px; float:left; margin:10px 0px 0px 20px; }
.score-slider { background:url("/images/id_benefits/img_slide_score_bg.png") no-repeat scroll left top transparent;}
.grade-slider { background:url("/images/id_benefits/img_slide_grade_bg.png") no-repeat scroll left top transparent; }

.network-activity-subc  { border-left:1px solid #FFF; border-right:1px solid #FFF; min-height:150px; }
.network-activity-message { line-height: 90px; text-align: center; font-size:16px; color:#CFCFCF; text-align: center; }
ul.network-activity-data { margin:20px; list-style:none; }
ul.network-activity-data  li { margin:0px 0px 20px 0px; padding:0px 0 0px 30px; background:url(/templates//images//icon_popup.png) no-repeat left center; font-size:11px;  }

ul.network-activity-details { width:280px; }
ul.network-activity-details li { width:150px; float:left; margin-bottom:4px; }
ul.network-activity-details li.label { width:110px; }

h5.fraudlent, h5.questionable, h5.normal { height:25px; font-size:13px; padding-top:10px; background:url("/templates//images//img_subhead_bar.png") repeat scroll left top transparent; text-align:center; }
h5.fraudlent { color:#CA0A0A; }
h5.questionable { color:#CCCC33; }
h5.normal { color:#33CC33; }

/* CALENDAR */
.calendar-container { width:600px; overflow:hidden;  }
.calendar { width:180px; float:left; margin: 5px;  background: #fff; }
.calendar table { background: #c8c8c8; border-collapse:separate; border-spacing:1px 1px;}
.calendar td, th { text-align: center; vertical-align: middle; color: #444; position: relative; height: 20px; width: 25px; }
.calendar td.header { background:url("/templates//images//img_calendar_header.png") no-repeat left top; height:25px; font-weight: bold; color: #fff; width: 196px; }
.calendar th { font-weight: bold; font-size: 12px; }
.calendar td { background: #fff; }
.calendar td.green { background: #4ea306;}
.calendar td.yellow { background: #e1c900; cursor:pointer; }
.calendar td.red { background: #c20000; cursor:pointer; }
.calendar-legend { padding:10px; font-size:11px; }

/* TABS */
.tab-container { padding:8px; }
ul.tabs { margin:5px 0px 6px 10px; padding:0px; }
ul.tabs li { list-style:none; display:inline; }
ul.tabs li a { padding:7px 14px; background:url("/templates//images//img_calandar_tab_off.png") repeat-x center bottom #CFCFCF; border:1px solid #CFCFCF; color:#FFF;	font-size:9px; font-weight:bold; text-decoration:none; }
ul.tabs li a.active { background:url(/templates//images//img_calandar_tab_on.png) repeat-x center top #FFFFFF; border:1px solid; border-color:#CFCFCF #CFCFCF #FFFFFF; color:#282E32; }
.tab-content { padding:10px; border-top:1px solid #CFCFCF; overflow:hidden; }

/* FAMILY COMMANDER */


.family_div {
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #f6f6f6;
}

.family_table {
	width: 100%;
	line-height: 18px;
	color: #666;
	border-spacing: 0px;
	border:0;
}

.family_table th {
	text-align: left;
	font-weight: bold;
	color: #666666;
}

.family_table th, .family_table td{
	padding: 6px 10px;
	display: table-cell;
}

.family_table td {
	color: #333;
}

.family_table * {
	vertical-align: top !important;
}

.family_table_alert_no{
	font-size: 12px;
	font-weight: bold;
	color: #777;
}

.family_member_name { cursor:default;
	font-weight: bold;
	text-decoration: none !important;
}

.family_links {
	/* width: 165px; */
}

.add_family_member{
	display: block;
	float: right;
}

.inline_menu{
	list-style-type: none;
}

.inline_menu li{
	float:left;
}

.inline_menu li.separator_right{
	padding-right:10px;
	background: transparent url('/templates//images//inline_sep.jpg') center right no-repeat;
	margin-right: 10px;
}

.bg_gray, .gray_bg {
	background-color: #f1f1f1;
}

.center {
	text-align: center !important;
}


.family-commander-user-switch{
	float:right;
}
.family-commander-user-switch span{
	color:#fff;
		margin-right: 10px;
}


#manageAccount{
	margin: 10px auto;
}

.row{
	padding: 5px 0px;
}

.row label{
	width: 130px;
	display: block;
	float: left;
	margin-top: 3px;
	padding-right:15px;
	font-weight: normal;
}

.formContainer.centerBlock {

}

.shortLabels label{
	width:95px;
	padding-right:10px;
}

#manageAccount input[type=text],#manageAccount input[type=password],#manageAccount select,#manageAccount textarea{
	border:1px solid #aaa;
	background-color:#fff;
	padding:4px;
	font-size:11px;
	width:200px;

	border-radius:8px 8px 8px 8px;
	border:1px solid #666666;
	background:#ededed;
}

#manageAccount textarea{
	height: 60px;
}

#manageAccount input[type=submit], #manageAccount input[type=button]{
	padding: 4px 12px;
	background-color: #b42b33;
	color: #fafafa;
	font-size: 11px;
	font-weight: bold;
	min-width: 70px;
	border: 0;

	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}


#manageAccount #phoneOne, #manageAccount #phoneTwo, #manageAccount #phoneThree{
	width: 45px;
	text-align: center;
	margin-left: 2px;
}
