@import url("reset.css");
@import url("basic.css");

/* ============================================
	
	Layout
	
===============================================*/
/* Layout */

/* sticky footer */
html, body, #container-content { height: 100%; }
body > #container-content { height: auto; min-height: 100%; }

.wrapper {
	float:left;
	width:100%;
}
.container {
	position:relative;
	margin:0 auto;
	width:980px;
	min-width:980px;
	text-align:left;
}
.inner {}
.padded {
	padding:0 15px;
}
.main-content {
	float:left;
	width:100%;
}
.main-content-skinny {
	float:none;
	width:665px;
	margin:0 auto;
}
.main-content-veryskinny {
	float:none;
	width:350px;
	margin:0 auto;
}
.secondary-content {
	float:left;
	width:100%;
}

.section {
	float:left;
	width:100%;
}
.center-content {
	float:none;
	width:700px;
	margin:0 auto;
}

.halfleft {
	float:left;
	width:49%;
}
.halfright {
	float:right;
	width:49%;
}

/*
 *  A gray box
 ********************************************************/
.content-box {
	margin-bottom:35px;
	padding:0 0 25px 0;
	float:left;
	width:100%;
	background-color:#ddd;
}
.content-box .box-title {
	/* header for the content-box
	   must use with .box-tittle2 and .box-title3 */
	margin:0;
	float:left;
	width:100%;
	color:#fff;
	font-size:2.4em;
	line-height:1.2em;
	font-weight:bold;
	background:transparent url(../images/content-box-header-bg.png) repeat-x 0 0;
}
.content-box .box-title2 {
	display:block;
	margin:0;
	line-height:40px;
	background:transparent url(../images/content-box-header-left.png) no-repeat 0 0;
}
.content-box .box-title3 {
	display:block;
	margin:0;
	padding:0 15px 5px 15px;
	line-height:40px;
	background:transparent url(../images/content-box-header-right.png) no-repeat 100% 0;
}
.content-box-gray {
	margin-bottom:35px;
	padding:25px;
	float:left;
	width:940px;
	background-color:#ddd;
}
.content-box-gray h2 {
	margin-top:0;
}

/*
 *  A two-column layout where the right side is larger
 ********************************************************/
.layout-large-right {}
.layout-large-right .col-left {
	margin-left:15px;
	float:left;
	width:330px;
}
.layout-large-right .col-right {
	margin-right:15px;
	float:right;
	width:580px;
}
.layout-large-right h2 {
	margin-top:0;
}

/*
 *  Five-column layout
 ********************************************************/
ul.layout-five-col {
	margin:0;
}
ul.layout-five-col li {
	margin:15px 0 0 25px;
	float:left;
	width:168px;
	list-style:none;
}


/*
 *  Five-column layout for GettingStarted
 ********************************************************/
ul.layout-five-colgs {
	margin:0;
}
ul.layout-five-colgs li {
	margin:15px 0 0 25px;
	float:left;
	width:200px;
	list-style:none;
}

/*
 *  Three-column layout
 ********************************************************/
ul.layout-three-col {
	margin:0;
}
ul.layout-three-col li {
	margin:15px 0 0 25px;
	float:left;
	width:296px;
	list-style:none;
}
.layout-three-col .col {
	margin:0 0 0 25px;
	float:left;
	width:296px;
	list-style:none;
}
.secondary-content .layout-three-col div h4 {
	margin-top:0;
	font-size:14px;
}
.secondary-content .layout-three-col div p {
	font-size:12px;
}

.layout-three-col-fluid {
	margin:0;
}
.layout-three-col-fluid .col,
.layout-three-col-fluid .col-mid {
	margin:0 0.2em 0 0;
	float:left;
	width:33%;
	list-style:none;
}

/*
 *  One-column layout, centered
 ********************************************************/
ul.layout-one-col {
	margin:0;
}
ul.layout-one-col li {
	margin:15px 0 0 25px;
	float:left;
	width:196px;
	list-style:none;
}
/*
 *  Two-column layout
 ********************************************************/
ul.layout-two-col {
	margin:0;
}
ul.layout-two-col li {
	margin:15px 0 0 25px;
	float:left;
	width:296px;
	list-style:none;
}

/*
 *  Number the columns
 ********************************************************/
.num {
	float:left;
	color:#d52300;
	font-size:36px;
	line-height:1em;
	font-weight:bold;
}
.num-text {
	display:block;
	margin-left:35px;
	font-size:20px;
	color:#333;
}

/*
 *  Rounded Corners (on white background)
 ********************************************************/
.corner-box {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.corner-box-header {
	float:left;
	padding:0;
	margin:0 0 15px 0;
	width:100%;
	color:#fff;
	background-color:#000000;
}
.corner-box-header h4 {
	margin:0;
	line-height:30px;
	padding:0 0 0 20px;
}
.corner-box-header .button-white {
	float:right;
	margin:4px 20px 0 0;
}
.corner-bl {
	/*  add a rounded corner to the bottom left */
	background-image:url(../images/corner-bl.png) !important;
	background-repeat:no-repeat;
	background-position:0 100%;
}
.corner-br {
	/*  add a rounded corner to the bottom right */
	background-image:url(../images/corner-br.png) !important;
	background-repeat:no-repeat;
	background-position:100% 100%;
}
.corner-tl {
	/*  add a rounded corner to the top left */
	background-image:url(../images/corner-tl.png) !important;
	background-repeat:no-repeat;
	background-position:0 0;
}
.corner-tr {
	/*  add a rounded corner to the top right */
	background-image:url(../images/corner-tr.png) !important;
	background-repeat:no-repeat;
	background-position:100% 0;
}
.lightgray th.corner-tl {
	/*  add a rounded corner to the top left */
	background-image:url(../images/corner-tl-gray.png) !important;
}
.lightgray th.corner-tr {
	/*  add a rounded corner to the top right */
	background-image:url(../images/corner-tr-gray.png) !important;
}
.box-inner {
	padding:15px;
}

/*
 *  Pale yellow content box
 ********************************************************/
.secondary-content .paleyellow .corner-tr {
	padding:15px 0;
}
.secondary-content .paleyellow .box-inner {
	padding:15px !important;
}
.secondary-content .paleyellow div.hr2 {
	margin:10px 0;
	background-color:#cfb875;
}
/* list inside a pale yellow box with alternating colors */
.paleyellow .alt-list {
	margin:0;
}
.paleyellow .alt-list li {
	margin:0;
	color:#333;
	list-style:none;
}
.paleyellow .alt-list li strong {
	float:left;
	padding:0 0 0 10px;
	width:130px;
}
.paleyellow .alt-list .alt {
	background-color:#fffcda;
}

/*
 *  ORANGE content box
 ********************************************************/
.secondary-content .orange .corner-tr {
	padding:15px 0;
}
.secondary-content .orange .box-inner {
	padding:15px !important;
}
.secondary-content .orange div.hr2 {
	margin:10px 0;
	background-color:#cfb875;
}
/* list inside a pale yellow box with alternating colors */
.orange .alt-list {
	margin:0;
}
.orange .alt-list li {
	margin:0;
	color:#333;
	list-style:none;
}
.orange .alt-list li strong {
	float:left;
	padding:0 0 0 10px;
	width:130px;
}
.orange .alt-list .alt {
	background-color:#fffcda;
}

/*
 *  LIGHT GREY content box
 ********************************************************/
.secondary-content .lightgray .corner-tr {
/*	padding:15px 0;*/
}
.secondary-content .lightgray .box-inner {
/*	padding:15px !important;*/
}
.secondary-content .lightgray div.hr2 {
	margin:10px 0;
	background-color:#cfb875;
}
/* list inside a pale yellow box with alternating colors */
.lightgray .alt-list {
	margin:0;
}
.lightgray .alt-list li {
	margin:0;
	color:#333;
	list-style:none;
}
.lightgray .alt-list li strong {
	float:left;
	padding:0 0 0 10px;
	width:130px;
}
.lightgray .alt-list .alt {
	background-color:#fffcda;
}


/* ============================================
	
	General styles
	
===============================================*/
.first { /* remove the top margin */
	margin-top:0;
}
.note {
	font-size:1.2em;
	color:#666;
}

/* List of big side links as seen on projects page */
.link-list-big {
	margin:0;
}
.link-list-big li {
	float:left;
	width:100%;
	margin:0 0 5px 0;
	list-style:none;
}
.link-list-big li a.button span span {
	width:280px;
}

.toggle-header,
.toggle-header:hover {
	color:#000;
	text-decoration:none;
}
#metrics-accordion .accordian-toggle {
	margin:0.25em 0;
	padding:0 5px;
	display:block;
	color:#333;
	background-color:#fffcda;
}
#metrics-accordion .accordian-toggle .toggle-header {
	color:#333;
}
.paleyellow .alt-list {
	margin:0;
}
.paleyellow .alt-list li {
	margin:0;
	color:#333;
	list-style:none;
}
.paleyellow .alt-list li strong {
	float:left;
	padding:0 0 0 10px;
	width:130px;
}
.paleyellow .alt-list .alt {
	background-color:#fffcda;
}

