/* @group Forms */

.formtastic .string input, .formtastic .password input, .taskbox_picker, form .text, .custom_select, .big_save  {
	width: 320px;
	font-size: 1em;
}

.form_section {
	padding: 5px;
	border: 1px solid #ccc;
	width: 340px;
	margin-bottom: 5px;
	background-color: #eee;
}

.formtastic ul, .formtastic li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

label, .label {
	display: block;
	color: #666;
	margin-top: 5px;
}

.formtastic abbr {
	color: #c00;
}

form {
	display: inline;
}

.buttons {
	margin-top: 10px;
}

.big_input {
	font-size: 1.3em;
	border: 1px solid #454545;
}


.big_input:focus, .lightbox_task_text_area {
	background-color: #fdfede;
}

.task_text_area {
	width: 730px;
	height: 1.5em;
	margin-bottom: 5px;
	font-size: 1.3em;
}

.description_text_area {
	height: 4.5em;
	width: 745px;
	margin-top: 5px;
}

.description {
	margin-bottom: 5px;
}

.big_save {
	background-color: #99f86f;
}

.formError {
	display: inline;
}

/* @end */

/* @group Fonts & Font-Sizes */

.highlighted {
	background-color: #f6ffa3;
}

.only_in_print {
	visibility: hidden;
	display: none;
}

.small {
	font-size: 0.9em;
}

.invisible {
	visibility: hidden;
}

.not_shown {
	display: none;
}

.smaller {
	font-size: 80%;
}

/* @end */

/* @group Links */

a {
	color: #3f45c4;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

.optional a {
	color: #666;
	text-decoration: none;
}


.optional a:hover {
	color: #c00;
	text-decoration: underline;
}

/* @end */

/* @group Page Layout Basics */

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

body {
	font: 0.80em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

p {
	margin-top: 1em;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_both {
	clear: both;
}

.right {
	text-align: right;
}

img	{
	border-width: 0;
}

.warning {
	color: red;
}

.deactivated {
	color: #ddd;
}

.info {
	color: #ccc;	
}

#taskboxbody {
	min-height: 100%;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#focussedbody {
	height: 100%;
}

.pagewide {
	margin: 0px auto;
	width: 980px;
}


/* @end */

/* @group Top Of Page */

#top_of_page {
	padding: 5px;
	background-color: #fff;
}

#top_of_page .data a {
	margin-right: 5px;
}

#top_of_page #logo {
	height: 70px;
	margin-bottom: -50px;
	margin-left: -30px;
	margin-top: 10px;
}


/* @end */

/* @group Taskboxes & Tasks */

.task_itself {
	width: 690px;
}

#taskboxes {
	padding: 0px;
	width: 210px;
	position: absolute;
	overflow: auto;	
	min-height: 100%;
}

.new_taskbox {
	width: 188px;
	margin-left: 1px;
	padding: 5px;
}

.taskbox_head {
	color: #bbb;
	font-size: 0.75em;
	padding-left: 5px;
	padding-right:	5px;
	margin: 30px 1px 0px 1px;
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 3px;
}

#tasks h2 {
	color: black;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: -2px;
}

#special_boxes {
	border-top: 1px dotted #ccc;
	width: 198px;
	margin-top: 50px;
}

.taskbox a {
	text-decoration: none;
	width: 188px;
	padding: 3px 5px;
	color: #333;
	min-height: 1em;
	display: block;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #ccc;
	line-height: 1.5em;
}

.taskbox a:hover {
	background-color: #646464;
	color: #fff;
}

.taskbox a.selected {
	color: #333;
	background: url(/images/active_taskbox_background.png) no-repeat right center;
}

.first_taskbox {
	margin: 5px;
	color: #444;
}

#tasks {
	margin-left: 230px;
}

.tools {
	display: block;
	padding: 5px 5px 1px;
	color: #bbb;
	letter-spacing: 0.01em;
	word-spacing: 0.01em;
	border-bottom: 1px dotted #ccc;
}

#tasklist {
	padding-top: 5px;
}

.completed {
	color: #666;
	text-decoration: line-through;
}

.trashed {
	color: #aaa;
}

.taskbox_for_task {
	color: #666;
	padding: 0 3px;
	margin: 0 5px 0 0;
}

.taskbox_for_task a {
	color: #666;
	text-decoration: none;
}

.empty {
	padding: 5px;
	color: #ccc;
}

.send_this_task {
	background-color: #eee;
	border: 1px solid #ccc;
}

/*.task .first_comment_icon {
	visibility: hidden; 
}

.task:hover .first_comment_icon {
	visibility: visible;
}*/

.checkbox {
	display: inline-block;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	width: 20px;
}

.second_in_group {
	margin-left: 20px;
}

/* @group Toolbar */

.main_action_links > .unit {
	margin-right: 10px;
	font-weight: bold;
	display: inline-block;
}

.secondary_action_links > .unit {
	margin-left: 10px;
	display: inline-block;
}



/* @end */

/* @group task & tools */

.task_tools {
	color: #ddd;
}

.next_action, .next_action a {
	color: #c00;
}

