html, body {
	background: #fff;
	font-family: 'helvetica neue', 'trebuchet ms', helvetica, verdana;
	color: #8a90ca;
	font-size: .9em;
	padding: 0;
	margin: 0;
}

a, a:link, a:visited, a:active { text-decoration: none; color: #8a90ca; outline: none; cursor: pointer; }
a:hover { color: #8a90ca; cursor: pointer; text-decoration: underline; }

p {
	clear: both;
}

th {
	font-weight: bold;
}

fieldset {
	margin: 10px 0;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	margin: 5px 0 5px 0;
	clear: both;
}

h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 5px 0 5px 0;
	clear: both;
}

h1 {
	font-size: 2.0em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #333;
}

label { 
	margin: 0 10px 0 0; 
}

div,p {
	margin: 10px 0 10px 0;
}

li {
	list-style-type: disc;
	list-style-position: inside;
}

input[type="text"] {
	border: 1px solid #8e8e8e;
	color: #8e8e8e;
	padding: 4px;
}

input[type="submit"] {
	background: #9fc03e;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #9fc03e;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

select {
	color: #8e8e8e;
}

/* end general site styling */

a#logo {
	background: url('/images/logos/SocialToo-Logo-275x46.png') no-repeat top left;
	height: 46px;
	width: 275px;
	margin: 20px 0 0 30px;
	display: block;
	clear: both;
	float: left;
}

a#logo h1 {
	visibility: hidden;
	margin: 0;
	padding: 0;
}

div#top_bar {
	height: 80px;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
}

#top_bar #top_rt_links {
	float: right;
	margin: 0 25px 0 0;
	text-align: right;
	font-size: 1.1em;
}

ul#top_nav li {
	display: inline;
	margin: 0;
}

div#bottom_bar {
	clear: both;
	background: url('/images/header_strip_bg.png') repeat-x top left;
	width: 100%;
	height: 38px;
}

div#bottom_bar ul#tabs {
	text-align: right;
	margin: 0 50px 0 0;
	float: right;
}

ul#tabs li {
	display: inline;
	list-style: none;
	float: left;
}

ul#tabs li a {
	color: #fefefe;
	font-size: 1.5em;
	display: block;
	height: 38px;
}

ul#tabs li span {
	margin: 8px 10px 0;
	display: block;
}

ul#tabs li.selected a {
	background: #fff;
	color: #5961b2;
	height: 38px;
	border-top: 2px solid #8a90ca;
}

ul#tabs li.selected span {
	margin: 6px 10px 0;
}



.popover { 
    	background-color:#fff; 
    	display:none; 
    	width:350px; 
    	padding:15px; 
    	text-align:left; 
    	border:2px solid #8a90ca; 
	color: #8e8e8e;
 
    	opacity:0.8; 
    	-moz-border-radius:6px; 
    	-webkit-border-radius:6px; 
    	-moz-box-shadow: 0 0 50px #ccc; 
    	-webkit-box-shadow: 0 0 50px #ccc; 
} 
 
.popover h2 { 
    	margin: 0 0 10px 0; 
    	padding:10px 0 20px 85px; 
    	border-bottom:1px solid #8e8e8e; 
    	font-size:20px; 
	height: 37px;
	color: #9fc03e;
}

.popover input {
	margin: 15px 0;
}

.popover input.blur {
	color: #d3d3d3;
}

.popover input[type="image"] {
	border: 0;
}

#automate_popover h2 {
    background:url(/images/gears_icon.png) 0 50% no-repeat; 
}

#track_popover h2 {
    background:url(/images/magnify_icon.png) 0 50% no-repeat; 
}

#clean_popover h2 {
    background:url(/images/shield_icon.png) 0 50% no-repeat; 
}

.popover_link {
	cursor: pointer;
}

#exposeMask {
	margin: 0;
	padding: 0;
}

#main {
	clear: both;
	height: 100%;
	width: 100%;
}

#main #left_nav {
	position: absolute;
	left: 0px;
	top: 118;
	width: 270px;
}