/*
 *  Background colors
 ********************************************************/
.white 			{ background-color:#ffffeb; }
.offwhite 		{ background-color:#ffffff; }
.black 			{ background-color:#000000; color:#fff; }
.darkgray 		{ background-color:#555555; }
.lightgray 		{ background-color:#dddddd; }
.purple 		{ background-color:#5f0d71; }
.blue 			{ background-color:#0f2273; }
.lightblue 		{ background-color:#47a2d7; }
.paleblue 		{ background-color:#d2e8f5; }
.green 			{ background-color:#78a629; }
.palegreen 		{ background-color:#daf9e1; }
.brown 			{ background-color:#5d3822; }
.orange 		{ background-color:#ef7836; }
.yellow 		{ background-color:#ffba00; }
.paleyellow		{ background-color:#f8eaba; }

/* StartupToDo.com
   usage: <span class="domain">Startup<span class="todo">ToDo</span><span class="dotcom">.com</span></span>
*/
.domain {
}
.domain .todo {
	color:#d52300;
}
.domain .dotcom {
	color:#666;
}


/* gravatar */
.gravatar {
	margin:0 5px 0 0;
	padding:3px;
	background-color:#fff;
	border:1px solid #ccc;
	vertical-align:middle;
}

/*
 *  Tag cloud
 ********************************************************/
.css1 { font-size: 1.00em; line-height:1.2em; color: #aaa;} 
.css2 { font-size: 1.25em; line-height:1.2em; color: #999;}
.css3 { font-size: 1.50em; line-height:1.2em; color: #888;}
.css4 { font-size: 1.75em; line-height:1.2em; color: #777;}
.css5 { font-size: 2.00em; line-height:1.2em; color: #666;}
.css6 { font-size: 2.25em; line-height:1.2em; color: #555;}
.css7 { font-size: 2.50em; line-height:1.2em; color: #444;}
.css8 { font-size: 2.75em; line-height:1.2em; color: #333;}
.css9 { font-size: 3.00em; line-height:1.2em; color: #222;}

p.tag-cloud { font-size:0.9em !important; }

/*
 *	Buttons
 ********************************************************/
input.btn {
	margin:10px 10px 0 0;
	float:left;
	width:125px;
	height:22px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	line-height:22px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
	text-shadow: #333 1px 1px 1px;
	background:transparent url(../images/btn-small.png) no-repeat 0 0;
	border:none;
}
input.btn:hover {
	color:#000;
	text-shadow: #fff 1px 1px 1px;
	background:transparent url(../images/btn-small.png) no-repeat 0 -100px;
}
input.btn2 {
	margin:10px 5px 10px 18px;
	float:left;
	width:200px;
	height:22px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	line-height:22px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
	text-shadow: #333 1px 1px 1px;
	background:transparent url(../images/btn-small-200.png) no-repeat 0 0;
	border:none;
}
input.btn2:hover {
	color:#000;
	text-shadow: #fff 1px 1px 1px;
	background:transparent url(../images/btn-small-200.png) no-repeat 0 -100px;
}
a.button {
	float:left;
	height:36px;
	color:#fff;
	text-shadow: #333 1px 1px 1px;
	padding-left:5px;
	border:none;
	white-space:nowrap;
	font-size:18px;
	line-height:36px;
	text-decoration:none;
	text-transform:uppercase;
	background:transparent url(../images/button.png) no-repeat 0 -100px;
}

a.button span {
	float:left;
	padding-right:5px;
	background:transparent url(../images/button.png) no-repeat 100% -200px;
}
a.button span span {
	float:left;
	padding:0 5px;
	background:transparent url(../images/button.png) repeat-x 0 0;
}
	a.button:hover {
		color:#fff;
		text-decoration:none;
		background:transparent url(../images/button.png) no-repeat 0 -400px;
	}
	a.button:hover span {
		background:transparent url(../images/button.png) no-repeat 100% -500px;
	}	
	a.button:hover span span {
		background:transparent url(../images/button.png) repeat-x 0 -300px;
	}	
	
.ap-selected-buttons li.selected a.button-white,
.ap-selected-buttons li.selected a.button-white:hover,
a.button-small {
	float:left;
	height:22px;
	color:#fff;
	text-shadow: #333 1px 1px 1px;
	padding-left:5px;
	border:none;
	white-space:nowrap;
	font-weight:bold;
	font-size:12px;
	line-height:22px;
	text-decoration:none;
	background:transparent url(../images/button-small.png) no-repeat 0 -100px;
}
.ap-selected-buttons li.selected a.button-white span,
.ap-selected-buttons li.selected a.button-white:hover span,
a.button-small span {
	float:left;
	padding-right:5px;
	background:transparent url(../images/button-small.png) no-repeat 100% -200px;
}
.ap-selected-buttons li.selected a.button-white span span,
.ap-selected-buttons li.selected a.button-white:hover span span,
a.button-small span span {
	float:left;
	padding:0 5px;
	background:transparent url(../images/button-small.png) repeat-x 0 0;
}
	a.button-small:hover {
		color:#000;
		text-shadow: #fff 1px 1px 1px;
		text-decoration:none;
		background:transparent url(../images/button-small.png) no-repeat 0 -400px;
	}
	a.button-small:hover span {
		background:transparent url(../images/button-small.png) no-repeat 100% -500px;
	}	
	a.button-small:hover span span {
		background:transparent url(../images/button-small.png) repeat-x 0 -300px;
	}	
a.button-small-disabled,
a.button-small-disabled:hover {
	cursor:default;
	float:left;
	height:22px;
	color:#888888;
	text-shadow: #fff 1px 1px 1px;
	padding-left:5px;
	border:none;
	white-space:nowrap;
	font-weight:bold;
	font-size:12px;
	line-height:22px;
	text-decoration:none;
	background:transparent url(../images/button-small-disabled.png) no-repeat 0 -100px;
}
a.button-small-disabled span,
a.button-small-disabled:hover span {
	float:left;
	padding-right:5px;
	background:transparent url(../images/button-small-disabled.png) no-repeat 100% -200px;
}
a.button-small-disabled span span,
a.button-small-disabled:hover span span {
	float:left;
	padding:0 5px;
	background:transparent url(../images/button-small-disabled.png) repeat-x 0 0;
}	
a.button-big {
	float:left;
	height:42px;
	color:#fff;
	text-shadow: #333 1px 1px 1px;
	padding-left:15px;
	border:none;
	white-space:nowrap;
	font-weight:bold;
	font-size:20px;
	line-height:42px;
	text-decoration:none;
	background:transparent url(../images/button-big.png) no-repeat 0 -100px;
}
a.button-big span {
	float:left;
	padding-right:15px;
	background:transparent url(../images/button-big.png) no-repeat 100% -200px;
}
a.button-big span span {
	float:left;
	padding:0 5px;
	background:transparent url(../images/button-big.png) repeat-x 0 0;
}
	a.button-big:hover {
		color:#fff;
		text-decoration:none;
		background:transparent url(../images/button-big.png) no-repeat 0 -400px;
	}
	a.button-big:hover span {
		background:transparent url(../images/button-big.png) no-repeat 100% -500px;
	}	
	a.button-big:hover span span {
		background:transparent url(../images/button-big.png) repeat-x 0 -300px;
	}	

a.button-large {
	float:left;
	height:56px;
	color:#fff;
	text-shadow: #333 2px 1px 2px;
	padding-left:20px;
	border:none;
	white-space:nowrap;
	font-weight:bold;
	font-size:28px;
	line-height:56px;
	text-decoration:none;
	background:transparent url(../images/button-large.png) no-repeat 0 -100px;
}
a.button-large span {
	float:left;
	padding-right:20px;
	background:transparent url(../images/button-large.png) no-repeat 100% -200px;
}
a.button-large span span {
	float:left;
	padding:0 5px;
	background:transparent url(../images/button-large.png) repeat-x 0 0;
}
	a.button-large:hover {
		color:#fff;
		text-decoration:none;
		background:transparent url(../images/button-large.png) no-repeat 0 -400px;
	}
	a.button-large:hover span {
		background:transparent url(../images/button-large.png) no-repeat 100% -500px;
	}	
	a.button-large:hover span span {
		background:transparent url(../images/button-large.png) repeat-x 0 -300px;
	}
a.button-white {
	float:left;
	height:22px;
	color:#000;
	padding-left:5px;
	border:none;
	white-space:nowrap;
	font-weight:bold;
	font-size:12px;
	line-height:22px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0.05em;
	background:transparent url(../images/button-white.png) no-repeat 0 -100px;
}
a.button-white span {
	float:left;
	padding-right:5px;
	background:transparent url(../images/button-white.png) no-repeat 100% -200px;
}
a.button-white span span {
	float:left;
	padding:0 7px;
	background:transparent url(../images/button-white.png) repeat-x 0 0;
}
a.button-white:hover {
	color:#32820a;
	text-decoration:none;
}
a.move-all-left,
a.move-all-right,
a.move-left,
a.move-right {
	float:left;
	width:37px;
	height:37px;
	text-indent:-999em;
	overflow:auto;
}
	a.move-all-left:hover,
	a.move-all-right:hover,
	a.move-left:hover,
	a.move-right:hover {
		color:#fff;
		text-decoration:none;
	}
a.move-all-left {
	background:transparent url(../images/move-all-left.png) no-repeat 0 0;
}
	a.move-all-left:hover {
		background:transparent url(../images/move-all-left.png) no-repeat 0 100%;
	}
a.move-all-right {
	background:transparent url(../images/move-all-right.png) no-repeat 0 0;
}
	a.move-all-right:hover {
		background:transparent url(../images/move-all-right.png) no-repeat 0 100%;
	}
a.move-left {
	background:transparent url(../images/move-left.png) no-repeat 0 0;
}
	a.move-left:hover {
		background:transparent url(../images/move-left.png) no-repeat 0 100%;
	}
a.move-right {
	background:transparent url(../images/move-right.png) no-repeat 0 0;
}
	a.move-right:hover {
		background:transparent url(../images/move-right.png) no-repeat 0 100%;
	}

a.button-question {
	float:left;
	width:22px;
	height:22px;
	background:transparent url(../images/button-question.gif) no-repeat 0 0;
	text-indent:-999em;
	overflow:hidden;
}
/*
 *	Forms
 ********************************************************/
.content-box form {
	float:left;
	width:100%;
}

.form {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
.form fieldset {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
.textbox,
textarea,
select {
	padding:5px 0;
	background:#fff url(../images/textbox.png) no-repeat 0 0;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
select {
	background:transparent url(../images/textbox.png) no-repeat 0 0;
}
.textbox:hover,
textarea:hover,
select:hover {
	border:1px solid #32820a;
}
.textbox:focus,
textarea:focus,
select:focus {
	border:1px solid #32820a;
}
.form h3 {
	margin:0;
	display:block;
	font-size:20px;
	color:#333;
}
.form input.radio {
	width:20px;
	height:20px;
}
.form .small {
	font-size:12px;
	line-height:1.5em;
}
.form-list {
	margin:1em 0;
	padding:5px 25px 15px 25px;
	float:left;
	width:246px;
	color:#fff;
}
.form-list a {
	color:#fff;
	text-decoration:underline;
}
.form-list li {
	margin:0 0 2px 0!important;
	width:246px !important;
}
.form-list li input.textbox {
	padding:4px 0;
	width:100%;
	font-size:16px;
}
.checkbox-li label {
	font-size:12px;
	line-height:1em;
}
.form-bottom {
	padding:10px 0 0 0;
	float:left;
	width:100%;
	border-top:1px solid #999;
}
.form-bottom p {
	margin:.5em 0 0;
	text-align:center;
	color:#333333;
}

.form-list2 li {
	margin:0;
	list-style:none;
}
.form-list2 li .textbox,
.form-list2 li textarea,
.form-list2 li select {
	width:100%;
}

/* display form elements in four columns */
.four-col {
	margin:0;
	float:left;
	width:100%;
}
.four-col .form-col {
	float:left;
	width:22%;
	padding:2px 0;
	margin-right:17px;
}
.four-col2 .form-col2 {
	float:left;
	width:17.1%;
	padding:2px 0;
	margin-right:5px;
}
.four-col2 .form-col-buttons2 {
	padding-top:15px;
}
.four-col .form-col-buttons {
	margin-top:17px;
}
.four-col .form-col label {
	line-height:1.2em;
	font-weight:bold;
}
.four-col .form-col select {
	padding:5px;
	float:left;
	width:100%;
	background-color:#fff;
}

/* display form elements in three columns */
.three-col {
	margin:0;
	float:left;
	width:100%;
}
.three-col .form-col {
	float:left;
	width:32%;
	padding:2px 0;
	margin-right:6px;
}
.three-col .form-col-buttons {
	width:50%;
}
.three-col .form-col label {
	line-height:1.2em;
	font-weight:bold;
}
.three-col .form-col select {
	padding:5px;
	float:left;
	width:100%;
	background-color:#fff;
}
/*VALIDATION CSS rsw*/
}
input.error { border: 1px solid red; }
textarea.error { border: 1px solid red; }
label.error {
	background: url('/images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}
label.valid {
	background: url('/images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

/*
 *	Tables
 ********************************************************/
.pager {
	float:left;
	width:100%;
}
table {
	width:100%;
}
table.table-simple {
	width:100%;
	background-color:#fff;
	border-spacing:1px;	
}
table.table-simple th {
	font-size:1.2em;
}
.status-uncomplete {
	color:#980000;
	font-weight:bold;
}
.status-complete {
	color:#197b30;
	font-weight:bold;
}
.table-points {
	font-size:1.5em !important;
	vertical-align:middle !important;
	text-align:center;
	font-weight:bold;
}
.tablesorter a {
	color:#333;
	text-decoration:none;
}
.tablesorter a:hover {
	color:#32820a;
	text-decoration:none;
}

/*
 *	Tabbed content
 ********************************************************/
.sidebar-tabs .tabs-container {
	padding:0;
	background-color:#f8eaba;
	background-image:url(../images/corner-bl.png);
	background-repeat:no-repeat;
}
.sidebar-tabs .tabs-nav a {
	padding:0;
	color:#666;
	font-size:14px;
}
.sidebar-tabs .tabs-nav a span {
	display:block;
	padding:5px 10px;
}
.sidebar-tabs .tabs-nav .tabs-selected a {
	color:#000;
	background-color:#f8eaba;
	background-image:url(../images/corner-tl.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.sidebar-tabs .tabs-nav .tabs-selected a span {
	background-image:url(../images/corner-tr.png);
	background-repeat:no-repeat;
	background-position:100% 0;
}
.sidebar-tabs h4 {
	position:absolute;
	left:-999em;
}
.sidebar-tabs .button-white {
	margin:0 0 5px 0;
	float:right;
}

/* yellow tabs */
.yellow-tabs .tabs-container {
	padding:10px;
	margin-bottom:20px;
	background-color:#fff;
	border:10px solid #f8eaba;
}
.yellow-tabs .tab-inner {
	padding:10px;
}
.yellow-tabs .tabs-nav a {
	padding:0;
	color:#666;
	font-size:14px;
}
.yellow-tabs .tabs-nav a span {
	display:block;
	padding:5px 15px;
}
.yellow-tabs .tabs-nav .tabs-selected a {
	color:#000;
	background-color:#f8eaba;
	background-image:url(../images/corner-tl.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.yellow-tabs .tabs-nav .tabs-selected a span {
	padding:5px 15px;
	background-image:url(../images/corner-tr.png);
	background-repeat:no-repeat;
	background-position:100% 0;
}
.yellow-tabs h4 {
	position:absolute;
	left:-999em;
}

/* blue tabs */
.blue-tabs .tabs-nav a,
.blue-tabs .tabs-nav .tabs-selected a {
	padding:0;
	margin:0 0 0 5px;
	color:#002941;
	font-size:12px;
	font-weight:normal;
}
.blue-tabs .tabs-nav a span,
.blue-tabs .tabs-nav .tabs-selected a span {
	display:block;
	padding:5px 5px 0 5px;
}
.blue-tabs .tabs-nav .tabs-selected a {
	padding:0;
	background-color:#fff;
}
.blue-tabs h4 {
	position:absolute;
	left:-999em;
}

/* ============================================
	
	Main Layout
	
===============================================*/
/*
 *	Header
 ********************************************************/
#skip {
	position:absolute;
	left:-999em;
}
#header-wrapper {
	background-color:#000;
}
#header {
	height:60px;
	color:#fff;
	background-color:#000;
}
.tagline {
	margin:10px 0 0 10px;
	float:left;
	font-size:28px;
	color:#fff;
	line-height:40px;
	font-weight:bold;
}
#logo {
	margin:0;
	float:left;
}
#logo a {
	display:block;
}
#logo img {
	width:259px;
	height:50px;
	height:52px;
}
.login-link {
	margin:0 15px 0 0;
	float:right;
	font-weight:bold;
	font-size:20px;
	line-height:50px;
}
.login-link a {
	padding-left:30px;
	text-transform:uppercase;
	text-decoration:none;
	background:transparent url(../images/icon-lock.png) no-repeat 0 50%;
}
.login-link a:hover {
	color:#fff;
	text-decoration:none;
}

/*
 *	Body
 ********************************************************/
 
/* Layout */
#content-wrapper {
	background-color:#fff;
	padding-bottom: 80px; /* sticky footer */
}
#content-inner {
	float:left;
	width:100%;
	padding:50px 0;
}

/*
 *	Footer
 ********************************************************/
#footer-wrapper { 
	/* sticky footer start */
	clear: both;
	position: relative;
	z-index: 10;
	height: 80px;
	margin-top: -80px;
	/* sticky footer end */

	color:#fff;
	background-color:#000;
}
#footer,
#footer-inner {
	background-color:#000;
}
#footer p {
	font-size:1.2em;
	line-height:1.2em;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
	#footer a:hover {
		color:#fff;
		text-decoration:underline;
	}
#footer .col-left {
	float:left;
	width:40%;
	text-align:left;
}
#footer .col-right {
	float:right;
	width:60%;
	text-align:right;
}
#footer .col-right p {
	margin:1.5em 0 0 0;
}
#footer .col-right p.alignright {
	margin:0;
}
#footer .col-right img {
	margin-right:15px;
}
#footer .col-left img {
	margin-top:20px;
	margin-left:15px;
}

/* ============================================
	
	Page specific
	
===============================================*/
/*
 *	Home
 ********************************************************/
 
 /* tour section */
.tour-section {
	margin-bottom:50px;
}
.tour-section .tagline {
	margin:0;
	width:330px;
	height:80px;
	background:transparent url(../images/be-successful-faster.gif) no-repeat 0 0;
	text-indent:-999em;
}
.tour {
	margin:20px 0;
	float:left;
	width:330px;
}
.tour h3 a {
	float:right;
	margin:0;
	width:175px;
	height:29px;
	text-decoration:none;
	background:transparent url(../images/takethetour.gif) no-repeat 0 0;
	overflow:hidden;
	text-indent:-999em;
}
.tour p {
	margin:.5em 0;
	float:right;
	width:175px;
}
.tour p.alignleft {
	margin:0;
	float:left;
	width:auto;
}
.tour a {
	font-weight:bold;
	text-decoration:none;
}
.tour a .youtube {
	color:#000;
}
.tour a .tube {
	color:#d52300;
}
.tour-section .big {
	margin-bottom:20px;
}
.tour-section .button-center {
	margin:0 0 0 60px;
}
.subscribe-now {
	float:left;
	width:100%;
	padding-bottom:35px;
}
.subscribe-now .button-center {
	margin:0 0 0 365px;
}
.tour-section small {
	margin:15px 0 0 0;
	float:left;
	width:100%;
	color:#999;
	font-size:.9em;
	text-align:center;
}
.tour-section small em {
	color:#333;
	font-weight:bold;
	font-size:1.2em;
}
.intro-text p {
	font-size:1.8em;
	line-height:1.4em;
}

/* guides list */
.guides {
	padding:10px;
	background-color:#f2eedd;
	border:1px solid #ccc;
}
.guides h3 {
	margin:0;
}
.guides ul {
	margin:10px 0;
	float:left;
	width:100%;
}
.guides ul li {
	margin:0;
	padding:7px 0;
	list-style:none;
	line-height:1.2em;
	float:left;
	width:100%;
	border-bottom:1px solid #b0ab94;
}
.guides ul .num {
	padding:4px 0;
	color:#fff;
	font-size:16px;
	text-align:center;
	width:26px;
}
.guides .num-text {
	display:block;
	margin-left:35px;
	font-size:12px;
	line-height:1.2em;
	color:#000;
	font-style:italic;
}
.guides p {
	margin:0;
	color:#666;
	font-size:1.2em;
}

/* testimonials */
.testimonials {
	margin:0;
	padding:25px 0 25px 25px;
	width:965px;
	height:355px;
	overflow:hidden;
}
.testimonial {
	float:left;
	margin:0 25px 0 0;
	width:216px;
	height:330px;
	font-size:1em;
	list-style:none;
}
.testimonial-header {
	margin:0 0 10px 0;
	padding:10px 0;
	float:left;
	width:100%;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.testimonial-header h3 {
	float:left;
	margin:0 10px 0 0;
	font-size:16px;
	line-height:20px;
}
.testimonial-header h4 {
	margin:0;
	float:left;
	font-size:12px;
	line-height:20px;
}
.testimonial-header h4 a {
	text-decoration:none;
}
.testimonial-content p {
	font-size:1.2em;
}
.testimonial-content a.image,
.testimonial-content a.image:hover {
	float:left;
	border:none;
}
.testimonial-content a.image img {
	border:1px solid #ccc;
}
/*
 *	Sign Up
 ********************************************************/
.new-user-form h3 {
	height:60px;
	border-bottom:1px solid #999;
	line-height:1em !important;
}
.login-form {}

.signup-plan,
.signup-payment {
	margin:1em 0;
}
.signup-plan li,
.signup-payment li {
	margin:0 0 5px 0 !important;
	padding:5px;
	width:286px !important;
	list-style:none;
	font-size:18px;
	line-height:1.2em;
	font-weight:bold;
}
.signup-plan li input.radio,
.signup-payment li input.radio {
	float:left;
}
.signup-plan li label,
.signup-payment li label {
	display:block;
	margin-left:30px;
}
.signup-plan li .price {
	float:right;
	font-size:26px;
	line-height:40px;
}
.signup-plan li em {
	font-size:14px;
	line-height:1em;
	font-weight:normal;
}
.signup-payment li .small {
	padding-bottom:25px;
}
.signup-payment li img {
	margin:25px 0;
}

/*
 *	Directory community page
 ********************************************************/
#search-members-wrapper {
	float:left;
}
#search-members label {
	margin:0 10px 0 0;
	float:left;
	font-size:1.4em;
	line-height:28px;
	font-weight:bold;
}
#search-members .textbox {
	float:left;
	margin:0 10px 0 0;
}
#search-members .btn {
	margin:2px 0 0 0;
	float:left;
}
.directory-list {
	margin:0;
}
.directory-list .corner-box {
	margin:0;
}
.directory-list .box-inner {
	padding:10px;
	min-height:60px;
}
.directory-list li.member-li {
	position:relative;
	margin:0 5px 5px 0;
	float:left;
	width:300px;
	font-size:1em !important;
	list-style:none;
}
.directory-list .gravatar {
	float:left;
}
.directory-list .member-username {
	margin:0 15px 0 0;
	font-size:16px !important;
	line-height:1.1em;
}
.directory-list .member-businessname {
	margin:0 15px 0 0;
	font-size:12px !important;
	line-height:1.1em;
	font-style:italic;
	font-weight:normal;
	color:#980000;
}
.directory-list ul.member-links {
	margin:2px 0 0 65px;
	padding-top:2px;
	border-top:1px solid #c1c1c1;
}
.directory-list ul.member-links li {
	margin:0;
	float:left;
	list-style:none;
	font-size:12px;
}
.directory-list ul.member-links li.request-friendship-li {
	float:right;
}
.directory-list ul.member-links li.friend-li {
	float:right;
	font-size:12px !important;
	font-style:italic;
	color:#333;
}
.directory-list ul.member-links li a {
	margin-right:3px;
	float:left;
	width:16px;
	height:16px;
	text-indent:-999em;
	overflow:hidden;
}
.directory-list ul.member-links li a.website-link {
	background:transparent url(../images/icon-website.png) no-repeat 0 0;
}
.directory-list ul.member-links li a.blog-link {
	background:transparent url(../images/icon-blog.png) no-repeat 0 0;
}
.directory-list ul.member-links li a.twitter-link {
	background:transparent url(../images/icon-twitter.png) no-repeat 0 0;
}
.directory-list ul.member-links li a.mail-link {
	background:transparent url(../images/email_edit.png) no-repeat 0 0;
}
.directory-list ul.member-links li a.request-friendship {
	float:right;
	width:auto;
	padding:0 5px;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	color:#fff;
	background:#333;
	text-indent:0;
	letter-spacing:0.02em;
	text-transform:uppercase;
}
.directory-list ul.member-links li a.request-friendship:hover {
	background:#32820a;
	text-decoration:none;
}




.directory-list ul.member-links li a.edit-profile {
	float:right;
	width:auto;
	padding:0 5px;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	color:#fff;
	background:#78a629;
	text-indent:0;
	letter-spacing:0.02em;
	text-transform:uppercase;
}
.directory-list ul.member-links li a.edit-profile:hover {
	background:#78a629;
	text-decoration:none;
}

.directory-list p {
	margin:0;
	font-size:12px;
}
.main-member-content {
	float:left;
	width:100%;
}
.more-member-content {
	float:left;
	width:100%;
	margin-top:5px;
}
.more-member-content p {
	margin:1em 0;
}
.moreless-link {
	position:absolute;
	top:10px;
	right:10px;
	
	background:#eee;
	color:#333;
	float:right;
	width:13px;
	height:13px;
	cursor:pointer;
	text-indent:-999em;
	overflow:hidden;
}
.icon {
	position:relative;
	background:#eee;
	color:#333;
	width:50px;
	height:50px;
	cursor:pointer;
	text-indent:-999em;
	overflow:hidden;
	float:left;
}
.plus {
	background:url(../images/plus.gif) no-repeat 0 center;
	height:20px;
	width:20px;
}

/* ============================================
	
	Application (after logged in)
	
===============================================*/
#app-page { }

/*
 *	General styles
 ********************************************************/
#app-page p,
#app-page li {
	font-size:1.2em;
}
#app-page li li {
	font-size:1em;
}
#app-page h3 {
	font-size:2em;
}

/*
 *	Layout
 ********************************************************/
.section-padding {
	margin:0 20px;
}
/*#app-page #content-wrapper {
	background-color:#ccc;
}*/
#app-page .container {
	min-width:980px;
	width:95% !important;
}
#app-page #content-container {
	background-color:#fff;
}
#app-page #content-inner {
	padding:20px 0;
	background-color:#fff;
}
/*changes from3em to 2.*/
#app-page .page-title {
	margin:0 20px 20px 20px;
	font-size:2em;
	font-weight:bold;
}
/*changes from3em to 2.*/
#app-page .profile-title {
	margin:33px 0 30px 110px;
	font-size:1.1em;
	font-weight:bold;
}
#app-page .main-content {
	float:none !important;
	margin-left:20px;
	margin-right:340px;
	width:auto;	
}
#app-page .secondary-content {
	float:right;
	display:inline;
	margin-left:0;
	margin-right:20px;
	width:300px;
}

/*
 *	Header
 ********************************************************/
#app-page #header {
	height:47px;
	color:#fff;
	background-color:#000;
}
#app-page .tagline {
	margin:9px 0 0 10px;
	float:left;
	font-size:20px;
	color:#fff;
	line-height:37px;
	font-weight:bold;
}
#app-page #header .right {
	float:right;
}
#app-page #header .right p {
	margin:0;
}
#logo {
	margin:0;
	float:left;
}
#app-page #logo img {
/*	width:183px;
	height:47px;*/
		width:259px;
		height:52px;
}
.hello {
	font-size:2em !important;
	line-height:1.4em;
	text-align:right;
}
.user-links {
	color:#999;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:normal;
	text-transform:uppercase;
}
.user-links a {
	color:#999;
}
.user-links a:hover {
	color:#fff;
}

/*
 *	Navigation
 ********************************************************/
#nav-wrapper {
	height:28px;
	color:#fff;
	background:#262626 url(../images/nav-bg.gif) repeat-x 0 0;
}
/* main nav */
ul#main_nav { margin:0; float:left; height:28px; border-right:1px solid #575757; border-left:1px solid #030303; }
ul#main_nav li { float:left; margin:0; list-style:none; font-size:1.4em; border-right:1px solid #030303; border-left:1px solid #575757; }
ul#main_nav li.mega { position:relative; }
ul#main_nav li li { font-size:1em; }
ul#main_nav li a.top-link { float:left; padding:0 20px; line-height:28px; color:#fff; text-decoration:none; white-space:nowrap; border-bottom:none; }
ul#main_nav li li a { color:#000; text-decoration:none; }
ul#main_nav li li a:hover { color:#32820a; }
ul#main_nav li.current a.top-link,
ul#main_nav li a.top-link:hover,
ul#main_nav li:hover a.top-link { background:#980000 url(../images/nav-hover.gif) repeat-x 0 100%; }
ul#main_nav ul.submenu { display:none; margin:0; padding:0 10px 0 0; position:absolute;  z-index:4000; top:28px; left:0; background:#fff url(../images/navmenu-bg.gif) repeat-x 0 100%; border:1px solid #666; border-top:5px solid #980000; }
ul#main_nav ul.subcol3 { width:510px; }
ul#main_nav ul.subcol2 { width:350px; }
ul#main_nav ul.subcol1 { width:175px; }
ul#main_nav li.menu { float:left; display:inline; margin:10px 0 0 10px; padding:0 0 20px 0; width:160px; font-size:1em; border:none; }
ul#main_nav li.menu a { display:block; }
ul#main_nav li.menu a span { color:#666; font-size:12px; line-height:1.4em; font-style:italic; font-weight:normal; }
ul#main_nav li.menu a:hover span { color:#32820a; }
ul#main_nav li > ul { top: auto; left: auto; }
ul#main_nav li:hover ul, ul#main_nav li.over ul{ display: block; }
ul#main_nav li.menu a strong { display:block; border-bottom:1px solid #ccc; }
/*
ul#main_nav li.menu ul { margin:0; float:left; width:160px; }
ul#main_nav li.menu li { margin:0; border:0; font-size:12px; line-height:1.1em; }
ul#main_nav li.menu li a {  float:left; width:160px; color:#333; padding:5px 0; }
ul#main_nav li.menu li a:hover {  color:#32820a; }
*/


