body {
  background: #ffffff url('../i/sand.jpg') bottom right no-repeat fixed;
  margin: 0;
  padding: 0;
}
div.clouds {
  background: transparent url('../i/clouds.gif') top left no-repeat;
  height: 262px;
  width: 323px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
div.top {
  background: transparent url('../i/bodybg.png') repeat-x;
  height: 410px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.logo {
  background: transparent url('../i/logo.png') no-repeat;
  width: 530px;
  height: 61px;
  display: block;
  margin: 30px 0px;
}
div.content {
  margin: 0 auto;
  width: 980px;
  position: relative;
  padding-bottom: 30px;
}
.filtername {
  font-weight: bold;
  font-weight: 12px;
}
.filter { margin: 5px 0 0 30px; }
input { margin-right: 10px; }
.bold { font-weight: bold; }
#maincon {
  padding: 25px 15px 30px 10px;
  float: left;
  width: 700px;
}
#sidebar {
  width: 250px;
  float: right;
  margin-top: 30px;
}
#sidebar h3 {
  background-color: #e777a4;
  color: #ffffff;
  margin-right: 20px;
  padding: 5px;
  font-size: 16px;
}
#sidebar ul { padding-left: 15px; }
#sidebar li {
  padding: 0;
  margin: 2px 0;
}
#sidebar li a {
  color: #fb81b2;
  padding: 3px;
}
#sidebar li a:hover {
  color: #ffffff;
  background: #fb81b2;
  text-decoration: underline;
  padding: 3px;
}
#body {
  padding-bottom: 40px;
  position: relative;
}
#body p { font-size: 1.1em; }
#nav {
  padding: 2px 0px 0px 20px;
  text-indent: 0;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  width: 960px;
  background-color: #78c7e2;
}
#nav li {
  display: inline;
  padding: 0;
  margin: 0;
}
#nav li a {
  letter-spacing: normal;
  text-decoration: none;
  color: #fef805;
  font-size: 1.8em;
  padding: 0 10px;
  border-right: 1px solid #dbedb0;
}
#nav a#current { color: #8a4700; }
#nav li a:hover { text-decoration: underline; }
body {
  font-size: 90%;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #111111;
  margin: 0;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin: 10px 0 5px;
}
h2 {
  font-size: 2em;
  margin: 10px 0 5px;
}
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin: 10px 0 5px;
}
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin: 10px 0 5px;
  height: 1.25em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin: 10px 0 5px;
}
h6 {
  font-size: 1em;
  font-weight: bold;
}
h1 img { margin: 0; }
h2 img { margin: 0; }
h3 img { margin: 0; }
h4 img { margin: 0; }
h5 img { margin: 0; }
h6 img { margin: 0; }
p { margin: 0 0 1em; }
p img {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
p img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}
p img.left {
  float: left;
  margin: 0 1.5em 2em 1.5em;
}
a {
  color: #187f90;
  text-decoration: none;
}
a:hover {
  color: #187f90;
  text-decoration: underline;
}
blockquote {
  margin: 1.5em;
  color: #666666;
  font-style: italic;
}
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666666; }
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del { color: #666666; }
pre, code {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
ul { margin: 0; }
li { list-style-type: none; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
  background: #c3d9ff;
}
th, td { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eeeeee; }
.small {
  font-size: 0.8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide { display: none; }
.quiet { color: #666666; }
.loud { color: #000000; }
.highlight { background: #ffff00; }
.added {
  background: #006600;
  color: #ffffff;
}
.removed {
  background: #990000;
  color: #ffffff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
  border-right: none !important;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.clear { clear: both; }
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #e5ecf9;
}
hr {
  background: #dddddd;
  color: #dddddd;
  clear: both;
  float: none;
  width: 100%;
  height: 0.1em;
  margin: 0 0 1.45em;
  border: none;
}
hr.space {
  background: #ffffff;
  color: #ffffff;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix, .container { display: inline-block; }
* html .clearfix { height: 1%; }
* html .container { height: 1%; }
.clearfix, .container { display: block; }
.clear { clear: both; }
.calendarbox, .clockbox {
  margin: 5px auto;
  font-size: 11px;
  width: 16em;
  text-align: center;
  background: #dac292;
  position: relative;
}
.clockbox { width: auto; }
.calendar {
  margin: 0;
  padding: 0;
}
.calendar table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  background: #dac292;
  width: 99%;
}
.calendar caption {
  margin: 0;
  font-size: 12px;
  text-align: center;
  border-top: none;
}
.calendarbox h2 {
  margin: 0;
  font-size: 12px;
  text-align: center;
  border-top: none;
}
.calendar th {
  font-size: 10px;
  color: #666666;
  padding: 2px 3px;
  text-align: center;
  background: #e1e1e1 url(/media/img/admin/nav-bg.gif) 0 50% repeat-x;
}
.calendar td {
  font-size: 11px;
  text-align: center;
  padding: 0;
  border-bottom: none;
}
.calendar td.selected a { background: #c9dbed; }
.calendar td.nonday { background: #efefef; }
.calendar td.today a { background: #ffffcc; }
.calendar td a {
  display: block;
  font-weight: bold;
  padding: 4px;
  text-decoration: none;
  color: #444444;
}
.timelist a {
  display: block;
  font-weight: bold;
  padding: 4px;
  text-decoration: none;
  color: #444444;
}
.calendar td a:hover {
  background: #5b80b2;
  color: white;
}
.timelist a:hover {
  background: #5b80b2;
  color: white;
}
.calendar td a:active {
  background: #003366;
  color: white;
}
.timelist a:active {
  background: #003366;
  color: white;
}
.calendarnav {
  font-size: 10px;
  text-align: center;
  color: #cccccc;
  margin: 0;
  padding: 1px 3px;
}
.calendarnav a:link { color: #999999; }
#calendarnav a:visited { color: #999999; }
#calendarnav a:hover { color: #999999; }
.calendar-shortcuts {
  background: white;
  font-size: 10px;
  line-height: 11px;
  padding: 3px 0 4px;
  color: #cccccc;
}
.calendarbox .calendarnav-previous {
  display: block;
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  background: #c9dbed url(../img/admin/default-bg.gif) bottom left repeat-x;
  padding: 1px 4px 2px 4px;
  color: white;
}
.calendarbox .calendarnav-next {
  display: block;
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  background: #c9dbed url(../img/admin/default-bg.gif) bottom left repeat-x;
  padding: 1px 4px 2px 4px;
  color: white;
}
.calendarnav-previous:hover { background: #003366; }
.calendarnav-next:hover { background: #003366; }
.calendarnav-previous {
  top: 0;
  left: 0;
}
.calendarnav-next {
  top: 0;
  right: 0;
}
.calendar-cancel {
  margin: 0 !important;
  padding: 0;
  font-size: 10px;
  background: #e1e1e1 url(../img/admin/nav-bg.gif) 0 50% repeat-x;
  border-top: 1px solid #dddddd;
}
.calendar-cancel a {
  padding: 2px;
  color: #999999;
}
ul.timelist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.timelist li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.timelist a { padding: 2px; }
.error, .notice, .success {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
}
.error {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
.notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
.success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
.error a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }

