/*©2007 Created by FortySeven Media exclusively for Sales Manage Solutions. All Rights Reserved.
==================================================*/

* {


/* removes defaults from all elements */
	margin: 0;
	padding: 0;
}

html {
}


body {
font-size: 13px;
font-family: "Lucida Grande", Geneva, Helvetica, Arial, SunSans-Regular, sans-serif;
line-height: 15px;
background-attachment: scroll;
min-width: 750px;
 }


#clear1 {
	width: 100%;
	clear: both;
}

/*Typography
==================================================*/

p {
	color: #666;
}

p a {
	color: #4c6579;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

p a:hover {
	text-decoration: underline;
}

h1 {
	color: #dca721;
	font-size: 1.8em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	margin-bottom: 0.2em;
}

h2 {
	color: #748c97;
	font-size: 1.1em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 15px;
}

h3 {
	color: #dca721;
	font-size: 1.4em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	margin-bottom: 0.2em;
}

/*Header
==================================================*/

#masthead {
	width: 177px;
	height: 16px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	display: inline;
}

#loginStatus {
	height: 47px;
	float: right;
	margin-right: 15px;
	display: inline;
}

#loginStatus p {
	color: #fff;
	font-size: 0.8em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#loginStatus .logout {
	color: #f8c4c0;
}

#loginStatus .logout a {
	color: #f8c4c0;
	text-decoration: none;
}

#loginStatus .logout a:hover {
	color: #0e2f40;
}

/*Navigation
==================================================*/

#navigation {
	clear: both;
}

#dashboardNav {
	float: left;
	clear: left;
	margin-left: 15px;
	padding-top: 32px;
	display: inline;
}

#navtab {
	background-image: url(../images/navtab.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 132px;
	height: 29px;
}

#nav {
	text-align: center;
	float: left;
	list-style-type: none;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	height: 29px;
	float: left;
}

#nav li a {
	color: #fff;
	font-weight: bold;
	line-height: 29px;
	background-position: center top;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
	display: block;
}

#nav li a:hover {
	background-position: 50% -29px;
}

#nav li a.currentSection,
	#nav li a.currentSection:hover {
	color: #3f3f3f;
	background-image: url(../images/navtab_current.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#passNav {
	background-image: url(../images/header_stages.gif);
	background-repeat: no-repeat;
	background-position: center 12px;
	float: right;
	margin-right: 15px;
	padding-top: 32px;
	display: inline;
}

/*Main Elements
==================================================*/

#wrapper {
	background-image: url(../images/toolbar_bkg.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	float: left;
	clear: both;
}

#toolBar {
	width: 200px;
	float: left;
	padding-bottom: 20px;
	display: inline;
}

#content_wrapper {
	width: 100%;
	float: right;
	clear: right;
	margin-left: -200px;
	display: inline;
}

#content {
	margin-left: 200px;
	padding: 20px;
}

#message {
	width: 96%;
	float: left;
	padding: 2%;
	margin-bottom: 20px;
	border: 2px solid #dca721;
	background: #fbf5e6 url(../images/messageicon.gif) no-repeat 10px 16px;
}

#message h1 {
	color: #4c6579;
	padding-left: 25px;
	text-transform: none;
	font-size: 1.3em;
}

#message p {
	padding-left: 25px;
}

#message span.messageclose a {
	font-size: .7em;
	color: #dca721;
	text-decoration: none;
}

#message span.messageclose a:hover {
	text-decoration: underline;
}

#main {
	width: 860px;
	min-height: 100%;
	margin: 0 auto -278px auto;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}


/*Login Table
==================================================*/

table#login_table {
	float: left;
	margin-left: 15%;
	margin-top: 20px;
	color: #4c6579;
	font-weight: bold;
	font-size: .9em;
}

table#login_table td {
	padding: .5em;
}

/*Tool Bar Search
==================================================*/

#toolBarSearch {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#toolBarSearch input#search {
	color: #666;
	background: url(../images/searchbox_bkg.gif) no-repeat left top;
	border: 0;
	width: 125

px;
	/* width of text-display area */
padding: 4px 10px 4px 23px;
	font-size: 12px;
}

#toolBarSearch input#search[type="search"] {
	width: 150px;
}

* html #toolBarSearch input#search {
	background-attachment: fixed;
}

/*Tool Bar Content
==================================================*/

#toolBar h2 {
	color: #4c6579;
	font-size: 1.1em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	background-color: #fff;
	background-image: url(../images/toolbarHeader_bkg.gif);
	background-repeat: repeat-y;
	background-position: right 0;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	margin: 0.67em 0;
	padding: 0.5em 0.5em 0.5em 0.8em;
	display: block;
}

#toolBar p.list {
	color: #666;
	font-size: 0.9em;
	line-height: 0.9em;
	width: 200px;
	list-style-type: none;
}

#toolBar p.list a {
	color: #666;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 53px;
	display: block;
}

#toolBar p.list a:hover {
	background: #d7dee0 url(../images/toolbarList_hover.gif) repeat-y right 0;
}

#toolBar p.list a.currentSection, toolBar p.list a:hover.currentSection {
	background-color: #d7dee0;
	background-image: url(../images/toolbarList_hover.gif);
	background-repeat: repeat-y;
	background-position: right 0;
}

.toolImages {
	float: left;
	margin-top: 6px;
	margin-left: 17px;
}

