
/*********************************************************************************************************************/

body, html {
  color: #606060;
  padding: 0px;
  margin: 0px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  background: url(/images/sidebar.png) repeat-y #FFFFFF;
  font-size: 90%;
}

img {
  border: none;
}

a:link {
  color: rgb(153,153,51);
  text-decoration: underline;
}

a:visited {
  color: rgb(153,153,51);
  font-style: normal;
  text-decoration: underline;
}

a:link:hover {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

a:visited:hover {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

a:link:active {
  font-style: normal;
  text-decoration: underline;
}

a:visited:active {
  font-style: normal;
  text-decoration: underline;
}

b {
  color: black;
}

h1 {
  font-size: 200%;
  color: black;
  background: none;
}

h2 {
  font-size: 160%;
  color: black;
}

/*********************************************************************************************************************/

.title {
  cursor:pointer;
  font-size: 170%;
  color: #6E6E67;
  margin: 30px;
  padding: 15px;
  font-weight: bold;
  border: 1px dashed #D5D5CC;
  text-align: center;
  background: url(/images/slash-light.gif);
  font-family: Tahoma, Arial, sans-serif;
}

.titleimage {
  cursor:pointer;
  margin: 40px 40px 0px;
  float: right;
}

.listentry {
  margin-bottom: 16px;
}

.navigation {
  float: left;
  width: 280px;
  font-size: 90%;
  margin-top: 50px;
}

.navigation td {
  height: 40px;
  display: block;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  border: none;
  background: url(/images/slash.gif);
  cursor: pointer;
}

.navigation td:hover {
  height: 40px;
  display: block;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  border: none;
  background: url(/images/slash-light.gif);
  cursor: pointer;
}

#firefox {
  padding: 1px;
  width: 182px;
  margin-left: 5px;
  margin-top: 30px;
  background: url(/images/slash.gif);
  cursor: pointer;
}

#firefox:hover {
  padding: 1px;
  width: 182px;
  margin-left: 5px;
  margin-top: 30px;
  background: url(/images/slash-light.gif);
  cursor: pointer;
}

.content {
  font-family: Verdana, Arial, sans-serif;
  color: #606060;
  margin-left: 350px;
  width: 70%;
}

.content-small {
  margin-left: 350px;
  margin-right: 150px;
}

.content h1,
.content-small h1 {
  border-bottom: 1px solid black;
  text-align: right;
  font-family: Trebuchet MS, Arial, sans-serif;
}

.events {
  margin-right: 250px;
}

.calendar {
  float: right;
	width: 220px;
	min-width: 200px;
  color: #808080;
	margin-left: 1px;
  text-align: center;
}

#magentaBox {
  position: absolute;
  width: 130px;
  height: 350px;
  z-index: 4;
  left: 197px;
  top: 250px;
  background-color: rgb(123, 0, 59);
  visibility: hidden;
}

#blueBox {
  position: absolute;
  width: 130px;
  height: 350px;
  z-index: 5;
  left: 197px;
  top: 340px;
  background-color: rgb(87, 147, 172);
  visibility: hidden;
}

#tooltips {
  position: absolute;
  height: 260px;
  z-index: 6;
  left: 202px;
  width: 120px;
  top: 360px;
  background: none;
}

.tooltip {
  position: absolute;
  top: 0px;
  color: white;
  font-size: 90%;
  visibility: hidden;
  font-family: "Arial";
}

.footer {
  font-size: 80%;
  text-align: center;
  margin: 500px 150px 50px 350px;
}

div.news-entry {
  padding-top: 20px;
  padding-bottom: 30px;
}

.statistics {
  position: absolute;
  top: 800px;
  left: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 70%;
  width: 170px;
}

.statistics table {
  padding: 2px;
  color: gray;
  background-color: #E2E0DA;
}

.statvalue {
  color: black;
  font-family: Verdana, Arial, sans-serif;
  text-align: left;
  font-weight: bold;
}

.gallery-entry {
  border-bottom: 1px solid #000000;
}

.image-description {
  color: black;
  font-size: 80%;
  font-weight: bolder;
}

.training {
  margin-right: 250px;
  border-top: 1px dotted black;
}

.training i {
  color: rgb(51,102,204);
}

/*********************************************************************************************************************/

/* The blog styles */
.blog {
  font-family: Verdana, Arial, sans-serif;
  /*padding-right: 300px;*/
  width: 60%;
}

.blog p {
  font-size: 90%;
  width: 100%;
}

.blog table {
  width: 100%;
}

.blogTopic {
  font-size: 110%;
  font-weight: bold;
  color: rgb(0,102,204);
  width: 50%;
  vertical-align: baseline;
}

.blogDate {
  font-size: 70%;
  color: black;
  text-align: right;
  vertical-align: baseline;
  font-weight: bold;
  width: 50%;
}

.blogComments {
  width: 100%;
  text-align: right;
  font-size: 70%;
  padding-bottom: 30px;
  border-bottom: 1px dotted black;
}


/*********************************************************************************************************************/

/* For masthead text */
.texthead {
  font-weight: bold;
  color: black;
}

/*********************************************************************************************************************/

.contests {
  width: 99%;
  border: 1px solid rgb(123, 0, 59);
  color: black;
}

.contests td{
  padding: 3px 5px 3px 5px;
}

.contest-head {
  background: rgb(123, 0, 59);
  color: white;
  text-align: center;
}

.contest-line-even {
  background: white;
}

.contest-line-odd {
  background: rgb(205, 223, 230);
}

/*********************************************************************************************************************/

.doc-entry {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  padding: 5px
}
