/*-----------------------------------------

DeskConnect
Main CSS

-----------------------------------------*/

/*-----------------------------------------
Layout
-----------------------------------------*/

html {
	background: #e7f0f0;
	min-height: 100%;
}

body {
	background: #e7f0f0 url(/img/bg.png) repeat-x;
	font: 12px Helvetica, sans-serif;
	margin: 0;
	min-height: 100%;
}

.wrapper {
	background: url(/img/headerBG.png) no-repeat;
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 195px;
}

.wrapper-full {
	background: #FFF;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	min-height: 0px;
}

#logo {
	display: block;
	background: url(/img/logo.png);
	width: 374px;
	height: 50px;
	position: absolute;
	top: 86px;
	left: 0;
}

#logo:hover {
	opacity: .8;
}
#logo:active {
	opacity: 1;
}

.content {
	margin-top: 150px;
	width: 960px;
	background: #FFF;
	min-height: 300px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content-full {
    background: #FFF;
	margin-top: 0px;
	width: 100%;
	height: 100%
	min-height: 0px;
	border-radius: 0px;
}

#footer {
	margin: 10px 0 20px;
}


/* Links, etc. */

a:link {
	color: #2286D8;
	outline: none;
}
a:hover {
	color: #175D96;
}

.l {
	float: left;
}
.r {
	float: right;
}

img {
	outline: none;
	border: 0;
}




/*-----------------------------------------
Navigation
-----------------------------------------*/

#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 36px;
}

#navigation li {
	float: right;
}
#navigation li.l {
	float: left;
}

#navigation li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	display: block;
	padding: 12px 10px 11px;
	margin: 0;
}
#navigation li a:hover {
	background: rgba(0, 0, 0, .3);
}

#navigation li a:active {
	background: #03121B;
	padding: 13px 10px 10px;
	border-bottom: 1px solid #000;;
}

#navigation li a span,
span.amp {
	font-family: Palatino, Baskerville, Georgia, serif;
	font-style: italic;
	line-height: 0;
}

#navigation li.selected {
	background: url(/img/selected.png) no-repeat;
	background-position: center bottom;
}





/*-----------------------------------------
Buttons
-----------------------------------------*/

.buttons {
	position: absolute;
	top: 96px;
	right: 0;
}

#signupBar {
	position: relative;
	height: 35px;
	margin-top: 20px;
	padding: 20px;
	background: #FFF url(/img/pageHeader.png) repeat-x bottom;
	border-top: 1px solid #C7DBDB;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.button {
	background-position: top;
	display: inline-block;
	width: 155px;
	height: 36px;
}
.button:hover {
	background-position: 0 72px;
}
.button:active {
	background-position: 0 36px;
}
.button.active {
	background-position: 0 36px;
}
.button.tour {
	background-image: url(/img/buttonTour.png);
}
.button.signup {
	background-image: url(/img/buttonSignup.png);
}
.button.login {
	background-image: url(/img/buttonLogin.png);
}
.button.screen {
	background-image: url(/img/buttonScreen.png);
}
.button.files {
	background-image: url(/img/buttonFiles.png);
}
.button.sharing {
	background-image: url(/img/buttonSharing.png);
}
.buttonsRound {
	position: absolute;
	top: 90px;
	right: 0;
}

.buttonsRound .text a {
	padding: 3px 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	color: #FFF;
	font-size: 15px;
}

.buttonsRound .text a:hover {
	color: #000;
	background: #FFF;
	text-decoration: none;
}
.buttonsRound .text a:active {
	color: #FFF;
	background: #000;
	text-decoration: none;
}

.buttonsRound .text {
	float: left;
	width: 150px;
	text-align: right;
	display: block;
	margin: 10px 12px 0 0;
	color: #FFF;
}

.signupround {
	display: block;
	width: 163px;
	height: 41px;
	background-image: url(/img/signupround.png);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
}
.signupround:hover {
	background-position: center;
}
.signupround:active {
	background-position: bottom;
}


