/* Layout */

html, body {
margin: 0;
overflow:hidden;
}

html {
height:100%;
}

body {
font-family:Verdana, Arial, sans-serif;
font-size: 12px;
background-color: #0f53c3;
color:black;
}

div.bodyframe {
border:5px solid #0f53c3;
}

div.header {z-index: 3;}
div.mitte {z-index: 1;}

div.header {
height:40px;
border-top:2px solid #afc6ec;
border-left:2px solid #afc6ec;
border-bottom:2px solid #6c86b1;
border-right:2px solid #6c86b1;
background-image: url(/images/header_back.gif);
margin-bottom:5px;
}

div.header_image {
float:left;
margin:0;
width:200px;
height:32px;
background-image: url(/images/website_timesheet.gif);
background-repeat: no-repeat;
}

div.header_image_right {
float:right;
margin:3px;
width:105px;
height:30px;
background-image: url(/images/company_logo.gif);
background-repeat: no-repeat;
}

div.contentframe {
background-color:white;
border-top:2px solid #afc6ec;
border-left:2px solid #afc6ec;
border-bottom:2px solid #6c86b1;
border-right:2px solid #6c86b1;
overflow:hidden;
}

div.content_left {
float:left;
width:200px;
border:1px solid black;
overflow:hidden;
}

div.content_right {
border:1px solid black;
}

div.menu_top_frame1 {
height: 70%;
overflow:hidden;
}

div.menu_top_content1 {
height: 29px;
border-bottom:1px solid black;
background-repeat: no-repeat;
overflow:hidden;
}

div.menu_top_content2,
div.menu_bottom_content2 {
border:0px solid pink;
padding-left: 15px;
padding-top: 10px;
overflow:auto;
}

div.seperator {
margin-top: 1em;	
padding: 0px 0px 0px 0px;
font-style:italic;
font-weight:bold;
margin-bottom: 0.5em;
}

div.menu_bottom_frame1 {
height: 30%;
overflow:hidden;
}

div.menu_bottom_content1 {
height: 29px;
border-top:1px solid black;
border-bottom:1px solid black;
background-repeat: no-repeat;
overflow:hidden;
}

div.menu_bottom_content2 {
overflow:hidden;
}

/* General */

h4 {
font-size: 12px; 
}

