body {
  background-color: #4B7399;
  font-family: Verdana, Helvetica, Arial;
  font-size: 14px;
}

a img {
  border: none;
}

a {
  color: #0000FF;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#container {
  float: left;
  margin: 0 auto;
  background-color: #FFF;
  padding: 20px 40px;
  border: solid 1px black;
  margin-top: 20px;
}

#flash_notice, #flash_error, #flash_alert {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error, #flash_alert {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

.error_messages {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  font-size: 12px;
}

.error_messages h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

.error_messages p {
  margin: 8px 10px;
}

.error_messages ul {
  margin: 0;
}



input.hour {
  size: 2;
  autocomplete: "off";
}

input.disabled {
  disabled: disabled;
}



table.borderless{
border: 0px;
border-collapse:collapse;
}


table.bordered {
  border: 1px;
  border-color: ; #330099
}


.light-blue {
  background-color: #AFDCEC;
}

tr.even {
background-color: #E0FFFF;
}

tr.odd {
background-color: #CCFFFF;
}


.day{
  white-space:nowrap;
}

#time_sheet_index td:not(.left) {
   text-align: center;
   white-space:nowrap;
}

#time_sheet_index td.left{
   text-align: left;
   white-space:nowrap;
}

#time_sheet_index th {
  white-space:nowrap;
}



.colored_index td:not(.left) {
   text-align: center;
   white-space:nowrap;
}

.colored_index td.left{
   text-align: left;
   white-space:nowrap;
}

.colored_index th {
  white-space:nowrap;
}




.expand td:not(.left) {
   text-align: center;
   white-space:nowrap;
}

  .expand td.left{
   text-align: left;
   white-space:nowrap;
}

  .expand th {
  white-space:nowrap;
}

