@import url("reset.css");

/*****Basic Elements*****/

body {
		background: #e7e7e2 url(/images/newsite/main_bg.png) top left repeat-x;
		font: 14px/1.231 arial,helvetica,clean,sans-serif;
		color:#696767;
}
a:link,a:visited,a:active,.link,
.clickable {
	color:#4f91b0;
	text-decoration:none;
    cursor: pointer;
}
a:hover,.link:hover,
.clickable:hover {
	color:#000000;
    text-decoration:none;
    cursor: pointer;
}
textarea,input {
	color:#000
}
strong {
	font-weight:bold;
}
p {
	margin-bottom:20px;
}			
p img {
	padding: 0;
	max-width: 100%;
}
h1, h2, h3, h4 { 
	margin-bottom:15px;
	color:#000;
	font-weight:bold;
}
h1 {
	font-size:30px;
	margin-bottom:25px;
}
h2 { 
	font-size:24px;
	line-height:34px;
}
h2.home {
	font-size:21px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:14px;
}
ul {
	margin:10px 0 10px 30px;
}
ul li {
	padding-bottom:10px;
	list-style:disc;
}
ul.arrow { 
	margin:10px 0 10px 0;
	font-size:12px;
}
ul.arrow li {
	padding-bottom:15px;
	padding-left:20px;
	background: url(/images/newsite/icon_bullet.png) 0 2px no-repeat;
	line-height:18px;
	list-style:none;
}
ul li a {
	text-decoration:none;
	color:#4f91b0;
}
ul li a:hover {
	color:#000;
}
ol {
	list-style: decimal;
	margin:10px 0 10px 30px;
}
ol li {
	padding-bottom:5px;
}
blockquote {
	padding: 20px 20px 65px 20px;
	font-style: italic;
	margin: 20px 0;
}
a {
	text-decoration:none;
}
form label {
	margin-bottom:5px;
}
form input:text, form textarea, form select {
	background-color:#fff;
	border:1px solid #ccccba;
	padding:5px;
	color:#000;
}
textarea:focus, input:focus {
	border-color:#666;
}

input.error, select.error, textarea.error {
    border-color: #ff3333 !important;
}

hr {
	border: none;
	border-bottom: 1px dotted #ccc;
	margin: 20px 0;
    height: 1px;
}

/*****Utility Classes*****/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*****Generic Classes*****/  
.red {
	color:#900;
}
.black {
	color:#000;
}
.blue {
	color:#0072bc;
}
.green {
	color:#4e9301;
}
.clear {
	clear: both;
}
img.centered,img.aligncenter {
	display: block;
	margin:0 auto;
	border:1px solid #c0c0c0;
	overflow:hidden;
	padding: 4px;
}
img.alignright {
	padding: 4px;
	margin: 2px 0 2px 7px;
	display: inline;
	border:1px solid #c0c0c0;
}
img.alignleft {
	padding: 4px;
	margin: 2px 7px 2px 0;
	display: inline;
	border:1px solid #c0c0c0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.last {
	margin-right:0;
}	
.super {
	vertical-align:super;
	font-size:9px;
}
.footnote {
    font-size: 10px;
}
/*****Buttons*****/
.btn-signup,
.btn-upgrade,
.btn-purchase,
.btn-pay-now,
.btn-invoice {
	width: 110px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
.btn-signup:hover,
.btn-upgrade:hover,
.btn-purchase:hover,
.btn-pay-now:hover,
.btn-invoice:hover {
	background-position: bottom;
	cursor: pointer;
}

.btn-signup {
    background: url(/images/newsite/btn-signup-small.png) no-repeat top;
}
.btn-upgrade {
    background: url(/images/newsite/btn-upgrade-small.png) no-repeat top;
}
.btn-purchase {
    background: url(/images/newsite/btn-purchase-small.png) no-repeat top;
}
.btn-pay-now {
    background: url(/images/newsite/btn-pay-now-small.png) no-repeat top;
}
.btn-invoice {
    background: url(/images/newsite/btn-invoice-small.png) no-repeat top;
}

	
/*****Basic Layout*****/  
#wrapper {
	width:960px;
	margin:0 auto 0;
	}
		
