body {
  font-size:62.5%;
  margin:0em;
  padding:0em;
  background: url(../img/background.gif) top center repeat-y;
  font-family: "Trebuchet MS", arial, verdana, sans-serif;
}
#page-container {
  width: 780px;
  margin:0px auto;
  padding:0px;
  border-left: solid 1px rgb(150,150,150);
  border-right: solid 1px rgb(150,150,150);
  background-color: rgb(255,255,255);
}
.page-info {
  float: left;
  position: absolute;
  z-index: 3;
  width: 775px;
  top:3px;
  padding-right:5px;
  text-align:right;
  font-size:110%;
  text-transform:uppercase;
  color: rgb(150,150,150);
  background-color:transparent;
}
.site-name a:visited, .site-name a, .site-name a:hover {
  clear: both;
  float: left;
  position: absolute;
  z-index: 1;
  width: 700px;
  top: 30px;
  margin: 0px;
  padding-left: 14px;
  background-color: transparent;
  color: rgb(225,225,225);
  text-decoration:none;
  font-weight: bold;
  font-size: 24px;
}
.header {
  clear: both;
  float: left;
  width: 780px;
  height: 110px;
  margin: 0px;
  padding: 0px;
  background: url(../img/header.jpg) top center no-repeat;
}
.menu {
  clear: both;
  float: left;
  width: 780px;
  margin: 0px;
  padding: 0px;
  border-top: solid 1px rgb(125,125,125);
  border-bottom: solid 1px rgb(125,125,125);
  background-color: rgb(170,170,170);
}
.menu ul {
  list-style: none !important;
  margin: 0px !important;
  padding: 0px !important;
  font-weight: bold !important;
}
.menu li {
  float:left;
  display: block;
  margin: 0px;
  padding:0px;
}
.menu li a, .menu li a:visited  {
  color: rgb(255,255,255);
  margin: 0px;
  padding: 0px 7px 0px 7px;
  border-right: solid 1px rgb(255,255,255);
  text-decoration: none;
  font-size: 100%;
}
.menu a:hover, .menu a.selected {
  background-color: rgb(120,120,120);
  color: rgb(240,240,240);
  text-decoration: none;
}
.submenu {
  margin: 0px;
  margin-bottom:10px !important;
  padding: 0px;
  padding-bottom:10px;
}
.submenu ul {
  list-style: none !important;
  padding: 0px !important;
}
.submenu li {
  float:left;
  display: block;
  margin-right:15px;
  padding: 0px;
}
.submenu li a:link, .submenu li a:hover, .submenu li a:visited {
  color: rgb(80,80,80);
  text-decoration: none;
  font-size: 100%;
  font-weight:bold;
}