a {
color: #0080C0;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

ul, ol {
list-style-type: square;
}

div.button {
float:left;
margin:5px 5px 5px 0px;
}

div.button a {
height:20px;
text-decoration: none;
background-color:#cdcdcd;
padding: 3px 10px 4px 10px;
border:1px solid #0080C0;
}

div.button a:hover {
background-color:#e3e1e1;
border-top:1px solid #73b0ce;
border-left:1px solid #73b0ce;
text-decoration: none;
}

div.button img {
float:left;
margin-top:1px;
margin-right:3px;
}

.submit_button {
background-color:#cdcdcd;
color: #0080C0;
}

div.vert_spacer {
height:10px;
}

/* Filters */

div.menu_top_content2 a {
color: black;
display:block;
padding:0;
height:20px;
margin-bottom:1px;
margin-top:1px;
}

div.menu_top_content2 a.selected {
background-color:#cdcdcd;
}

div.menu_top_content2 a:hover {
background-color:#e3e1e1;
text-decoration: none;
}

div.menu_top_content2 a.selected:hover {
background-color:#cdcdcd;
text-decoration: none;
}

div.menu_top_content2 img {
margin:0;
height:10px;
position:relative;
top:4px;
left:2px;
}

/* Functions */

div.menu_bottom_content2 a {
vertical-align: top;
}

.submit_text {
background-color:white;
color: #0080C0;
width:75px;
border:0px solid #ddd;
position:relative;
top: -5px;
left: -10px;
}

div.menu_top_content2 img,
div.menu_bottom_content2 img {
margin-right: 8px;
margin-bottom: 5px;
border:0 none;
}

/* Service List */

div.list {
padding: 0px;
overflow:auto;
}

table.list_table {
font-size:11px;
width:100%;
border-collapse: collapse;
border-bottom: 1px solid #c9cacb;
}

table.list_table th a {
color: white;
text-decoration: none;
font-size:11px;
}

table.list_table th img {
margin-left:5px;
}

table.list_table td.inner,
table.list_table th.inner,
table.list_table td.inner_icon,
table.list_table th.right,
table.list_table td.right {
border-left: 1px solid #c9cacb;
padding-left:3px;
padding-right:3px;
height:30px;
}

table.list_table td.inner_icon {
text-align: center;
}

table.list_table th.right,
table.list_table td.right {
border-right: 1px solid #c9cacb;
}

table.list_table input,
table.list_table select {
font-size:11px;	
}

table.list_table th.left {
padding: 5px;
}

table.list_table td.left {
padding-left:15px;
}

table.list_table th {
background-color: #536798;
font-weight: normal;
text-align:left;
color:white;
}

table.list_table tr.odd {
background-color: white;
}

table.list_table tr.even {
background-color: #E6F2FF;
}

table.list_table tr.highlight {
background-color: #70B5FF;
}

table.list_table td img {
top:2px;
border:0 none;
}

table.list_table div.button {
margin:1px 0px 0px 3px;
}

/* Paging */

div.content_paging_frame {
position:absolute; 
bottom:285px;
left:1px; 
right:1px;
min-width:400px;
background-color:#EFEFEF;
}

div.content_paging {
height:25px;
margin-top:10px;
margin-bottom:7px;
margin-left: 0;
font-size: 11px;
}

div.paging_counter {
float:left;
position:relative;
top:5px;
left:10px;
}

div.paging_element {
float:left;
margin-left:5px;
}

div.paging_element a.active,
div.paging_element span.inactive {
display:block;
text-decoration: none;
background-color:#cdcdcd;
padding: 3px 10px 4px 10px;
border:1px solid #0080C0;
}

div.paging_element span.inactive {
color:#8c8c8c;
border:1px solid #8c8c8c;
}

div.paging_element a.active:hover {
background-color:#e3e1e1;
border-top:1px solid #73b0ce;
border-left:1px solid #73b0ce;
text-decoration: none;
}

div.paging_element img {
float:left;
margin-top:1px;
margin-right:3px;
border:0 none;
}

/* New entry form (lower right) */

div.content_newentry_frame {
position:absolute; 
bottom:0;
left:1px; 
right:1px;
min-width:400px;
background-color:white;
font-size: 11px;
}

div.content_newentry_header {
height:50px;
background-color:#536798;
overflow: hidden;
}

div.content_newentry_header_content_left {
height: 40px;
color: white;
margin: 5px;
padding: 0;
margin-right: 245px;
}

div.content_newentry_header_content_right {
position: absolute;
right: 5px;
top: 5px;
color: white;
}

div.content_newentry_header_content_right input {
margin-top: 1px;
}

div.content_newentry_formframe {
height:225px;
margin-top:0px;
font-size: 11px;
overflow:auto;
}

table.entries_table {
margin-left:5px;
margin-top:5px;
font-size:11px;
}

table.entries_table tr.row1 td {
padding-top:0px;
}

table.entries_table tr.row2 td {
padding-bottom:0px;
}

table.entries_table tr.row_seperator td div {
border-bottom: 1px dashed silver;
overflow:hidden;
height:5px;
margin-bottom:5px;
}

table.entries_table td.field_caption_left,
table.entries_table td.field_caption_right {
color:#707070;
}

table.entries_table td.col1_quantity {
width: 160px;
}
table.entries_table td.col2_quantity {
width: 110px;
}
table.entries_table td.col3_quantity {
width: 120px;
}
table.entries_table td.col4_quantity {
width: 115px;
}
table.entries_table td.col5_quantity {
width: 120px;
}
table.entries_table td.col6_quantity {
width:75px;
}
table.entries_table td.col1_clock {
width: 160px;
}
table.entries_table td.col2_clock {
width: 130px;
}
table.entries_table td.col3_clock {
width: 110px;
}
table.entries_table td.col4_clock {
width: 120px;
}
table.entries_table td.col5_clock {
width: 120px;
}
table.entries_table td.col6_clock {
width:75px;
}

table.entries_table td.field_data_left input,
table.entries_table td.field_data_left select,
table.entries_table td.field_data_right input,
table.entries_table td.field_data_right select {
border: solid 1px #a4b9cd;
background-color: white;
font-size:11px;
white-space: nowrap;
}

table.entries_table td.field_data_left select,
table.entries_table td.field_data_right select {
width: 100px;  
}

table.entries_table td.field_data_left input.inactive {
border: dotted 1px #a4b9cd;
color:#707070;
position:relative;
top: -1px;

}

table.entries_table td img {
position: relative;
top:3px;
margin-right:1px;
border:0 none;
}

table.entries_table td.errors {
padding-left: 10px;	
color: red;
vertical-align: top;
}

table.entries_table td.field_data_left input.description {
margin-top: 2px;
}

table.entries_table tr.entries_table_heading td {
white-space: nowrap;
}

/* Service Line List (i.e. suggestion lines) and Status List */

div.suggestion_list {
margin: 10px 5px 5px 5px;
width:98%;
border: 1px solid black;
}

div.status_list {
width:100%;
}

div.status_list table.list_table {
border: 1px solid black;
}

div.status_list table.list_table td.left {
padding-left:5px;
}

div.dialog div.button,
div.dialog div#notice {
margin-left: 5px;
}

