/* $Id: html-reset.css,v 1.6.2.2 2010/06/26 15:36:03 johnalbin Exp $ */

/**
 * @file
 * HTML Element Styling
 *
 * Ok, I admit it. I fooled you. This isn't a "reset" stylesheet. Instead this
 * is the place where you should set (not reset) the default styling for all
 * HTML elements.
 *
 * @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 * @see http://snook.ca/archives/html_and_css/no_css_reset/
 */

.title a, a:visited {
    color: #3399CC;
}

html, body {
    height: 100%;
}

#content {
    height: 100%;
}

#menu {
    padding: 0;
    text-align: right;
    vertical-align: middle;
}

#logo img {
    border: 0 none;
    float: left;
    padding: 0;
    width: 100%;
}

table.company {
  font-size: small;
  width: auto;
}

.company tbody {
  border-width: 0px;
}

.company td {
  padding: 0;
  padding-right: 5px;
}

table.dselectorsw {
  font-size: small;
  width: auto;
}


.dselectorsw td {
  padding: 0;
  padding-right: 20px;
  vertical-align: top;
}

.dselectorsw tbody {
  border-width: 0px;
}


.dselectorsw table.dselectors {
  font-size: small;
  width: auto;
}

.dselectors tbody {
  border-width: 0px;
}



.dselectorsw .dselectors td {
  padding: 0;
  padding-right: 5px;
  vertical-align: bottom;
}


/*.dselectorsw .dselectors .form-item {
  margin:0;
}*/

.node-form .hour {
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #529AD6;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-color: #D3E7F4;
  border-style: solid;
  border-width: 1px;
  background-image: url('../images/clock.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  
}

.node-form .attendance {
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #529AD6;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-color: #D3E7F4;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  background-image: url('../images/people.jpg');
  background-repeat: no-repeat;
  background-position: center center; 
}

td.day div.form-item {
  float: right;
}

.hour-view {
  width: 50px;
  height: 30px;
  font-size: 20px;
  color: #529ad6;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-color: #D3E7F4;
  border-style: solid;
  border-width: 1px;
  
}

.label {
  font-weight: bold;
}

#table-month {
  width: auto;
}

.day {
  text-align: center;
  padding: 10px;  
}

.day_number {
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

.day .form-item {
  margin: 0;
  padding: 0;
}

#monthselect {
  float: left;
}
#yearselect {
  float: left;
}

.timesheets td {
  padding-right: 20px;
  padding-top: 10px;
}

.timesheets td.hours {
  text-align: center;
}

.timesheets td.operations {
  text-align: right;
  padding-right: 0;
}

.timesheets .grandtotal {
  font-weight: bold;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 0;
}

.timesheets .gdescription {
  text-align: right;
}

.timesheets .pending {
  color: red;
}

div.pending {
  color: red;
}

.pastreport {
  
}
.pastreport td, th {
  padding-left: 30px;
  padding-bottom: 10px;
  padding-right: 3px;
}
.pastreport .head1 {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}

.pastreport .head2 {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
  vertical-align: middle;
}

.pastreport .month {
  text-align: left;
  padding-left: 0;
}

.pastreport .hours {
  text-align: right;  
}

.pastreport .thours {
  text-align: right;
  font-weight: bold;
}

.pastreport .salary {
  text-align: right;
}

.pastreport .tsalary {
  text-align: right;
  font-weight: bold;
}

.pastreport .spacer {
  padding-left: 0px;
  background-color: #CCCCCC;
}