.left-sidebar {
  clear: both;
  float: left;
  width: 150px;
  margin: 0px;
  padding: 5px;
  background-color:rgb(255,255,255);
  color: rgb(80,80,80);
}
.sidebarbox-border {
  width: 130px;
  margin: 0px 0px 1.0em 0px;
  padding: 4px 4px 4px 4px;
  border: solid 1px rgb(200,200,200);
  background-color:#eeeeee;
  clear:both;
}
.sidebarbox-border h3 {
  display: block;
  margin: 0px 0px 0.5em 0px;
  padding: 2px 5px 2px 5px;
  background-color:#C0C0C0;
  font-weight: bold;
  color:#404040;
  font-size: 120%;
}
.sidebarbox-border p {
  margin: 0px 0px 0.4em 0px;
  padding: 0px;
  background-color:transparent;
  color:#505050;
  font-size: 110%;
  text-indent:0px;
}
.sidebarbox-author {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background-color:transparent;
  color:#404040;
  font-size: 110%;
  font-style:italic;
  text-align:right;
  clear:both;
}
#login {
  background-color:transparent;
  color:#404040;
  font-size: 110%;
  display:block;
  margin-bottom:3px;
}
#login-form {
  width: 130px;
  margin: 0px 0px 1em 0px;
  padding: 4px 4px 4px 4px;
  border: solid 1px rgb(200,200,200);
  background-color:#eeeeee;
}
#login-form form{
  margin: 0px 0px 0px 0px;
}
#login-form table{
  width:120px;
  margin: 0px 0px 0px 0px;
  border:none;
}
#login-form td{
  padding: 0px 0px 0px 0px;
  border:none;
  text-align:right;
}
#login-form input{
  margin: 1px 0px 1px 0px;
  padding: 0px 0px 0px 0px;
  border: solid 1px rgb(200,200,200);
  background-color:#ffffff;
}
#login-form .label-reg {
  color:#505050;
  font-size: 110%;
  float:left;
  width:20px;
  padding:0px;
  padding-top:2px;
}
.container-content-sidebar {
   float: left;
   width: 620px;
   min-height: 400px;
   margin: 0px;
   padding: 0px;
   background-color: rgb(255,255,255);
}
* html .container-content-sidebar {
  height: 400px;
}
.content{
  float: left;
  width: 420px;
  margin: 0px;
  padding: 5px 10px 0px 10px;
  background-color: rgb(255,255,255);
  font-size: 1.0em;
  line-height: 1.7em;
  color: rgb(80,80,80);
}
h1 {
  clear: left;
  margin: 1.0em 0px 1.0em 0px;
  font-weight: bold;
  font-size: 150%;
}
h2 {
  clear: left;
  margin: 1.5em 0px 1.0em 0px;
  font-weight: bold;
  font-size: 140%;
}
h3 {
  clear: left;
  margin: 1.0em 0px 0.6em 0px;
  font-weight: bold;
  font-size: 130%;
}
h4 {
  clear: left;
  margin: 0.5em 0px 0.5em 0px;
  font-weight: bold;
  font-style: italic;
  font-size: 130%;
}
p {
  clear:left;
  margin: 0em 0px 0.5em 0px;
  padding: 0px;
  font-size: 130%;
  text-align:justify;
  text-indent:20px;
}
.goodMessage{
  background: url(../img/accept.png) top left no-repeat;
}
.badMessage{
  background: url(../img/cancel.png) top left no-repeat;
}
.neutralMessage{
  background: url(../img/information.png) top left no-repeat;
}
.alertMessage{
  background: url(../img/alert.png) top left no-repeat;
  color:#ff0000;
  font-weight:bold;
}
pre{
  font-size:150%;
}
.application{
  width:500px;
  overflow:auto;
  border:1px solid rgb(80,80,80);
}
.perexMenu{
  text-align:right;
  font-size:110%;
}
.comment{
  margin:5px;
}
.forumItem{
  margin:5px;
  margin-bottom:15px;
  background-color:#eeeeee;
  border-left:1px solid black;
}
.forumItem p{
  padding:5px;
}
.forumAuthor{
  border-top:1px solid #c0c0c0;
  text-align:right;
  padding-right:5px;
  font-size:120%;
  font-weight:normal;
  font-style:italic;
}
.forumCaption{
  border-bottom:1px solid #000000;
  padding-left:5px;
  font-size:130%;
  font-weight:bold;
}
.forumCaption a, .forumCaption a:visited{
  font-weight:normal;
  text-decoration:none;
}

.forumDate{
  border-bottom:1px solid #000000;
  float:right;
  font-size:110%;
}
dl {
  margin: 5px 10px 5px 10px;
  padding: 0px 0px 0px 20px;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 130%;
  clear:left;
}
dd {
  margin: 1px 0px 10px 5px;
}
ul {
  margin: 5px 10px 5px 10px;
  padding: 0px 0px 0px 30px;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 130%;
  clear:left;
}
ol {
  margin: 5px 10px 5px 17px;
  padding: 0px 0px 0px 30px;
  list-style-type: decimal;
  list-style-position: outside;
  font-size: 130%;
  clear:left;
}
li{
  margin-bottom:3px;
  padding-left:4px;
}

table{
  clear:left;
  border-collapse:collapse;
  border: solid 1px rgb(150,150,150);
  margin:5px;
}
tr {
  margin: 0px;
  padding: 0px;
}
td {
  padding: 2px 7px 2px 7px;
  border: solid 1px rgb(150,150,150);
  font-size: 120%;
  margin: 0px;
}
th {
  margin: 0px;
  padding: 2px 7px 2px 7px;
  border: solid 1px rgb(150,150,150);
  background-color:rgb(237,237,237);
  empty-cells: show;
  text-align: left;
  font-size: 120%;
}

