/* @group Site-Layout */

body {
	padding: 0;
	margin: 0;
	background-color: #e8e7cf;
}

p {
	margin-top: 10px;
	text-align: left;
}

#main, .main {
	float: left;
	width: 605px;
	margin-left: 10px;
}

#content {
	min-height: 800px;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: left;
	background-color: #fafafa;
}


#directory_admin_overview {
	clear: both;
	background-color: #eee;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_both {
	clear: both;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.white_background {
	background-color: #fff;
}

blockquote {
	margin: 5px 0 0 0;
	border-left: 5px solid #eee;
	padding-left: 10px;
	display: block;
}

.search {
	background-color: #eee;
	padding: 5px;
	text-align: center;
}

.public_task_count {
	padding: 0 3px;
	background-color: #e1e3e3;
	color: white;
	font-size: 90%;
	display: inline-block;
}

.assigned_task_count {
	padding: 0 3px;
	background-color: #c6c6c6;
	color: white;
	font-weight: bold;
	font-size: 90%;
	display: inline-block;
}

#searchbox {
	width: 190px;
	border: 1px solid #ddd;
	height: 13px;
	font-size: 12px;
	color: #ccc;
}

.pagination {
	text-align: center;
}

.rounded, #tools {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.rounded_bottom {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.shadow {
	box-shadow: 1px 1px 2px #ddd;
	-moz-box-shadow: 1px 1px 2px #ddd;
	-webkit-box-shadow: 1px 1px 2px #ddd;
}

.headline {
	font-weight: bold;
	vertical-align:text-top;
	font-size: 18px;
}

#header {
	width: 960px;
	height: 75px;
}

#header h1 {
	display: block;
	height: 25px;
	margin-top: 0;
	padding-top: 20px;
}

h1.black, #header_background_preview_h1.black {
	color: #000;
	text-shadow: #fff 2px 2px 2px;
}

h1.white, #header_background_preview_h1.white {
	color: #fff;
	text-shadow: #000 2px 2px 2px;
}

.header_background_preview {
	width: 500px;
	height: 52px;
}

#header_background_preview_h1 {
	font-size: 15px;
	font-weight: bold;
	padding: 18px 0;
}

.defunct {
	background-color: #f4f4f4;
	padding: 10px;
	text-align: center;
	border: 1px dotted #c8c8c8;
	color: #c18d64;
}

/* @group Tools */

#tools, tools {
	float: left;
	width: 325px;
	color: #333;
	margin-left: 10px;
}


#tools ul {
	margin:  0;
	padding: 0;
}

#tools ul > ul {
	margin-left: 10px;
}

#tools li {
	margin: 5px 0 0;
	padding: 0;
	list-style-type: none;
}


/* @end */

/* @group voting */

.voting {
	color: #ccc;
}


/* @end */



/* @end */

/* @group Headlines */


h2 {
	margin: 20px 0 0;
	font: bold 11pt/14pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 2px 10px;
	border-bottom: none;
	display: block;
}


#tools h2 {
	color: #222;
	margin: 20px 0 0;
	background-color: #e0e2e2;
}

h3, h4 {
	margin: 0;
	padding: 0;
}


/* @end */

/* @group Fonts & Colors */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.info, .pagination, .feed_entry a:visited {
	color: #999;
}

.black {
	color: #000;
}

.no_underline {
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.white_background {
	background-color: white;
}

.small {
	font-size: 0.95em;
	line-height: 1.3em;
}

.thin {
	font-weight: normal;
	line-height: 1.6em;
	font-size: 9.5pt;
}

.highlight, .highlighted {
	background-color: #ffff99;
	padding: 5px;
	margin: -5;
}

.description {
	font-size: 9pt;;
	color: #999;
	line-height: 150%;
}

/* @end */

/* @group Content-Units */

.content_unit {
	border: 1px solid #f7f7f7;
	border-top: none;
	padding: 10px;
	margin: 0;
	overflow: hidden;
}

.content_unit h3 {
	margin-bottom: 5px;
	font-size: 10.5pt;
}

.content_unit ul {
	margin: 0;
	padding: 0;
}

.content_unit li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.content_unit ul > ul {
	margin-left: 10px;
}

.content_unit_payload_with_user {
	/*width: 425px;*/
	margin-left: 20px;
	}
	

.columns .content_unit .text_next_to_user_picture {
	width: 220px;
}
	
#main .content_unit_payload_with_user {
	width: 425px;
}
	