#toolBar p.inspiration {
	color: #666;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 20px;
}

#toolBar p.author {
	color: #8c8c8c;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
}

/*Content
==================================================*/

#stage_description {
	width: 45%;
	float: left;
	margin-right: 5%;
	margin-bottom: 20px;
	display: inline;
}

#overview {
	float: right;
	margin-bottom: 20px;
	display: inline;
}

#overview .title {
	color: #748c97;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1em;
	margin-left: 15px;
}

.bluebox_header {
	color: #d7dee0;
	font-size: 0.8em;
	line-height: 1em;
}

.bluebox_content {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	background-image: url(../images/overview_arrow.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0.2em;
	padding-left: 7px;
}

.bluebox_content span.amount {
	color: #e7c264;
	font-weight: bold;
}

#tool_pic {
	float: right;
	margin-bottom: 20px;
	display: inline;
}

/*Prospects
==================================================*/

#overview .prospects {
	background-image: url(../images/prospects_overview_bkg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 0;
	height: 64px;
	float: left;
	display: inline;
}

table#overview_prospects {
	height: 50px;
	margin: 7px 25px 7px 7px;
}

table#overview_prospects td {
	padding: 2px;
}

table#overview_prospects td.second {
	padding-left: 15px;
}

#overview .prospects_left {
	background-image: url(../images/prospects_overview_leftbkg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 14px;
	height: 64px;
	float: left;
	display: inline;
}

/*Activities
==================================================*/

#overview .activities {
	background-image: url(../images/activities_overview_bkg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 0;
	height: 84px;
	float: left;
	display: inline;
}

table#overview_activities {
	height: 62px;
	margin: 10px 25px 7px 7px;
}

table#overview_activities td {
	padding: 2px;
}

table#overview_activities td.second {
	padding-left: 15px;
}

table#overview_activities td.left_text {
	color: #8da0aa;
	font-size: 1em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

#overview .activites_left {
	background-image: url(../images/activities_overview_leftbkg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 14px;
	height: 84px;
	float: left;
	padding-top: 4px;
	display: inline;
}

/*Dashboard ===========================================*/

#overview .dashmonth {
	color: #203f58;
	font-size: 1.8em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -0.1em;
}

#overview .dashdate {
	color: #748c97;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
}

table#dashoverview {
	color: #fff;
	font-size: 1em;
	line-height: 1em;
	background-color: #4c6579;
	background-image: url(../images/dash_overview_bkg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

table#dashoverview td {
	vertical-align: top;
	padding: 1em;
	border-right: 1px solid #fff;
}

table#dashoverview tr {
	background-image: url(../images/dash_overview_bkg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

table#dashoverview tr td.leftoverview {
	background-image: url(../images/dash_overview_left.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 0;
}

table#dashoverview tr td.rightoverview {
	background-image: url(../images/dash_overview_right.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 0;
}

table#dashoverview p {
	color: #d7dee0;
	line-height: 1.3em;
}

table#dashoverview p.ovheadings {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0.4em;
}

table#dashoverview p.ovcontent {
	background-image: url(../images/overview_arrow.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0.3em;
	margin-left: 5px;
	padding-left: 7px;
}

table#dashoverview span.amount {
	color: #e7c264;
	font-weight: bold;
}

#dashtodo_events_clear {
	clear: both;
}

table#dashtodo {
	color: #666;
	font-size: 1em;
	line-height: 1em;
	background-color: #fff;
	background-image: url(../images/table_header_bkg.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	border-bottom: 1px solid #d7dee0;
}

table#dashtodo p, table#dashevents p {
	line-height: 1.3em;
}

table#dashtodo a, table#dashevents a {
	color: #4c6579;
	text-decoration: none;
}

table#dashtodo a:hover, table#dashevents a:hover {
	color: #0e2f40;
	text-decoration: underline;
}

table#dashtodo p.dashdetails, table#dashevents p.dashdetails {
	color: #748c97;
	font-size: 0.8em;
}

table#dashtodo p.dashdetails a, table#dashevents p.dashdetails a {
	color: #8da0aa;
	text-decoration: underline;
}

table#dashtodo p.dashdetails a:hover, table#dashevents p.dashdetails a:hover {
	color: #4c6579;
}

table#dashtodo td, table#dashevents td {
	vertical-align: top;
	padding: 0.8em;
	border-right: 1px solid #d7dee0;
}

table#dashtodo tr.days, table#dashevents tr.days {
	color: #8da0aa;
	font-weight: bold;
	background-color: #d7dee0;
	border-right: 1px solid #d7dee0;
	border-left: 1px solid #d7dee0;
}

table#dashtodo tr.todohead, table#dashevents tr.todohead {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #4c6579;
	background-image: url(../images/table_header_bkg.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
}

table#dashtodo tr.todohead td.lefttodohead, table#dashevents tr.todohead td.lefttodohead {
	background-image: url(../images/dash_tableheaderleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	padding-right: 0;
	border-right-style: none;
	border-left-style: none;
	vertical-align: middle;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

table#dashtodo td.righttodohead a, table#dashevents td.righttodohead a {
	color: #fff;
	text-decoration: none;
}

table#dashtodo td.righttodohead a:hover, table#dashevents td.righttodohead a:hover {
	color: #e7c264;
}

