/* logbook css */

.logbook_overview {
	
}

.logbook_overview .create {	
	padding-left:4px;
	float:left;
	width:481px;	
	background-color:#000000;
}

.logbook_overview h1 {
	margin-top:0px;
}

.logbook_overview .create .tasks {
	color:#666666;
	background-color:#ffffff;
	width:477px;
}

.logbook_overview .create .tasks .copy {
	
	padding:6px;
	margin-bottom:0px;
}

.logbook_overview .create .tasks .copy a:link    { color:#ec8620; text-decoration:none; }
.logbook_overview .create .tasks .copy a:visited { color:#ec8620; text-decoration:none; }
.logbook_overview .create .tasks .copy a:active  { color:#ec8620; text-decoration:none; }
.logbook_overview .create .tasks .copy a:hover   { color:#ec8620; text-decoration:underline; }


.logbook_overview .create .tasks .items {
	font-weight:bold;
	
	color:#ec8620;	
	height:20px;
	margin:3px 4px 0px 4px;
	background-image:url(/img/icons/arrow_grey.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#e3e2e3;
	padding:7px 0px 0px 18px;
}

/* right column */

.logbook_overview .right {
	float:right;
	width:203px;
	height:418px;
	margin-right:30px;
	
}

*html .logbook_overview .right  { margin-right:15px; } /*fix IE6*/

.logbook_overview .right .worksheets {
	float:left;
	width:203px;
	height:315px;
	background-image:url(/img/logbook/worksheets_bg.jpg);
}


.logbook_overview .right .worksheets .copy {
	padding:0px 10px 0px 10px;
	color:#cccccc;
}

.logbook_overview .right .worksheets p img {
	padding-right:5px;
}


.logbook_overview .right .worksheets p a:link    { color:#ffffff; text-decoration:none; }
.logbook_overview .right .worksheets p a:visited { color:#ffffff; text-decoration:none; }
.logbook_overview .right .worksheets p a:active  { color:#ffffff; text-decoration:none; }
.logbook_overview .right .worksheets p a:hover   { color:#ffff00; text-decoration:none; padding-left:4px; }

.logbook_overview .right .worksheets p.list {
	vertical-align:top;
	margin:0px 8px 0px 8px;
	border-bottom:1px dotted #ffffff;
	padding:5px 0px 5px 0px;
}

.logbook_overview .right .worksheets p.first {
	vertical-align:top;
	margin:0px 8px 0px 8px;
	border-bottom:1px dotted #ffffff;
	border-top:1px dotted #ffffff;
	padding:5px 0px 5px 0px;
}

.logbook_overview .right .worksheets h2 img {
	margin:-10px 0px 5px 5px;	
}

*html .logbook_overview .right .worksheets h2 img  { margin:4px 0px 5px 5px; } /*fix IE6*/
html>body .logbook_overview .right .worksheets h2 img { *margin:4px 0px 5px 5px; } /* IE fix */


/* add vehicle */

.add_vehicle_overview {
	width:698px;
	height:200px;
	background-color:#000000;
	padding:3px 0px 3px 3px;
	margin-bottom:60px;
}

.add_vehicle_overview .header {
	width:694px;
	background-color:#f9eb19;
	height:18px;
	padding-top:2px;
}

.add_vehicle_overview .header h2 {
	margin-top:0px;
	padding-top:0px;
}

.add_vehicle_overview .upload {
	width:694px;
	padding-top:3px;
}

.add_vehicle_overview .upload .left {
	float:left;
	width:186px;
}

.add_vehicle_overview .upload .right {
	float:right;
	width:498px;
}

.add_vehicle_overview .upload .right .input {
	float:right;
	width:494px;
	padding:4px 0px 0px 2px;
	margin-bottom:2px;
	background-color:#232323;
	font-weight:bold;
	height:22px;
}

.add_vehicle_overview .upload .right .input .grey {
	font-size:10px;
	color:#cccccc;
	font-weight:normal;
	float:left;
	margin-left:85px;
}

.add_vehicle_overview .upload .right .input .left_upload  {

}

.add_vehicle_overview .upload .right .input .left_upload input  {
	margin-left:22px;
}

.add_vehicle_overview .upload .right .input .left input {
	float:left;
	margin-top:-14px;
	margin-left:100px;
	border:1px solid #cccccc;

}

.add_vehicle_overview .upload .right .submit {
	background-color:#232323;
	padding-right:150px;
	height:29px;
	float:right;
	width:346px;
	
}

.add_vehicle_overview .upload .right .submit input {
	margin:8px 3px 0px 103px;
	
}

.add_vehicle_overview .upload .right .submit a {
	margin-right:3px;
}

/* car css */

.logbook_overview .cars_container {
	width:468px;
	background-color:#000000;
	padding:5px 0px 5px 5px;
}

*html .logbook_overview .cars_container { padding-right:1px; } /*fix IE6*/

.logbook_overview .cars_container .car {
	width:463px;
	height:143px;
	background-color:#424242;
	margin-bottom:5px;
}

.logbook_overview .cars_container .car .image {
	float:left;
	width:186px;
	height:140px;
	margin:3px 0px 0px 3px;
}

.logbook_overview .cars_container .car .info {
	float:right;	
	width:264px;
	height:140px;
	margin:3px 0px 0px 0px;
}

.logbook_overview .cars_container .car .info .name {
	color:#ffff00;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px dotted #ffffff;
	width:200px;
}

.logbook_overview .cars_container .car .info .name a:link    { color:#ffff00; text-decoration:none; }
.logbook_overview .cars_container .car .info .name a:visited { color:#ffff00; text-decoration:none; }
.logbook_overview .cars_container .car .info .name a:active  { color:#ffff00; text-decoration:none; }
.logbook_overview .cars_container .car .info .name a:hover   { color:#ffff00; text-decoration:underline; }

.logbook_overview .cars_container .car .info .make {
	font-weight:bold;
	margin-top:3px;
	margin-bottom:33px;
}

.logbook_overview .cars_container .car .info img {
	padding:2px;
	vertical-align:bottom;
}



.logbook_overview .cars_container .car .info .edit {
	background-color:#2e2e2e;
	font-weight:bold;
	width:262px;
	height:21px;
	margin-bottom:2px;
	font-size:10px;
}

.logbook_overview .cars_container .car .info .tasks {
	background-color:#2e2e2e;
	font-weight:bold;
	width:262px;
	height:21px;
	margin-bottom:2px;
	font-size:10px;
}

.logbook_overview .cars_container .car .info .add {
	background-color:#2e2e2e;
	font-weight:bold;
	width:262px;
	height:21px;
	font-size:10px;
}

/* add task page */

.add_task_overview {
	width:701px;
	background-color:#000000;
	padding-top:30px;
}

.add_task_overview .header {
	background-color:#9d9d9d;
	width:695px;
	margin:3px;
	height:25px;
	padding-top:3px;
}

.add_task_overview .header h2 {
	margin:0px 0px 2px 2px;
}

.add_task_overview .input {
	background-color:#2e2e2e;
	width:692px;
	margin:3px;
	height:24px;
	font-weight:bold;
	padding-left:3px;
	padding-top:3px;
}

.add_task_overview .input .left {
	width:100px;
	margin:3px;
}

.add_task_overview .input .left_date {
	width:250px;
	margin:3px;
}

.add_task_overview .input .left_date .select {
	float:left;
	width:250px;
	margin-left:150px;
	margin-top:-16px;
}

*html .add_task_overview .input .left_date .select { margin-left:75px; } /*fix IE6*/

.add_task_overview .input .left input {
	float:left;
	margin-left:150px;
	margin-top:-15px;
	border:1px solid #cccccc;
}

.add_task_overview .input .left img {
	float:left;
	margin-left:330px;
	margin-top:-18px;
}

.add_task_overview .input .left_date img {
	float:left;
	margin-left:330px;
	margin-top:-18px;
}

.add_task_overview .comments {
	background-color:#2e2e2e;
	width:692px;
	margin:3px;
	height:150px;
	font-weight:bold;
	padding-left:3px;
	padding-top:3px;
}

.add_task_overview .comments .left {
	width:100px;
	margin:3px;
}

.add_task_overview .comments .textarea textarea {
	float:left;
	margin-left:150px;
	margin-top:-2px;
	border:1px solid #cccccc;
	width:300px;
}

.add_task_overview .comments .question img {
	border:1px solid red;
	float:left;
	margin-left:250px;
	margin-top:5px;
}

.add_task_overview .comments .left .submit {
	width:200px;
	margin-left:150px;
	
}

.add_task_overview .comments .submit input {
	margin-top:10px;
	margin-right:3px;
}

.links {
	font-weight:bold;
	font-size:10px;
	margin-top:5px;
}

.links a {
	margin-right:15px;
	
}

/* view tasks page */

.task_list_overview {
	width:700px;
	background-color:#000000;
}

.task_list_overview .create {	
	padding-left:4px;
	float:left;
	width:556px;	
	background-color:#000000;
}

.task_list_overview .create table {
	width:545px;
	font-weight:bold;
}

.task_list_overview .create .light_grey {
	background-color:#a9a9a9;
	height:20px;
}

.task_list_overview .create .med_grey {
	background-color:#717171;
}

.task_list_overview .create .dark_grey {
	background-color:#282828;
}

.task_list_overview .create .light_yellow {
	background-color:#fdf9d4;
	color:#000000;
	height:30px;
}

.task_list_overview .create .med_yellow {
	background-color:#fbf095;
	color:#000000;
}

.task_list_overview .create .dark_yellow {
	background-color:#f6eb13;
	color:#000000;
}

.task_list_overview h1 {
	margin-top:0px;
}

.task_list_overview .key {
	float:right;
	width:134px;
	height:271px;	
	background-image:url(/img/logbook/key_bg.gif);
}

.task_list_overview .key .copy {
	padding:0px 10px 0px 10px;	
	color:#cccccc;
}

.task_list_overview .key p img {
	padding-right:5px;
	margin-left:-5px;
}


.task_list_overview .key p a:link    { color:#ffffff; text-decoration:none; }
.task_list_overview .key p a:visited { color:#ffffff; text-decoration:none; }
.task_list_overview .key p a:active  { color:#ffffff; text-decoration:none; }
.task_list_overview .key p a:hover   { color:#ffff00; text-decoration:none; padding-left:4px; }

.task_list_overview .key p.list {
	vertical-align:top;

	margin:0px 8px 0px 8px;
	border-bottom:1px dotted #ffffff;
	padding:5px -5px 5px 0px;
}

.task_list_overview .key p.first {
	vertical-align:top;
	
	margin:0px 8px 0px 8px;
	border-bottom:1px dotted #ffffff;
	border-top:1px dotted #ffffff;
	padding:5px 0px 5px 0px;
}

.task_list_overview .key h2 img {
	margin:-10px 0px 5px 5px;	
}

html>body .task_list_overview .key h2 img { *margin:6px 0px 5px 5px; } /* IE fix */

/* view task page */

.view_task_overview {
	width:701px;
	background-color:#000000;
}

.view_task_overview .links {
	padding:0px 0px 0px 3px;
	vertical-align:top;
	height:25px;
}

.view_task_overview .links img {
	
	vertical-align:bottom;
}

.view_task_overview .links a {
	vertical-align:middle;
	
}

.view_task_overview .header {
	background-color:#9d9d9d;
	width:695px;
	margin:3px;
	height:20px;
	padding-top:3px;
}

.view_task_overview .header h2 {
	margin:0px 0px 2px 2px;
}

html>body .view_task_overview .header h2 { *font-size:14px; } /* IE fix */
*html .view_task_overview .header h2 { font-size:14px; } /*fix IE6*/

.view_task_overview .input {
	background-color:#2e2e2e;
	width:692px;
	margin:3px;
	height:24px;
	font-weight:bold;
	padding-left:3px;
	padding-top:3px;
}

.view_task_overview .input .left {
	width:100px;
	margin:3px;
}

.view_task_overview .input .left_date {
	width:250px;
	margin:3px;
}

.view_task_overview .input .left_date .print {
	float:left;
	width:250px;
	margin-left:150px;
	margin-top:-16px;

}

.view_task_overview .input .left .print {
	float:left;
	width:300px;
	margin-left:150px;
	margin-top:-15px;
}

.view_task_overview .input .left .print_checkbox img {
	float:left;
	margin-left:147px;
	margin-top:-10px;
}

*html .view_task_overview .input .left .print_checkbox img { margin-left:295px;} /*fix IE6*/

.view_task_overview .input .left img {
	float:left;
	margin-left:322px;
	margin-top:-18px;
}

.view_task_overview .input .left_date img {
	float:left;
	margin-left:322px;
	margin-top:-18px;
}

.view_task_overview .comments {
	background-color:#2e2e2e;
	width:692px;
	margin:3px;
	height:150px;
	font-weight:bold;
	padding-left:3px;
	padding-top:3px;
}

.view_task_overview .comments .left {
	width:100px;
	margin:3px;
}

.view_task_overview .comments .textarea .print {
	float:left;
	margin-left:150px;
	margin-top:-2px;
	width:300px;
}

.view_task_overview .comments .question img {
	float:left;
	margin-left:250px;
	margin-top:5px;
}

.view_task_overview .comments .left .submit {
	width:200px;
	margin-left:150px;
	
}

.view_task_overview .comments .submit .print {
	margin-top:10px;
	margin-right:3px;
}

/* popups */


.popups {
	margin:0px;
    font-family:arial, helvetica, "sans serif";
    font-size:.85em;
    font-weight:normal;
    line-height:1em;
    color:#ffffff;
    background-color:#313131;
	
}


