body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#808080;
	color: #555;
	background-image: url(/images/v2/tfa_bg_brushedgrey.jpg);
	background-repeat: repeat;
}

form {
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #878177;
}
/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset {
	margin: 20px 0;
	padding: 15px 10px;
	background-color:#FAFAFA;
	border: 3px solid #E4E3D3;
	overflow: auto;
}
legend {
	padding: 2px 5px;
	color: #888;
	font-size: 115%;
}
/* Nested Fieldset  */
fieldset fieldset  {
	background-color:#FFF;
	border: 1px solid #ccc;
}

fieldset fieldset legend {
	font-size: 110%;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;
}
/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
	border-left: 1px solid #E4E3D3;
	border-right: 1px solid #E4E3D3;
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	background-color:#E4E3D3;
}
form .alternate-1 td {
	border-left: 1px solid #F4F3E3;
	border-right: 1px solid #F4F3E3;
}
form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
form .oneField {
}
form .inlineSection .oneField {
	padding: 0;
	margin-right: 4px;
	white-space: nowrap;
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap;
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {
	color: #333;
	margin: 0;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: #EDEDDC;
}
/* Radio / Checkbox group label */
form .label  {
	display: block;
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: #EDEDDC;
	white-space: normal;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
input[type=text], input[type=password] {
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

select, input {
	border: 1px solid #ccc;
}

select:focus, input:focus {
 background-color: #FCFFB9;
 border: 1px solid #000;
}


/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;
}
/* Submit button */
form .primaryAction {
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	background-color:#FAFAFA;
	margin: 1em 0;
/* 	font-style: italic; */
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	position: absolute;
	width: 180px;
	z-index: 50;
	background-image: url(images/hint_topborder_grey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 14px 0 0 0;
	margin: 2px 0 0 10px;
	color: #000;
	font-size: 80%;
}
form .field-hint div {
	background-color: #f6f5e5;
	border-left: 1px solid #cbcbbb;
	border-right: 1px solid #cbcbbb;
	border-bottom: 1px solid #cbcbbb;
	padding: 4px
}
/* Field-Hint without focus */
form .field-hint-inactive {
	visibility: hidden;
	position: absolute;
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #F3F3F3;

}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h,
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l,
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p,
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */



/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute');
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}







#Background {
	background-image: url(/images/v2/tfa_bg_top.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0 0 0 22px;
}
/* ---------------------------------- */
/* Logo                               */
/* ---------------------------------- */
#Logo {
	position: absolute;
	z-index:3;
	width: 36px;
	padding: 5px 14px 0 23px;
	float: left;
}
/* ---------------------------------- */
/* Content Area                       */
/* ---------------------------------- */
#Content {
	position: relative;
	z-index:2;
	margin: 0;
	width: 665px;
	padding: 0 30px 15px 75px;

	font-size: 120%;
	line-height: 150%;
	min-height: 500px;

}
#Content.large {
  background-color:#FAFAFA;
	width: 746px;
}
.xl #Content {
	width: 865px;
}
#Content.oneColumn {

}
#Content.oneLargeColumn {

	width: 746px;
}

/* ---------------------------------- */
/* Generic Markup - Links             */
/* ---------------------------------- */
a {
	color: #B68663;
}
a:visited {
	color: #b9a576;
}
a:hover {
	color: #ed8a22;
	text-decoration: none;
	border-bottom: 1px dotted #ed8a22;
}
a.noVisited:visited {
	color: #B68663 !important;
}
a img {
	border: none;
	text-decoration: none;
}
hr {
	height: 0;
	border: none;
	border-bottom: 3px double #CCC;
}
sup {
	font-size: small;
}
/* ---------------------------------- */
/* Generic Markup - Titles            */
/* ---------------------------------- */
h1 {
	line-height: 150%;
	font-size: 190%;
	letter-spacing: 1px;
	font-weight: normal;
	color: #000;
}