#signupbar .abutton.r img.buttonicon {
	margin-top: -3px;
	position: relative;
	top: 2px;
}


/*-----------------------------------------
Sign in Form
-----------------------------------------*/

/* Form Elements */

.signinPopup input[type="submit"],
.forgotPasswordPopup input[type="submit"] {
	float: right;
	position: relative;
	top: -6px;
}
.signinPopup .forgetpassword,
.forgotPasswordPopup .forgetpassword {
	float: left;
	margin-top: 3px;
}

input[type="text"],
input[type="password"],
textarea {
	background: #FFF;
	border: 1px solid #C7DBDB;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 7px;
	outline: none;
	cursor: pointer;
	font-size: 12px;
	width: 280px;
	margin-bottom: 5px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 2px solid #1B69A6;
	cursor: text;
	padding: 4px 6px;
}

input[type="text"].error,
input[type="password"].error,
textarea.error {
	border: 2px solid #F00;
	padding: 4px 6px;
}

label.error {
	color: #F00;
}

label {
	cursor: pointer;
	width: 60px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}

label[generated="true"] {
	display: block;
	margin: 2px 0 10px 115px;
	width: 300px !important;
	text-align: left;
}


/* Button holder */

.submitButtonHolder {
	margin: 20px -20px 0;
	border-top: 1px solid #C7DBDB;
	padding: 20px;
	height: 20px;
}

.submitButtonHolder label {
	display: inline;
	text-align: left;
	margin: 0;
	width: auto;
}




/*-----------------------------------------
Content
-----------------------------------------*/

#top {
	background: #FFF url(/img/pageHeader.png) repeat-x bottom;
	border-bottom: 1px solid #C7DBDB;
	padding: 40px 60px 35px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	position: relative;
}

#top span {
	font-size: 16px;
	display: block;
	width: 360px;
	color: #116c9b;
	line-height: 145%;
}


/* Page Headers */

h1 {
	font-size: 25px;
	font-weight: normal;
	color: #2A4F8F;
	border-bottom: 2px solid #E6EDF4;
}

h2 {
	margin-bottom: 0px;
	margin-top: 20px;
	padding: 0;
	color: #116c9b;
}


/* Front-page Features */

.feature h2 {
	padding-left: 40px;
	min-height: 32px;
	color: #114077;
	font-size: 14px;
	font-family: inherit;
	margin: 0;
}

.feature {
	width: 260px;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
.feature+.feature+.feature {
	margin-right: 0;
}

.feature p {
	color: #2076ac;
	line-height: 20px;
}


/* Feature Icons */

.feature .anywhere {
	background: url(/img/icons/anywhere.png) 10px 5px no-repeat;
}
.feature .macorpc {
	background: url(/img/icons/macorpc.png) 2px 8px no-repeat;
}
.feature .mobile {
	background: url(/img/icons/mobile.png) 10px 4px no-repeat;
}
.feature .screen {
	background: url(/img/icons/screen.png) 6px 7px no-repeat;
}
.feature .secure {
	background: url(/img/icons/secure.png) 8px 6px no-repeat;
}
.feature .share {
	background: url(/img/icons/share.png) 6px 9px no-repeat;
}


/* Page Layout */

h1.pageHeader {
	font-size: 30px;
	margin-top: 20px;
	background: #FFF url(/img/pageHeader.png) repeat-x;
	border-bottom: 1px solid #C7DBDB;
	padding: 40px 40px 35px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#mainContent {
	padding: 45px 60px;
}
#pageContent {
	padding: 10px 100px;
}
.pageContentText {
    overflow: hidden !important;
	padding: 10px 50px 25px;
}
.pageContentText-full {
    overflow: hidden !important;
    padding: 0px 0px 0px;
}
#pageContentText p {
	margin-bottom: 18px;
}

#pageContentText p + h2 {
	margin-top: 40px;
}

p {
	line-height: 18px;
}




/*-----------------------------------------
Screenshots
-----------------------------------------*/

#screenshots {
	margin: 10px 0 0;
}