.tableForm{
  border:none;
  border-collapse:collapse;
  width:auto;
}

.tableForm td{
  border:none;
  padding-bottom:3px;
}

.tableForm .delimiter{
  font-weight:bold;
  padding-top:10px;
  padding-bottom:3px;
}
fieldset{
  border:1px solid rgb(80,80,80);
  background:rgb(250,250,250);
  margin-bottom:5px;
  clear:left;
}
legend{
  border:none;
  font-size: 130%;
}
.tableForm input, .tableForm select, .tableForm textarea {
  border:1px inset #c0c0c0;
}

.tableForm .button {
  border:1px outset black;
}

.noborder {
  border:none;
}
form{
  margin:0px;
}

.calendar td.selected{
  background-color:#E2D3D3;
  border:2px solid #a0a0a0;
}
.newsboard{
  font-size:100%;
  width:400px;
  border-bottom:1px solid rgb(80,80,80);
  padding:5px;
  clear:left;
}
img{
  margin:4px;
  padding:4px;
  border:1px solid #dddddd;
}
.icon{
  border:none;
  margin:0px;
  padding:0px;
}
.img-right{
  float:right;
}
.img-left{
  float:left;
}
.img-help{
  border:none;
  margin:0px;
  margin-right:5px;
  float:left;
  padding:0px;

}
.right-sidebar {
   float: right;
   width: 142px;
   margin: 0px ;
   padding:5px;
   background-color: rgb(255,255,255);
}
.right-sidebar font{
  font-size:1em;
  color:rgb(100,100,100);
}
.right-sidebar table{
  background-color:inherit;
  border:none;
  margin:0px;
}
.right-sidebar td{
  width:140px;
  background-color:transparent;
  word-wrap: break-word;
  border:none;
}
.right-sidebar div{
  margin-top:5px;
}
.footer {
  clear: both;
  width: 780px;
  margin: 0em 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  border-top: solid 1px rgb(200,200,200);
  border-bottom: solid 1px rgb(200,200,200);
  background-color: rgb(255,255,255);
  text-align: center;
  font-size: 1.0em;
  line-height: 1.4em;
  color: rgb(110,110,110);
}
a, a:visited{
  color:#0000ff;
  text-decoration: underline;
}
h2 a, h2 a:visited {
  text-decoration:none;
  color: rgb(80,80,80);
}
h2 a:hover {
  text-decoration:none;
  color: rgb(110,0,0);
}
th a{
  color:#000000 !important;
}
.galleryThumb{
  width:150px;
  text-align:center;
  margin:5px;
/*  border:1px solid black;*/
  padding:4px;
}
.galleryThumb p{
  font-size:100%;
  text-indent:5px;
}
.galleryThumb h3{
  font-size:120%;
}

.survey{
  margin:5px;
  margin-bottom:15px;
  width:250px;
  border-bottom:1px solid #E1E1E1;
}
.surveyOption{
  margin:0px;
  margin-bottom:8px;

}
.surveyOption p{
  text-indent:0px;
}
.surveyOptionBar{
  font-size:1px;
  margin:0px;
  height:8px;
  background:#c0c0c0;
  border:2px solid #000000;
}

a:hover {
  color: rgb(110,0,0);
  text-decoration: none;
}
.footer a {
  color: rgb(150,150,150);
  text-decoration: underline;
}
.footer a:hover {
  color: rgb(0,0,0);
  text-decoration: none;
}
.hide {
  display:none;
}
.navigation, .navigation a, .navigation a:visited{
  font-size:100%;
  color:#5B5B5B;
}
#TooltipContainer{
  border:1px solid black;
  background-color:#ffff80;
  position:absolute;
  z-index:auto;
  visibility:hidden;
  padding:2px;
  font-size:120%;
  color:#000000;
}
#hover{
  color:#EDEDE4;
}

