/**************************/
/* standard HTML elements */
/**************************/
body {

}
a:LINK, a:VISITED, a:ACTIVE {
}
a:HOVER {
}
form {
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.tt-hint {
visibility:hidden;
}

.suburb_search {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border: 2px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    line-height: 30px;
    outline: medium none;

    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

.tt-dropdown-menu {
  width: 250px;
  margin-top: 5px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 8px 8px;
  font-size: 14px;
  color: #111;
  background-color: #F1F1F1;
}






/**************************/
/* Divs                   */
/**************************/
#main_page{
  padding-left: 20px;
  padding-right: 20px;
}

/* calendar */
table.calendar {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 11pt;
  width: 80%;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  margin: 5px;
  background: #ffffcc;
}
table.calendar caption {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  width: 100%;
  background: #90bade;
}
table.calendar tr {
  border-style: dashed;
  border-width: 1px;
}
table.calendar th {
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
table.calendar td {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
table.calendar td.curr_day {
  background: #90bade;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}


.photoContainer h3 {
  vertical-align: top;
}
.photo {
  float: left;
}