/* THE FORM ASSEMBLY 2.0 Main CSS     */
/* Copyright (c) 2005 Cedric Savarese */
/* All Rights Reserved                */

/* Main Layout                        */
/* ---------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:FFFFFF;
	background-repeat: repeat;
}

#erp_header {
	margin: 5px;
}

#erp_header img {
	vertical-align: middle;
}

#erp_header h3 {
	display: inline;
	color: #333333;
	font-size: 1.6em;
}

#Background {

	background-repeat: repeat-x;	
	background-position: top left;
	padding: 0 0 0 22px;
}
#Content {
	position: relative;
	/* z-index: 1; */
	
	margin: 0;
	width: 100%;
	padding: 0 0px 0px 0px;
	background-repeat: repeat-y;
	font-size: 120%;
	line-height: 150%;
	min-height: 500px;
}
#Content.large {
	width: 100px; 
}
.xl #Content {
	width: 100px;
}

#NavBar {
	padding: 0 5px 0 0;
	height: 49px;
}
#NavBar p {
	position: absolute;
	font-size: x-small;
	right: 19px;
	top: 30px;
	margin: 0;
}
#NavBar ul {
	float: right;
	margin: 0;
	padding: 0; /*26px 0 0 0;*/
}
#NavBar li {
	float: left;
	list-style-type: none;
	width:88px;
	height: 20px;
	padding: 4px;
	margin: 0 1px;
	background-image: url(/images/v2/tab_bg.png);
	background-position: bottom left;
	font-size: x-small;
}
#NavBar li:hover {
	padding-top: 6px;
}
* html #NavBar li a:hover {	padding-top: 3%;} 
#NavBar li.selected   {

	padding-top: 12px;
	font-weight: bold;
}
#NavBar a {
	color: #333;
	width:60%;
	display:block;
	
}
#NavBar li a {
	text-decoration: none;
	color: #333;
}
#NavBar li a img {
	float: left;
	margin: 0 4px 0 0;
}
#NavBar li.logout {
	border: none;
	background-color: #FFF;
	background-image: none;
	padding-top: 4px !important;
	text-align: center;
	width: 53px;
}
#LeftColumn {
	width: 207px;
	padding: 5px;
}
#RightColumn, .RightColumn  {
	float: right;
	width: 430px;
	
}
#Content.large #RightColumn { 
	width: 520px;
} 
#RightColumnNoFloat, .RightColumnNoFloat {
	margin-left: 234px;
}



/* Generic Markup                     */
/* ---------------------------------- */
a {
	color: #B68663;
}
a:visited {
	color: #b9a576;
}
a:hover {
	color: #ed8a22;
	text-decoration: none;
	border-bottom: 1px dotted #ed8a22; 
}
a img {
	border: none;
	text-decoration: none;
}
h2, h3 {
	/*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;
}
h2 { font-size: 140%; }
h3 { font-size: 120%; margin: 0px; padding-top: 6px;}
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%;
}
hr {
	height: 0; 
	border: none; 
	border-bottom: 3px double #CCC;
}

table {
	border-collapse: collapse;
}
tr.selected {
	background-color: #FFFFDD;
}

th {
	padding: 0 3px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
td {
	padding: 3px;
	
}
#planComparisonTable td {
	text-align:center;
}
dt {
	font-weight: bold;
	margin: 1em 0;
}
.callout {
	font-size: 130%; 
	text-align: left; 
	line-height: 130%; 
	margin: 1em; 
	letter-spacing: 1px;
}
.orange {
	color: #f8b05b !important;
}
.green {
	color: #a2cd9e !important;
}
.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;
}
.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;
	
}

.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; 
}
.featureList h3 {
	margin: 40px 0 0 0  !important;
}
.featureList li {
}
.featureList li ul li {
	margin: 0 !important;
	pading: 0 !important;
	font-size: x-small;
	list-style-type: circle  !important;
}

#LeftColumn ul, #RightColumn ul {
	margin: 0;
	padding: 0 0 0 17px;
}
#LeftColumn li, #RightColumn li {
	list-style-type: square;
	margin-top: 0.7em;
}
 
h2.accoutInformation, legend.accoutInformation {
	background-image: url(/images/v2/tfa_account_information.gif);
	background-repeat: no-repeat;
	width: 105px;
	height: 15px;
}
h2.accoutInformation span, legend.accoutInformation span {
	visibility: hidden;
	line-height: 15px;
}

.inputRow {
	padding: 4px 0;
}
.inputRow label.preField {
	margin-right: 5px;
	text-align: left;
	background-position: bottom left;
	background-repeat: repeat-x;
	
}
.inputRow label.textOnly {
	padding-top: 0 !important;
}

/* ================================================================ */
/* 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;
}

#tabbox {
	margin: 10px 20px;
	width: 600px;
}

#tabbox .title {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
}

#tabbar {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#tabbar li {
	float: left;
	position: relative;
	margin: 0px 0px 0px 10px;
	padding: 3px 7px;
	background: #9cf392;
	border: 1px solid black;
}

#tabbar li.selected {
	border-bottom: 1px solid #eee;
	background: #eee;
	font-weight: bold;
}

#tabbar li a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #666666;
}

#tabbar li a:hover {
	border-bottom: 0px;
	font-weight: bold;
}

.info_box {
	border: 1px solid black;
	margin-top: -1px;
	background: #eee;
	display: none;
}

.info_box.selected {
	display: block;
}

.info_box th {
	border-bottom: 0px;
	font-weight: bold;
}

.info_box {
	padding: 10px;
	line-height: 100%;
}

.info_box legend {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
}

.info_box th, .info_box td {
	padding: 2px 10px 2px 2px;
	font-size: 13px;
}

.info_box table td, .info_box table th {
	vertical-align: top;
}

.odd_tr{
background-color: #eeeeee;
}
.even_tr{
background-color: #ffffff;
}


.login-center{
	width: 380px;display: block;left: 50%;position: relative;margin-left: -190px;top: 50%;height: 120px;margin-top: 10%;text-align:center;font-family:Arial, Helvetica, sans-serif;
}

.errmsg, .errMSG {
	color: #CC3333;
	font-weight: bold;	
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}