/*HTML5 Reset :: style.css-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
/* Responsive images and other embedded objectsNote: keeping IMG here will cause problems if you're using foreground images as sprites.If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,object,embed {
	max-width: 100%;
}
/* force a vertical scrollbar to prevent a jumpy page */
html {
	overflow-y: scroll;
}
/* we use a lot of ULs that aren't bulleted.don't forget to restore the bullets within content. */
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
pre {
	white-space: pre;
	/* CSS2 */
	white-space: pre-wrap;
	/* CSS 2.1 */
	white-space: pre-line;
	/* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word;
	/* IE */
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
	*vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
select, input, textarea {
	font: 99% sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
/* Accessible focus treatmentpeople.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}
small {
	font-size: 85%;
}
strong, th {
	font-weight: bold;
}
td, td img {
	vertical-align: top;
}
/* Make sure sup and sub don't screw with your line-heightsgist.github.com/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* standardize any monospaced elements */
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
/* hand cursor on clickable elements */
.clickable,label,input[type=button],input[type=submit],button {
	cursor: pointer;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
	margin: 0;
}
/* make buttons play nice in IE */
button {
	width: auto;
	overflow: visible;
}
/* scale images in IE7 more attractively */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
/* prevent BG image flicker upon hover */
.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* let's clear some floats */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* Site Styles-------------------------------------------------------------------------------*/
html, body{
	background-color: black;
	font-family: 'myriad-pro', 'Myriad Pro', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.6em;
	height: 100%;
}
div{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1{
	font-size:26px;
	color:#111;
	text-decoration:none;
	font-weight:500;
	margin-bottom:10px;
}
h2{
	font-size:18px;
	color:#e61d24;
	text-decoration:none;
	font-weight:700;
	margin:10px 0 10px 0;
}
h3{
	font-size:16px;
	color:#111;
	text-decoration:none;
	font-weight:600;
	margin:10px 0 10px 0;
}
div.subtitle{
	font-size:16px;
	color:#e61d24;
	text-decoration:none;
	font-weight:700;
	margin:10px 0 10px 0;
}
p {
	font-size: 16px;
	font-weight:normal;
	color: #111;
	margin: 5px 0px 15px 0px;
	text-align:justify;
}
p + p {
	margin: 15px 0 15px 0;
}
.semibold{
	font-weight:600;
}
.allcaps{
	text-transform:uppercase;
}
.small {
	font-size: 13px;
	font-weight:normal;
	color: #111;
	line-height: 1.5em;
	text-align:justify;
}
p.small + p.small {
	margin:15px 0 5px 0;
}
p.tiny {
	font-size: 11px;
	font-weight:normal;
	color: #111;
	line-height: 1.5em;
	margin:5px 0 15px 0;
	text-align:justify;
}
p.tiny + p.tiny {
	margin:15px 0 5px 0;
}
.faq-q {
	font-size: 16px;
	font-weight:600;
	color: #111;
	line-height: 1.5em;
	margin:5px 0 10px 0;
	text-align:justify;
}
.faq-a {
	font-size: 16px;
	font-weight:normal;
	color: #111;
	line-height: 1.5em;
	margin:0 0 15px 0;
	text-align:justify;
	padding-bottom:15px;
	border-bottom:1px solid #CCC;
}
.faq-q:before {
	content:'\2022';
	margin-right:5px;
	font-size:16px;
	color:#F00;
}
.faq-a:first-of-type {
	margin-top:30px;
}
.faq-a:last-of-type {
	border-bottom:none;
	padding-bottom:0;
}
.marg-top {
	margin-top:15px;
}
.marg-bottom {
	margin-bottom:15px;
}
.marg-right {
	margin-right:25px;
}
.marg-left {
	margin-left:25px;
}
a:link, a:visited {
	color: #111;
}
a:hover {
	color: #F33;
	text-decoration: none;
}
a:active {
	color: #111;
}
div.block {
	clear: both;
	width:100%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.block + div.block {
	margin-top:20px;
}
div.left + div.right,div.left + div.left{
	margin-left:20px;
}
div.clear {
	clear: both;
}
p.clear {
	clear: both;
	margin-top:5px;
}
.padtop{
	margin-top:15px;
}
.padbot{
	margin-bottom:15px;
}
.right{
	padding:0;
	margin:0 0 0 30px;
	float:right;
}
.left{
	padding:0;
	margin:0 30px 0 0;
	float:left;
}
.center{
	margin-right:auto;
	margin-left:auto;
}
.mtop{
	margin-top:15px;
}
/* Button Styles-------------------------------------------------------------------------------*/
button,input {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
a.btn:link, a.btn:visited {
	color: #FFF;
	text-decoration: none;
}
a.btn:hover {
	color: #FFF;
	text-decoration: none;
}
a.btn:active {
	color: #FFF;
	text-decoration: none;
}
.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 14px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	*line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,.btn:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,.btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #1f4e89;
	*background-color: #2d89ca;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d89ca), to(#1f4e89));
	background-image: -webkit-linear-gradient(top, #2d89ca, #1f4e89);
	background-image: -o-linear-gradient(top, #2d89ca, #1f4e89);
	background-image: linear-gradient(to bottom, #2d89ca, #1f4e89);
	background-image: -moz-linear-gradient(top, #2d89ca, #1f4e89);
	background-repeat: repeat-x;
	border-color: #999999 #999999 #FFFFFF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff2d89ca', endColorstr='#ff1f4e89', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {
	color: #ffffff;
	background-color: #1f4e89;
	*background-color: #2d89ca;
}
.btn-primary:active,.btn-primary.active {
	background-color: #2d89ca \9;
}
.btn-secondary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #aa0b06;
	*background-color: #e61f23;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e61f23), to(#aa0b06));
	background-image: -webkit-linear-gradient(top, #e61f23, #aa0b06);
	background-image: -o-linear-gradient(top, #e61f23, #aa0b06);
	background-image: linear-gradient(to bottom, #e61f23, #aa0b06);
	background-image: -moz-linear-gradient(top, #e61f23, #aa0b06);
	background-repeat: repeat-x;
	border-color: #aa0b06 #aa0b06 #FFFFFF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-secondary:hover,.btn-secondary:active,.btn-secondary.active,.btn-secondary.disabled,.btn-secondary[disabled] {
	color: #ffffff;
	background-color: #aa0b06;
	*background-color: #e61f23;
}
.btn-secondary:active,.btn-secondary.active {
	background-color: #e61f23 \9;
}
.btn-tertiary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #888888;
	*background-color: #DDDDDD;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DDDDDD), to(#888888));
	background-image: -webkit-linear-gradient(top, #DDDDDD, #888888);
	background-image: -o-linear-gradient(top, #DDDDDD, #888888);
	background-image: linear-gradient(to bottom, #DDDDDD, #888888);
	background-image: -moz-linear-gradient(top, #DDDDDD, #888888);
	background-repeat: repeat-x;
	border-color: #888888 #888888 #FFFFFF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff888888', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-tertiary:hover,.btn-tertiary:active,.btn-tertiary.active,.btn-tertiary.disabled,.btn-tertiary[disabled] {
	color: #ffffff;
	background-color: #888888;
	*background-color: #DDDDDD;
}
.btn-tertiary:active,.btn-tertiary.active {
	background-color: #DDDDDD \9;
}
.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
.btn-large {
	padding: 9px 16px;
	font-size: 16px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
button.btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.btn-small {
	padding: 7px 16px;
	font-size: 13px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
button.btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
	width: 100%;
}
div.button {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-size:14px;
	display:inline;
	clear:both;
}
div.button.large {
	font-size: 16px;
}
/* confirm button */
button.confirm[class*="btn-large"]:before {
	content: url('/App_Image/icon-btn-check.png');
	position:relative;
	left:-7px;
	top:2px;
}
button.confirm[class*="btn-large"]:after {
	content: "Confirm";
	position:relative;
}
button.confirm[class*="btn-small"]:before {
	content: url('/App_Image/icon-btn-check.png');
	position:relative;
	top:1px;
	left:-3px;
}
button.confirm[class*="btn-small"]:after {
	content: "Confirm";
	position:relative;
	top:-1px;
	left:1px;
}
/* submit button */
button.submit[class*="btn-large"]:before {
	content: url('/App_Image/icon-btn-check.png');
	position:relative;
	top:2px;
	left:-7px;
}
button.submit[class*="btn-small"]:before {
	content: url('/App_Image/icon-btn-check.png');
	position:relative;
	top:1px;
	left:-3px;
}
button.submit:after {
	content: "Submit";
}
/* save button */
button.save[class*="btn-large"]:before {
	content: url('/App_Image/icon-btn-lock.png');
	position:relative;
	left:-7px;
	top:2px;
}
button.save[class*="btn-large"]:after {
	content: "Save";
	position:relative;
}
button.save[class*="btn-small"]:before {
	content: url('/App_Image/icon-btn-lock.png');
	position:relative;
	top:1px;
	left:-3px;
}
button.save[class*="btn-small"]:after {
	content: "Save";
	position:relative;
	top:-1px;
	left:2px;
}
/* sign in button */
button.signin:before {
	content: url('/App_Image/icon-btn-lock.png');
	position:relative;
	left:-7px;
	top:2px;
}
button.signin:after {
	content: "Sign In";
}
/* sign up button */
button.signup:before {
	content: url('/App_Image/icon-btn-account.png');
	position:relative;
	left:-7px;
	top:2px;
}
button.signup:after {
	content: "Create an Account";
}
/* Top Drop-down Menu (Dashboard) */
div.topdropmenu{
	background-color:#111;
	background-color:rgba(17,17,17,1.0);
	border-left: 1px solid #C00;
	border-right: 1px solid #C00;
	border-bottom: 1px solid #111;
	border-radius: 0 0 10px 10px;
	position:relative;
	top:5px;
	padding:10px;
}
div.topdropmenu ul{
	width:100%;
}
div.topdropmenu ul li{
	font-size:14px;
	padding:5px;
	border-top:1px solid #333;
}
div.topdropmenu a:link, div.topdropmenu a:visited {
	color: #FFF;
	text-decoration: none;
}
div.topdropmenu a:hover {
	color: #F33;
	text-decoration: none;
}
div.topdropmenu a:active {
	color: #FFF;
	text-decoration: none;
}
section.top img.logo{
	width:304px;
	height:63px;
	position:relative;
	float:left;
	top:35px;
	left:10px;
}
.top-img-container{
	vertical-align:bottom;
	background-repeat:no-repeat;
	background-position:center;
}
.top-img-overlay{
	height:auto;
	width:960px;
	position:relative;
	bottom:0;
	margin:0 auto;
	padding:15px;
	color:#FFF;
	font-size:22px;
	font-weight:400;
	font-family: 'nimbus-sans-condensed', 'Myriad Pro', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	text-shadow: 1px 1px 2px #000;
	line-height:30px;
	background-color:#000;
	background-color:rgba(0,0,0,0.6);
	border-radius: 10px 10px 0 0;
}
.divider{
	height:3px;
	background-image:url('/App_Image/divider.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
section.form{
	clear:both;
	width:100%;
	text-align:center;
}
p.label{
	margin:15px 0 0 0;
	padding:0;
	font-weight:600;
}
p.label:first-of-type{
	margin:0;
}
p.caveat{
	margin:0 0 0 10px;
	padding:0;
	display:inline;
	font-weight:400;
}
label{
	padding-left:5px;
}
section.signin p.label{
	padding:0;
	font-weight:600;
	display:inline;
	position:relative;
	top:-8px;
	float:left;
}
/* TOP BAR - SIGN IN, CHAT, PHONE */
div.top-bar{
	position:absolute;
	display:block;
	top:0;
	left:50%;
	border-radius: 0 0 5px 5px;
	background-color:#000;
	background-color:rgba(0,0,0,0.6);
	padding:5px 10px;
	margin:0 0 0 100px;
	width:auto;
	height:20px;
	white-space:nowrap;
	color:#FFFFFF;
	font-size:15px;
	vertical-align:middle;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
div.top-bar img{
	margin-left:5px;
}
/* FLOAT BAR - PHONE, CONTACT, CHAT */
div.float-bar{
	position:fixed;
	display:block;
	bottom:0;
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	padding:5px;
	margin:0;
	width:100%;
	height:30px;
	white-space:nowrap;
	color:#CCCCCC;
	font-size:15px;
	font-weight:400;
	z-index:10000;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
div.float-bar>div{
	width:940px;
	max-width:940px;
	vertical-align:middle;
	margin:0 auto;
	white-space:nowrap;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display:block;
	position:relative;
}
div.float-bar img{
	margin-left:5px;
	position:relative;
	top:4px;
}
div.float-bar span.highlight{
	color:#FFFFFF;
	font-size:17px;
	font-weight:500;
	margin:0 3px;
}
/* TOP NAVIGATION */
section.top{
	width:960px;
	margin:0 auto;
	position:relative;
}
nav.topnav{
	position:absolute;
	top: 83px;
	right: 0;
	white-space:nowrap;
}
nav.topnav a {
	float:left;
	margin-left:5px;
	position: relative;
	padding: 0 10px 0 10px;
	white-space: nowrap;
}
nav.topnav a:link {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform:uppercase;
}
nav.topnav a:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform:uppercase;
}
nav.topnav a:hover {
	color: #e61d24;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform:uppercase;
}
nav.topnav a:active {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform:uppercase;
}
/* SIGNIN BUTTON */
a.signin{
	width:52px;
	height:20px;
	margin:0 0 0 10px;
	padding:0;
	border-radius: 3px 3px 3px 3px;
	background:#0576c1;
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f4e89', endColorstr='#018ADB');
	/* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#1f4e89), to(#018ADB));
	/* for webkit browsers */
	background: -moz-linear-gradient(top, #1f4e89, #018ADB);
	/* for firefox 3.6+ */
	font-size: 14px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
}
a.signin div.signin-text{
	color:#FFFFFF;
	position:relative;
	top:2px;
}
a.signin:link, a.signin:visited, a.signin:active{
	color:#FFFFFF;
}
a.signin:hover{
	color:#FFFFFF;
}
/* CHAT BUTTON */
a.chat{
	width:65px;
	height:20px;
	margin:0 0 0 10px;
	padding:0;
	border-radius: 3px 3px 3px 3px;
	background:#e61f23;
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f23', endColorstr='#aa0b06');
	/* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e61f23), to(#aa0b06));
	/* for webkit browsers */
	background: -moz-linear-gradient(top, #e61f23, #aa0b06);
	/* for firefox 3.6+ */
	font-size: 14px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
}
a.chat div.chat-text{
	color:#FFFFFF;
	position:relative;
	top:2px;
}
a.chat:link, a.chat:visited, a.chat:active{
	color:#FFFFFF;
}
a.chat:hover{
	color:#FFFFFF;
}
/* SUB NAVIGATION */
tr.subnav{
	background-color:#000;
	height:40px;
	vertical-align:bottom;
}
nav.subnav{
	position: relative;
	top: 10px;
	left: 0;
	padding: 0;
	margin: 0 auto;
	width:960px;
}
nav.subnav ul {
	font-size: 14px;
	font-weight: 600;
	letter-spacing:normal;
	padding: 0;
	margin: 0;
	position: relative;
}
nav.subnav ul li {
	display: inline;
	position: relative;
	float: left;
	line-height:32px;
}
nav.subnav li ul {
	display: none;
}
nav.subnav ul li a {
	display: block;
	text-decoration: none;
	padding: 0 15px 0 15px;
	margin-left: 2px;
	white-space: nowrap;
	height:30px;
	/* Width and height of top-level nav items */
	width:auto;
	text-align:center;
}
nav.subnav ul li a:link, nav.subnav ul li a:visited{
	border-radius: 5px 5px 0 0;
	color: #FFF;
	background-color:#0576c1;
	background-image:url('/App_Image/bg-tab-blue.png');
}
nav.subnav ul li a:hover{
	border-radius: 5px 5px 0 0;
	color: #FFF;
	background:#666666;
	background-image:url('/App_Image/bg-tab-gray.png');
}
nav.subnav ul li a:active {
	background-color:#666;
	border-radius: 5px 5px 0 0;
	color: #FFF;
}
.grad-blue {
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f4e89', endColorstr='#0865AF');
	/* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#1f4e89), to(#0865AF));
	/* for webkit browsers */
	background: -moz-linear-gradient(top, #1f4e89, #0865AF);
	/* for firefox 3.6+ */
}
section.subnav1 nav.subnav ul li a.subnav1,section.subnav2 nav.subnav ul li a.subnav2,section.subnav3 nav.subnav ul li a.subnav3,section.subnav4 nav.subnav ul li a.subnav4,section.subnav5 nav.subnav ul li a.subnav5,section.subnav6 nav.subnav ul li a.subnav6{
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF');
	/* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	/* for webkit browsers */
	background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	/* for firefox 3.6+ */
	color: #111;
	background: #FFFFFF;
	border-radius: 5px 5px 0 0;
}
.clicked{
	background-color:#FFF;
	border-radius: 5px 5px 0 0;
	color: #e61d24;
}
.clicked:hover{
	background-color:#FFF;
	border-radius: 5px 5px 0 0;
	color: #e61d24;
}
/* BODY STYLES */
td.main-container{
	background-color: #FFFFFF;
	height:100%;
	vertical-align:top;
	clear:both;
}
div.notification{
	width:600px;
	background-color:#CCC;
	padding:10px 20px;
	border-radius:10px;
	height:auto;
	margin:10px auto 10px auto;
	text-align:left;
	display:block;
}
div.notification img{
	margin-right:5px;
}
div.notification h1{
	font-size:17px;
	color:#CC0000;
	font-weight:bold;
	display:inline;
	position:relative;
	top:-5px;
	text-align:left;
}
div.notification p{
	font-size:15px;
	color:#000000;
	margin:5px 0 0 0;
	clear:both;
	text-align:left;
}
div.margin-toggle-on{
	padding: 20px 0;
	width:920px;
	margin:0 auto;
}
div.margin-toggle-off{
	width:100%;
	padding: 0;
	margin:0 auto;
}
.home-box{
	width:300px;
	height:300px;
	background-color:#333333;
	border-radius:10px;
	margin:20px 10px;
}
.home-box h1{
	color:#FFF;
	font-size:32px;
	font-weight:400;
	font-family: 'nimbus-sans-condensed', 'Myriad Pro', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	text-shadow: 1px 1px 2px #000;
	line-height:1em;
}
.home-box p{
	color:#FFF;
	font-size:18px;
	font-weight:400;
	letter-spacing:0;
	line-height:1.25em;
}
div.home a {
	color: #FFFFFF;
	text-decoration: none;
}
div.home a:link, nav.topnav a:visited {
	color: #FFFFFF;
}
div.home a {
	height:41px;
	/* Height of lower-level nav items is shorter than main level */
}
div.home a:hover {
	color: #e61d24;
}
div.home a:active {
	color: #CCCCCC;
}
.indent{
	margin-left:30px;
}
ul.checklist{
	list-style-type:none;
	color: #000;
	margin-top:5px;
	margin-bottom:25px;
	width:auto;
	overflow:hidden;
}
ul.checklist > li{
	background-image:url('/App_Image/bullet-check.png');
	background-repeat:no-repeat;
	background-position:0 10px;
	padding-left:20px;
	line-height:34px;
	width:auto;
}
ul.lined > li{
	border-bottom:1px solid #CCC;
	padding-right:16px;
}
ul.lined > li:last-of-type{
	border:none;
}
div.screenshot{
	width:300px;
	height:250px;
	background-color:#FFFFFF;
	border:1px solid #AAA;
	border-radius: 5px 5px 5px 5px;
	margin:25px;
}
section.terms h2{
	margin-top:30px;
	margin-bottom:20px;
	color:#000;
	text-transform:uppercase;
	font-size:16px;
}
section.terms h3{
	display:run-in;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
}
section.terms p{
	font-size:14px;
	margin-bottom:15px;
}
section.terms li{
	font-size:14px;
}
section.terms p, section.privacy p, section.aup p{
	text-align:justify;
	text-justify:inter-word;
}
section.terms h1 + p{
	margin-top:20px;
}
section.terms ol, section.aup ol{
	margin:5px 50px 15px 50px;
}
section.terms ul, section.aup ul{
	margin:5px 50px 15px 50px;
	list-style-type:disc;
}
section.terms li, section.aup li{
	line-height:28px;
}
.textshadow{
	text-shadow: 1px 1px 2px #000000;
}
.boxshadow{
	box-shadow: 2px 2px 5px #111111;
}
table.chart{
	margin:0 auto;
	min-width:90%;
}
table.chart tr.altrow{
	background-color:#DDDDDD;
	border-radius: 5px 5px 5px 5px;
}
table.chart td.altcol{
	border-top:none;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:none;
}
table.chart th, table.chart td{
	vertical-align:middle;
}
table.chart th{
	text-align:right;
	white-space:nowrap;
	font-size:16px;
	font-weight:600;
	padding:10px 15px;
}
table.chart th.config{
	font-size:20px;
	font-weight:600;
	vertical-align:bottom;
	text-align:center;
	color:#e61d24;
}
table.chart th.config sup{
	font-size:14px;
	font-weight:400;
	color:#0576c1;
	display:block;
	text-transform:uppercase;
}
table.chart th.config sub{
	font-size:14px;
	font-weight:400;
	color:#0576c1;
	display:block;
	text-transform:uppercase;
	margin:3px 0 10px 0;
}
table.chart td{
	text-align:center;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	padding:10px;
}
table.chart td.chart-colo-image{
	width:250px;
	background-color:#DDDDDD;
	background-image:url('/App_Image/dc-shrink.jpg');
	border:none;
	border-radius: 0 5px 5px 0;
}
table.chart sub{
	font-size:11px;
}
table.chart td.price{
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
	line-height:2em;
}
div.sidebar{
	color:#111111;
	font-size:15px;
	font-weight:400;
	padding:20px 20px;
	background-color:#FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border-top:1px solid #CC0000;
	border-bottom:1px solid #0576c1;
	display:block;
}
div.sidebar h2{
	color:#000000;
	font-size:16px;
	font-weight:600;
	margin:0;
}
div.sidebar p{
	margin:0;
}
/* CONFIGURATION BOX */
div.config{
	width:100%;
	color:#000;
	border-radius:5px;
	height:auto;
	margin:0;
	padding:0;
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#666666');
	/* for IE */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#666666));
	/* for webkit browsers */
	/* background: -moz-linear-gradient(top, #333333, #666666);
	/* for firefox 3.6+ */
	border:1px solid #999999;
	background-color:#FFF;
}
div.config > table{
	width:100%;
}
div.config table tr td:nth-child(1) /* Plan Image <td> */
{
	width:125px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:0;
	vertical-align:middle;
}
div.config table td:nth-child(2) /* Plan Name <td> */
{
	font-size:28px;
	font-weight:500;
	color:#e61d24;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:0;
	vertical-align:middle;
}
div.config table td:nth-child(2) div /* Box around Plan Name */
{
	white-space:nowrap;
}
div.config table td:nth-child(2) sub{
	font-size:16px;
	color:#0576c1;
	font-weight:500;
	top:0;
	position:relative;
	line-height:1em;
	display:block;
}
div.config table td:nth-child(3) /* Plan Specs <td> */
{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0;
	padding-right:0;
	vertical-align:middle;
}
div.config table.specs /* Plan Specs <table> */
{
	padding:0;
	margin:0 auto;
}
div.config table.specs tr{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
div.config table.specs tr:first-of-type{
	border-top:none;
}
div.config table.specs tr:last-of-type{
	border-bottom:none;
}
div.config table.specs tr td:nth-child(1) /* Plan Specs */
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:0;
	white-space:nowrap;
	text-align:right;
	vertical-align:bottom;
	font-size:14px;
	font-weight:600;
	color:#000000;
}
div.config table.specs tr td:nth-child(2) /* Plan Specs Labels */
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:bottom;
	font-size:14px;
	font-weight:500;
	color:#666;
}
div.config>table td:nth-child(4) /* Plan Price */
{
	text-align:center;
	vertical-align:middle;
	padding:20px 30px 30px 20px;
	position:relative;
}
div.go-back{
	position:absolute;
	bottom:5px;
	right:10px;
	white-space:nowrap;
}
div.go-back a{
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
div.config ul{
	list-style-type:circle;
	position:relative;
	left:17px;
	width:95%;
}
div.config li{
	line-height:30px;
}
div.config .price-symbol /* currency symbol */
{
	font-size:14px;
	color:#e61d24;
	position:relative;
	top:-7px;
	margin-right:2px;
	font-weight:600;
}
div.config .price-amount /* price amount */
{
	font-size:28px;
	color:#e61d24;
	font-weight:500;
	margin-right:2px;
}
div.config .price-term /* price term */
{
	font-size:14px;
	color:#000000;
}
/* BOX WITH CORNER TAG */
div.tagbar{
	position:relative;
	top:14px;
	left:0;
	border:1px solid #999999;
	border-radius:5px;
	height:auto;
	margin:0 0 30px 0;
	padding:0;
}
div.tagbar span.heading-red h1, div.tagbar span.heading-blue h1 {
	position:absolute;
	top:3px;
	left:20px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:600;
	text-shadow: 1px 1px 1px #333;
}
div.tagbar span.heading-red {
	position:absolute;
	background-image:url('/App_Image/tag-red.png');
	width:270px;
	height:35px;
	top:-14px;
	left:-10px;
}
div.tagbar span.heading-signin {
	position:absolute;
	background-image:url('/App_Image/tag-red.png');
	width:270px;
	height:35px;
	top:-14px;
	left:-10px;
}
div.tagbar span.heading-signin:before {
	content:url('/App_Image/logo-fullcontrol-small-redbg.png');
	position:relative;
	left:25px;
	height:25px;
	width:114px;
}
div.tagbar span.heading-signin:after {
	content:"Dashboard";
	position:relative;
	left:35px;
	top:-6px;
	font-size:16px;
	font-style:italic;
	color:white;
	letter-spacing:2px;
	text-shadow: black 0.1em 0.1em 0.2em;
}
div.tagbar span.heading-blue {
	position:absolute;
	background-image:url('/App_Image/tag-blue.png');
	width:270px;
	height:35px;
	top:-14px;
	left:-10px;
}
div.tagbar div.pad {
	position:relative;
	overflow:hidden;
	padding-right:135px;
	margin:22px 15px 0 15px;
}
div.tagbar div.nopad {
	position:relative;
	overflow:hidden;
	padding-right:0;
	margin:22px 15px 0 15px;
}
div.tagbar div.customer img {
	position:absolute;
	top:0;
	right:0;
}
div.tagbar p {
	text-align:left;
}
div.tagbar p.quote-sig {
	font-weight:600;
}
table.hosting-overview{
	width:450px;
	display:block;
}
table.hosting-overview td.icon{
	width:120px;
	text-align:left;
	padding:10px 0 10px 0;
}
table.hosting-overview td.text{
	width:350px;
	padding:15px 0 5px 0;
	vertical-align:top;
}
table.hosting-overview td.icon img{
	width:100px;
	height:90px;
	margin-right:10px;
}
table.hosting-overview tr{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
table.hosting-overview tr:first-of-type{
	border-top:none;
}
table.hosting-overview tr:last-of-type{
	border-bottom:none;
}
/* MISC STYLES */
a.question {
	color:#FF3300;
	font-size:14px;
	font-weight:600;
	margin:0 0 0 3px;
	text-decoration:none;
	position:relative;
	top:-5px;
}
/* FOOTER */
footer{
	font-size: 15px;
	color: #AAA;
	background:#333;
	width:960px;
	text-align:center;
	vertical-align:top;
	border-radius: 0 0 10px 10px;
	height:180px;
	margin:0 auto;
	padding:0;
}
footer h1{
	font-size: 15px;
	line-height: 1.5em;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
}
footer .highlight{
	color:#DDD;
}
footer>nav{
	width:auto;
	padding:15px 40px;
	display:inline-block;
	line-height: 1.5em;
	text-align:left;
	vertical-align:top;
}
footer nav a{
	display:block;
}
footer nav a:link, footer a:visited{
	line-height: 1.75;
	color: #AAAAAA;
	text-decoration: none;
}
footer nav a:hover{
	color: #e61d24;
}
footer nav a:active{
	color: #AAAAAA;
}
footer div.social{
	position:relative;
	left:0;
	top:10px;
}
footer div.social a{
	display:inline;
}
footer div.social img{
	width:32px;
	height:32px;
	margin-right:5px;
}
/* COPYRIGHT FOOT */
section.copyright{
	font-size: 12px;
	color: #e61d24;
	text-align: center;
	width:100%;
	white-space:nowrap;
	clear: both;
	display:block;
	padding:20px 0px 45px 0px;
}
section.copyright a{
	color: #AAA;
}
section.copyright a:link, footer a:visited{
	color: #AAA;
	text-decoration: none;
}
section.copyright a:hover{
	color: #FFF;
	text-decoration: none;
}
section.copyright a:active{
	color: #AAA;
}
/* BOXES */
div.box{
	border:1px solid #111;
	border-radius:5px;
	width:100%;
	margin:0 auto;
	display:inline-block;
	padding:15px 20px;
}
div.box h2{
	color:#000;
	position:relative;
}
div.box p{
	font-size: 15px;
	font-weight:400;
	color: #111;
	line-height: 1.4em;
	margin:5px 0;
	text-align:justify;
}
div.box-notice{
	border:1px solid #000000;
	border-radius:5px;
	width:100%;
	margin:0 auto;
	padding:15px 25px;
	clear: both;
	display:block;
	vertical-align:top;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.box-notice h2{
	color:#000000;
	position:relative;
}
div.box-notice p{
	font-size: 15px;
	font-weight:400;
	color: #111;
	line-height: 1.4em;
	margin:5px 0;
	text-align:justify;
}
div.box-error{
	border:1px solid #e61d24;
	border-radius:5px;
	width:100%;
	margin:0 auto;
	padding:15px 20px;
}
div.box-error h2{
	color:#e61d24;
	position:relative;
}
div.box-error p{
	font-size: 15px;
	font-weight:400;
	color: #111;
	line-height: 1.4em;
	margin:5px 0;
	text-align:justify;
}
div.box-highlight{
	background-color: #DDDDDD;
	border-radius: 5px;
	padding:10px 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.centerbox{
	top: 50%;
	left: 50%;
	width: 430px;
	height: 230px;
	margin-top: -115px;
	margin-left: -215px;
	text-align: left;
	overflow: hidden;
	position: absolute;
}
div.centerbox-outer{
	margin: 10px auto;
	float: left;
	left: 50%;
	position: relative;
}
div.centerbox-inner{
	border: 1px solid red;
	border-radius: 5px;
	background-color: #FFFFFF;
	opacity: 1.00;
	z-index: 999;
	-moz-box-shadow: 0 1px 10px 0 #999;
	-webkit-box-shadow: 0 1px 10px 0 #999;
	box-sizing: border-box;
	float: left;
	position: relative;
	right: 50%;
	padding: 15px 20px;
	clear:both;
}
div.pop-forgotpassword{
	border:1px solid red;
	border-radius:5px;
	background-color:#FFFFFF;
	width:430px;
	height:270px;
	position:absolute;
	top:40%;
	left:50%;
	margin-top:-115px;
	margin-left:-215px;
	-moz-box-shadow: 0 1px 10px 0 #999;
	-webkit-box-shadow: 0 1px 10px 0 #999;
	display: none;
	opacity: 1.00;
	z-index:999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:15px 20px;
	clear:both;
}
div.pop-forgotpassword p{
	font-size: 15px;
	font-weight:400;
	color: #111;
	line-height: 1.4em;
	margin:5px 0;
	text-align:justify;
}
div.closex{
	position:absolute;
	cursor: hand;
	top:6px;
	right:15px;
}
div.closex a:link, div.closex a:visited {
	color: #111;
	text-decoration: none;
}
div.closex a:hover {
	color: #F33;
	text-decoration: none;
}
div.closex a:active {
	color: #111;
	text-decoration: none;
}
#messageblanket, #blanket{
	background-color: #111;
	opacity: 0.70;
	filter: alpha(opacity=70);
	position: absolute;
	z-index: 998;
	top: 0;
	left: 0;
	width: 100%;
}
#messageblanket{
	display: block;
	height: 100%;
}
#blanket{
	display: none;
	height: 0%;
}
/* TOOLTIP STYLES */
a[data-tooltip]:link, a[data-tooltip]:visited {
	position: relative;
	text-decoration: none;
	background-image: url('/App_Image/tooltip.gif');
	width:10px;
	height:10px;
	background-position:top left;
	display:inline-block;
	left:5px;
	top:0;
}
a[data-tooltip].custom:link, a[data-tooltip].custom:visited {
	position: relative;
	text-decoration: none;
	background-image: none;
	display:inline-block;
	left:5px;
	top:0;
}
a[data-tooltip].custom > div.condition {
	position:relative;
	top:4px;
	left:0;
}
a[data-tooltip]:after {
	content: attr(data-tooltip);
	position: absolute;
	top: -35px;
	left: 15px;
	background-color:rgba(221,221,221,0.95);
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	visibility: hidden;
	font-size:13px;
	font-weight:normal;
	color:#111;
	width:auto;
	max-width:300px;
	white-space: nowrap;
	height:auto;
	line-height: 1.5em;
	border: 1px solid #111111;
	z-index:1;
}
a[data-tooltip].good:after {
	content: 'Good';
}
a[data-tooltip].wrap:after {
	width:300px;
	white-space: normal;
}
a[data-tooltip]:hover:after {
	visibility: visible;
	-moz-transition: visibility 0s linear .3s;
	z-index:5000;
}
/* DASHBOARD STYLES */
div.dash-box * .label{
	font-weight:bold;
	color: #111;
	line-height: 1.2em;
	text-align:left;
}
img.dash-icon{
	float: left;
	position: relative;
	top: 4px;
	margin-right: 5px;
	height: 30px;
}
div.dash-box{
	width:100%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:0;
	overflow:visible;
}
div.dash-box > div:nth-of-type(1){
	width: 100%;
	clear: both;
	margin:0;
	text-align:left;
	padding: 7px 16px;
	font-size: 14px;
	line-height: normal;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
div.dash-box > div:nth-of-type(1),div.dash-box.primary > div:nth-of-type(1) {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #1f4e89;
	*background-color: #0865AF;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d89ca), to(#1f4e89));
	background-image: -webkit-linear-gradient(top, #2d89ca, #1f4e89);
	background-image: -o-linear-gradient(top, #2d89ca, #1f4e89);
	background-image: linear-gradient(to bottom, #2d89ca, #1f4e89);
	background-image: -moz-linear-gradient(top, #2d89ca, #1f4e89);
	background-repeat: repeat-x;
	border-color: #999999 #999999 #FFFFFF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff2d89ca', endColorstr='#ff1f4e89', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
div.dash-box.secondary > div:nth-of-type(1){
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #aa0b06;
	*background-color: #e61f23;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e61f23), to(#aa0b06));
	background-image: -webkit-linear-gradient(top, #e61f23, #aa0b06);
	background-image: -o-linear-gradient(top, #e61f23, #aa0b06);
	background-image: linear-gradient(to bottom, #e61f23, #aa0b06);
	background-image: -moz-linear-gradient(top, #e61f23, #aa0b06);
	background-repeat: repeat-x;
	border-color: #aa0b06 #aa0b06 #FFFFFF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
div.dash-box.tertiary > div:nth-of-type(1){
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #888888;
	*background-color: #DDDDDD;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DDDDDD), to(#888888));
	background-image: -webkit-linear-gradient(top, #DDDDDD, #888888);
	background-image: -o-linear-gradient(top, #DDDDDD, #888888);
	background-image: linear-gradient(to bottom, #DDDDDD, #888888);
	background-image: -moz-linear-gradient(top, #DDDDDD, #888888);
	background-repeat: repeat-x;
	border-color: #888888 #888888 #FFFFFF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff888888', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
div.dash-box > div:nth-of-type(2){
	width: 100%;
	height:auto;
	clear: both;
	margin:0;
	padding:15px 20px;
	font-size:16px;
	text-align:center;
	border:1px solid #444;
	border-top:none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background-color: #FFFFFF;
	*background-color: #FFFFFF;
	display:block;
}
div.dash-box > div:nth-of-type(1):before,div.dash-side > div:nth-of-type(1):before{
	content:'\00BB \0020';
}
div.dash-box + div.dash-box,div.dash-box + div.block,div.block + div.dash-box{
	margin-top:15px;
}
div.margin-toggle-on > div:last-of-type{
	margin-bottom:15px;
}
div.condition{
	width:20px;
	height:20px;
	border-radius: 5px;
	display:inline-block;
	position:relative;
	top:0.2em;
}
div.condition.small{
	width:10px;
	height:10px;
	border-radius: 5px;
	display:inline-block;
	position:relative;
	top:0.6em;
}
div.condition.good{
	background-color: #66cc66;
}
div.condition.fair{
	background-color: #fff568;
}
div.condition.poor{
	background-color: #e61f23;
}
div.form-line {
	clear:both;
	width:100%;
	border-bottom:1px solid #CCC;
	display:table;
}
div.form-line:first-of-type > div {
	padding-top:0;
}
div.form-line:last-of-type {
	border-bottom:none;
}
div.form-line > div:nth-of-type(1) {
	color:#444;
	width:200px;
	display:table-cell;
	vertical-align:middle;
	padding:10px 0px;
}
div.form-line > div:nth-of-type(2) {
	width:450px;
	display:table-cell;
	padding:10px 0px;
	vertical-align:middle;
}
div.form-line > div:nth-of-type(3) {
	width:150px;
	display:table-cell;
	padding:10px 0px;
	vertical-align:middle;
	text-align:center;
}
.slider {
	clear:both;
	display:block;
	height:60px;
}
.slider-div {
	width: 400px;
	display: block;
	min-height: 1px;
	margin:10px 0px 15px 0px;
}
.slider * .label {
	margin-left:5px;
	margin-bottom:5px;
}
.slider-price {
	position:relative;
	top:14px;
}
.price {
	color:#e61f23;
	font-size:26px;
	font-weight:600;
	height:30px;
	display:inline;
}
.unit,.currency {
	color:#666;
	font-size:18px;
	font-weight:normal;
	display:inline;
}
.slider-value {
	position:relative;
	top:14px;
	left:40px;
	margin-bottom:10px;
}
.value {
	color:#e61f23;
	font-size:26px;
	font-weight:600;
	border: 0;
	height:30px;
	display:inline;
}
.icon{
	height:30px;
	margin-right:5px;
}
.slider-value > .icon{
}
/* */
.formbox{
	margin-bottom:40px;
}
.round-top{
	border-radius: 5px 5px 0 0;
}
.round-bottom{
	border-radius: 0 0 5px 5px;
}
.round-right{
	border-radius: 0 5px 5px 0;
}
.round-left{
	border-radius: 5px 0 0 5px;
}
.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
/* ASP.NET ELEMENTS----------------------------------------------------------*/
.form-textbox {
	font-size: 14px;
	font-style:normal;
	height:24px;
	border:1px solid #666;
	background-color:#EEE;
	color:#000000;
	width:300px;
}
.form-dropdown {
	font-size: 14px;
	font-style:normal;
	height:24px;
	border:1px solid #666;
	background-color:#EEE;
	color:#000000;
	line-height:1.5em;
}
select{
	font-size: 16px;
	font-style:normal;
	height:24px;
	border:1px solid #666;
	background-color:#EEE;
	color:#000000;
}
input{
	font-size: 14px;
	font-style:normal;
	height:24px;
	border:1px solid #666;
	background-color:#EEE;
	color:#000000;
}
input[type=text]{
}
input[type=radio], input[type=checkbox]{
	border:0;
	color:#000000;
	background-color:#FFF;
}
input.captcha{
	font-size: 20px;
	font-style:normal;
	height:24px;
	border:1px solid #666;
	background-color:#EEE;
	color:#000000;
	letter-spacing:1px;
}
table#ctl00_MainContent_Uploader tbody{
	width:100%;
}
table.data {
	width: 100%;
	background-color:transparent;
}
table.data th,table.data td {
	padding: 8px 12px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #dddddd;
	font-size:16px;
}
table.data th {
	font-weight: bold;
}
table.data thead th {
	vertical-align: bottom;
	color: #000000;
	background-color: #EEEEEE;
}
table.data caption + thead tr:first-child th,table.data caption + thead tr:first-child td,table.data colgroup + thead tr:first-child th,table.data colgroup + thead tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td {
	border-top: 0;
}
table tbody + tbody {
	border-top: 2px solid #dddddd;
}
table tbody tr.success > td {
	background-color: #dff0d8;
}
table tbody tr.error > td {
	background-color: #f2dede;
}
table tbody tr.warning > td {
	background-color: #fcf8e3;
}
table tbody tr.info > td {
	background-color: #d9edf7;
}
/* Print styles!-------------------------------------------------------------------------------*/
@media print {
}
/* Media queries!-------------------------------------------------------------------------------*/
/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
}
@media all and (orientation: portrait) {
}
@media all and (orientation: landscape) {
}
