html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


body {
	width: 1000px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	margin: 0 auto;
}


col.issue {
	width: 420px;
}
input[type=text].issue {
    width:360px;

}
col.project {
	width: 150px;
}

col.time, input[type=text].time {
	width: 90px;
}
col.tools {
	width: 20px;
}

div.tablehead {
	background: #D8E585;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

div#message {
    font-weight: bold;
    color: red;  
    font-height: 2em;
}

div.nocontent {
	background: #F2564E;
}

div#pager {
	padding-top: 5px;
	margin-bottom: 20px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#F4F4F4 url(/site-media/images/pager_bg.png) repeat-x scroll left bottom;
	border:1px solid #CCCCCC;
	clear:both;
	font-size:18px;
	/*margin-top:20px;*/
	overflow:hidden;
	height: 22px;
}

div#pager a {
	text-decoration: none;
	font-weight: bold;
	color: #69BE28;
}

div#pager > div#pager_left {
	width: 30px;
	float: left;
}

div#pager > div#pager_center {
	text-align: center;
}

div#pager > div#pager_right {
	text-align: right;
	width: 30px;
	float: right;
}


table.day_table {
	width: 100%;
	border-collapse: separate;
	border: 5px solid #F5F5F5;
	margin-bottom: 10px;
	
}

table.form_set {
	width: 100%;
	text-align: left;
	
}

form.track_form input{
	width: 85px;
	
}

#id_form-0-issue {
	width: 95%
}

table.day_table > tbody > tr > td {
	padding: 5px 0 5px 0;
	border-top: 1px solid #ddd;
}

table.day_table th {
	padding-bottom: 5px;
	font-size: 0.8em;
}

table.day_table > tbody > tr {
	background: #F5F5F5;
}


table.day_table > tbody > tr.inputrow {
}

table.day_table > tbody > tr.inputrow > td {
	border: 0;
	padding-top: 10px;
}

table.day_table > tbody > tr.inputrow > td > ul {
	width: 900px;
	list-style: none;
	float: left;
}

table.day_table > tbody > tr.inputrow ul > li:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}


table.day_table > tbody > tr > th {
	text-align: left;
}

div.form_tools {
	margin-top: 0px;
	width: 90px;
	float: right;
}

div.form_tools > input {
	width: 60px;
}

div.form_tools > a > img {
	vertical-align: text-top;
}

table.user_table > tbody > tr > td{
	width: 200px;
	height: 150px;
}

table.calendar_table > tbody > tr > td {
	width: 30px;
	height: 15px;
}

/* update ----------------------
div.table_definition, div.table_content, div.table_total > table > tbody > tr > td, th {
}
*/


/* linke spalte */
div.table_definition {
    float:left;
    width:180px;
}

div.table_definition > table {
    background: #ddd;
    width:180px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    border-right: 1px solid darkgrey;
}

div.table_definition > table > tbody > tr > th {
    text-align:left;
    padding:3px;
    border-bottom: 1px solid darkgrey;
}

div.table_definition > table > tbody > tr > td {
    padding:3px;
    text-align:left;
}

/* mitte */
div.table_content {
    overflow-x: scroll;
    overflow-y: hidden;
    float: left;
    width: 638px;
}

div.table_content > table {
	width:638px;
}

div.table_content > table > tbody > tr >  th {
    background: #ddd;
    text-align:center;
    padding:3px;
    border-bottom: 1px solid darkgrey;
}

div.table_content > table > tbody > tr > td {
    min-width: 45px;
    text-align: center;
    padding:3px;
}
td.less_than_8 {
	background: lightyellow;
}

td.less_than_8:hover {
	background: #C7E0CE;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft:3px;
}

div.table_content > table > tbody > tr > td:hover {
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft:3px;
	background-color: #C7E0CE;
}


/* rechte spalte */
div.table_total {
    float:left;
    width:130px;
}

div.table_total > table {
    width: 130px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright:5px;
    background: #ddd;
    border-left: 1px solid darkgrey;
}

div.table_total > table > tbody > tr > th {
    
    padding:3px;
    border-bottom: 1px solid darkgrey;
}


div.table_total > table > tbody > tr > td {
    padding:3px;
    text-align:right;
}

td.last {
	font-weight: bold;
	border-top: 1px solid grey;
}

div.table {
	display:inline-block;
}

ul.errorlist > li {
	color: red;
}

td._error {
	border: 1px solid red;
}

img._edit_form {
	cursor: pointer;
}


/* tooltip styling */

#_tooltip_ {
	display:none;
	width:auto;
	max-width:550px;
	height:auto;
	background:#c7e0ce;
	padding:10px;
	-moz-border-radius: 5px;
/*	text-align:center;*/
	font-size:14px;
	color:black;
	
}

#_tooltip_ > div {
	padding-bottom:10px;
}
#_tooltip_ > table {
	width:530px;
}

#_tooltip_ > table > tbody > tr > td {
	padding: 4px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
#_tooltip_ > table > tbody > tr > th {
	padding: 4px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}




/*improve */
div#userbox > a:hover {
	color:#69BE28;
	text-decoration: underline;
}



/*
loginbox
*/
#loginbox {
width: 28em;
min-width: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
padding: 10px;
border: 1px solid #999;
}

#loginbox table label {
color: #333;
margin-right: 10px;
font-size: 0.9em;
font-weight: bold;
}

#loginbox table input {
border: 1px solid #ccc;
margin: 3px;
padding: 2px 3px;
font-size: 0.9em;
}

#loginbox .error {
color: red;
margin: 15px 5px;
font-size: 0.8em;
text-align: center;
}

#loginbox .login_action {
text-align: center;
margin: 5px;
}

#loginbox .login_action input {
}

#loginbox #header {
text-align: center;
font-weight: bold;
margin: 10px;
}


/*
userbox
*/

#userbox {
float:right;
margin: 10px;
font-size: 0.8em;
}

#userbox > a {
text-decoration: none;
font-weight: bold;
color: #333;
}

#userbox > a:hover {
text-decoration: underline;
color: #666;
}

/*
controller
*/


#controller form {
margin-top: 20px;
}

#controller form label {
margin-right: 5px;
}

/*
clearfix
*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.right {
	float: right;
}

#customer_account {
	padding: 40px;
}

#password_change_form label {
	min-width: 250px;
	float: left;
	display: block;
}

.home_link {
	padding-top: 10px;
}