.task {
	display: inline-block;
	clear: both;
	width: 745px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.inner_part_of_task {
}

.task_body {
	text-shadow: #fff 2px 2px 3px;
	cursor: move;
	min-width: 400px;
	display: inline-block;
}

.task img {
	vertical-align: bottom;
}

.single_task {
}

.greyed_out, .greyed_out a {
	color: #eee;
}

/* @end */

/* @group Droppable */

.droppable_taskbox_hover {
	background-color: #fc3;
}

/* @end */

/* @group color */
.color {
	width: 75px;
	height: 25px;
	
	border: 1px solid #ccc;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}

/* @end */

/* @group comments */

.single_comment_box {
	margin-bottom: 10px;
	width: 320px;
	border: 2px solid #ededed;
	padding: 5px;
}

.single_comment_box p {
	margin-top: 5px;
}

/*.comment_tools {
	visibility: hidden;
}

.single_comment_box:hover .comment_tools {
	visibility: visible;
}*/

/* @end */

/* @end */

/* @group Indexpage */

.indexpage {
	padding-left: 20px;
	width: 1000px;
}

.indexpage > #left_column {
	width: 600px;
}

.indexpage #content {
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 170px;
}

.indexpage #content .info {
	text-align: justify;
	margin-bottom: 10px;
	color: #777;
}

.indexpage > #right_column {
	width: 260px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 100px;
	border-left: 1px solid #eee;
}


.indexpage > #right_column h2 {
	margin: 20px 0 0;
	color: #ccc;
	font-size: 2em;
}

.indexpage > #right_column p {
	color: #555;
	line-height: 1.5em;
	text-align: justify;
}

.indexpage #messagebox {
	min-height: 110px;
	padding-top: 10px;
}

.indexpage .inline-errors {
	display: none;
}

.indexpage #footer {
	border-top: 1px solid #eee;
	width: 570px;
	margin-left: 30px;
	margin-bottom: 50px;
	color: #929292;
	padding-top: 20px;
	font-size: 0.8em;
}

#domain_switch {
	color: #999;
	margin-top: 5px;
}

#domain_switch .unit {
	margin-right: 10px;
	display: inline-block;
}


/* @end */

/* @group Focus */

body.focussed .focus {
	width: 750px;
	margin: 50px auto auto auto;
	border: 1px solid #ccc;
	background-color: white;
	padding: 20px;
}

body.focussed h2 {
	color: #ccc;
}

.box {
	width: 360px;
	padding: 0px;
}

.cancel {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.cancel > a {
	color: #aaa;
}

.cancel > a:hover {
	color: #c00;
	text-decoration: underline;
}

/* @end */

/* @group Flash & Warnings */

#tasks #flash {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}

#flash-notice, .notice {
	color: #0a0;
}

#flash-warning, .warning {
	color: #ff8f00;
}

#flash-error, .error {
	color: #f00;
}

#results {
	margin-left: 225px;
	margin-top: -20px;
	height: 20px;
}

/* @end */

/* @group Settings */

.setting {
	width: 325px;
	min-height: 100px;
	border-top: 1px solid #ccc;
	padding-bottom: 10px;
}

.setting.top {
	border-top: 1px none #fff;
}

.setting.left {
	margin-right: 25px;
}

.setting h3 {
	margin-bottom: 5px;
}

/* @end */

/* @group Ajax */

.new_task_form {
	background-color: #fefefe;
	border: 1px solid #ccc;
	width: 730px;
	padding: 10px;
}

.new_task_form > .readonly {
	border-style: none;
	background-color: #fff;
}

.loader {
	margin: 10px 360px;
}

/* @end */

/* @group Groups & Friends */

.group_in_list {
	border: 2px solid #ccc;
	width: 310px;
	padding: 5px;
	margin-top: 10px;
}

.group_in_list_hover {
	background-color: #fc3;
}

.group_tools {
	
}

.group_in_list h3 {
	margin: 0px;
}

#invitation {
	border: 2px solid #ccc;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.user_in_list {
	cursor: move;
	border: 2px solid #ccc;
	width: 310px;
	padding: 5px;
	margin-top: 5px;
	background-color: #fff;
}

.unconfirmed {
	color: #aaa;
}



/* @end */

/* @group Help */

.autohelp {
	cursor: help;
	display: inline;
}



/* @end */

/* @group Lightbox */

h2.lightbox {
	margin: 0px;
}

.lightbox_task_text_area {
	width: 715px;
	height: 1.5em;
	font-size: 1.3em;
}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:760px;
	height:500px;
	margin:-225px 0 0 -370px;
	border:1px solid #ccc;
	background:#FFFFFF;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

/* @group custom */

#comment_comment {
	width: 340px;
	height: 75px;
}

.description_when_sending_task {
	width: 340px;
	height: 200px;}

#scrolling_comments {
	overflow: auto;
	height: 480px;
	padding-right: 30px;
}

.description_display {
	font-size: 0.8em;
	color: #ccc;
}

.description_on_show_page {
	max-height: 250px;
	overflow: auto;
	padding: 5px;
	padding-right: 10px;
	margin-bottom: 20px;
	width: 320px;
	border: 2px solid #ededed;
	font-size: 110%;

}

#lightbox_closer {
	position: static;
	margin-top: -10px;
	margin-right: -10px;
	display: inline-block;
}

#lightbox_head {
	height: 15px;
	margin-top: -15px;
	padding-top: 5px;
	padding-left: 20px;
}

#lightbox h2 {
	margin: 10px 0 2px;
	display: block;
	height: 20px;
	font-size: 17px;
}

#lightbox_content {
	padding: 0 0 0 20px;
}

#lightbox_loader {
	text-align: center;
	margin-top: 180px;
}



/* @end */

/* @end */