.content_unit_payload_without_user {
	/*width: 580px;*/
	}

.primary .content_unit, #main .content_unit, .center_column .content_unit {
	font: 9pt/13pt "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fff;
}

.secondary .content_unit, #tools .content_unit, .sidebar .content_unit, .col .content_unit, .content_unit {
	font: 9pt/12pt "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fdfdfd;
}

.content_unit.highlighted {
	background-color: #ffff99;
}
	
/* @end */

/* @group Forms */

input[type=text], input[type=password], textarea, input.text {
	font-size: 1em;
	border: 1px solid #ddd;
	padding: 2px;
	margin: 0;
}

.left_column input[type=text], .left_column input[type=password], .left_column  .left_column input.text {
	width: 280px;
}

.right_column input[type=text], .right_column input[type=password], .right_column textarea, .right_column #diaryentry_body, .right_column input.text {
	width: 280px;
}

.center_column input[type=text], .center_column input[type=password], .center_column textarea, .center_column input.text {
	width: 320px;
}

.col input[type=text], .col input[type=password], .col textarea, .col input.text {
	width: 270px;
}

#tools input[type=text], #tools input[type=password], #tools textarea, #tools input.text {
	width: 295px;	
}

#tools #quickentry {
	width: 270px;
}

.low {
	height: 50px;
}

.medium {
	height: 75px;
}

.high {
	height: 100px;
}

.superhigh {
	height: 200px;
}

#main .wide {
	width: 570px;
}

.center_column .wide {
	width: 490px;
}


#tools .wide {
	width: 290px;
}

.columns .wide {
	width: 275px;
}

#taskbox.ajax .wide {
	width: 465px;
}

.quickentry {
	height: 120px;
}

#diaryentry_body {
	height: 250px;
}



#quickentry.high, #comment_area {
	height: 150px;
} 

input:focus, #quickentry:focus {
	color: black !important;
}

select {
	min-width: 250px;
	border: 1px solid #ddd;
	font-size: 1em;
	background-color: #fff;
}

label {
	display: block;
	color: #999;
}

label.inline {
	display: inline-block;
}

form li {
	list-style-type: none;
	margin: 5px 0 !important;
}

.buttons {
	margin: 10px 0;
}

#article_summary, #article_body, #article_title {
	width: 550px !important;
}

.center_wide, #question_link, #question_link_title, #question_body {	
	width: 490px;
}

#article_summary, #user_description, #question_body {
	height: 180px;
}


#article_body {
	height: 400px;
}