#left_nav .user_profile {
	background: #fff;
	margin: 0 20px 20px 15px;
	padding: 0;
	width: 230px;
}

#left_nav #user_profile {
	border: 2px solid #fff;
}

#left_nav #user_profile_first {
	background: #eaeaea;
	margin: 0;
	padding: 0;
}

#left_nav #user_profile_select {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: 2px solid #8e8e8e;
	background: #fff;
}

#left_nav .profile_selector {
	border-top: 2px solid #8e8e8e;
	margin: 0;
	padding: 5px;
	display: block;
	clear: both;
}

#user_profile_select .name {
	margin: 0;
	padding: 0;
}

#left_nav .FB_profile_pic, #left_nav .profile_pic {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#left_nav span.profile_pic img {
	margin: 0;
	padding: 0;
	border-right: 2px solid #fff;
}

#left_nav #profile_pic_first img {
	margin: 0;
	padding: 0;
	border-right: 2px solid #8e8e8e;
}

.FB_name a, .FB_name a:link, .FB_name a:visited, .FB_name a:active, .FB_name a:hover, .profile_link a, .profile_link a:link, .profile_link a:visited, .profile_link a:active, .profile_link a:hover {
	color: #8a90ca;
	font-size: 1.2em;
}

.profile_link div {
	margin: 0;
	padding: 0;
}

#main #content {
	margin: 0 230px 0 270px;
	border-left: 2px solid #8e8e8e;
	border-right: 2px solid #8e8e8e;
	min-height: 450px;
	padding: 0 20px 20px;
}

#left_nav #nav {
	color: #8e8e8e;
	margin: 0;
	padding: 0;
}

#nav #subtabs {
	margin: 0;
	padding: 0;
	background: #eaeaea;
}

#nav #subtabs li.section {
	background: #eaeaea;
	list-style: none;
	padding: 10px;
	font-size: 1.3em;
	border-bottom: 2px solid #8e8e8e;
}

.top_nav {
	border-top: 2px solid #8e8e8e;
}

#nav #subtabs li ul {
	margin: 0;
	padding: 0;
}

#nav #subtabs li ul li {
	margin: 10px 0 10px 50px;
	list-style: none;
}

#nav #subtabs li a.nav1 {
	display: block;
	margin: 0 0 0 30px;
	/*margin: 10px 0 10px 30px;*/
}

#nav #subtabs li a.nav2 {
	margin: 0;
	/*margin: 5px 0 5px 30px;*/
}

#nav #subtabs a.selected {
	color: #8e8e8e;
}

#left_nav .ad {
	background: #9fc03e;
	width: 90%;
	height: 50px;
	color: #fff;
	margin: 20px auto;
	text-align: center;
	padding: 10px 0 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #9fc03e;
	display: block;
	font-size: 1.3em;
}

#left_nav .ad a {
	color: #fff;
}

#left_nav #ad_left_nav_1 {
	background: #8e8e8e;
	width: 90%;
	height: 50px;
	color: #fff;
	margin: 20px auto;
	text-align: center;
	padding: 10px 0 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #8e8e8e;
	display: block;
	font-size: 1.3em;
}

#left_nav #ad_left_nav_1 a {
	color: #fff;
}

#left_nav #advertising_link {
	background: #9fc03e;
	width: 90%;
	height: 50px;
	color: #fff;
	margin: 20px auto;
	text-align: center;
	padding: 10px 0 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #9fc03e;
	display: block;
	font-size: 1.3em;
}

#footer {
	width: 100%;
	clear: both;
	text-align: center;
}

#home_right {
	width: 230px;
	position: absolute;
	right: 0px;
	top: 118px;
	text-align: left;
}


#home_right .FB_name a, #home_right .FB_name a:link, #home_right .FB_name a:visited, #home_right .FB_name a:active, #home_right .FB_name a:hover {
	font-size: 1.1em;
	text-decoration: underline;
}

#home_right #survey_question_mini {
	margin: 0 10px 20px;
}

