
/* Global Styles */
body {
	background-color: #353535;
	color : #000;
	margin: 0px;
}

a {
	color: #3366cc;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
	color: #3366cc;
}

a:visited {
	color: #3366cc;
}

td {
	line-height: 135%;
}

.code {
	font: 85% Monaco, "Courier New", monospace;
}



/* Navigation Top Bar */

#logo {
	padding-top: 6px;
	float: left;
}

#navtoprow_container {
	height: 80px;
	position: relative;
	text-align: center;
	background-color: #353535;
}

#navtoprow_center {
	text-align: left;
	width: 880px;
	margin:0px auto;
}

#navtoprowtabs {
	width: 550px;
	float: right;
}


#navtoprow_buttons {
	float: right;
	margin: 10px;
	height: 29px;
}

#navtoprow_buttons span {

}

#navtoprow_buttons a {
	font-family:Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 12px;
	color: #aaa;
	padding: 4px 10px 4px 10px;

	background-color: #464646;

	margin-left: 5px;

	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	border: 1px solid #555;
}

#navtoprow_buttons a:hover {
	border: 1px solid #777;
	background-color: #565656;
}

/*#navtorowpsession {
	width: 298px;
	float: right;
	text-align: right;
	font-size: 12px;
	color:#fff;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#navtorowpsession a:link {text-decoration: none; color: #fff;}
#navtorowpsession a:visited {text-decoration: none; color: #fff;}
#navtorowpsession a:active {text-decoration: underline; color: #fff; }
#navtorowpsession a:hover {text-decoration: underline; color: #fff;}
*/

ul#navtop {
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-top: 10px;
	display: inline;
	margin: 0px 0px;
	white-space: nowrap;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica;
/*	position: absolute;
	bottom: 0px;*/
}

#navtop li {
	/* margin-left: 5px; */
	display: inline;
	list-style-type: none;
	line-height: 34px;
}

#navtop a {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-decoration: none;
	color: #AAA;
	font-weight: normal;
}

#navtop a:link, #navtop a:visited {
	margin: 0px;
	/*background-color: #040;*/
}

#navtop a:hover {
	text-decoration: underline;
	/*background-color: #060;*/
	color: #fff;

	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

#navtop #navtopactive {
	text-decoration: none;
	background-color: #fff;
	color: #777;
	/* background: #090 url("http://www.linode.com/images/tab_on_left.gif") left top no-repeat; */
	/* border: 1px solid #999; */

	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;

}

#navtopactivehome {
	text-decoration: none;
	background-color: #53d64b;
	color: #353535 !important;
	/* background: #090 url("http://www.linode.com/images/tab_on_left.gif") left top no-repeat; */
	/* border: 1px solid #999; */

	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;

}


#navtop #active:hover {
	text-decoration: underline;
}


/* Page */

#page_container {
	background-color: #fff;
	text-align: center;
}

#page {
	text-align: left;
	margin:0px auto;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	/*font-size:12px;*/
	line-height: 135%;
	/*letter-spacing:	-0.005em;*/
}

#page h2 {
	color: #333;
}

#page h3 {
	color: #333;
}

#page h4 {
	color: #555;
	margin: 0px;
}

#page p {
	color: #555;
}


#page_col_left {
	width: 550px;
	margin: 0px;
	float: left;
}

#page_col_right {
	width: 300px;
	margin: 30px 0px 0px 0px;
	float: right;
}





#screenshot div {
	background-color: #363639;
	padding: 5px 5px 10px 5px;
	margin: 5px 5px 5px 0px;
	color: #ccc;

	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#screenshot h3 {
	margin-left: 10px;
	color: #ccc;
}


/* used in dsp/box.cfm -- Whatever is defined above must be overridden here */
.box-table {
	background-color:#aaa;
	padding: 0px;
}

.box-header {
	background-color:#eee;
	text-align:center;
	font-weight:700;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica;
	background-image:url("/images/cell_gray_grad.gif");
	padding: 4px;
}

.box-body {
	background-color:#fff;
	color:#000;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica;
	padding: 4px;
}









table.midbox {
	width:100%;
}

table.midbox td  {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 16px;
}


table.midbox td h2 {
	color: #000;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}

table.midbox a{
	color: #555;
	text-decoration:underline;
}

table.midbox a:hover {
	color:#333;
}


#bottombox {
	text-align: left;

	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ddd;

	-moz-border-radius-bottomleft: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}















.spacer { clear: both; }



.sideboxhome {
	float: left;
	width: 254px;
	height: 300px;
	margin-top: 10px !important;
}

