
body{
    font-family: Verdana,Arial;
    font-size: 10px;
    background:#CCCCCC none repeat scroll 0 0;
    color:#333333;
}

table{
    width: 100%;
    border: 1px solid #333333;
}

h2{
    font-weight: bold;
}

td, th{
    padding: 4px;
}

td{
    border: 0px;
}

tr.green td{
    background-color: #CFC;
}

tr.green:hover td, tr.red:hover td, tr.white:hover td{
    background-color: #C4DAFF;
    cursor: pointer;
}

tr.red td{
    background-color: #FCC;
}

tr.white td{
}

tr.white:hover td{
    background-color: #C4DAFF;
    cursor: pointer;
}

td.center, th.center{
    text-align: center;
}

td.right, th.right{
    text-align: right;
}

input.red{
    border: 1px solid #f00;
}

#outer_content{
    width: 800px;
    margin: 0 auto;
    border: 1px solid #336699;
    background-color: #FFF;
}

#inner_content{
    padding: 10px;
}

#footer{
    width: 800px;
    margin: 10px auto;
    text-align: center;
}

.search_box{
    border: 1px solid #555;
    background-color: #c4daff;
    padding: 3px;
    font-size: 12px;
}

#flash_notice_area{
  padding: 5px;
  background-color: #fff9b5;
  border: 1px solid #ffb5b5;
  margin: 10px;
}

/* Active Record errors */

#errorExplanation {
  padding: 10px;
  margin-bottom: 10px;
}

#errorExplanation h2 {
  font-size: 1.4em;
}

#errorExplanation li {
  list-style-type: square;
  margin-left: 20px;
}

#errorExplanation, .fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors textarea  {
  border: 1px solid #ff4343;
  background-color: #ffdede;
}