.formtastic abbr {
	display: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
/* @end */

/* @group Links */

a {
	color: #00c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.more_link {
	font-size: 0.8em;
	display: inline-block;
	margin-top: 3px;
}

.tiny_icon, a.white_background {
	border: 0;
}

.link {
	margin-bottom: 5px;
}

.functions a, input[type=button], input[type=submit], select, .pagination a, .pagination span {
	display: inline-block;
	font-size: 11px;
	padding: 0 5px;
	border: 1px solid #ddd;
	height: 20px;
	line-height: 18px;
	text-decoration: none;
	color: #333;
	background-image: url(/images/buttonbg.png);
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px

}

.functions a.active,  .pagination span.current, .functions .active a {
	border-color: #c00;
	color: #c00;
}


.functions a:hover, input[type=button]:hover, input[type=submit]:hover, .pagination a:hover {
	box-shadow: 1px 1px 2px #ddd;
	-moz-box-shadow: 1px 1px 2px #ddd;
	-webkit-box-shadow: 1px 1px 2px #ddd;
	color: #000;
	border-color: #999;
}

.functions a.active:hover,  .pagination span.current:hover, .functions .active a:hover {
	border-color: #c00;
	color: #c00;
	box-shadow: 1px 1px 2px #ddd;
	-moz-box-shadow: 1px 1px 2px #ddd;
	-webkit-box-shadow: 1px 1px 2px #ddd;
}

.selected a {
	background-color: #777;
	color: #fff;
}

.pagination span.disabled {
	color: #ccc;
}

.menuitem {
	height: 18px;
}

.menuitem a {
	display: inline-block;
	line-height: 16px;
	cursor: pointer;
	padding: 2px;
	margin-right: -2px;
}

.menuitem img {
	vertical-align: middle;
}

/* @end */

/* @group Top of Page */

#common_tools {
	padding-top: 20px;
	color: #fff;
	border-bottom: 5px solid #dfdfdf;}


#logo {
	width: 330px;
	text-align: center;
	margin-bottom: 5px;
}

#logo img {
	border: none;
}

#logo img {
	border: 0px solid white;
}


/* @end */

/* @group Indexpage */

.index_column {
	width: 304px;
	text-align: justify;
}

.col {
	width: 305px;	
	margin-left: 10px;
}

.left_column {
	width: 200px;
	margin-left: 10px;
}

.center_column {
	margin-left: 10px;
	width: 520px;
}

.right_column {
	width: 200px;
	margin-left: 10px;
}

.hover_unit {
	border: 1px solid #fff;
}

.hover_unit:hover {
	border: 1px solid #ddd;	
	background-color: white;
}

.room {
	margin-bottom: 5px;
}

.room_description {
	cursor: pointer;
	margin-bottom: 20px;
}

.sidebar img.lab_logo.standard {
	width: 75px;
	height: 75px;
}

.sidebar img.lab_logo.small {
	width: 48px;
	height: 48px;
}


/* @end */

/* @group Lab */

.looks_like_link {
	cursor: pointer;
}

.unanswered, versions {
	max-height: 1200px;
	overflow: auto;
}

.block, #main .article {
	border-bottom: 1px dotted #ddd;
	padding: 10px 0;
}

.question p, .answer p {
	margin-top: 0;
	padding-top: 0;
}

.questionbody {
	font-size: 11pt;
	line-height: 19pt;
	float: left;
}


/* @end */

/* @group Flash & Errors */

.warning {
	background-color: #cc5641;
	color: white;
	margin: 10px;
	padding: 5px;
}

.error input, .error textarea {
	border: 2px solid #c00;;
}

.inline-errors, .errorExplanation {
	color: #c00003;
	margin: 0;	
}

.errorExplanation textarea {
	border-color: #c00003;
	border-width: 2px;
}

.formError {
	color: #c00003;
	margin: 0;
	display: inline-block;
}

#flash_wrapper, #account_unconfirmed {
	color: white;
	text-align: center;
	height: 20px;
	font: 14px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

#account_unconfirmed {
	padding: 5px 0 2px;
}

.flash {
	padding: 5px;
}

.flash-notice {
	background-color: #1c9253;
}

.flash-warning, #account_unconfirmed {
	background-color: #f89422;
}

.flash-error {
	background-color: #c00;
}

/* @end */

/* @group Moderation */

.moderation {
	margin-top: 10px;
}

ul.moderation {
	margin: 0;
	padding: 0;
}

ul.moderation li	{
	display: inline-block;
}

/* @end */

/* @group Directory */

h2.city, h2.country, h2.category {
	margin: 0;
}

p.entry .asset {
	float: left;
	border: 1px solid red;
}


/* @end */

/* @group Lists */


#main ul, #main ol, .index_column ul {
	margin: 0;
	padding: 0;
}