#home_right h2 {
	color: #8e8e8e;
	text-align: center;
	font-weight: normal;
	margin: 20px 0 10px;
}

#home_right h3 {
	color: #8e8e8e;
	text-align: left;
	font-weight: normal;
	margin: 20px 0 10px;
	font-size: .9em;
}

#home_right .status_msg {
	display: block;
	
}
#home_right .status_action {
	margin: 0 0 0 10px;
	display: inline;
	background-color: #9fc03e; 
	padding: 3px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #9fc03e;
}

#home_right .clear {
	border: none;
	background-color: #fff;
}

#home_right #af_list_title {
	margin: 20px 0 0;
	padding: 0;
}

#home_right #list_name_run {
	margin: 0 0 20px;
	padding: 0;
}

#home_right .status_action * {
	color: #fff;
	text-decoration: underline;
}

#home_right div#survey_user_img {
	text-align: center;
	margin: 0;
	padding: 0;
}

#home_right div#survey_user_name {
	margin: 15px 0 0;
}

#survey_question_mini #survey_mini_question {
	color: #8e8e8e;
	font-size: 1.1em;
}

ul.top_right_nav {
	text-align: right;
	font-weight: normal;
	color: #9fc03e;
}

ul.top_right_nav a {
	color: #9fc03e;
	text-decoration: underline;
}

ul.top_right_nav a.selected {
	text-decoration: none;
}

ul.top_right_nav li {
	list-style: none;
	display: inline;
}

.dm_item, .survey_item, .s_comment_item {
	color: #8e8e8e;
	margin: 15px 0;
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 15px 0;
	font-size: 1.1em;
	width: 100%;
}

.dm_item, .survey_item div {
	margin: 5px 0 0 0;
}

.dm_item, .survey_item img {
	margin: 0 10px 0 0;
}

div.left_img {
	width: 48px;
	float: left;
	font-size: .85em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.left_img_comments {
	width: 15px;
	float: left;
	font-size: .85em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.right_content {
	margin: 0 0 0 58px;
}

div.comment {
	margin: 0 0 0 25px;
}

div.date {
	font-size: .9em;
	clear: both;
	margin: 20px 0;
	width: 100%;
}

a.date_link {
	color: #8e8e8e;
}

.center_column {
	color: #8e8e8e;
}

.center_column h2 {
	color: #9fc03e;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0;
}

.center_column h3 {
	color: #8e8e8e;
	text-align: center;
	font-weight: normal;
	margin: 10px 0 0;
}

div.clear {
	width: 100%;
	clear: both;
	display: block;
}

.preferences_right {
	margin: 20px;
	height: 30px;
	display: block;
	clear: both;
	width: 100%;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #8e8e8e;
	background-color: #eaeaea;
	padding: 5px;
	font-size: .7em;
	font-weight: normal;
	color: #8e8e8e;
	width: 250px;
	margin: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

#home_right ul {
	margin: 0 5px;
	padding: 0;
	color: #8e8e8e;
	text-align: center;
}

#home_right li {
	list-style: none;
}

#home_right div.section {
	margin: 0;
	border-top: 2px solid #8e8e8e;
	border-bottom: 2px solid #8e8e8e;
}

#home_right #settings {
	font-size: .9em;
	margin: 20px;
}

#home_right #settings h3 {
	font-size: 1em;
}

#home_right #survey_question_mini {
	margin: 20px;
}

#home_right div.section_border_bottom {
	padding: 20px 0;
	border-bottom: 2px solid #8e8e8e;
	clear: both;
	margin: 0;
	width: 100%;
}

#home_right #featured_survey {
	padding: 0;
	margin: 0;
	width: 100%;
}

div.comment_input_block {
	display: none;
}

textarea.comment_input {
	margin: 0 20px 0 0;
	width: 95%;
	padding: 3px;
	height: 15px;
}

a.comment_cancel {
	font-size: .9em;
}

