
body {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#808080;
	color: #555;
	background-repeat: repeat;	
	text-align: center;
}
#Background {
	
	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;
	
	width: 665px;
	margin: auto;
	
	
}

#Content.large {
	width: 746px; 
}


#Content.oneLargeColumn {
	width: 746px; 
}



/* ---------------------------------- */
/* Columns */
/* ---------------------------------- */
#LeftColumn {
	width: 207px;
	padding: 5px;
}
#RightColumn, .RightColumn  {
	float: right;
	width: 430px;
}
#Content.large #RightColumn,#Content.large .RightColumn, #Content.oneLargeColumn #RightColumn { 
	width: 520px;
} 
#RightColumnNoFloat, .RightColumnNoFloat {
	margin-left: 234px;
}
/* ---------------------------------- */
/* Footer                             */
/* ---------------------------------- */
#FooterNav {		
	clear: both;
	border-top: 1px dotted #ddd;
	margin: 40px 0 0 222px;
	text-align: left;
	font-size: xx-small;
}
#Footer  {	
	position:absolute;
	top: 50px;
	right: 10px;
	width: 190px;
	text-align: right;
	line-height: 120%;
	z-index: 1;
}
#Footer p {
	font-size: xx-small;
	color: #bbb;
}
#Footer a {
	text-decoration: none;
	color: #fff;
}
/* ---------------------------------- */
/* 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 {
	
	padding-top: 5px;
	margin-bottom: -7px;
	margin-top: 0px;
	text-align: left;
}

h2 {
	font-weight: normal;
	line-height: 140%;
	font-size: 140%;
	letter-spacing: 1px;
	
}
h2 a {
	text-decoration: none;
}
h2 a:visited {
	text-decoration: none;
	color: #333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: right;
	position: relative;
	top: -90px;
	
}
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;
	
	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;
}