#main li, .index_column li, #tools > .wrapper li {
	border-top: 1px dotted #fff;
	padding: 3px 0;
	margin: 3px 0;
	list-style-type: none;
}


#main li:first-child, #tools li:first-child, .index_column li:first-child {
	/*border-top: 1px solid #fff;*/
}

.noline li, form li {
	border: 0px solid #fff !important;
}

.row li {
	float: left;
	display: inline-block;
}

/* @end */

/* @group Memos */



textarea.memo {
	width: 565px;
	height: 200px;
	padding: 5px;
	font-size: 1em;
}

textarea {
	height: 200px;
}

.memo_list {
}


.memo_list_author {
}

.memo_list_author a {
	color: #ccc;
}

.memo_list_functions a:hover {
	background-color: #eee;
}

.memo_in_reply_to {
	margin-left: 85px;
}

/* @end */

/* @group Gravatar */

img.gravatar {
	border: 0;
}

.left_margin {
	margin-left: 10px;
}

.right_margin {
	margin-right: 10px;
}

.top_margin {
	margin-top: 10px;
}

.bottom_margin {
	margin-bottom: 10px;
}

.no_margin {
	margin: 0;
}

/* @end */

/* @group Tags */

.css1 { display: none; }
.css2 { display: 0.8em; }
.css3 { font-size: 1.3em; }
.css4 { font-size: 1.5em; }



/* @end */

/* @group Thoughts */

#latest_thoughts {
	max-height: 300px;
	overflow: auto;
	border: 1px solid #eee;
	margin-top: 5px;
	padding: 2px;
	background-color: #fefefe;
}

.thought {
	width: 290px;
}

.thought p {
	margin: 2px 0;
	padding: 0;
	display: inline-block;
}

.thought, .thought h1, .thought h2, .thought h3, .thought h4, .thought blockquote  {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	font-size: 15px;
}

.thought .name {
	margin: 2px 5px 2px 0;
	padding: 0;
	display: inline-block;
	color: #bbb;
}

.thought_entry {
	width: 292px !important;
}

/* @end */

/* @group Invitation */

#invitation_note {
	height: 80px;
}


/* @end */

/* @group Tasks */

.single_task {
	padding: 2px 5px;
	font: 9pt/11pt "Lucida Grande", Lucida, Verdana, sans-serif;
	border-top: 1px solid #fff;
	color: #333;
}

.single_task .comments {
	display: none;
	background-color: white;
	padding: 5px 10px 2px;
	margin: 5px 0;
	width: 547px;
}

.single_task.active .comments {
	display: inline-block;
	background-color: #dfdff6;
}

.single_task h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.single_task .private {
	color: red;
}

.task_checkbox {
	padding-top: 2px;
	width: 16px;
	text-align: center;
}

.task_wrapper {
	padding: 0;
	margin: 0;
}

.task_description {
	margin-left: 26px;
	color: #ddd;
}

.task_description a {
	color: #ddd;
}

.task_body {
	width: 350px;
	margin-left: 10px;
	line-height: 22px;
	padding: 0;
}

#task_body {
	width: 290px;
}

div#task_description, div#project_description {
	width: 290px !important;	
	height: 80px;
}

.task_inline_edit li, .task_inline_edit ul {
	padding: 0 !important;
}

.task_inline_edit #task_body, .task_inline_edit #task_description {
	width: 500px !important;
}

.single_task .task_tools_button {
	display: none;
}

.single_task.hover .task_description, .single_task.active .task_description {
	color: #666;
}

.single_task.hover .task_description a, .single_task.active .task_description a {
	color: #00c;
}


.single_task.hover .task_tools_button {
	display: block;
}

.single_task.hover.active .task_tools_button {
	display: none;
}

.single_task.hover {
	background-color: #e8e8fd;
}

.task_inline_edit, .single_task.active, .single_task.active_without_tools {
	background-color: #e8e8fd;
}

.single_task .task_tools {
	display: none;
}

.single_task.active .task_tools {
	display: block;
}