table#dashtodo tr.todohead td.righttodohead, table#dashevents tr.todohead td.righttodohead {
	background-image: url(../images/dash_tableheaderright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: middle;
	border-right-style: none;
}

table#dashtodo td.dashleftcol, table#dashevents td.dashleftcol {
	text-align: right;
	width: 10px;
	padding-right: 0;
	border-left: 1px solid #d7dee0;
	border-right-style: none;
}

table#dashtodo td.showall, table#dashevents td.showall {
	text-align: right;
	padding: 0 0.8em 0.2em 0.2em;
	border-left: 1px solid #d7dee0;
}

table#dashtodo td.showall a, table#dashevents td.showall a {
	color: #748c97;
	font-size: 0.9em;
	font-weight: bold;
}

table#dashtodo td.showall a:hover, table#dashevents td.showall a:hover {
	color: #203f58;
	text-decoration: underline;
}

table#dashevents {
	color: #666;
	font-size: 1em;
	line-height: 1em;
	background-color: #fff;
	background-image: url(/images/table_header_bkg.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	width: 48%;
	float: right;
	margin-bottom: 20px;
	border-bottom: 1px solid #d7dee0;
}

/*Settings Pages
===================================================*/

#settingsnav {
	background-image: url(../images/settings_navbkg.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	width: 100%;
	height: 29px;
	float: left;
	clear: both;
	margin-bottom: 20px;
}

#navtab2 {
	background-image: url(/images/navtab_account.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 132px;
	height: 29px;
}

#nav2 {
	text-align: center;
	float: left;
	list-style-type: none;
}

#nav2 ul {
	list-style-type: none;
}

#nav2 li {
	height: 29px;
	float: left;
}

#nav2 li a {
	color: #fff;
	font-weight: bold;
	line-height: 29px;
	background-position: center top;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
	display: block;
}

#nav2 li a:hover {
	background-position: 50% -29px;
}

#nav2 li a.currentSection, #nav2 li a.currentSection:hover {
	color: #3f3f3f;
	background-image: url(/images/navtab_current_account.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

table#global2 {
	color: #666;
	font-size: 1em;
	line-height: 1em;
	width: 60%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}

table#global2 td {
	padding: 0.4em 0.6em;
	border-right: 1px solid #d7dee0;
}

table#global2 tr.headerlinks a {
	color: #fff;
	text-decoration: none;
	display: block;
}

table#global2 tr.headerlinks a:hover {
	color: #e7c264;
}

table#global2 .tableheader, .tableheader_left, .tableheader_right, .tableheader_active, .tableheader_checkbox, .tableheader_right2, .tableheader_right2_day {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #4c6579;
	background-image: url(../images/table_header_bkg.gif);
	background-repeat: repeat-x;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	border-right: 1px solid #748c97;
}

table#global2 .tableheader_left {
	background-color: #4c6579;
	background-image: url(../images/table_header_bkg_left.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	padding-right: 0;
	border-right-style: none;
}

table#global2 .tableheader_right {
	background-color: #203f58;
	background-image: url(../images/table_header_bkg_right.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	border-right-style: none;
}

table#global2 .tableheader_right2 {
	background-color: #4c6579;
	background-image: url(../images/table_header_bkg_right2.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	border-right-style: none;
}

table#global2 tr.alt {
	background-color: #f0f3f4;
}

table#global2 .footer {
	background-color: #748c97;
	height: 10px;
	padding: 0;
	border-right-style: none;
	border-left-style: none;
}

table#global2 .footer_leftcorner {
	background-color: #748c97;
	background-image: url(../images/tablefooter_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-style: none;
}

table#global2 .footer_rightcorner {
	background-color: #748c97;
	background-image: url(../images/table_footer_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-style: none;
	border-left-style: none;
}

table#global2 .bold {
	color: #3f3f3f;
	font-weight: bold;
}

table#global2 .firstcolumn {
	border-left: 1px solid #d7dee0;
}

#settingsinfo {
	float: left;
	margin-left: 50px;
}

#settingsedit {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 20px;
}

#settingsedit p {
	line-height: 1.8em;
}

input.goals {
	color: #666;
	font-size: 0.9em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 0.9;
	width: 150px;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}

input.accountsettings {
	color: #666;
	font-size: 0.9em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 0.9;
	width: 350px;
	margin-bottom: 1em;
}

input.accountstate {
	color: #666;
	font-size: 0.9em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 0.9;
	width: 2em;
	margin-bottom: 1em;
}

input.accountzip {
	color: #666;
	font-size: 0.9em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 0.9;
	width: 4em;
	margin-bottom: 1em;
}

select.account {
	color: #666;
	font-size: 0.9em;
	margin-bottom: 1em;
}

span.addressbold {
	color: #748c97;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
}

#subscription_wrapper {
	width: 100%;
	float: left;
	clear: left;
}

#content .subscription, #content .subscription_current {
	background-color: #f0f3f4;
	width: 28%;
	float: left;
	margin-right: 5px;
	padding: 2%;
}

#content .subscription_current {
	background-color: #f7eaca;
}

#content .subscription input, #content .subscription_current input {
	float: right;
}

#content .subscription h2, #content .subscription_current h2 {
	text-transform: none;
	margin-top: 0;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #8da0aa;
}

#content .subscription_current span.yourplan {
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
}