/* inbox nav item */
p.inbox-nav { float:right; margin:0; list-style:none; font-size:1.4em; border-left:1px solid #030303; border-right:1px solid #575757; }
p.inbox-nav a.top-link { float:left; padding:0 45px 0 20px; line-height:28px; color:#008610; font-weight:bold; font-size:1.2em; text-decoration:none; white-space:nowrap; border-bottom:none; border-right:1px solid #030303;  background:transparent url(../images/icon-message.png) no-repeat 100% 50%; }
p.inbox-nav a.top-link:hover { color:#fff; background:#980000 url(../images/icon-message.png) no-repeat 100% 50% }


/*WHAT'S NEXT STYLE*/
#whatsnext-wrapper {
	background-color:#fff;
	padding-bottom: 0px; 
	margin-bottom: 0px;
	display:none;
}
p.inbox-nav a.whatsnext-link { float:left; padding:0 20px 0 20px; line-height:28px; color:#008610; font-weight:bold; font-size:1.2em; text-decoration:none; white-space:nowrap; border-bottom:none; border-left:1px solid #575757; background:transparent  }
p.inbox-nav a.whatsnext-link:hover { color:#fff; background:#980000  }
#whatsnext-body p {font-size:20px;margin-top: 0px; margin-bottom: 5px;}



/*
 *	Projects
 ********************************************************/
/* Project title and links */
.project-title {
	margin-left:60px;
	margin-bottom:25px;
}
.project-title h3 {
	margin:0;
	padding:0 0 0 0;
}
.project-title ul.project-links {
	margin:2px 0 0 0;
}
.project-title ul.project-links li {
	margin:0 5px 0 0;
	float:left;
	list-style:none;
}
ul.project-links .delete a {
	color:#d52300 !important;
}

/* Project info content box */
.project-info-box h5 {
	margin:0;
	color:#002941;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:0.05em;
}
.project-info-box p {
	margin-top:0.25em;
}

/* Project steps */
.project-steps-list {
	margin:30px 0 0 0;
	
}
/*padding:5px; changed to padding:7px; to fit new step matte icons*/
.project-steps-list li {
	margin:0 0 4px 0;
	padding:7px;
	/*list-style:none;*/
	font-size:1.1em !important;
	line-height:1.2em;
	background-color:#fff;
}
.project-steps-list li .checkbox-wrapper {
	float:left;
}
.step-wrapper {
	margin-left:25px;
}
.step-wrapper h5 {
	margin:0;
	font-size:1.4em;
	line-height:1em;
}
.step-wrapper h5 a {
	color:#333;
	display:block;
}
.step-wrapper h5 a:hover {
	color:#32820a;
	text-decoration:none;
}

/* Project comments */
.project-comments-list {
	margin:30px 0 20px 0;
}
.project-comments-list li {
	margin:0 0 4px 0;
	padding:20px;
	list-style:none;
	font-size:1em !important;
	
	background-color:#fff;
}
.project-comment h5 {
	margin:0;
	font-size:1.4em;
	line-height:1.2em;
}
.rating {
	margin-bottom:0;
	font-size:11px !important;
	color:#666;
}
.rating a {
	color:#666;
	text-decoration:underline;
}
.rating a:hover {
	color:#000;
	text-decoration:underline;
}



/*
 *	Requested guides
 ********************************************************/

.five-listing h3 {
	margin:0;
}
.five-listing ul {
	margin:10px 0;
	float:left;
	width:100%;
}
.five-listing ul li {
	margin:0;
	padding:7px 0;
	list-style:none;
	line-height:1.2em;
	float:left;
	width:100%;
	border-bottom:1px solid #b0ab94;
}
.five-listing ul .num {
	padding:4px 0;
	color:#fff;
	font-size:16px;
	text-align:center;
	width:26px;
}
.five-listing .num-text {
	display:block;
	margin-left:35px;
	font-size:14px;
	line-height:1.2em;
	color:#000;
}
.five-listing .num-text a {
	color:#000;
}
.guidesubmititem {
	line-height: 18px;
	list-style: disc !important;
}

/* Points */
.points {
	float:left;
	padding:5px;
	width:45px;
	height:50px;
	text-align:center;
	font-size:10px;
	line-height:18px;
	background:transparent url(../images/points.png) no-repeat 0 0;
	color:#fff;
	letter-spacing:-0.01em;
	text-transform:uppercase;
}
.points .point-num {
	color:#000;
	font-size:20px;
	line-height:32px;
	font-weight:bold;
}

/*
 *	Action plans
 ********************************************************/
.ap-category {
	float:left;
}
.ap-category label {
	display:none;
}
.motivation-link {
	margin:0 20px 0 0;
	float:right;
	font-size:1.6em !important;
	font-weight:bold;
}

/* Action Plans listing */
.ap-list {
	margin:0 0 20px 0;
}
div.ap-list {
	margin-bottom:45px;
}
.ap-list li,
.ap-list div.corner-bl {
	position:relative;
	margin:0 0 5px 0;
	background-color:#ddd;
	list-style:none;
	font-size:1em !important;
}
.ap-list .selected-ap {
	background-color:#f8eaba !important;
}
.ap-list .box-inner {
	padding:10px 15px 10px 10px;;
}
.ap-info {
	margin-left:70px;
}
.ap-top-row {
	float:left;
	width:100%;
}
.ap-bottom-row {
	float:left;
	width:100%;
}
.ap-info h4 {
	margin:0 15px 0 0;
	float:left;
}
.ap-info p {
	margin:0 0 0.5em 0;
}
.ap-info .rating_form {
	margin:0;
	float:right;
}
.ap-time {
	margin:0;
	float:left;
	color:#666;
	line-height:2em;
}
.ap-footer {
	float:left;
	color:#666;
	line-height:2em;
}
.ap-focus-btns {
	float:right;
}
.ap-focus-btns a {
	margin:0 0 0 5px;
}




.ap-selected-buttons {
	position:absolute;
	bottom:-25px;
	left:0;
	background-color:#000 !important;
	width:100%;
	
	/*  add a rounded corner to the bottom right */
	background-image:url(../images/corner-br.png) !important;
	background-repeat:no-repeat;
	background-position:100% 100%;	
}
.ap-selected-buttons ul {
	margin:0;
	padding:0 15px;
	float:left;
}
.ap-selected-buttons ul li {
	margin:5px 2px 5px 0;
	list-style:none;
	float:left;
	background-color:transparent;
}

/* Action Plans search box*/
#ap_search .box-inner {
	padding:0 15px;
}
#ap_search label {
	font-weight:bold;
	margin-right:15px;
}
#ap_search input.textbox {
	width:500px;
}
#ap_search p {
	float:left;
	margin-right:15px;
}
#ap_search input.btn {
	margin-top:20px;
}