#screenshots a {
	background-image: url(/img/previews.png);
	width: 186px;
	height: 20px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	padding-top: 135px;
	text-align: center;
	text-decoration: none;
	color: #114077;
	font-weight: bold;
	margin-right: 32px;
}

#screenshots a+a+a+a {
	margin-right: 0;
}

#screenshots a:hover {
	opacity: .8;
}
#screenshots a:active {
	opacity: 1;
	color: #000;
}

.s1 {
	background-position: 0 0;
}
.s2 {
	background-position: -186px 0;
}
.s3 {
	background-position: -372px 0;
}
.s4 {
	background-position: -558px 0;
}




/*-----------------------------------------
Quote
-----------------------------------------*/

#quote {
	border-top: 1px solid #DDD;
	padding: 35px 60px;
}

#quote p {
	color: #066A9E;
	text-align: center;
	font-family: Palatino, Georgia, Times, serif;
	font-style: italic;
	font-size: 25px;
	line-height: 145%;
}

#quote cite {
	text-align: right;
	color: #AAA;
	display: block;
}




/*-----------------------------------------
Compare
-----------------------------------------*/

.pageCompare {
	padding: 20px 40px 40px !important;
}
/* Page body */

#compare {/* The table itself */
	border-collapse:collapse;
	width: 100%;
	font-size: 13px;
	margin: 20px 0;
}

#compare td, #compare th {/* Cells */
	padding: 10px;
	margin: 0;
	text-align: center;
	width: 100px;
}

#compare tr {
	background: #E7F3F9;
}
/* Table row BG */
#compare tr.alt {
	background: #FFF;
}
/* Alternating */

#compare tr td:first-child {/* Features we're comparing */
font-weight: bold;
text-align: right;
width: auto;
text-transform: uppercase;
font-size: 10px;
color: #175D96;
}

.y, .n {
	background-repeat: no-repeat;
	background-position: center center;
}
.y, .n sup {
	margin-left: 25px;
}
/* Footnote in y/n */
.y {
	background-image: url(/img/tick.png);
}
/* Service has a feature */
.n {
	background-image: url(/img/cross.png);
}
/* Service doesn't have it */

#compare th.dc {/* DC header */
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	background: #175D96;
}

#compare .dc {
	background-color: #1E77C0;
	color: #FFF;
}
/* DC highlight */
#compare tr.alt .dc {
	background-color: #2286D8;
}
/* Alternate DC highlight */
#compare th a {
	color: #000;
}
/* Header link */
#compare .dc a {
	color: #FFF;
}
/* DC Header Link */
#compare th {
	background: #94CCE5;
}
/* Default table head BG */
#compare .p {
	font-size: 18px;
	font-weight: 700;
}
/* Price */
th.empty {
	background: #FFF !important;
}
/* Empty space (top left) */

#footnotes {
	border-top: 1px solid #DDD;
	margin: 20px 0 0;
	padding: 10px 0 0;
	font-size: 10px;
}

td sup {
	font-size: 9px;
}

.compareSignup {
	background: url(/img/pageHeader.png) repeat-x center !important;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}





/*-----------------------------------------
Plans
-----------------------------------------*/