.homeboxheader {
	font-size: 24px;
}



.cool_list {
	margin: 0px;
	margin-left: 22px;
	padding: 0px;
	list-style: disc url(/forums/images/smiles/icon_arrow.gif);
	color: #444;
}

.cool_list_nobull {
	margin: 0px;
	margin-left: 15px;
	font-size: 14px;
	padding: 0px;
	list-style: circle !important;
	color: #444;
}



/*
#home_container {
	background-color: #e4f2fd;
	background-color: #eee;
	border-bottom: 5px solid #ddd;
	background-image: url(/images/grad/bg_home_grad.png);
}

#home {
	width: 880px;
	margin: auto;
}

#home_left {
	float: left;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;

	margin-top: 18px;
	margin-bottom: 10px;
	padding: 15px;

	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #99ccff;
	text-align: center;
}

#home_left h1 {
	font-size: 44px;
	letter-spacing:	-0.04em;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#home_left span {
	font-size: 22px;
}

#home_left_signup {
	border: 1px solid #555;
	background-color: green;
	width: 200px;
	margin: auto;
	text-align: center;
	padding: 10px;
}

#home_left_signup a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 30px;
}


#home_right {
	float: right;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	border-left: 1px solid #999;
	color: #444;
}
#home_right h1 {
	font-size: 22px;
	letter-spacing:	-0.03em;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000;
}
*/


#features_container {
	background-color: #fff;
}

#features {
	width: 880px;
	margin: auto;
	margin-top: 0px;
	font-size: 14px;

	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	line-height: 135%;
	/*font-size:12px;*/

	color: #444;
}

#features ul {
	margin: 0px;
	margin-left: 22px;
	padding: 0px;
	list-style: disc url(/forums/images/smiles/icon_arrow.gif) ;
}


#features h1 {
	font-size: 22px;
	letter-spacing:	-0.03em;
	margin: 0px;
	padding-top: 15px;
	color: #000;
}

#features_left {
	float: left;
	width: 440px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 130%;
}


#features_right {
	float: right;
	width: 440px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}



#plans_container {
	background-color: #e9ebf3;
	background-color: #edf5ef;
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
}

#plans {
	width: 880px;
	margin: auto;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #444;
}

#plans_small {
	font-size: 12px;
}

#plans h1 {
	font-size: 22px;
	letter-spacing:	-0.03em;
	margin: 0px;
	padding-top: 15px;
	color: #000;
}

#plan {
	background-color: #fff;
	margin: 0px;
	width: 115px;
	float: left;
	margin-left: 10px;
	padding: 9px;
	border: 1px solid #ccc;
}

#plan h2 {
	background-color: #4eb849;
	background-color: #ccc;
	color: #000;
	text-align: center;
	font-size: 14px;
	padding: 6px;
	padding-right: 10px;
	margin: 0px;
}

#plan h3 {
	text-align: center;
	font-size: 14px;
	padding-top: 8px;
	margin: 0px;
	color: green;
}

#plan h4 {
text-align: center;
	font-size: 12px;
	padding: 8px;
	padding-right: 10px;
	margin: 0px;
	border-bottom: 1px solid #999;
}

#plan_table {
	font-size: 14px;
}



#testimonials_container {
	background-color: #eee;
}

#testimonials {
	width: 880px;
	margin: auto;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #444;
}

#testimonials h2 {
	font-size: 22px;
	letter-spacing:	-0.03em;
	margin: 0px;
	padding-top: 15px;
	color: #000;
}

#testimonials h3 {
	font-size: 18px;
	letter-spacing:	-0.03em;
	margin: 0px;
	margin-bottom: 5px;
	padding-top: 15px;
	color: #000;
}


#testimonials blockquote {
	font-family: serif;
	margin: 0px;
	line-height: 120%;
	color: #444;
}

#testimonials cite {
	font-size: 14px;
}


#testimonials ul {
	margin: 0px;
	margin-left: 22px;
	padding: 0px;
	list-style: disc url(/forums/images/smiles/icon_arrow.gif) inside;
}

#testimonials li {
	font-size: 16px;
}


#testimonials_left {
	float: left;
	width: 300px;
	margin-top: 15px;
	border-right: 1px solid #999;
}

#testimonials_right {
	float: right;
	width: 530px;
	margin-bottom: 10px;
	padding: 15px;
	color: #444;
}






#home2_container {
	background-color: #009c31;
	border-bottom: 5px solid #ccc;
	background-image: url(/images/grad/bg_home_grad3.png);
	background-repeat: repeat-x;
	height: 200px;
	text-align: center;
}