#content .subscription p.fakelist, #content .subscription_current p.fakelist {
	background-image: url(../images/arrow-miniblue.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	margin-bottom: 0.4em;
	padding-left: 0.8em;
}

p.subscription_divider {
	background-image: none;
	width: 100%;
	height: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #8da0aa;
}

/*Global Table
==================================================*/

table#global {
	color: #666;
	font-size: 1em;
	line-height: 1em;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}

table#global td {
	padding: 0.4em 0.6em;
	border-right: 1px solid #d7dee0;
}

table#global a {
	color: #666;
	text-decoration: none;
}

table#global a:hover {
	color: #0e2f40;
	text-decoration: underline;
}

table#global .utilities {
	color: #666;
	font-size: 0.8em;
	border-right-style: none;
}

table#global .utilities a {
	color: #666;
	text-decoration: none;
}

table#global .utilities a:hover {
	color: #748c97;
	text-decoration: underline;
}

table#global .utilities input {
	font-size: 10px;
}

table#global .utilities select {
	font-size: 10px;
}

table#global tr.headerlinks a {
	color: #fff;
	text-decoration: none;
	display: block;
}

table#global tr.headerlinks a:hover {
	color: #e7c264;
}

table#global .tableheader, .tableheader_left, .tableheader_right, .tableheader_active, .tableheader_checkbox, .tableheader_right2, .tableheader_right2_day {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #4c6579;
	background-image: url(../images/table_header_bkg.gif);
	background-repeat: repeat-x;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	border-right: 1px solid #748c97;
}

table#global .tableheader_left {
	background-color: #4c6579;
	background-image: url(../images/table_header_bkg_left.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	padding-right: 0;
	border-right-style: none;
}

table#global .tableheader_right {
	background-color: #203f58;
	background-image: url(../images/table_header_bkg_right.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	border-right-style: none;
}

table#global .tableheader_right2 {
	background-color: #4c6579;
	background-image: url(../images/table_header_bkg_right2.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	border-right-style: none;
}

table#global .tableheader_active {
	background-color: #748c97;
	background-image: url(../images/table_header_activebkg.gif);
	background-repeat: repeat-x;
	background-position: right 0;
	border-right-style: none;
}

table#global .tableheader_checkbox {
	text-align: center;
	width: 10px;
	padding-right: 0;
	border-right-style: none;
}

table#global .orderbytext {
	width: 82%;
	float: left;
}

table#global .orderbyarrow {
	float: left;
	padding-top: 0.4em;
	display: block;
}

table#global tr.alt {
	background-color: #f0f3f4;
}

table#global .firstcolumn {
	border-left: 1px solid #d7dee0;
}

table#global .firstcolumn_select {
	text-align: center;
	width: 10px;
	padding-right: 0;
	border-left: 1px solid #d7dee0;
	border-right-style: none;
}

table#global .referral {
	width: 15px;
}

table#global .expand {
	width: 16px;
}

table#global .action {
	text-align: center;
	width: 60px;
}

table#global .bold {
	color: #3f3f3f;
	font-weight: bold;
}

table#global .bold a {
	color: #3f3f3f;
}

table#global .bold a:hover {
	color: #000;
	text-decoration: underline;
}

table#global .checkbox_select {
	text-align: center;
	width: 10px;
	padding-right: 0;
	border-right-style: none;
}

table#global span.calendar {
	vertical-align: middle;
	height: 1em;
	margin-right: 0.4em;
}

table#global span.check_image_content {
	height: 1em;
	margin-right: 0.4em;
}

table#global span.edit_right {
	height: 1em;
}

table#global input.date_cost {
	color: #666;
	font-size: 0.9em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 0.9;
	width: 7em;
}

table#global .footer {
	background-color: #748c97;
	height: 10px;
	padding: 0;
	border-right-style: none;
	border-left-style: none;
}

table#global .footer_leftcorner {
	background-color: #748c97;
	background-image: url(/images/tablefooter_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-style: none;
}

table#global .footer_rightcorner {
	background-color: #748c97;
	background-image: url(/images/table_footer_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-style: none;
	border-left-style: none;
}

/*Global Table Expanded Area
==================================================*/

table#global .expanded {
	background-image: url(../images/table_expanded_shadowtop.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	margin: 0;
	padding: 0;
	border-right: 1px solid #d7dee0;
	border-left: 1px solid #d7dee0;
}

table#global .expanded p {
	color: #3f3f3f;
	line-height: 1.4em;
}

table#global .expanded p a {
	color: #3f3f3f;
}

table#global .expanded p.name {
	color: #203f58;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.1em;
}

table#global .expanded span.primary {
	background-color: #fbf5e6;
	background-image: url(/images/expand_primaryflag.gif);
	background-repeat: no-repeat;
	background-position: right 0.5em;
	padding: 0.3em 1.5em 0.3em 0.2em;
}

table#global .expanded div.comment {
	margin-bottom: 0.9em;
	padding-bottom: 0.9em;
	border-bottom: 1px solid #8da0aa;
}

table#global .expanded p.comment_date {
	color: #748c97;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
}

table#global .expanded span.addressbold {
	color: #8c8c8c;
	font-size: 0.8em;
	font-weight: bold;
}

table#global .expanded span.addressdifferent {
	color: #4c6579;
	font-size: 0.9em;
	font-weight: bold;
}

