/*body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: 'Lucida Grande', Bitstream Vera Sans, verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}
*/

/* Our CSS */

body, p, ol, ul, td, th {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:10pt;
}

img {
    border: none;
}

form{
    padding: 0px;
    margin: 0px; 
}

table{
    border-collapse: collapse;
    background-color: #F7D06B;
    border: 4px solid #F7D06B;
}

.today {
    background-color: #FFFFCC;
}

.odd{
    background-color: #FFF7D7;
}

.even{
    background-color: #FFFFFC;
}

th{
    text-align: left;
    padding: 2px 8px 2px 8px;
}

td{
    padding: 2px 8px 2px 8px;
}


.blue_bordered img{
    display: none;
}

.blue_bordered th, .blue_bordered td{
    border: 1px solid #C3D9FF;
    padding: 1px 1px 1px 1px;
}

.blue_bordered th{
    background-color: #C3D9FF;
    text-align: center;
}

#container
{
    width: 100%;
}

#logo{
    display: none;
}

#top
{
    display: none;
}


#board_information {
    display: none;
}

#board_navigation
{   
    display: none;
}

#date_picker{
    display: none;
}

.calendar{
    border: 3px solid #C3D9FF;
    background-color: #FFF7D7;
}

.calendar tr:hover{
    background-color: #C3D9FF;
}

.calendar th{
    padding: 2px;
    border: none;
    background-color: #C3D9FF;
    text-align: center;
}

#content
{
    margin: 0;
    width: 100%;
}

#table_content{
    background-color: #C3D9FF;
}

#rightnav
{
   display: none;
}

#weekly_board
{
    width: 100%;
    border: 1px solid #C3D9FF;
    background-color: white;
}

#weekly_board th {
    width: 12%;
}

#weekly_board td.employee_name a {
    color: black;
    text-decoration: none;
}

#weekly_board td.employee_name a:hover {
    text-decoration: underline;
}

#weekly_board th .total{
    width: 5%;
}

#weekly_board td {
    width: 12%;
}

.shift, .template_shift, .shift_recurring {
    position: relative;
    text-align: center;
    font-size: 10px;
    color: white;
    cursor: move;
}

.shift a, .shift_recurring a{
    color: white;
    text-decoration: none;
}

.shift a:hover, .shift_recurring a:hover{
    text-decoration: underline;
}

#shift_legend {
    display: none;
}

#shift_templates {
    display: none;
}

#footer{
    font-size: 0.8em;
    text-align: center;
    margin-top: 20px;
    background-color: #DFECF5;
    position: absolute;
    left: 15%;
    width: 55%;
}