h2 {
	font-weight: normal;
	line-height: 140%;
	font-size: 140%;
	letter-spacing: 1px;
	background-image: url(/images/v2/tfa_hr.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
h2 a {
	text-decoration: none;
}
h2 a:visited {
	text-decoration: none;
	color: #333;
}
h3 {
	font-size: 120%;
	background-image: url(/images/v2/tfa_hr.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 4px;
	color: #a2cd9e;
	margin: 6px 0 6px 0;
}
h3 a {
	text-decoration: none;
}
h3 a:visited {
	text-decoration: none;
}
h4 {
	font-size: 100%;
	margin: 6px 0 6px 0;
	line-height: 170%;
}
h2.large {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 240%;
	background-image: none;
	margin: 0 0 0.6em 0;
}
h3.large {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 180%;
	background-image: none;
	margin: 0 0 0.6em 0;
	line-height: 130%;
}
.orange {
	color: #f8b05b !important;
}
.green {
	color: #a2cd9e !important;
}
/* ---------------------------------- */
/* Generic Markup - Tables            */
/* ---------------------------------- */
table {
	border-collapse: collapse;
}
tr.selected {
	background-color: #FFFFDD;
}
tr:hover {
}
th {
	padding: 0 3px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
td {
	padding: 5px 3px;
	border-bottom: 1px dotted #ccc;
	line-height: normal;
}
td table {
	margin: 10px auto 0 auto;
}
td table td {
	text-align: left;
	border: none;
	font-size: x-small;
	padding: 2px;
}
table .alternate {
	background-color: #F5F7F0;
}
table a.noVisited{
	text-decoration: none;
}
/* ---------------------------------- */
/* Buttons                            */
/* ---------------------------------- */
.okButton {
	border: none;
	background-image:url(/images/v2/b-ok.gif);
	width:79px;
	height:28px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px !important;
	padding-bottom: 3px;
	color: #FFF;
}
.cancelButton {
	border: none;
	background-image:url(/images/v2/b-green.gif);
	width:79px;
	height:28px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	padding-bottom: 3px;
	color: #FFF;
}
.greyButton {
	border: none;
	background-image:url(/images/v2/b-grey.gif);
	width: 128px;
	height: 28px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	padding-bottom: 3px;
	color: #FFF;
}
.upButton {
	border: none;
	background-image:url(/images/v2/b-up.gif);
	width: 128px;
	height: 28px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	padding-bottom: 3px;
	color: #FFF;
}
.payButton {
	border: none;
	background-image:url(/images/v2/b-purchase.gif);
	width: 128px;
	height: 28px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	padding-bottom: 3px;
	color: #FFF;
}
/* ---------------------------------- */
/* Highlights                         */
/* ---------------------------------- */
.highlight {
	background-color: #FFFFCC;
	font-weight: normal;
}
.callout {
	font-size: 130%;
	text-align: left;
	line-height: 130%;
	margin: 1em;
	letter-spacing: 1px;
}
.arrow {
	float: left;
	background-image: url(/images/v2/tfa_arrow.png);
	width: 225px;
	height: 39px;
	text-align: center;
	padding-top: 20px;
}
.arrow p {
	text-align: right;
	margin-top: 20px;
	font-size: 88%;
	width: 200px;
}
.important {
	border: 1px solid #FCC;
	background-color: #FFF4F4;
	padding: 10px 5px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 120%;
	line-height: 150%;
}
.important a {
	font-weight: bold;
}
.warning {
	border: 1px solid #FCC;
	background-color: #FFF4F4;
	color: #FF0000;
	padding: 10px 5px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 120%;
	line-height: 150%;
}
/* ---------------------------------- */
/* Code                               */
/* ---------------------------------- */
.XHTMLCode {
	list-style-type: none !important;
	font-family: "Courier New", Courier, mono;
	font-size: small !important;
}
.codeSample {
	background-color:#F4F4F2;
	padding: 5px;
	border: 1px solid #ccc;
}
/* ================================================================ */
/* Right Column Lists                                               */
/* ================================================================ */
dt {
	font-weight: bold;
	margin: 1em 0;
}
/* ================================================================ */
/* Left Column Lists                                                */
/* ================================================================ */

#LeftColumn ul, #RightColumn ul {
	margin: 0;
	padding: 0 0 0 17px;
}
#LeftColumn li, #RightColumn li {
	list-style-type: square;
	margin-top: 0.7em;
}
ul.noBullet {
	padding: 0  !important;
}
.noBullet li {
	list-style-type: none !important;
}
/* ================================================================ */
/* Right Column Form Elements                                       */
/* ================================================================ */
#RightColumn form {
	margin: 0;
	padding: 0;
}
#RightColumn .preField {
	background-image: url(/images/v2/tfa_hr.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 0;
}
#RightColumn .actions {
	text-align: center;
}
#RightColumn .interface .actions {
	margin-top: 2em;
	border-top: 1px solid #AED5AC;
}
#RightColumn .interface fieldset {
	border: 1px solid #ddd;
}
/* ================================================================ */
/* Left Column Form Elements                                        */
/* ================================================================ */
#LeftColumn form {
	margin: 0;
	padding: 0;
	width: 180px;
}
#LeftColumn fieldset {
	padding-top: 15px;
	margin-bottom: 25px;
	line-height: 100%;
	border: 1px solid #ccc;
	background-color: transparent;
}
#LeftColumn form fieldset legend {
	font-weight: bold;
	color: #777;
}
#LeftColumn form .preField {
	display: block;
	width: auto;
	margin: 4px 0 0 0;
	background-image: none;
}
#LeftColumn form .postField {
	margin: 0;
}
#LeftColumn form .oneChoice {
	margin: 6px 0 8px 0;
	white-space: normal;
	line-height: normal;
}
#LeftColumn .oneChoice input {
	float: left;
	margin: 4px 4px 4px 2px;
	font-size: x-small;
}
#LeftColumn .actions {
	margin: 3px 0 0 0;
	clear: none;
}
/* ================================================================ */
/* HOMEPAGE MAIN TEXT                                               */
/* ================================================================ */
.pitch {
	padding: 0 50px;
}
.pitch p {
	font-size: 120%;
	line-height: 150%;
}
.pitch strong {
	font-weight: normal;
	background-color: #FFFFCC;
}
.pitch h2 {
	font-weight: normal;
	font-size: 120%;
	background-image: none;
}
.pitch dd {
	margin: 0;
}