/*****Header*****/  
#header {
	margin:20px 0;
	padding:0;
	width:960px;
	height:87px;
	display:block;
    position: relative;
    z-index: 2;
}
	#header #logo {
		float:left;
	}
		
		#header #pagenav {
			float:right;
			position: relative;
		}	
			ul.menu {
				margin:0;
			}
			ul.menu li {
				float:left;
				font-size:12px;
				margin:-20px 30px 0 0;
				padding-top:20px;
				list-style:none;
			}
			ul.menu li a {
				color:#666;
			}
			ul.menu li.last {
				float: left;
				font-size: 12px;
				margin-right: 0;
				margin-top: -20px;
				padding-top: 22px;
			}
			ul.menu li.last:hover {
				background:none;
			}
			ul.menu li.active {
				background:url(/images/newsite/nav-bgactive.png) repeat-x top;
			}
			ul.menu li:hover {
				background:url(/images/newsite/nav-bghover.png) repeat-x top;
			}
			ul.menu li img {
				float:left;
				margin-right:5px;
			}
			ul.menu li p {
				float:left;
			}
			.menu_title {
				color:#fff;
				font-size:16px;
			}
				
/*****Subnav*****/  
#subnav {
	width: 945px;
	height: 40px;
	padding: 0 0 0 15px;
}
#subnav li a {
	color: #696767;
	font-size: 12px;
	padding: 5px 10px;
    line-height: 25px;
}
#subnav li a:hover, #subnav li a.active
{
	background-color:#444;
	padding:5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#fff;
}
#subnav h1, #subnav h2 {
    font-size: 24px;
    line-height: 24px;
    float: left;
	display: inline;
    margin-bottom: 0;
}
#subnav h1 a, #subnav h2 a {
    color: #000
}
#subnav ul {
	float:right;
	margin:0;
}
#subnav ul li {
	float:left;
	margin:0 10px 0  0;
	list-style:none;
}
#subnav ul li.getstarted {
	margin-right:0;
	
}
#subnav ul li.getstarted a {
	padding:0;
}
#subnav ul li.getstarted a:hover {
	background-color:transparent;
}

/***** Stripes Messages *****/
.messages {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ccffcc;
    border: 1px solid #66ff66;
    margin-bottom: 25px;
    padding: 10px;
}

/*****Main*****/
#main {
    clear: both;
    overflow: hidden;
    position: relative;
}

#main .container {
    width: 900px;
    height: auto;
    padding: 29px;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #d2d2cf;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#main .with-sidebar {
    padding-bottom: 0;
    background:url("/images/newsite/loadtesting-features-bg.gif") repeat-y scroll 629px top #FFFFFF;
}

#main .container .title {
    font-size: 30px;
    color: #5c96b0;
    margin-bottom: 15px;
}

#main .container .content {
    width: 560px;
    height: auto;
    float: left;
}

#main .addition {
    margin-top: 30px;
}

#main .container .sidebar {
    width: 300px;
    margin-left: 40px;
    float: left;
}

/***** Split pane with content on both sides ****/

#main .container .mainsection {
    width: 580px;
    float: left;
}

#main .container .sidebar.text {
	width:280px;
	height:100%;
	background:url(/images/newsite/loadtesting-features-bg.gif) repeat-y top left;
	margin:-29px 0 0 20px;
	padding:29px 0 20px 20px;
	float:right;
}
#main .container .sidebar.text ul {
	width:230px;
	font-size:12px;
	line-height:18px;
	margin:10px 0 10px 20px;
}
#main .container .sidebar.text ul li {
	list-style:none;
}
#main .container .sidebar.text ul li img {
	float:left;
	margin-left:-50px;
}
#main .container .sidebar.text h2 {
    font-size: 18px;
    margin-bottom:5px;
}
#main .container .sidebar.text h3 {
	font-size:14px;
	margin-bottom:5px;
}