div.dialog div#notice {
clear: left;
padding-top: 1em;
color: red;
}

div.status_frame {
margin: 10px;
}

div.new_status_frame {
height: 25em;
}

/* Login */

div.loginframe {
position:relative;
width:400px;
height:250px;
margin-left:auto;
margin-right:auto;
margin-top: 100px;
background-color: #E6F2FF;
}

div.loginframe div.greeting {
border-top:2px solid #afc6ec;
border-left:2px solid #afc6ec;
border-bottom:2px solid #6c86b1;
border-right:2px solid #6c86b1;
background-image: url(/images/header_back.gif);
}

div.loginframe div.greeting,
div.loginframe div.fields {
font-weight: bold;
margin:7px;
padding-left:5px;
padding-top:5px;
height:30px;
border-top:2px solid #afc6ec;
border-left:2px solid #afc6ec;
border-bottom:2px solid #6c86b1;
border-right:2px solid #6c86b1;
}

div.loginframe div.fields {
font-weight: normal;
background-color: #b3c6f8;
margin:7px;
padding-left: 10px;
padding-top: 10px;
height:170px;
}

div.loginframe table {
font-size:12px;
}

/* Service card */

div.card_content_left {
float:left;
width:125px;
border:1px solid black;
overflow:hidden;
}

div.card_content_right {
border:1px solid black;
}

div.card_menu_content1 {
height:29px;
width:180px;
border-bottom:1px solid black;
background-repeat: no-repeat;
overflow:hidden;
}

div.card_frame {
padding: 0px;
overflow:auto;
}

table.card {
font-size:11px;
margin-left: 5px;
}

div.content_header,
div.content_header_text, 
div.card_header,
div.card_header_text {
padding: 7px 0px 8px 5px;
color: white;
font-weight:bold;
background-color:#536798;
border-bottom:1px solid black;
}

div.content_header_text, 
div.card_header_text {
margin-top:10px;
border-top:1px solid black;
}

div.card_header,
div.card_header_text {
margin-bottom: 10px;
}

div.card_header_text {
margin-top:10px;
border-top:1px solid black;
}

div.card_text {
margin:10px 0 0 10px;
}

div.card_note,
span.card_note {
margin:10px 0 0 5px;
font-size:10px;
color:#707070;
}

div.card_warning {
margin:10px 10px 10px 5px;
padding: 5px;
font-size:10px;
border: 2px solid red;
}

div.card_text span.field_description {
font-weight: bold;
}

table.card td.field_caption_left,
table.card td.field_caption_right {
color:#707070;
padding-right: 10px;
}

table.card td.field_data_left input,
table.card td.field_data_left select,
table.card td.field_data_right input,
table.card td.field_data_right select {
border: solid 1px #a4b9cd;
background-color: white;
font-size:11px;
}

table.card td.field_data_left input {
margin-right: 20px;
}

table.card td.field_data_left input.inactive,
table.card td.field_data_right input.inactive {
border: dotted 1px #a4b9cd;
color:#707070;
}

table.card tr td {
padding-bottom: 3px;
}

table.card td img {
border: 0 none;
position: relative;
margin-left: -15px;
top:3px;
}

table.card form.status {
margin: 0px;
width: 171px;
}

table.card select.status {
width: 145px;  
}

table.card form.status input
{
position:relative;
border: none;
margin: 0px;
}


/* Transfer, Summary, Password, and Absence */

div.right_frame {
padding: 0px;
overflow:auto;
}

div.transfer_list {
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;
overflow:auto;
}

div.transfer_list table.list_table {
border: 1px solid #c9cacb;
}

div.transfer_list table.list_table table.actions td {
width: 20px;
}

div.transfer_button {
margin-top: 10px;
}

div.absence_form,
div.password_form {
padding: 10px;
}

div.absence_form form {
margin-top: 1em;
}

div.password_form form {
margin-top: 1.5em;
}

/* Error page */

div.error {
margin:5px 5px 5px 10px;
}

div.error h1 {
color: Red;	
}

div.error h2 {
font-size: 12px; 
}

div.error p.message {
padding: 10px;
font-size:10px;
margin-left: 10px;
margin-right: 100px;
border: 2px solid red;
}

div.error div.image {
float:right;
padding-left: 15px;
padding-right: 5px;
padding-top: 5px;
background-color: #fafafa;
}

div.comment_form {
margin-top: 10px;	
}