#logo {
	text-align: center;
	margin: 0 auto;
	background: url('/images/logos/SocialToo-Logo-400x95.png') no-repeat top left;
	height: 95px;
	width: 400px;
	float: none;
}

a.account_selector {
	text-decoration: none;
}

.qtip {
	margin: 0;
}

.qtip * {
	margin: 0;
}

#user_info {
	display: none;
}

.qtip-wrapper {
	-moz-border-radius:10px; 
    	-webkit-border-radius:10px; 

}

.qtip-wrapper,.shadow {
	/* offset left, top, thickness, color with alpha */
  	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  	/* IE */
  	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
  	/* slightly different syntax for IE8 */
  	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
}

/* apple overlay css */
/* the overlayed element */
.apple_overlay {
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  	/* IE */
  	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
  	/* slightly different syntax for IE8 */
  	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
	display:none;
	background-color: #fff;
	background-image: none;
	width:600px;		
	padding:35px;
	font-size:1.3em;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #8e8e8e;
	text-align: center;
	z-index: 20000;
}

.apple_overlay .details {
	display: block;
	clear: both;
	margin: 0 auto;
	text-align: left;
}

.apple_overlay h3 {
	text-align: center;
	color: #9fc03e;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(/images/overlay/close.png);
	position:absolute; 
	right:-15px; 
	top:-25px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#login_box {
	width: 253px;
	height: 193px;
	background: url('/images/login_quote_full.png');
	position: absolute;
	top: 30px;
	right: 5px;
	display: none;
}

.login_button {
	width: 218px;
	height: 44px;
	display: block;
	color: #fff;
	padding: 0;
	text-align: left;
}

a.login_button:hover {
	text-decoration: underline;
	color: #fff;
}

#login_twitter_button {
	background: url('/images/login_twitter.png');
	margin: 40px auto 0;
}

#login_twitter_button p, #login_facebook_button p {
	margin: 10px 0 0 50px;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	float: left;
}

#login_box div {
	color: #8e8e8e;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: center;
}

#login_box #login_facebook_button {
	background: url('/images/login_facebook.png');
	margin: 5px auto 0;
}

.popover li {
	list-style-type: circle;
	list-style-position: outside;
}

.message, .error {
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
	font-size: 1.2em;
	margin: 0 auto;
}



#survey_question_mini .answer, #survey_question_mini .answer-line {
	font-size: 1.2em;
	clear: both;
	margin: none;
	padding: none;
	border: none;
}

#survey_question_mini .answers, #survey_question_mini #graph {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	border: none;
}

#survey_question_mini .answers div {
	margin: 10px 0;
	padding: 0;
	text-align: left;
}

#survey_question_mini #graph .answer-text {
	width: 50%;
	text-align: left;
	padding: 0;
	margin: 0;
	color: #8a90ca;
	height: 40px;
}

#survey_question_mini #graph .bar {
	width: 50%;
	text-align: left;
	border-left: 2px solid #8a90ca;
	padding: 0;
	margin: 0;
	font-size: .8em;
	color: #8a90ca;
	height: 40px;
}

#survey_question_mini #graph .bar div {
	height: 30px;
	width: 0;
	visibility: hidden;
	padding: 0;
	margin: 0 10px 0 0;
	background-color: #8a90ca;
	float: left;
}

#survey_question_mini #graph .bar span {
	margin: 7px 0;
	display: block;
	float: left;
}

#no_email_msg {
	display: none;
}

#message h2 {
	color: #9fc03e;
}

#message a {
	text-decoration: underline;
}

#error h3 {
	color: #fc504e;
}

#facebook_login_button {
	width: 309px;
	height: 82px;
	background: url('/images/facebook_login.png');
	float: left;
	color: #9fc03e;
	font-size: 1em;
	text-align: center;
	margin: 0 0 0 40px;
}

#facebook_login_button p {
	margin: 17px 0 15px 75px;
	width: 190px;
}

div.loading {
	background: url(/images/loading.gif) no-repeat;
}

.win_loading { background: url(/images/loading.gif) no-repeat 39px 40px; }