/* action plan widget */
.action-plan-wrapper {
	float:left;
	width:260px;
}
.action-plan-wrapper h3 {	
	margin:30px 0 5px 0;
}
.action-plans {
	margin:0;
	float:left;
	width:260px;
	background-color:#ddd;
}
.action-plans .corner-br {
	padding-bottom:5px;
}
.action-plan-header {
	margin:0;
	color:#fff;
	background-color:#000;
}
.action-plan-header .box-inner {
	padding:3px 5px;
}
.action-plans-content-area {
	height:300px;
	overflow:auto;
}
.actions-list {
	margin:0;
	padding:5px;
}
.actions-list li {
	margin:0 0 5px 0;
	padding:2px 5px 5px 0;
	list-style:none;
	background-color:#fff;
	font-size:1em !important;
}
.add-new-action {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background-color:transparent;
}
.add-new-action a,
.add-new-action a:hover {
	margin:5px;
	display:block;
	color:#666;
	text-decoration:none;
	font-size:1.2em;
	line-height:34px;
	text-align:center;
	background-color:#e7e7e7;
	border:1px dotted #9a9a9a;
}
.add-new-action a:hover {
	color:#333;
	background-color:#f7f7f7;
}
.action-plans-content {
	margin-left:60px;
}
.actions-list li .action-name {
	margin:0;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
}
.actions-list .rating_form {
	margin:0;
	float:right;
}
.actions-list .delete-btn,
.actions-list .copy-btn {
	padding:2px 5px;
	background-color:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.actions-list .delete-btn {
	color:#961800;
}
.actions-list .copy-btn:hover {
	color:#fff;
	background-color:#008610;
	text-decoration:none;
}
.actions-list .delete-btn:hover {
	color:#fff;
	background-color:#961800;
	text-decoration:none;
}
.action-btns {
	display:none;
	
	margin:0;
	width:100%;
	float:left;
}
.actions-list .selected {
	background-color:#f8eaba;
}
.actions-list .selected .action-btns {
	display:block;
}

/* container when an action is selected*/
.action-focus-container {
	margin-left:270px;
}
.action-focus-header {
	margin:0;
	margin-left:60px;
	font-size:1.8em;
	line-height:1.5em;
}
.ap-center-content .rating_form,
.action-focus-container .rating_form {
	float:right;
}

.move-buttons {
	margin:70px 0 0 70px;
	width:37px;
	float:left;
}
.move-buttons li {
	margin:0 0 10px 0;
	list-style:none;
	float:left;
}

/* porgress bar  */
.progress-bar {
	padding-top:5px;
	margin-bottom:20px;
	float:left;
	width:100%;
	height:22px;
	border-top:1px solid #ccc;
}
.progress-start-num {
	float:left;
	width:5%;
	height:22px;
	text-align:left;
	font-size:1.6em;
	line-height:22px;
	font-weight:bold;
	background:#fff url(../images/progress-bar.png) no-repeat 100% -100px;
}
.progress-end-num {
	float:right;
	width:5%;
	height:22px;
	text-align:right;
	font-size:1.6em;
	line-height:22px;
	font-weight:bold;
	background:#fff url(../images/progress-bar.png) no-repeat 0 -200px;
}
.completed-bar-wrapper {
	float:left;
	width:90%;
	background:transparent url(../images/progress-bar.png) repeat-x 0 0;
}
.completed-bar-wrapper span.completed-bar {
	float:left;
	height:22px;
	background:transparent url(../images/progress-bar.png) repeat-x 0 -300px;
}
.completed-bar-wrapper span.completed-bar span {
	float:left;
	width:100%;
	height:22px;
	text-indent:-999em;
	overflow:hidden;
	background:transparent url(../images/progress-bar.png) no-repeat 100% -400px;
}

.ap-center-content {
	margin:0 270px;
}
.star-btn-group {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.action-complete-btn {
	margin:0;
	text-transform:uppercase;
}

/* time progress */
.ap-time-info {
	margin-bottom:10px;
}
.ap-time-info .box-inner {
	padding:10px 15px;
}
.ap-time-info ul {
	margin:0;
}
.ap-time-info ul li {
	margin:0;
	list-style:none;
	float:left;
	font-size:1.2em;
	line-height:1em;
}
.ap-time-info ul li.time-estimated,
.ap-time-info ul li.time-community {
	text-align:center;
}
.ap-time-info ul li.time-estimated,
.ap-time-info ul li.time-community {
	width:20%;
}
.ap-time-info ul li.time-you {
	width:60%;
	text-align:right;
}
.ap-time-info ul li.time-you .time-progress {
	margin:0 0 2px 0;
	float:left;
	width:100%;
	text-align:right;
}
.ap-time-info ul li.time-estimated span,
.ap-time-info ul li.time-community span,
.ap-time-info ul li.time-you span {
	display:block;
	font-size:1.4em;
	line-height:1.1em;
	font-weight:bold;
}
.ap-time-info ul li.time-you span {
	display:inline;
}

.calendar {
	margin-bottom:10px;
}
.calendar thead th {
	padding-bottom:0;
	font-size:inherit;
	color:inherit;
	background-color:inherit;
}

.motivation-main-content {
	margin-right:300px;
}
.motivation-sidebar {
	float:right;
	width:280px;
}
#your-reward .motivation-main-content {
	margin:0 0 0 420px;
}
#your-reward .motivation-sidebar {
	float:left;
	width:400px;
}
#table-friends-this-week {
	width:280px;
}
.reward-header {
	font-size:4em;
	line-height:1.0em;
}
.item-desc {
	font-size:1.8em !important;
	color:#666;
}
.motivation-btns {
	margin:25px 0 0 0;
}
.motivation-btns li {
	margin:0 10px 0 0;
	list-style:none;
	float:left;
}
.motivation-btns li.buy-reward {
	float:right;
	margin:0;
}
/*BADGE BUTTONS*/
.badge {
	background-color: #333;
	border: 1px solid #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	color: white !important;
	margin: 4px 3px 2px 1px;
	padding: 4px 8px 4px 3px;
	text-decoration: none;
	font-size: 12px;
	line-height:0.7em;
}
.badgetm {
	background-color: #aaa;
	border: 1px solid #aaa;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	color: white !important;
	line-height: 1.3;
	margin: 0px 5px 5px 0px;
	padding: 3px 3px 1px 3px;
	text-decoration: none;
	font-size: 13px;
/*	float:right;*/
}
.badgetm a {
	color: white;
	text-decoration:line; 
}
.badgetm a:hover {
	color:#FFFF00;
	text-decoration:line; 
}
.guidebadgeapproved {
	background-color: #ef7836;
	border: 1px solid #ef7836;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	color: white !important;
	line-height: 1.3;
	margin: 0px 5px 5px 0px;
	padding: 3px 3px 1px 3px;
	text-decoration: none;
	font-size: 13px;
	float:right;
}
.guidebadgepending {
	background-color: #555555;
	border: 1px solid #555555;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	color: white !important;
	line-height: 1.3;
	margin: 0px 5px 5px 0px;
	padding: 3px 3px 1px 3px;
	text-decoration: none;
	font-size: 13px;
	float:right;
}
.badge3 {
	color: #FFFF00;
	font-size: 140%;
	margin-left: 3px;
}