/* ================================================================ */
/* HOMEPAGE SIDEBAR BOX                                             */
/* ================================================================ */
.sideBarBox {
	background-image: url(/images/sidebar-box-bg.gif);
	background-repeat: no-repeat;
	width: 173px;
	padding: 10px 20px;
	line-height: normal;
}
#LeftColumn .sideBarBox {
 	margin-left: -5px;
}
.sideBarBox h3 {
	font-size: small;
	margin-top: 16px;
}
/* ================================================================ */
/* HOMEPAGE BLOG ENTRY */
/* ================================================================ */
.post h2 {
	font-size: small;
	background-image: none;
	line-height: 100%;
}
.post h2 a {
	text-decoration: none;
	color: #777;
}
.postmetadata {
	font-size: xx-small;
	color: #888;
	margin-bottom: 10px;
}
.postmetadata  a {
	font-size: xx-small;
	color: #888;
}
.forgottenPasswordLink {
	font-size: x-small;
}
/* ================================================================ */
/* ACCOUNT.PHP */
/* ================================================================ */
.accountHistory td {
	font-size: x-small !important;
}
/* ================================================================ */
/* UPGRADE-PLAN.PHP */
/* ================================================================ */
.planSelection  {
	border-collapse: collapse;
	border: none;
}
.planSelection tr {
	border: none;
}
th.col {
	font-weight: normal;
}
th.currentPlan {
	text-align: center;
	font-size: x-small;
}
th.upgradeTo {
	text-align: center;
	font-size: x-small;
}
th.freePlan {
	font-size:  120%;
	width: 150px;
	padding: 3px 0;
}
th.paygoPlan {
	font-size:  120%;
	width: 150px;
	background-color: #717171;
	color: #f6f6f6;
	padding: 3px 0;
}
th.subscrPlan {
	font-size: 120%;
	width: 150px;
	background-color: #717171;
	color: #f6f6f6;
	padding: 3px 0;
}
th.profPlan {
	font-size:  120%;
	width: 150px;
	background-color: #696969;
	color: #f6f6f6;
	padding: 3px 0;
}

