/*---------------------------------------------------------------------------*/
/*-- This file contains styles for the Whole Health America web site tools. -*/
/*---------------------------------------------------------------------------*/

/******************/
/* Page Structure */
/******************/

* {margin:0; padding:0;}
html, body {
}
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}
div#rootwrap {
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
div#pageheader {
	float:left;
	width:800px;
	background-image: url(images/wha_header_800.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
div#pagetitlebar {
	float:left;
	width:780px;
	height:22px;
	padding:14px 10px 14px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #81a34c;
	font-weight: bold;
}
div#pagebodyfull {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	width: 800px;
}
div#pagebodyfull p {
	margin-bottom: 1em;
	margin-top: 0px;
}
div#pagebodyfull p.instruction {
	font-style: italic;
	font-weight: bold;
}
div#pagebodywrap {
	width:798px;
	text-align:left;
	float: left;
	border: 1px solid #81A34C;
	background-image: url(images/sitetools_cols.gif);
	background-repeat: repeat;
}
div#nav {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 150px;
	float: left;
}
div#nav p {
	margin-bottom: 0.75em;
	margin-top: 0px;
}
div#nav hr {
	margin-bottom: 0.75em;
	margin-top: 0px;
}
div#content {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	width: 607px;
	border-left: 1px solid #81A34C;
	background-color: #FFFFFF;
}
div#content p {
	margin-bottom: 1em;
	margin-top: 0px;
}
div#content p.instruction {
	font-style: italic;
	font-weight: bold;
}
div#content p.bold {
	font-weight: bold;
}
div#content p.br {
	margin-bottom: 0px;
}
div#content hr {
	margin-bottom: 0.75em;
	margin-top: 0px;
}
div#content ol {
	margin-bottom: 1em;
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 10px;
}
div#content ol li{
	margin-bottom: 1em;
}
div#newsletter_col1, div#newsletter_col2 {
	width: 195px;
	float: left;
	padding-right: 10px;
}
div#newsletter_col3 {
	width: 195px;
	float: left;
}

/***********************/
/* Manage Pages styles */
/***********************/

ul.sortable li {
	position: relative;
}
ul.boxy {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 12em;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
ul.boxy li {
	padding: 2px 2px;
	margin: 0px 0px 2px 0px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.clickable a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	color: #81a34c;
}
.clickable li:hover {
	background-color: #f6f6f6;
}


/*************************/
/* General Button styles */
/*************************/

.MainNav {
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: inline;
	background-image: url(images/star_bullet.gif);
	background-repeat: no-repeat;
	text-indent: 0px;
	background-position: 0px 2px;
	font-weight: bold;
	letter-spacing: 0em;
	white-space: normal;
	text-align: left;
}
a.MainNav:visited {
	color: #000000;
}
a.MainNav:hover {
	color: #A0C07F;
}
a.MainNav:active {
	color: #A0C07F;
}

/****************/
/* Tool Buttons */
/****************/
ul.mainbut li {
	position: relative;
}
ul.mainbutfull {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100%;
}
ul.mainbutfull li {
	margin: 0px 0px 3px 0px;
	padding: 2px 5px;
	border: 1px solid #81a34c;
}
.mainbutclick li {
	background-color: #eee;
}
.mainbutclick a {
	color: #000;
	display: block;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
.mainbutclick li:hover {
	background-color: #81a34c;
}
.mainbutclick li:hover a {
	color: #fff;
}
.mainbutclick a:hover {
	color: #fff;
}
.mainbutclick li:active {
	color: #fff;
	background-color: #81a34c;
}
.mainbutclick li:visited {
	color: #81a34c;
	background-color: #eee;
}


a.mainbutsized {
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #eee;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #81a34c;
	padding: 2px 5px;
}
a.mainbutsized:visited {
	color: #000000;
}
a.mainbutsized:hover {
	color: #fff;
	background-color: #81a34c;
}
a.mainbutsized:active {
	color: #fff;
	background-color: #81a34c;
}
/***************/
/* Text styles */
/***************/

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #81A34C;
	font-weight: bold;
	letter-spacing: 0em;
	margin: 0px;
}
.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 12px;
	text-align: left;
}
.bolded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/***************/
/* List styles */
/***************/

.VerticalButtonList {
	margin: 10px 0px 0px;
}

/************************/
/* Miscellaneous styles */
/************************/

.cellmargins {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 12px;
	text-align: left;
}
.errormsg_white {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF
}
.newsletter_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
}
.email_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 180px;
}
.email_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	height: 200px;
}
.contentareacelldesign {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 12px;
	position: relative;
	width: 568px;
	border-top: 1px solid #81A34C;
	border-right: 1px solid #81A34C;
	border-bottom: 1px solid #81A34C;
	border-left: 1px none #81A34C;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #81A34C;
	font-weight: bold;
	letter-spacing: 0em;
}
.tools_text_instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0em;
	margin: 0px;
}

/**************/
/* Fix clears */
/**************/

.clearfix:after {
	content: ".";
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}   /* a fix for IE Mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/********************/
/* Select a Design  */
/********************/

div.designchoice {
	position:relative;
	width:620px;
	min-height:380px;
	clear:both;
}

div.colorscheme {
	clear:both;
}

div.schemenum {
	height:15px;
	margin:0px 1px 0px 0px;
	float:left;
}

div.colorchip {
	width:15px;
	height:15px;
	margin:0px 1px 1px 0px;
	float:left;
}

div.designchoice img {position: absolute;
    top: 0px; left: 220px; height: 305px; width: 360px;}


/********************/
div.designchoice div.colorscheme span.depressed {
	color: black;
	background-color: #FFFFFF;
	padding: 1px 4px 1px 4px;
	font-size:1.0em;
	line-height: 1.7em;
	font-weight: bold;
	border: 2px solid #81A34C;
}
div.designchoice div.colorscheme span.depressed span {
	font-size:1.0em;
	font-weight: bold;
}
div.designchoice div.colorscheme span.raised {
	color: black;
	background-color: #FFFFFF;
	padding: 1px 4px 1px 4px;
	font-size:1.0em;
	line-height: 1.7em;
	font-weight: bold;
	border: 2px solid #FFFFFF;
}
div.designchoice div.colorscheme span.raised span {
	font-size:1.0em;
	font-weight: bold;
}
div.designchoice div.colorscheme span.depressed:hover {
	cursor: pointer;
	cursor: hand;
	border: 2px solid #CCCCCC;
}
div.designchoice div.colorscheme span.raised:hover {
	cursor: pointer;
	cursor: hand;
	border: 2px solid #CCCCCC;
}

