html, body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0;
}

/* TABLE */

table {
	font-size: 12px;
}

table thead td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

table thead tr {
	background-color: #dddddd;
}

table thead td {
	border: 1px solid #bbbbbb;
}

table tbody td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

table tbody td {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

.clear {
	clear: both;
}

#spacer {
	height: 40px;
}

#wrapper {
	width: 1350px;
	min-height: 750px;
	background-color: #97bb28;
	text-align: left;
	border: 1px solid #666666;
}

#navigation {
	float: right;
	text-align:right;
	margin-right: 15px;
	margin-top: 13px;
}

#login {
	margin-left: auto;
    margin-right: auto;
    margin-top: 234px;
    width: 500px;
	height: 280px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

#login #logo {
	height: 105px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align:center;
}

#login .row {
	margin-left: 60px;
	margin-bottom: 2px;
}

#login .input {
	width: 210px;
	border: 1px solid #000000;
}

#login .row .left {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

#login .row .right {
	float: left;
	width: 210px;
}

#timesheet {
}

#timesheet #left {
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	width: 1318px;
}

#timesheet #left #selector .input {
	width: 70px;
	border: 1px solid #dddddd;
	background-color: #dddddd;
}

#timesheet #left #selector .ui-datepicker-trigger {
	height: 18px;
}

#timesheet #left #selector {
	background-color: #ffffff;
	width: 1318px;
	height: 60px;
	border: 1px solid #000000;
}

#timesheet #left #selector #week {
	margin-top: 25px;
	margin-left: 15px;
	float: left;
}

#timesheet #left #selector #date1 {
	margin-top: 22px;
	margin-left: 30px;
	float: left;
}

#timesheet #left #selector #date2 {
	margin-top: 22px;
	float: left;
}

#timesheet #left #selector #buttons {
	margin-top: 20px;
	margin-left: 30px;
	float: left;
}

#timesheet #left #budgetline {
	background-color: #ffffff;
	margin-top: 15px;
	width: 1318px;
	min-height: 640px;
}

#timesheet .empty {
	margin: 15px;
}

#timesheet #add {
	margin-left: 10px;
	margin-top: -30px;
}

#timesheet #total {
	margin-right: 50px;
	margin-top: -30px;
	float: right;
}

#timesheet #autocomplete_project {
	width: 350px;
	border: 1px solid #dddddd;
	background-color: #dddddd;
}

#timesheet #div_description {
	width: 330px;
	display: none;
}

#timesheet #projectphase {
	width: 180px;
	border: 1px solid #dddddd;
	background-color: #dddddd;
}

#timesheet #budget {
	width: 180px;
	border: 1px solid #dddddd;
	background-color: #dddddd;
}

#timesheet #description {
	width: 330px;
	border: 1px solid #dddddd;
	background-color: #dddddd;
}

#timesheet #div_number {
	width: 30px;
	display: none;
}

#timesheet #number {
	width: 30px;
	border: 1px solid #dddddd;
	background-color: #dddddd;
}

#timesheet #div_estimated {
	width: 30px;
}

#timesheet #div_space {
	width: 50px;
}

#timesheet #div_kilometers {
	width: 30px;
	display: none;
}

#timesheet #kilometers {
	width: 30px;
	border: 1px solid #dddddd;
	background-color: #dddddd;
}

#timesheet .delete {
	cursor: pointer;
}

#timesheet #submit {
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}