/******************************************************************* elements */
html, body {
  background: #eee url(../custom/body-bgs.gif);
}
blockquote {
  background: url(../custom/quote.gif) top left no-repeat;
  color: #333;
}
a:link, a:active, a:focus, a:hover, a:visited {
  color: #00f;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: underline;
}
.disabled {
  color: #aab;  
}
/********************************************************************* layout */
#wrap {
  background: #fff url(../custom/wrap-bg.gif) repeat-y 75% 0;
  border-color: #339;
}
#head {
  background: #e0ad14 url(http://www.deancastle.com/images/layout/v2headerEvents.jpg);
}
#head table  {
  width: 100%;
}
#head table td.connected {
  color: #000;
  background-image: none;
  text-align: right;
} 
#head a {
  color: #c06e0b;
}
#foot {
  background: #b35307;
  color: #fff;
  border-color: #339;
}
#foot a {
  color: #fff;  
}
/*********************************************************************** menu */
#menu {
  background: #fff;
  border-top-color: #fff;
  border-bottom-color: #339;
}
#menu ul {
  background: #b35307;
}
#menu a {
  background: #b35307;
  color: #fff;
}
#menu a:hover, #menu a:focus {
  background: #55b;
}
#menu a:active {
  background: #55b;
}

/*********************************************************************** list */
table.list tr.alt {
  background: #e8e8ff;
}
table.list th {
  background: #cacaff;
  border-color: #339; 
}
table.list td {
  border-color: #99c; 
}
table.form {
  background: #e8e8ff;
  border: 1px solid #99c;
}
table.form table.list tr {
  background: #fafafa;
}
div.form {
  background: #e8e8ff;
  border-color: #99c;
}

/******************************************************************* calendar */
table.calendar tr.date th, table.calendar tr.resource th {
  background: #e8e8ff url(../custom/cal-head.gif) repeat-x bottom left;
}
table.calendar tr.date td, table.calendar tr.resource td {
  background: #e8e8ff url(../custom/cal-corner.gif) repeat-x bottom left;
}
table.calendar tr.resource th {
  background-image: url(../custom/cal-head-h.gif);
}
table.calendar tr.resource td {
  background-image: url(../custom/cal-corner-h.gif);
}
table.calendar tr.foot td {
  background: #fff url(../custom/cal-border.gif) repeat-x top left;
}


/****************************************************************** timescale */
table.time td, table.time th {
  background: #e8e8ff url(../custom/cal-border.gif) repeat-x top left;
}

/********************************************************** border for photos */
img.photo {
  border: 1px solid #99c;
}