/***** Split pane with form on right and content on left *****/

.container-smaller {
	width:572px;
	height:660px;
	background-color:#fff;
	border:1px solid #ccc;
	float:left;
	padding:29px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-left-radius:10px;
}
ul.perks, ul.perks li {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.perks li {
	width:251px;
	height:auto;
	float:left;
	font-size:12px;
	line-height:normal;
	margin:0 30px 10px 0;
}
ul.perks li p {
	margin-top:5px;
}
.sidebar.form {
	width:268px;
	height:660px;
	background:url(/images/newsite/sidebar-bg.gif) repeat-y;
	padding:30px;
	float:right;
	color:#fff;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-top-right-radius:10px;
}
.sidebar.form a {
	color:#fff;
	text-decoration:underline;
}
.sidebar.form h1,
.sidebar.form h2,
.sidebar.form h3,
.sidebar.form h4 {
	color:#fff;
    text-shadow:0 1px 1px #557;
}
.sidebar.form h2 {
    font-size: 20px;
}
.sidebar.form p {
	margin-bottom:15px;
}

/*****Footer*****/
	#footer {
		font-size:12px;
		padding:20px;
		margin-top:20px;
		clear:both;
		overflow:hidden;
	}
		#footer .footernav {
			float:left;
			display:inline;
		}
			#footer .footernav ul {
				overflow:hidden;
				height:auto;
				float:left;
				margin:0 50px 0 0;
				
			}
				#footer .footernav ul li {
					padding: 0 0;
					line-height:24px;
				}
				#footer .footernav ul li.title {
					font-weight:bold;
					color:#000;
					margin-bottom:10px;
				}
				#footer .footernav ul li.title a:link, #footer .footernav ul li.title a:visited {
					font-weight:bold;
					color:#000;
					margin-bottom:10px;
				}
					#footer .footernav ul li a:link, #footer .footernav ul li a:visited, #footer .footernav ul li a:active {
						color:#666666;
					}
					#footer a:hover, #footer .footernav ul li a:hover {
						color:#000;
					}
		#footer .copyright {
			width:230px;
			height:auto;
			text-align:right;
			float:right;
            line-height: 22px;
		}
		#footer .copyright .large-text {
			font-size:24px;
			color:#000;
		}
		.small-text {
			font-size:9px;
			color:#666;
			line-height:normal;
		}
		#footer .copyright img {
			vertical-align:middle;
		}
	

/*****Tables*****/
table tr.even {
    background-color: #eef;
}

table tr.odd {
    background-color: #fff;
}

table.tableList {
    width: 100%;
    margin-bottom: 15px;
    border-collapse:collapse;
}
table.tableList tr th,
table.tableList tr td {
    padding: 5px;
}
table.tableList tr th {
    vertical-align: bottom;
    color: #333;
}
table.tableList tr td {
    border-top: 1px solid #ddd;
    vertical-align: middle;
}


table.comparison-chart {
	font-size:12px;
    background-color: #fff;
    color: #666;
}
table.comparison-chart th {
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #ccc;
}
table.comparison-chart th[scope=col] {
	color: #000;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	line-height: normal;
}
table.comparison-chart em {
	color: #fff;
	display: none;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
table.comparison-chart .hover {
	position: relative;
	display: block;
}
table.comparison-chart th.heading {
	font-size: 18px;
	text-align: center;
	padding: 5px 0 5px 0;
	border-right: 1px solid #ccc;
}
table.comparison-chart .green-highlight {
	background-color: #e5f7c9;
	border-right: none;
}
table.comparison-chart th.green-highlight-top {
	font-size: 18px;
	text-align: center;
	padding: 15px 0 15px 0;
	background-color: #e5f7c9;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
table.comparison-chart td {
	text-align: center;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.comparison-chart td.last,
table.comparison-chart th.last {
	border-right: none;
}
table.comparison-chart td.divider {
	font-weight: bold;
	color: #000;
	background-color: #d4d4d4;
	text-align: left;
	padding: 3px 0 3px 15px;
}
table.comparison-chart td.divider-alternate {
	background-color: #becda7;
	padding: 3px 0 3px 15px;
}
table.comparison-chart td.button {
    padding: 10px;
}
table.comparison-chart td.table-bottom {
	border: 0;
}

table.comparison-chart td.table-highlight-bottom {
	padding: 15px 0 15px 0;
	background-color: #e5f7c9;
	border: 0;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


/*****Forms*****/
fieldset {
    padding: 5px 5px 5px 15px;
    margin-bottom: 15px;
    color: #444;
    background-color: #e1ebf2;
    border: 1px solid #cad3da;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

legend,
form div.legend {
    padding: 5px 10px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    margin-left: 15px;
    border: 1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
form div.legend {
    margin: 0 0 15px 0;
}
form div.legend:hover {
    background-color: #e1ebf2;
}

input.blur {
    color: #999;
}

input[type="checkbox"] {
	padding:0;
	border:0;
}

input[type="submit"] {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('/images/newsite/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}

input[type="text"],
input[type="password"],
textarea {
	padding: 7px;
	outline: 0;
	border: solid 1px #bbb;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
fieldset input[type="text"],
fieldset input[type="password"],
fieldset textarea {
    border-color: #bbb;
}

input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover,
input[type="text"]:focus,
input[type="password"]:focus
textarea:focus { 
    border-color: #fff;
    box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
}

form select {
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
}

form p {
    margin-bottom: 15px;
}
form p label {
    display: block;
    margin-bottom: 5px;
}

/* Make sure to set width on multicolumn elements */
form p.multicolumn {
    display: inline-table;
    width: 200px;
    float: left;
}
form p.multicolumn {
    margin-right: 15px;
}
form p.multicolumn.last {
    margin-right: 0;
}
form p.multicolumn select {
    width:100%;
    margin-top: 5px;
}

.buttons {
    white-space: nowrap;
    /* margin-bottom: 5px; */
}
.buttons button {
    background: transparent;
}

/* tables */
.data {
    margin: 10px;
    border: 2px solid #9ab;
}

.data td, .data th {
    padding: 4px;
    border: 1px solid #ddf;
    background-color: #FFF;
}

.data th {
    text-align: left;
    vertical-align: bottom;
    font-weight: bold;
}

.data th.lolight,
.data td.lolight {
    background-color: #eef;
}

.data th.label,
.data td.label {
    background-color: #eee;
}

.data tr td.splitter {
    background-color: #ddd;
}

.data td > img {
    vertical-align: text-bottom;
}

.small_data td {
    font-size: 10px;
}

/***** Tooltips *****/
#tooltip, .tooltip {
    position: absolute;
    max-width: 350px;
    padding: 10px;
    font-size: 11px;
    background-color: #f9f9f9;
    border: 1px solid #69c;
    border-radius: 5px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    box-shadow: rgba(0,0,0, 0.4) 0px 4px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.4) 0px 4px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.4) 0px 4px 8px;
    z-index: 99;
	background: -webkit-gradient(linear, left bottom, left 50, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(bottom, #FFFFFF, #EEEEEE 1px, #FFFFFF 50px);
}

#tooltip h3, #tooltip div, .tooltip h3, .tooltip div {
    margin: 0;
}

/*** jQuery UI fixes ***/
.ui-widget-overlay {
    background:url("/images/newsite/modalbg-diagonals-666.png") repeat scroll 50% 50% #666666 !important;
    opacity:0.8;
}