.freePlan {
	background-color: #fcfaf7;
	padding: 0 5px;
	text-align: center;
	border-bottom: 1px dotted #bbb;
	border-top: none;
}
.paygoPlan {
	background-color: #f2f1ee;
	padding: 0 5px;
	text-align: center;
	border-left: 1px solid #FFF;
	border-bottom: 1px dotted #bbb;
	border-top: none;
}
.subscrPlan {
	background-color: #eae9e5;
	padding: 0 5px;
	text-align: center;
	border-left: 1px solid #FFF;
	border-bottom: 1px dotted #bbb;
}
.profPlan {
	background-color: #e4e4d1;
	padding: 0 5px;
	text-align: center;
	border-left: 1px solid #FFF;
	border-bottom: 1px dotted #bbb;
}
.planSelection .col {
	text-align: right;
	width: 160px;
	border: none;
	padding: 3px 6px;
}
.planSelection form {
	margin: 3px 0 0 4px !important;
	padding: 0 !important
}
.paygobutton {
	padding: 0 !important;
	margin: 0 !important;
	width: 59px;
}
.paygobutton table, .paygobutton td {
	margin: 0;
	padding: 0;
}
.planSelection .hint {
	border: none !important;
	color: grey;
	font-size: x-small;
	text-align: right;
	line-height: normal;
}
/* ================================================================ */
/* FORM-PREVIEW.PHP */
/* ================================================================ */
#FormPreview {
	padding: 0 40px;
}
/* ================================================================ */
/* ACCOUNT.PHP */
/* ================================================================ */
#AccountInformation .inputReadOnly {
	margin-left: 135px;
}
.formBrowser {
	width: 100%;
}
.new {
	font-weight: bold;
}

/* ================================================================ */
/* FORM-LIBRARY.PHP													*/
/* ================================================================ */
.comment {
	margin:0;
	font-size: smaller;
}
.evenrow {
	background-color: #F3F3F3;
	padding: 2px;
	margin: 3px 0;
}
.oddrow {
	background-color: #FFFFFF;
	padding: 2px;
	margin: 3px 0;
}
.libraryLanguageSection {
	overflow: auto;
}
.libraryLanguageSection h4 {
	margin-top: 1em;
}
.libraryLanguageSection a {
	text-decoration: none;
}
/* ================================================================ */
/* FORM-GARDNE.PHP													*/
/* ================================================================ */
.gardenAuthor {
	text-decoration: none;
}

/* ================================================================ */
/* CALENDAR STYLES */
/* ================================================================ */
#caldiv1 table, #caldiv1 tr {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
#caldiv1 td, #caldiv1 th {
	padding: 0 2px;
}
#caldiv1 td.cpTd {
	padding: 0;
}
.cpYearNavigation,
.cpMonthNavigation 	{
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#fff;
	background-color: #666;
	font-weight:bold;
}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText	{
	font-family:arial;
	font-size: small;
}
TD.cpDayColumnHeader {
	text-align:right;
}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate	{
	text-align:right;
	text-decoration:none;
}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.cpCurrentMonthDate {
	color:#555;
	font-weight:bold;
}
.cpCurrentDate {
	color: #FFFFFF;
	font-weight:bold;
}
.cpOtherMonthDate {
	color:#808080;
}
TD.cpCurrentDate {
	color:#FFFFFF;
	background-color: #666;
}
TD.cpCurrentDateDisabled {
}
TD.cpTodayText,
TD.cpTodayTextDisabled {
}

A.cpTodayText,
SPAN.cpTodayTextDisabled {
	height:20px;
}

A.cpTodayText {
	color:#888;
	font-weight:bold;
	font-size: 90%;
}
SPAN.cpTodayTextDisabled {
	color:#D0D0D0;
}
.cpBorder {
	border:solid 1px #666;
}


div#validationerror {
	margin: 0px 0 10px 0;
	padding: 6px 8px;
	border: 2px solid #e11;
	color: #e11;
}
div#validationerror h2 {
	font-size: 100%;
	margin: 0 0 5px 0;
	color: #e11;
}
div#validationerror p {
	margin: 0 0 5px 0;
	padding:0;
}
div#validationerror ul {
	margin: 0 0 5px 0;
	padding-left: 30px;
}