#taskbox label {
	font-size: 9pt;
	color: #333;
}

#taskbox li {
	margin: 5px 0;
}

/* @end */

/* @group Articles */



/* @end */

/* @group Frontpage */



.frontpage a {
	border-top: 2px solid #f6e7ab;
	border-left: 2px solid #f6e7ab;
	border-bottom: 2px solid #c8ac3d;
	border-right: 2px solid #c8ac3d;
	padding: 3px 10px;
	background-color: #f6d44c;
}


.frontpage a:hover {
	color: red;
	text-decoration: none;
	background-color: #f6e294;
}



/* @end */

/* @group Comments */

.comment .functions {
	display: none;
}

.comment:hover .functions {
	display:inline;
}

/* @end */

/* @group Labbox */

#labbox_wrapper {
}

.labbox {
	width: 300px;
	height: 320px;
	margin: 5px;
	float: left;
	padding: 3px;
	border: 1px solid #dedede;
	background-color: #fff;
}

.labbox:hover {
	border-color: #aaa;
}

.labbox .head {
	width: 270px;
	margin: 0 auto 3px auto;
	border-bottom: 1px dotted #eee;;
	margin-bottom: 3px;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333;
	overflow: hidden;
}


.labbox .inner {
	margin-top: 3px;
	height: 260px;
	overflow: auto;
	color: #333;
	font-size: 9pt !important;
	padding: 5px;
	line-height: 13pt !important;
}

.labbox .inner p {
	margin: 5px 0;
	padding: 0;
}

.labbox .footer {
	color: #999;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
	margin-top: 2px;
	background-color: #eee;
	padding: 2px;
}

.labbox > .footer > a {
	color: #999 !important;
}


/* @end */

/* @group Dashboard */

.log .show_on_hover {
	display: inline-block;
	visibility: hidden;
	margin: 0;
	padding: 2px 3px 0;
	color: #777;
}

.log_inner {
	padding: 3px;
}

.log:hover .log_inner {
	-webkit-border-radius: 3px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topright: 0;
	border-radius: 3px;
	border-top-right-radius: 0;
	background-color: #eee;	
}


.log:hover .show_on_hover {
	visibility: visible;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #eee;	
}


/* @end */

/* @group Completeness Bar */

.completeness_outer_bar {
	border: 1px solid #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	height: 20px;
	background-color: #ffc0c0;}

.completeness_inner_bar {
	background-color: #c6ffa5;
	position: absolute;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	overflow: visible;
}

.completeness_info {
	width: 300px;
	color: #444;
	font-weight: bold;
	padding-left: 5px;
}



/* @end */

/* @group YouTube */

img.youtube_preview {
	width: 57px;
	height: 43px;
	float: right;
	border: 1px solid #666;
	
}



/* @end */

/* @group Foot */

#foot_wrapper {
	clear: both;
	min-height: 100px;
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#foot {
	clear: both;
	text-align: center;
	width: 940px;
	background-color: #666;
	padding: 10px;
	margin: 0 auto;
}

#foot h3 {
	margin: 0 0 10px;
}

#foot ul, #foot li {
	padding: 0;
	margin: 5px 0;
	list-style-type: none;
}

#foot a, #foot {
	color: #aaa;
}

#foot a:hover {
	color: #fff;
}

#foot #comment_body {
	width: 550px;
	background-color: #fff;
	color: #aaa !important;
	border: 1px solid #999;
}

.page_comment {
	width: 530px;
	font-size: 90%;
	margin: 3px;
}

#page_comments_wrapper {
	max-height: 200px;
	overflow: auto;
	border: 1px solid #333;
}

.page_description {
	width: 570px;
}

/* @end */

/* @group User */


/* @end */

/* @group Topmenu */


#personal_options {
	padding-right: 5px;
}

#breadcrumbs {
	color: #000;
	background: #eee;
	padding: 5px 10px;
	width: 940px;
	font: 10pt/13pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

#topmenu_wrapper {
	width: 960px;
	background-color: white;
}

