.fieldWithErrors {
  background-color: #c00;
  padding: 2px;
}

#donate{
	display : inline;
	padding-left : 10px;
	margin-right : -7px;
}

#survey{
    background-color: #EDF747;
	padding : 3px;
    margin-left : 20px;
}
                 
#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;
}

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;
}

.title_bar{
    background-color: #C3D9FF;
    font-weight: bold;
    font-size:12px;
    padding: 3px;
    margin-bottom: 3px;
}

.blue_bordered th, .blue_bordered td{
    border: 1px solid #C3D9FF;
    padding: 1px 1px 1px 1px;
}

.blue_bordered th{
    background-color: #C3D9FF;
    text-align: center;
    font-size:11px;
}

#container
{
    margin-top: 2px;
    width: 100%;
}

#logo{
    position: absolute;
    left: 5px;
}

#top
{
    background-color: #DFECF5;
    margin-bottom: 30px;
    margin-left: 100px;
}

span.menuitem{
    margin-right: 10px;
}

#authentication{
    float: right;
}

#board_information {
    color: white;
    background-color: #CC3333;
}

#board_navigation
{   
    padding-bottom: 10px;
}


#date_picker{
    position: absolute;
    z-index: 99;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
}

.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: 89%;
}

#table_content{
    background-color: #C3D9FF;
}

#rightnav
{
    float: right;
    margin-top: 15px;
    width: 10%;
}

#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 {
    text-align: center;
    width: 12%;
}

.hover {
    background-color: #E6F0FA;
}

.drag_bar{
    height: 10px;
    cursor: move;
    margin: 0px 1px 0px 1px; 
    padding: 0px;
    text-align: right;
}

.shift, .template_shift, .shift_recurring {
    position: relative;
    margin-top: 1px;
    text-align: center;
    font-size: 10px;
    color: white;
}

.shift a, .template_shift a, .shift_recurring a{
    color: white;
    text-decoration: none;
}

.shift a:hover, .template_shift a:hover, .shift_recurring a:hover{
    text-decoration: underline;
}

#shift_legend {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #C3D9FF;
}

#shift_legend table{
    border: none;
    background-color: #FFF7D7;
}

#shift_legend table td{
    margin: 0px;
    padding: 0px;
}

.shift_legend_description{
    font-size: 0.7em;
}

.shift_legend_description a {
    color: black;
    text-decoration: none;
}

.shift_legend_description a:hover {
    text-decoration: underline;
}

.shift_type_color {
    display: inline;
}

.shift_legend_color {
    float: left;
}

#shift_templates {
    margin-bottom: 10px;
    background-color: #C3D9FF;
}

.inner_collapseable{    
    background-color: white;
    margin: 3px;
}

.manage_link{
    padding-top: 5px;
    text-align: right;
    background-color: #C3D9FF;
    font-size: 0.8em;
}

#trash, #trash_empty {
    width: 100%;
}

#modal_dialog {
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	margin:-150px 0 0 -250px;
    text-align: center;
    background-color: white;
    border: 3px solid #C3D9FF;
}

#footer{
    font-size: 0.8em;
    text-align: center;
    margin-top: 20px;
    background-color: #DFECF5;
    position: absolute;
    left: 20%;
    width: 60%;
}

.mask {
    position: relative;
	opacity: .4;
	filter: alpha(opacity=40);
}

div.row {
    clear: both;
    padding-top: 5px;
}

div.row span.label {
    float: left;
    width: 80px;
    text-align: left;
    font-weight: bold;
}

div.row span.formw {
    float: right;
    width: 400px;
    text-align: left;
} 

div.div_table{
    width: 500px; 
    background-color: #F7D06B;
    padding: 8px 8px 30px 8px; 
    margin-bottom: 20px;
}

#welcome {
    margin: 0px 10% 10px 10%;
    border-bottom: 3px solid #C3D9FF; 
}

#try_it {
    margin-left: 10%;
    width: 39%;
}

#try_it li{
    margin: 5px 0px 5px 0px;
}

#getting_started {
    position :absolute;
    left: 50%;
    margin-top: 10px;
    width: 39%;
    background-color: #95ce7c; 
}

#getting_started table{
    background-color: #95ce7c; 
    border: none;
}

#signup_welcome {
    margin: 0px 10% 10px 10%;
}

#signup {
    margin-left: 10%;
    width: 235px;
    background-color: #95ce7c; 
}

#signup p{
    margin:8px;
}

#signup label{
    font-weight: bold;
}

#free_banner{
    background-color: #edf747;
    font-size: 1.5em;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    text-align :center;
}

.margined {
    margin: 5px;
}

.screenshot {
    text-align: center;
    margin-top: 15px;
}

.screenshot img{
    border: 3px solid #C3D9FF; 
}