@import "menu.css";
@import "submenu.css";
@import "events.css";
@import "galleries.css";

body {
  margin: 0;
  padding: 0;
  color: black;
  background: url( ../img/body_bg2.jpg ) left top repeat-x #A1C0D8; /*background-color: #7BAA29;*/
  font-family: arial, helvetica, verdana, tahoma, sans-serif;
  font-size: 90%;
}

.mask {
  filter: alpha( opacity = 90 );
  -moz-opacity: .9;
}

td {
  color: rgb( 68, 68, 68 );
  font-size: 10pt;
}

th {
  color: rgb( 68, 68, 68 );
  font-size: 10pt;
  font-weight: bold;
}

.noprint {
}

div.pager {
  font-size: 11px;
}

div.pager b {
  padding-right: 5px;
  font-weight: bold;
}

div.pager a {
  color: red;
}

#topmenu {
  text-align: right;
  padding: 3px 30px; /*width: 25%;*/
/*background-color:red;*/
}

#slidebar {
  height: 900px;
  padding: 20px 5px;
  background: url( ../img/slidebar.png ) center top no-repeat;
}

#slidebar h2 {
  font-size: 15px;
  font-weight: bold;
  color: darkblue;
  border-bottom: solid 1px darkblue;
}

#content {
  margin: 10px;
}

#content h1 {
  color: orangered;
  font-size: 22px;
}

#content h2 {
  font-size: 16px;
  color: gray;
  border-bottom: solid 1px darkgray;
}

#content h3 {
  font-size: 13px;
  color: orangered;
  border-bottom: solid 1px orangered;
}

#content p {
  font-family: arial, helvetica, verdana, tahoma, sans-serif;
  line-height: 130%;
  font-size: 14px;
}

.wrapright {
  border: 0 none;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  float: right;
  text-align: right;
}

table.small {
}

table.small td {
  vertical-align: top;
  border: none;
  font-size: 8pt;
}

table.small th {
  text-align: left;
  vertical-align: top;
  font-size: 8pt;
  font-weight: bold;
}

table.moving {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
}

table.moving th {
  background: url("../img/icons/film.jpg") center left no-repeat white;
  text-align: left;
  font-weight: normal;
  padding: 5px 20px;
  border-bottom: dotted 1px gray;
}

table.moving td {
  width: 50%;
}

#footer {
  margin: 4px;
  color: silver;
  font-size: 11px;
  height: 40px;
}

#footer a, #footer a:hover {
  color: red;
}

ul.sitemap li {
  margin-top: 10px;
}

ul.sitemap a, ul.sitemap a:visited {
  font-weight: normal;
  color: red;
}