#logo_and_ad {
	width: 940px;
	padding: 20px 10px 10px;
}


a.last {
	color: #333;
}

/* @group Submenu */

#submenu {
	height: 200px;
	overflow: auto;
	padding: 10px;
	background-color: white;
	margin-bottom: 10px;
	border-bottom: 5px solid #efefef;
}

.submenu_partial {
	display: none;
}

.submenu_partial.show {
	display: inline;	
}

.menu_col {
	width: 290px;
}

#submenu ul, #submenu li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 13pt;
	font-size: 10pt;
}

#submenu li {
	margin: 0 0 10px;
}


#submenu .headline {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	color: #333;
	margin-bottom: 10px;
}

#submenu li .url, #submenu li .url a, #submenu li .description {
	color: #aaa;
	font-size: 8pt;
	margin: 0 0 3px;
	line-height: 10pt;
}

#submenu h2 {
	border-style: none;
	font-size: 14px;
	font-style: bold;
	margin: 20px 0 10px;
}

/* @end */

/* @group Sitemap */

#above_sitemap {
	height: 5px;
}

#sitemap_wrapper {
}

#sitemap {
	width: 960px;
	text-align: left;
	background-color: white;
	color: #000;
	font: 10pt/14pt "Lucida Grande", Lucida, Verdana, sans-serif;
}


#sitemap a {
	text-decoration: none;
	color: #000;
}

#sitemap a.current_site_section {
	background-color: #fff;
	color: black;
}

.section_arrows {
	width: 10px;	
	margin-left: 2px;
	display: block;
	float: right;
	font-size: 13px;
}

.section {
	margin: 0;
	padding: 0px;
}

.section a{
	display: inline-block;
	text-align: center;
	min-width: 60px;
	padding: 5px 10px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.section.current_site_section {
	background-color: white;
}

.section.white_border_left {
	border-right: none;
}


.section.active, .section.hover, .section.active a {
}


.section .no_arrow {
	display: inline;
}

.section.hover .no_arrow, .section.active .no_arrow {
	display: none;
}

.section .down_arrow {
	display: none;
	background-color: #fff;
}

.section.hover .down_arrow {
	display: inline;
}

.section.hover.active .down_arrow {
	display: none;
	background-color: #fff;
}

.section .right_arrow {
	display: inline;
	}

.section.active .right_arrow {
	display: none;
}

.section .up_arrow {
	display: none;
	background-color: #fff;
}

.section.active .up_arrow {
	display: inline;
}

.section.hover .right_arrow {
	display: none;
}

/* @end */

/* @group Quicklinks */


/* @end */

/* @end */

/* @group Section-Colors */


#content.color_labs h2, a.color_labs, #above_sitemap.color_labs, #header.color_labs, .color_labs img, #header_background_preview_h1.color_labs {
	background-color: #fad67e;
}

#content.color_memos h2, a.color_memos, #above_sitemap.color_memos, #header.color_memos {
	background-color: #f6ff44;
}

#content.color_tasks h2, #taskbox.color_tasks h2, a.color_tasks, #above_sitemap.color_tasks, #header.color_tasks {
	background-color: #7ac142;
	color: #fff;
}

#content.color_diaries h2, a.color_diaries, #above_sitemap.color_diaries, #header.color_diaries {
	background-color: #fadffe;
}

#content.color_friends h2, a.color_friends, #above_sitemap.color_friends, #header.color_friends {
	background-color: #fdc7fc;
}

#content.color_users h2, a.color_users, #above_sitemap.color_users, #header.color_users, 
#content.color_signup h2, a.color_signup, #above_sitemap.color_signup, #header.color_signup,
#content.color_userpage h2, a.color_userpage, #above_sitemap.color_userpage, #header.color_userpage {
	background-color: #fcd6d6;
}

#content.color_dashboard h2, a.color_dashboard, a.color_dashboard, #above_sitemap.color_dashboard, #header.color_dashboard {
	background-color: #CBDAE9;
}