.plan {
	width: 270px;
	margin: 40px 10px 0 10px;
	float: left;
	border: 2px solid #C7DBDB;
	/*border: 3px solid #145589;*/
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.planinfo {
	width: 270px;
	margin: 10px 10px 0 10px;
	float: left;
	border: 2px solid #C7DBDB;
	/*border: 3px solid #145589;*/
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


/* Plan Header */

.planHead {
	color: #145589;
	font-size: 20px;
	padding: 17px 17px 15px;
	background: url(/img/pageHeader.png) bottom repeat-x;
	border-bottom: 1px solid #C7DBDB;
}

.planHead small {
	background: #FFF;
	float: right;
	padding: 3px 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}


/* Plan Body */

.plan span {
	padding: 15px;
	font-size: 12px;
	display: block;
	border-bottom: 1px solid #C7DBDB;
}

.plan span:last-child {
	border-bottom: 0;
}


/* Emphasized Plan */

.plan.better {
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
	position: relative;
	margin: 5px 5px 0 5px;
	border: 5px solid #145589;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.plan.better span {
	font-size: 15px;
	padding: 20px;
	font-weight: bold;
}


/* Free Plan */

.freePlan {
	margin: 9px 0 0;
	text-align: center;
	font-size: 14px;
}

.freePlan a {
	color: #145589;
	padding: 2px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.freePlan a:hover {
	color: #FFF;
	background: #2286D8;
}



/*-----------------------------------------
Sign up
-----------------------------------------*/

.signUp label {
	width: 100px;
}
.signUp select {
	margin-bottom: 5px;
}

.signUp input[type="checkbox"] {
	float: left;
	margin: 20px 10px 0 113px;
}

.signUp input[type="checkbox"] + label {
	width: 270px;
	text-align: left;
	margin-top: 19px;
	float: left;
}

.signUp label small {
	color: #777;
}
.signUp input[type="submit"] {
	margin-top: 8px;
}

.signUp h2 {
	border-top: 3px solid #C7DBDB;
	border-bottom: 1px solid #C7DBDB;
	margin: 20px 0 20px;
	padding: 5px 5px;
	width: 410px;
	text-transform: uppercase;
	font-size: 12px;
}

.signup .contactinfo {
	margin: 10px 0 20px;
}

.signUp .plan {
	margin: 0;
	width: 420px;
	float: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-width: 1px;
}

.signUp .plan span {
	padding-left: 40px;
	background: url(/img/tick.png) 15px 15px no-repeat;
}
.overview {
	float: right;
	width: 420px;
}
.overview p {
	margin: 0 5px 20px 5px;
}
.signUpForm {
	float: left;
	width: 420px;
}

button, .abutton {
	border: 1px solid #C7DBDB;
	background: url(/img/pageHeader.png) repeat-x center;
	font-size: 15px;
	padding: 5px 20px;
	cursor: pointer;
	color: #145589 !important;
	margin-left: 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
}

button:hover, .abutton:hover {
	background-position: top;
	color: #000 !important;
	border-color: #A8C7C7;
}
button:active, .abutton:active {
	background-position: bottom;
	padding: 6px 20px 4px;
}



/* Terms, etc. */

p.signupDivider {
	margin-top: 20px;
	border-top: 3px solid #C7DBDB;
}
.l input[type="checkbox"] {
	margin-left: 0;
	margin-top: 5px;
}
.l label {
	width: auto !important;
	margin-top: 4px !important;
}


/*-----------------------------------------
Splash
-----------------------------------------*/

label.notified {
	cursor: pointer;
	display: inline;
	margin-right: 10px;
	text-align: right;
	width: 100px;
}

/*-----------------------------------------
Status Messages
-----------------------------------------*/

#status {
	text-align:center;
	color:#131513;
	font-size:12px;
	margin: 10px 0;
}

#status.success {
	color:#1DA313;
}
#status.error {
	color:#C1000C;
}


/*-----------------------------------------
Lightbox/popover
-----------------------------------------*/

/* Black semi-transparent background */

.popupContainer {
	display: none;
}

.popupBackground {
	background: #000;
	height:100%;
	left:0;
	opacity: .5;
	position:fixed;
	top:0;
	width:100%;
	z-index: 100;
}


/* Body */

.popup {
	-moz-border-radius:5px 5px 5px 5px;
	-moz-box-shadow:0 2px 6px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
	background:url("/img/pageHeader.png") repeat-x scroll center bottom #FFFFFF;
	left:50%;
	margin-left:-185px;
	opacity:1;
	padding:20px 20px 0;
	position:fixed;
	top:120px;
	width:370px;
	z-index:200;
}

.popupClose {
	background:url("/img/close.png");
	height:30px;
	left:50%;
	margin-left:-200px;
	position:fixed;
	top:109px;
	width:30px;
	z-index:300;
}