#home2 {
	width: 880px;
	margin: auto;
	text-align: left;
	padding: 0px;
}

#home2_left {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;

	margin-top: 40px;
	margin-bottom: 45px;
	width: 560px;

	border-right: 1px solid #999;
}

#home2_left h1 {
	font-size: 46px;
	letter-spacing:	-0.04em;
	margin: 0px;
	margin-bottom: 2px;
}

#home2_left span {
	font-size: 22px;
	color: #000;
}


#home2_right {
	float: right;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	color: #444;
}

/*#home2_right h1 {
	font-size: 22px;
	letter-spacing:	-0.03em;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000;
}*/

#home2_right_signup {
	background-color: #99ccff;
	margin: auto;
	text-align: center;

	width: 180px;

	margin-top: 55px;

	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;

	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

#home2_right_signup a {
	font-family: Helvetica, sans-serif;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	color: blue;

	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	
}

#home2_right_signup a:hover {
	color: #aaa;
}



/* Green Area Promo */

#home2_pitch {
	width: 865px;
	height: 126px;
	border: 0px;
	background-image: url(/images/backups-pitch.png);
}

#home2_pitch_text {
	padding-left: 15px;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing:	-0.5px;
	color: #222;
	line-height: 1.2em;
}

#home2_pitch_text a {
	color: #222;
	text-decoration: underline;
	font-weight: normal;
}





#home2_promo_left {
	float: left;
	width: 110px;
	height: 200px;

	margin: 0px;
	padding: 0px;
	margin-top: 0px;

	background-image: url(/images/splash_backups.jpg);
	background-repeat: no-repeat;
/*	border: 1px solid #999;
*/}

#home2_promo_right {
	float: right;
	width: 770px;

	font-family: Helvetica, sans-serif;
	/*text-align: center;*/

	color: #000;

	margin: 0px;
	margin-top: 22px;
	padding: 0px;
/*	border: 1px solid #999;
*/	

}


#home2_promo_right h1 {
	font-size: 55px;
	letter-spacing:	-0.06em;
	margin: 0px;
	margin-bottom: -6px;
}

#home2_promo_right .sub {
	line-height: 1.5em;
	letter-spacing:	-0.04em;
	font-size: 34px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	margin-bottom: 0px;
}


#home2_promo_right .subsub {
	line-height: 1.2em;
	
	font-size: 18px;
	color: #222;

}

#home2_promo_right a {
	text-decoration: underline;
	font-weight: normal;
	color: #222;
}







/* Footer stuff */

#bottom_divider {
	width: 100%;
	background-color: green;
	height:11px;
	background-image:url(/images/bar-undertab.gif);
	background-repeat: repeat-x;
}


#newfooter-container {
	background-color: #353535;
	position: relative;
	text-align: center;
	height: 65px;
	font-family:Tahoma, Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #ccc;
}

#newfooter-box {
	text-align: left;
	margin: auto;
}

#newfooter-box a {
	color: #eee;
	text-decoration:none;
	font-weight: normal;
}

#newfooter-box a:hover {
	color: #ddd;
	text-decoration: underline;
}







/* Display crap */

td.small {
font-family:Verdana,Arial,Helvetica;
font-size:12px;
}

p.big {
	line-height: 140%;
	color:#555;
}

ul.normal {
	margin:20;
	list-style-type: disc;
	color:#555;
}

.hp2 {
	/*font-family:verdana,"Lucida Grande", arial, helvetica, sans-serif; */
	font-family:"Trebuchet MS","Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	font-size:16px;
}


/* API Autodoc */

.propName {
	font-family: monospace;
	font-weight: bold;
	font-size: 130%;
	color: #333;
}

.propDef {
	color: #444;
	font-size: 120%;
}

.propDesc {
	color: #444;
	font-size: 90%;
}

.responseBox {
	background: #eee;
	color: #222;
	border: 1px dashed ;
	padding: 5px;
	font-family: monospace;
	font-size: 95%;
	line-height: 130%;
}





/* iPhone -- /iphone/ */

.iSidebar {
	background-color: white;
	text-align: center;
	margin-top: 25px;
}

.trademarkNote {
	margin-top: 25px;
	font-size: xx-small;
	line-height: 1.4em;
}

.trademarkNote2 {
	margin-top: inherit;
	font-size: xx-small;
	line-height: 1.4em;
}

.trademarkbar {
	margin-top: 25px;
}

.asideLink {
	font-size: smaller;
}

.nospacing {
	margin: 0px;
}