table#global .expanded .expand_header {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	background-color: #8da0aa;
	background-image: url(../images/expand_header_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0.4em 0 0.4em 0;
}

table#global .expanded .expand_header .left {
	background-image: url(../images/expand_header_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10%;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 5px;
}

table#global .expanded .expand_header .centertitle {
	text-align: left;
	width: 65%;
	margin: 0;
	padding: 0;
}

table#global .expanded .expand_header .right {
	background-image: url(../images/expand_header_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	width: 15%;
	padding-right: 5px;
}

table#global .expanded .expand_header .rightadd {
	background-image: url(../images/expand_header_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	width: 8%;
	padding-right: 5px;
}

table#global .expanded .expand_header .edit {
	width: 30px;
	padding-right: 5px;
}

table#global .expanded .expand_content {
	padding: 0.8em 0.8em 1em;
}

table#global .expanded .expand_spacer {
	background-color: #fff;
	height: 20px;
}

table#global .expanded .todocheck {
	vertical-align: top;
	padding-top: 0.9em;
	padding-right: 0.2em;
	padding-left: 0.8em;
}

table#global .expanded .todo {
	vertical-align: top;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

table#global .expanded .todo .date {
	color: #748c97;
	font-size: 0.8em;
}

table#global .expanded .expand_textarea {
	background-color: #4c6579;
	text-align: center;
	padding: 0.7em;
}

table#global .expanded textarea.commenttodo {
	color: #666;
	font-size: 1em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1em;
	width: 97%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 3px;
	border: solid 1px #748c97;
}

table#global .expanded p.inputbuttons {
	text-align: right;
}

table#global .expanded .resetbutton {
	text-align: right;
}

table#global .expanded input.addressbook {
	color: #666;
	font-size: 1em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1em;
	width: 100%;
}

table#global .expanded input.addressbookprimary {
	color: #666;
	font-size: 1em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1em;
	width: 85%;
}

table#global .expanded input.stzip {
	color: #666;
	font-size: 1em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1em;
	width: 4em;
}

table#global .expanded .expand_textarea {
	background-color: #4c6579;
	text-align: center;
	padding: 0.8em;
}

table#global .expanded .expand_textarea2 {
	background-color: #f0f3f4;
	text-align: center;
	padding: 0.7em;
}

table#global .expanded textarea.commenttodo {
	color: #666;
	font-size: 1em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1em;
	width: 97%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 3px;
	border: solid 1px #748c97;
}

table#global .expanded p.inputbuttons {
	text-align: right;
}

table#expand_left {
	width: 31%;
	float: left;
	margin: 20px 2% 20px 7px;
}

table#expand_left td {
	padding: 0;
	border-style: none;
}

table#expand_center {
	background-color: #f0f3f4;
	width: 31%;
	float: left;
	margin-top: 20px;
	margin-right: 2%;
	margin-bottom: 10px;
	border-style: none;
}

table#expand_center td {
	padding: 0;
	border-style: none;
}

table#expand_right {
	width: 31%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: none;
}

table#expand_right td {
	padding: 0;
	border-style: none;
}

table#expand_submit {
	width: 96%;
	height: 50px;
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #b2b2b2;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table#expand_submit td {
	padding: 0;
	border-style: none;
}

table#global .expanded_bottom {
	background-image: url(/images/table_expanded_shadowbottom.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	height: 10px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #d7dee0;
	border-left: 1px solid #d7dee0;
}

/*Reports Table Additions*/

table#global tr.head1 {
	color: #748c97;
	font-size: 0.9em;
	line-height: 0.9em;
	background-color: #e4eaeb;
	background-image: url(../images/report_tablehead1.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
}

table#global td.head1_center {
	text-align: center;
}

table#global tr.head2 {
	color: #748c97;
	font-size: 0.8em;
	line-height: 0.9em;
	background-color: #f0f3f4;
	background-image: url(../images/report_tablehead2.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
}

table#global .head2_center {
	text-align: center;
}

table#global .head2alt {
	background-color: #d7dee0;
	background-image: url(../images/reports_tablehead2alt.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	text-align: center;
}

table#global .goal {
	background-color: #e4eaeb;
}

table#global .alt .goalalt {
	background-color: #d7dee0;
}

table#global .total {
	color: #fff;
	font-weight: bold;
	background-color: #e7c264;
}

table#global .total .totalalt {
	background-color: #dca721;
}

/*Add Table
==================================================*/

table#add {
	color: #666;
	font-size: 1em;
	line-height: 1em;
	background-color: #d7dee0;
	width: 100%;
	float: left;
	clear: both;
}

table#add td {
	padding: 0.4em 0.6em;
	border-style: none;
}

table#add a {
	color: #4c6579;
	text-decoration: none;
}

table#add a:hover {
	color: #203f58;
	text-decoration: underline;
}

table#add .header_content {
	color: #4c6579;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	width: 99%;
	padding: 7px 0 0 5px;
}

table#add .lefttop {
	background-image: url(../images/addprospect_corner_lefttop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	padding: 5px 0 0 5px;
}

table#add .righttop {
	background-image: url(../images/addprospect_corner_righttop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding: 5px 5px 0 0;
}

table#add .rightbot {
	background-image: url(../images/addprospect_corner_rightbot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 10px;
	height: 7px;
	padding: 0;
}

table#add .leftbot {
	background-image: url(../images/addprospect_corner_leftbot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 10px;
	height: 7px;
	padding: 0;
}