#content.color_standard h2, a.color_standard, #above_sitemap.color_standard, #header.color_standard {
	background-color: #eee;
}

.color_admin h2, a.color_admin, #above_sitemap.color_admin, #header.color_admin {
	background-color: #f00;
	color: white;
}

#content.color_toelab > #main > h2, a.color_toelab, #header.color_toelab {
	background-color: #00a6eb;
	color: white;
}

/* @end */

/* @group User-Card */

.user_card {
	border: 1px solid #ddd;
	width: 110px;
	overflow: hidden;
	text-align: center;
	padding: 5px;
	color: black;
	text-shadow: #fff 1px 1px 1px;
}

.helper_status {
	display: inline-block;
	padding: 2px 3px;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 10px;
	font-weight: bold;
}

/* @end */

/* @group Adsense */
.top_adsense {
	width: 300px;
	margin-top: 10px;
}



/* @end */

/* @group Toelab */
#toelab_head {
	background-color: white;
	text-align: right;
}

#toelab_logo {
	padding: 20px 10px;
}

#content.toelab {
	border: 10px solid #8ca1c5;
	margin-top: 20px;
}

/* @end */

/* @group Textiled */

.textiled {
	overflow: hidden;
}

.textiled h1 {
	background-color: #fff;
	border: 0px solid #fff;
	padding: 0px;
	margin: 30px 0 10px !important;
	font-size: 14pt;
}

.textiled h2 {
	background-color: #fff !important;
	border: 0px solid #fff !important;
	padding: 0px 5px !important;
	margin: 20px 0 0 !important;
	font-size: 13pt;
}

.textiled h3 {
	background-color: #fff;
	border: 0px solid #fff;
	padding: 0px;
	margin: 10px 0 10px !important;
	font-size: 12pt;
}

.textiled ul li {
	list-style-type: square !important;
	list-style-position: inside;
	padding-left: 20px;
	margin-left: 5px;
}


.textiled ol li {
	list-style-type: upper-roman !important;
	list-style-position: inside;
	padding-left: 20px;
	margin-left: 5px;
}



/* @end */

/* @group iPhone Checkbox */

// Disable text selection outside of IE
.iPhoneCheckContainer, 
.iPhoneCheckContainer label {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none; }
.iPhoneCheckDisabled {  
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }
.iPhoneCheckContainer {
  position: relative;
  height: 27px;
  cursor: pointer;
  overflow: hidden; }
.iPhoneCheckContainer input {
    position: absolute;
    top: 5px;
    left: 30px; 
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
.iPhoneCheckContainer label {
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    height: 27px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 5px;
    overflow: hidden; }
label.iPhoneCheckLabelOn {
    color: #fff;
    background: url(/images/iphoneswitch/on.png) no-repeat;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
    left: 0;
    padding-top: 5px; }
label.iPhoneCheckLabelOn span {
      padding-left: 8px; }
label.iPhoneCheckLabelOff {
    color: #8B8B8B;
    background: url(/images/iphoneswitch/off.png) no-repeat right 0;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
    text-align: right;
    right: 0; }
label.iPhoneCheckLabelOff span {
      padding-right: 8px; }
.iPhoneCheckHandle {
  display: block;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: url(/images/iphoneswitch/slider_left.png) no-repeat;
  padding-left: 3px; }
.iPhoneCheckHandleRight {
    height: 100%;
    width: 100%;
    padding-right: 3px;
    background: url(/images/iphoneswitch/slider_right.png) no-repeat right 0; }
.iPhoneCheckHandleCenter {
    height: 100%;
    width: 100%;
    background: url(/images/iphoneswitch/slider_center.png); }

/* @end */

/* @group Taskbox */
#taskbox {
	width: 700px;
}


/* @end */

/* @group Resources */

.feed_entries_under_link {
	margin-left: 20px;
}

.feed_entry {
	margin: 10px 0;
}




/* @end */