html {
  height: 100%; }

body {
  background: #fff;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.4em;
  padding: 0px;
  margin: 0px;
  height: 100%;
  background: url(/images/side.png);
  background-repeat: repeat-y; }

small {
  color: #666; }

h1 {
  color: green; }

a {
  color: blue; }

.clr {
  clear: both;
  display: block;
  width: 1px;
  height: 1px; }

.blck {
  clear: both;
  display: block; }

#content_section table td {
  vertical-align: top; }

#calendar table {
  width: 350px;
  height: 300px; }

#page {
  padding: 25px 10px 10px 50px;
  height: 100%; }

#navbar {
  padding: 10px;
  padding-left: 0px;
  font-size: 15px;
  border-bottom: solid 1px #ccc; }

#new_job_form, #new_event_form {
  float: left; }
  #new_job_form td, #new_event_form td {
    width: 150px; }
    #new_job_form td label, #new_event_form td label {
      font-weight: bold;
      color: #666;
      clear: both;
      display: block; }
    #new_job_form td input, #new_event_form td input {
      padding: 4px;
      width: 142px;
      margin-right: 2px; }

#events_list {
  float: left;
  width: auto; }
  #events_list p {
    padding: 0px;
    margin: 2px;
    font-size: 11px; }

#header {
  border-bottom: solid 1px #ccc;
  margin-bottom: 7px; }

#footer {
  margin: 20px 0px;
  border-top: solid 1px #ccc;
  background: #eee;
  padding: 10px; }

.orange_block {
  width: 20px;
  height: 20px;
  border-right: solid 4px #fff;
  background: orange;
  float: left; }

.monthName {
  display: none; }

.event_day {
  border: solid 11px orange; }

a img {
  border: none; }