table#add .bottom {
	height: 7px;
	padding: 0;
}

table#add .expanded {
	background-image: none;
	margin: 0;
	padding: 0;
	border-right-style: none;
	border-left-style: none;
}

table#add .expanded p {
	color: #3f3f3f;
	line-height: 1.4em;
}

table#add .expanded p a {
	color: #3f3f3f;
}

table#add .expanded p.name {
	color: #203f58;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.1em;
}

table#add .expanded span.primary {
	background-color: #fbf5e6;
	background-image: url(/images/expand_primaryflag.gif);
	background-repeat: no-repeat;
	background-position: right 0.5em;
	padding: 0.3em 1.5em 0.3em 0.2em;
}

table#add .expanded div.comment {
	margin-bottom: 0.9em;
	padding-bottom: 0.9em;
	border-bottom: 1px solid #8da0aa;
}

table#add .expanded p.comment_date {
	color: #748c97;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
}

table#add .expanded span.addressbold {
	color: #8c8c8c;
	font-size: 0.8em;
	font-weight: bold;
}

table#add .expanded span.addressdifferent {
	color: #4c6579;
	font-size: 0.9em;
	font-weight: bold;
}

table#add .expanded .expand_header {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	background-color: #8da0aa;
	background-image: url(../images/expand_header_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0.4em 0 0.4em 0;
}

table#add .expanded .expand_header .left {
	background-image: url(../images/expand_header_left_add.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10%;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 5px;
}

table#add .expanded .expand_header .centertitle {
	text-align: left;
	width: 65%;
	margin: 0;
	padding: 0;
}

table#add .expanded .expand_header .right {
	background-image: url(../images/expand_header_right_add.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	width: 15%;
	padding-right: 5px;
}

table#add .expanded .expand_header .rightadd {
	background-image: url(../images/expand_header_right_add.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	width: 8%;
	padding-right: 5px;
}

table#add .expanded .expand_header .edit {
	width: 30px;
	padding-right: 5px;
}

table#add .expanded .expand_content {
	padding: 0.8em 0.8em 1em;
}

table#add .expanded .todocheck {
	vertical-align: top;
	padding-top: 0.9em;
	padding-right: 0.2em;
	padding-left: 0.8em;
}

table#add .expanded .todo {
	vertical-align: top;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

table#add .expanded .todo .date {
	color: #748c97;
	font-size: 0.8em;
}

table#add .expanded .resetbutton {
	text-align: right;
}

table#add .expanded input.addressbook {
	color: #666;
	font-size: 1em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1em;
	width: 100%;
}

table#add .expanded input.stzip {
	color: #666;
	font-size: 1em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1em;
	width: 4em;
}

table#add .expanded input.addressbookprimary {
	color: #666;
	font-size: 1em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1em;
	width: 85%;
}

span.favorites {
	float: right;
	color: #8c8c8c;
	font-size: 0.8em;
	font-weight: bold;
	display: inline;
	line-height: 1.2em;
}

table#add .expanded .expand_textarea {
	background-color: #4c6579;
	text-align: center;
	padding: 0.7em;
}

table#add .expanded textarea.commenttodo {
	color: #666;
	font-size: 1em;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1em;
	width: 97%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 3px;
	border: solid 1px #748c97;
}

table#add .expanded p.inputbuttons {
	text-align: right;
}

/*Calendar Table Month ===================================*/

#tool_pic .calendarcontainer {
	background-image: url(../images/calendar_topbkg.gif);
	background-repeat: no-repeat;
	width: 78px;
	height: 68px;
}

#tool_pic .calendarmonth {
	color: #8c8c8c;
	font-size: 13px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 5px;
}

#tool_pic .calendarday {
	color: #8c8c8c;
	font-size: 28px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
}

table#global tr.month_date {
	color: #8c8c8c;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	width: 14%;
}

table#global tr.month_content td {
	font-size: 0.9em;
	line-height: 1em;
	vertical-align: top;
	height: 125px;
	border-bottom: 1px solid #d7dee0;
}

table#global td.month_content_cell, table#global td.month_cc_notactive, table#global td.month_cc_weekend, table#global td.month_cc_weekend_line, table#global td.month_cc_notactive_line, table#global td.month_cc_currentday {
	width: 14%;
}

table#global td.month_noline {
	width: 14%;
	border-right-style: none;
}

table#global .tableheader_noline {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #4c6579;
	background-image: url(../images/table_header_bkg.gif);
	background-repeat: repeat-x;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	border-right-style: none;
}

table#global tr.month_head1 td {
	color: #748c97;
	font-size: 1em;
	font-weight: bold;
	background-color: #f0f3f4;
	background-image: url(../images/report_tablehead1.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	text-align: center;
	border-bottom: 1px solid #d7dee0;
}

table#global tr.month_head1 td a, table#global td.month_head1_line a {
	color: #748c97;
}

table#global td.month_head1_line, table#global td.month_cc_notactive_line, table#global td.month_cc_weekend_line {
	border-left: 1px solid #d7dee0;
}

table#global td.month_cc_notactive, table#global td.month_cc_notactive_line {
	background-color: #f4f4f4;
}

table#global td.month_cc_notactive span.cc_notactive a, table#global td.month_cc_notactive_line span.cc_notactive a {
	color: #dcdcdc;
}

