body,div,span,table,tr,td,img,ul,li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana;
}

body {
	height: 100%;
	background-image: url('../images/body_bg.gif');
	background-repeat : repeat-x;
}

body#blank {
	background-image: none;
}


img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h1#page_title {
	color: #555;
	font-size: 24px;
}

h2 {
	font-size: 18px;
	border-bottom: 1px solid #000;
}

h3 {
	font-size: 16px;
	border-bottom: 1px solid #000;
}

h1 a:hover {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
}

.clearBoth {
	clear: both;
}

.bottomSpace {
	clear: both;
	height: 20px;
}

#page {
	width: 900px;
	margin: 0 auto 20px auto;
}

#header {
	height: 85px;
	width: 800px;
	margin: 0 auto;
}

.nav {
	width: 800px;
	margin: 0 auto;
}

#nav_public, #nav_members {
	width: 800px;
	height: 30px;
	background: transparent url('../images/nav_bg.png') no-repeat;
}

#content_wrapper {
	width: 800px;
	margin: 0 auto;
}

#footer_wrapper {
	height: 72px;
	background: #EEE url('../images/footer_bg.png') repeat-x;
}

#footer {
	width: 800px;
	margin: 0 auto;
	font-size: 10px;
	padding: 10px 20px;
}

#footer a, #footer div {
	font-size: 10px;
}

.button {
	color: #FFF;
	cursor: pointer;
	background-color: #FA5C0D;
}

.button_gray {
	color: #FFF;
	cursor: pointer;
	background-color: #AAA;
}

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

.extHelpbutton {

}

.login_form th, td {
	padding: 2px;
}

.login_form th {
	text-align: right;
}

.login_form .button {
	margin: 3px auto;
}

.user_info {
	float: right;
	padding: 5px 10px;
	line-height: 16px;
	border: 1px solid #999;
	background-color: #FFF;
	display: inline;
	text-align: center;
	margin-top: 8px;
}

.right {
	text-align: right;	
}

/* NAV MAIN *******************************/

.nav {
	height: 30px;
	width: 800px;
	margin: 0 auto;
	/* background: #555 url('../images/bg_nav_gradient.png') repeat-x; */
}

.nav_left {
	width: 67%;
	float: left;
	height: 30px;
	list-style: none;
	margin-left: 20px;
}

.nav_left li {
	float: left;
	height: 30px;
}

.nav_right {
	width: 27%;
	float: right;
	height: 30px;
	list-style: none;
	margin-right: 20px;
}

.nav_right li {
	float: right;
	height: 30px;
}

.nav a {
	color: #FFF;
	display: block;
	padding: 0 15px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
}

.nav a:hover {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-image: url('../images/nav_hover_bg.png');
}

.nav a.selected {
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-image: url('../images/nav_hover_bg.png');
}

.nav_selected {
	border-bottom: 3px solid #AA8D57;
}

.import_template_item {
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #BBB;
}

.import_template_item:hover {
	background-color: #FFC;

}

/* SITE ACCORDION *************************/

.site_accordion_item {
	padding: 5px 15px;
	cursor: pointer;
	vertical-align: middle;
}

.site_accordion_item img {
	vertical-align: middle;
}

/* CONTENT ********************************/
/*
#content {
	clear: both;
	padding: 20px;
}
*/

/* PRIVACY POLICY *************************/

#privacy_policy {
	width: 600px;
	margin: 20px auto;
}

#privacy_policy ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#privacy_policy ul li {
	margin-top: 5px;
	margin-left: 25px;
}

/* TERMS OF SERVICE *************************/

#tos {
	width: 600px;
	margin: 20px auto;
}

#tos ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#tos ul li {
	margin-top: 5px;
	margin-left: 25px;
}

/* DOWNLOAD CODE *************************/

#download_code {
	width: 500px;
	margin: 20px auto;
}

#download_code .item {
	clear: both;
}

#download_code .logo {
	float: left;
}

#download_code .install {
	width: 400px;
	float: left;
}

#download_code h2 {
	border: none;
	padding: 10px 0 5px 0;
}

#download_code ol {
	list-style: decimal;
}

#download_code li {
	padding: 3px 0;
	margin-left: 25px;
}

/* DOWNLOAD CODE *************************/

#faq_page {
	width: 500px;
	margin: 20px auto;
}

.faq_item {
	margin-bottom: 50px;
}

.faq_item p {
	padding: 5px 15px 15px 15px;
}