.small8 {
	font-size: .8em;
}


/*SHOW TIP, RESOURCE, EVENT FORMATTING FOR JQUERY POPUP DIALOG*/

.stip_body {
	position: absolute;
	z-index: 3000;
	width:600px;
	border: 1px solid #83a9c0;
	border-top: 10px solid #000;
	border-bottom:3px solid #83a9c0;
	background-color: #d2e8f5;
	padding:0;
	text-align:left;
}
#tooltip h3, #tooltip div { margin: 0; }

.stip-top {
	float:left;
	width:580px;
	padding:5px 10px;
	background-color:#fff;
	border-bottom:1px solid #83a9c0;
}
.stip-top ul {
	margin:0 0 0 20px;
}
.stip-top ul li {
	margin:0;
	line-height:1.5em;
	list-style:none;
}
.stip-left {
	float:left;
	width:240px;
}
.stip-right {
	float:right;
	width:240px;
}
.stip-bottom {
	float:left;
	width:580px;
	padding:0 10px;
	border-top:1px solid #ccc;
}

/*EDIT TIP, RESOURCE, EVENT */
.etip_body {
	height:100px;
	background-color: #d2e8f5;
	padding:0;
	text-align:left;
}
#tooltip h3, #tooltip div { margin: 0; }

.etip-top {
	float:left;
	
	padding:5px 10px;
	background-color:#fff;
	border-bottom:1px solid #83a9c0;
}
.etip-top ul {
	margin:0 0 0 10px;
}
.etip-top ul li {
	margin:0;
	line-height:1.5em;
	list-style:none;
}
.etip-left {
	float:left;
	width:40%;
	padding-left:10px;
	
}
.etip-right {
	float:right;
	width:40%;
}
.etip-bottom {
	float:left;
	
	padding:0 10px;
	border-top:1px solid #ccc;
}
/*<!-- set the overriding style for steps-desc -->*/

.project-steps-list .stepcontent {
	font-size:1.2em !important;
}
.project-steps-list .stepcontent p {
/*	font-size:1.2em !important;*/
}

.project-steps-list .stepcontent div {
/*	font-size:1.2em !important;*/
}

.project-steps-list .stepcontent span {
/*	font-size:1.2em !important;*/
}

.project-steps-list .stepcontent blockquote {
/*	font-size:1.2em !important;*/
}
.project-steps-list .stepcontent ul {
/*	font-size:1.2em !important;*/
	list-style:disc !important;
	list-style-position: inside !important;
}
.project-steps-list .stepcontent ol {
/*	font-size:1.2em !important;*/
	list-style:decimal !important;
	list-style-position: inside !important;
}	
.project-steps-list .stepcontent ul li ul{
/*	font-size:1.2em !important;*/
	list-style:disc !important;
	list-style-position: inside !important;
}
.project-steps-list .stepcontent ol li ol{
/*	font-size:1.2em !important;*/
	list-style:decimal !important;
	list-style-position: inside !important;
}
.project-steps-list .stepcontent ul ol ol {
/*	font-size:1.2em !important;*/
	list-style:decimal !important;
	list-style-position: inside !important;
}