table#global td.month_cc_weekend, table#global td.month_cc_weekend_line {
	background-color: #b3c3ce;
}

table#global td.month_cc_weekend span.cc_weekend a, table#global td.month_cc_weekend_line span.cc_weekend a {
	color: #fff;
}

table#global td.month_cc_currentday {
	background-color: #fbf5e6;
}

table#global td.month_cc_currentday span.cc_currentday a {
	color: #0e2f40;
}

table#global p.calendar_todo a {
	color: #748c97;
	font-size: 0.9em;
	line-height: 1.3em;
	background-image: url(../images/calendar_todomini.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	margin-bottom: 6px;
	margin-left: 3px;
	padding-left: 15px;
}

table#global p.calendar_appt a {
	color: #748c97;
	font-size: 0.9em;
	line-height: 1.3em;
	background-image: url(../images/calendar_apptmini.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0.1em;
	margin-bottom: 6px;
	margin-left: 3px;
	padding-left: 15px;
}

/*Calendar Table Week ===================================*/

table#global tr.week_content td {
	font-size: 0.9em;
	line-height: 1em;
	vertical-align: top;
	height: 40px;
	padding: 0;
	border-bottom: 1px solid #d7dee0;
}

table#global tr.week_content td.time, table#global tr.month_head1 td.time {
	background-color: #f0f3f4;
	background-image: url(../images/calendar_timebkg.gif);
	background-repeat: repeat-y;
	background-position: left 0;
	padding: 10px 3px;
	border-left: 1px solid #d7dee0;
}

table#global tr.month_head1 td.time {
	padding: 0 0 0 0;
}

table#global td.time span.hour {
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
}

table#global td.time span.ampm {
	color: #8da0aa;
	font-size: 0.8em;
}

table#global p.week_timehead {
	color: #fff;
	background-color: #4c6579;
	padding: 0.3em;
}

table#global p.week_timehead a {
	color: #fff;
}

table#global td.weekbox {
	background-color: #d7dee0;
}

/*Calendar Table Day ===================================*/

table#global td.day_content_cell {
	background-color: #fbf5e6;
	width: 98%;
}

table#global .tableheader_noline_day {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #4c6579;
	background-image: url(../images/table_header_bkg.gif);
	background-repeat: repeat-x;
	width: 60%;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	border-right-style: none;
}

table#global .tableheader_right2_day {
	background-color: #4c6579;
	background-image: url(../images/table_header_bkg_right2.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	width: 30%;
	border-right-style: none;
}

table#global tr.tableheaderall td {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #4c6579;
	background-image: url(/images/table_header_bkg.gif);
	background-repeat: repeat-x;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	border-right: 1px solid #748c97;
}

/*Footer
==================================================*/

#footer {
	background-color: #203f58;
	background-image: url(/images/footer_shadow.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	clear: both;
	margin-top: 20px;
	padding: 40px 0 20px;
}

#footer_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#footer .logo {
	width: 50%;
	float: right;
	padding-right: 30px;
}

#footer .legal {
	float: left;
	margin-left: 30px;
	color: #748c97;
	font-size: .8em;
	line-height: 1em;
	padding-top: 5px;
	display: inline;
}

#txt_pricing {
	width: 860px;
	float: left;
	display: inline;
	padding-top: 35px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;

}

#txt_left {


	width: 580px;
	float: left;
	display: inline;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}



#txt_right {
	width: 236px;
	padding: 35px 8px 10px 8px;
	float: right;
	display: inline;
}



#txt_center {
	width: 860px;
	float: left;
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
}

/* Pricing /////////////////////////////////////////////////////////// */

table.pricing {
	width: 99%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 15px;
}



table.pricing caption {
	caption-side: top;
	text-align: center;
	margin-bottom: 20px;
}



table.pricing tr.odd td {
	background: #f0f3f4;
}

table.pricing tr.divider td,
table.pricing tr.divider .column1 {
	border-top: 4px solid #678197;
}

table.pricing tr.odd .column1 {
	background: #f0f3f4;
}

table.pricing .column1 {
	background: #f9fcfe;
	width: 165px;
	text-align: right;
}

table.pricing .columnlast {
	border-right: 1px solid #e4eaeb;
}

table.pricing td {
	color: #678197;
	border-bottom: 1px solid #e4eaeb;
	border-left: 1px solid #e4eaeb;
	text-align: center;
	padding: .5em 1em;
}

table.pricing th {
	font-weight: normal;
	color: #678197;
	text-align: left;
	border-bottom: 1px solid #e4eaeb;
	border-left: 1px solid #e4eaeb;
	padding: .3em 1em;
}

table.pricing thead th {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #4c6579;
	background-image: url(../images/table_header_bkg.gif);
	background-repeat: repeat-x;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	text-align: center;
}