.faq_item ul {
	list-style: disc;
	margin: 0 0 0 30px;
}

.faq_item ul li {
	padding: 3px 0;
}


/* HOME TEASERS *****************************/

#home_teasers {
	padding: 0;
	float: left;
	width: 535px;
}

#home_teasers div {
	width: 250px;
	float: left;
}

#home_teasers h2 {
	color: #FFF;
	border: none;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 3px 10px;
	background: transparent url(../images/home_section_bg.png) no-repeat;
}

#home_teasers img {
	float: left;
	margin: 0;
}

#home_teasers p {
	margin: 0;
	float: right;
	width: 125px;
	display: block;
}

#getresponse_form {
	width: 200px;
	border: 1px solid #BBB;
}

#getresponse_form h4 {
	margin: 0;
	color: #FFF;
	padding: 3px 5px;
	text-align: center;
	border-bottom: none;
	background-color: #999;
}

#getresponse_form table {
	margin: 10px auto;
}

#getresponse_form table th td {
	padding: 2px 3px;
}

#getresponse_form table th {
	font-weight: bold;
	text-align: right;
}

/* HOME TEASERS *****************************/

#features {
	width: 700px;
	margin: 0 auto;
}

#features ul {
	list-style: circle;
	padding-bottom: 20px;
}

#features li {
	padding: 5px 0;
	margin-left: 30px;
}

/* PAGE: SIGNUPS ****************************/

#page_signup {
	margin: 0 auto;
	padding: 20px;
}

/* ACCOUNT USER **************************/

.account_list_item {
	padding: 5px 7px;
	border-bottom: 1px solid #DDD;
}

.account_list_item:hover {
	cursor: pointer;
	background-color: #FFC;
}

.form_table td {
	padding: 8px;
}

.error_list {
	width: 400px;
	margin-left: 30px;
}

.error_list li {
	color: #900;
}


.site_item {
	padding: 4px 5px;
	cursor: pointer;
	text-align: left;
	border-bottom: 1px solid #DDD;
}

.site_item:hover {
	background-color: #FFC;
}

.menu_section {
	color: #FFF;
	padding: 5px;
	background-color: #009;
}

.content_control {
	width: 450px;
	padding: 5px 10px 10px 50px;
}

.content_control div {
	padding: 3px 0;
}

.help_page ul {
	list-style: disc;
	margin-left: 25px;
}

.affiliate_details li {
	margin-left: 25px;
}

.stats_table {
	width: 100%;
	border-top: 1px solid #999;	
	border-left: 1px solid #999;	
}

.stats_table th, .stats_table td {
	padding: 5px 7px;
	border-right: 1px solid #999;	
	border-bottom: 1px solid #999;	
}

.stats_table th.column {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	background-color: #069;
}

.stats_table th.label {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	background-color: #DDD;
}

.stats_table td {
	width: 14%;
	text-align: center;
}

.feature_table {
	width: 600px;
}

.feature_table th {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #FA5C0D;
}

.feature_table td {
	padding: 6px 10px;
	text-align: center;
	background-color: #FCCD70;
}

.feature_table td.feature {
	text-align: left;
}

.feature_table tr.total td {
	background-color: #BBB;
}

.feature_table tr.signup td {
	background-color: #FFF;
}

.report_title {
	width: 90%;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 20px;		
}

.report_table {
	margin: 0 0 20px 20px;
	/*background-color: #CCC;*/
}

.report_table td {
	padding: 3px 10px;
	background-color: #FFF;
}

.report_table td.column_label {
	color: #FFF;
	text-align: center;
	background-color: #006;
}

.report_table td.row_label {
	text-align: center;
	background-color: #FFF;
}

.report_table tr.alt_row td {
	background-color: #EEE;
}

.report_table td.graph {
	padding: 0;
	text-align: left;
}

.report_table tr.alt_row td.graph {
	background-color: #FFF;
}


/*
.x-tree-node img.folder, .x-tree-node-collapsed img.folder {
    background: url("extjs/resources/images/default/tree/folder.gif") no-repeat;
}

.x-tree-node img.snippet, .x-tree-node-collapsed img.folder {
    background: url("../images/icons/silk/bricks.png") no-repeat;
}
*/

.x-tree-node img.text {
    background: url("../images/icons/silk/page_white.png") no-repeat;
}

.x-tree-node img.url {
    background: url("../images/icons/silk/world.png") no-repeat;
}