table.pricing thead th.left {
	background-color: #4c6579;
	background-image: url(../images/table_header_bkg_left.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	padding-right: 0;
	color: #d7dee0;
	border-left-style: none;
}


table.pricing thead th.right {
	background-color: #4c6579;
	background-image: url(../images/table_header_bkg_right2.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	border-right-style: none;
}

table.pricing thead tr.pricing_header th  {
	text-align: center;
	background: white url(../images/pricing_header_bkg.gif) repeat-x;
	vertical-align: top;
	line-height: 20px;
	color: #8c8c8c;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
}

table.pricing thead th em {
	color: #a93224;
	font-size: 1.1em;
	font-weight: bold;
}

table.pricing tfoot {
	background-color: #748c97;
	height: 10px;
	padding: 0;
}

table.pricing tfoot td {
	border: 0;
}

table.pricing tfoot .leftcorner {
	background-color: #748c97;
	background-image: url(../images/tablefooter_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-style: none;
}
table.pricing tfoot .rightcorner {
	background-color: #748c97;
	background-image: url(../images/table_footer_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-style: none;
	border-left-style: none;
}

/* Signup Page /////////////////////////////////////// */

#signupprogress {
	width: 580px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #d7dee0;
	float: left;
	font: 11px/16px Verdana, sans-serif;
}

#signupprogress li {
	list-style-type: none;
	display: inline;
	float: left;
	background-color: #8da0aa;
	padding: 7px 33px;
	margin-right: 1px;
}

#signupprogress li.signupcurrent {
	background: #a93234 url(/images/arrow_right.gif) no-repeat 15px center;
	color: white;
}

#signupprogress li.signupcomplete {
	background: #748c97 url(/images/icon_check_transparent.gif) no-repeat 15px center;
	color: white;
}

p.chooseplan {
	border-top: 1px solid #d7dee0;
	border-bottom: 1px solid #d7dee0;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
}

p.freecheck {
	border-top: 1px solid #d93a2d;
	border-bottom: 1px solid #d93a2d;
	margin-bottom: 20px;
	padding: 10px 10px 10px 30px;
	color: #4c6579;
	background: #fbdedc url(/images/icon_asterisk.gif) no-repeat 10px center;
}

h3.signuphead {
	clear: left;
	margin-top: 0px;
}

select.signupselect1 {
	width: 100px;
}



select.signupselect2 {
	width: 50px;
}

.instruction {
	color: #a93234;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}

.signup_price {
	float: left;
	width: 196px;
	height: 110px;
	margin-bottom: 15px;
	padding: 12px 20px 15px;
	background: url(/images/signupcost_bkg.gif) no-repeat;
}

.signup_price h2 {
	color: #8da0aa;
	font-size: 17px;
	line-height: 17px;
}

.signup_price p {
	color: #d7dee0;
	margin-bottom: 0px;
}

.signup_price p.total {
	color: #e7c264;
	font: 20px Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #d7dee0;
	margin-top: 15px;
	text-align: right;
	padding-top: 5px;
}

.signup_price p.total span.amount {
	font-weight: bold;
}

.accountwrapper {
	border-top: 1px solid #d7dee0;
	border-bottom: 1px solid #d7dee0;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

table.signup_account {
	width: 560px;
	color: #8c8c8c;
	font-size: 12px;
	line-height: 12px;	
}

table.signup_account td {
	padding: 5px;
}

table.signup_account td.leftcolumn {
	text-align: right;
	width: 140px;
}

table.signup_account td.tablespacer {
	padding-bottom: 30px;
}

table.signup_account input {
	width: 350px;
	color: #8c8c8c;
	font-size: 12px;
	line-height: 15px;
	border: 1px solid #8c8c8c;
	padding: 2px;
}

table.signup_account input.shortinput {
	width: 100px;
}

table.shopcart {
	width: 560px;
	color: #8c8c8c;
	font-size: 12px;
	line-height: 12px;	
	margin-bottom: 10px;
}

table.shopcart td {
	padding: 10px 5px;
	border-bottom: 1px solid #f0f3f4;
}

table.shopcart td.rightcol {
	text-align: right;
}

table.shopcart tr.total td {
	font-weight: bold;
	color: #636363;
	background-color: #f0f3f4;
	border-top: 1px solid #748c97;
}

/* Secondary Pages Side Buttons ////////////////////////////////////////////////////////// */
.gallerybuttons {
	margin-bottom: 10px;
	float: left;
}

.gallerybuttons a.bkg {
	width: 202px;
	height: 100px;
	display: block;
	color: #f8c4c0;
	text-decoration: none;
	font: 12px/14px "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
	padding-top: 65px;
	padding-left: 22px;
	padding-right: 12px;
	word-spacing: -1px;
}

.gallerybuttons a.screencasts {
	background: url(/images/screencasts.gif) no-repeat 0 0;
}

.gallerybuttons a.screenshots {
	background: url(/images/gallery.gif) no-repeat 0 0;
}

#tryfree {
	float: left;
	margin-bottom: 10px;
}

#tryfree a.tryfree_bkg {
	width: 156px;
	height: 59px;
	display: block;
	color: #fff;
	text-decoration: none;
	font: 12px/14px "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
	background: url(/images/tryitfree.gif) no-repeat;
	padding-top: 40px;
	padding-right: 64px;
	padding-left: 17px;
}

.genericbutton {
	float: left;
	margin-bottom: 10px;
}

.genericbutton a.genericbkg {
	width: 206px;
	display: block;
	color: #8c8c8c;
	text-decoration: none;
	font: 12px/14px "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
	padding-top: 64px;
	padding-left: 15px;
	padding-right: 15px;
	word-spacing: -1px;
	height: 100px;
}

.genericbutton a.managers {
	background: url(/images/managers.gif) no-repeat;
}

.footer_menu {
	width: 140px;
	float: left;
	margin-right: 20px;
}
