body {
	background-color:#ffffff;
	margin:0px;
	font-size:12px;
	font-family:helvetica,verdana,sans-serif;
	color: #6E6C6D;
}

p,td,pre {
	font-size:12px;
	font-family:helvetica,verdana,sans-serif;
}
p {
  margin-bottom:5px;
  margin-top:5px;
}

form {
    margin: 0px;
}

a {
    font-size: 12px;
    color: #005187;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 16px;
    text-transform : lowercase;
    color: #E27D00;
    font-weight: normal;
    margin-bottom: 5px;
}
h1 a {
    font-size: 16px;
    text-transform : lowercase;
    color: #E27D00;
    font-weight: normal;
    margin-bottom: 5px;
    text-decoration: underline;
}


.big {
    font-size: 20px;
}

h2 {
    margin-top: 5px;
    font-size: 12px;
    color: #E27D00;
    font-weight: normal;
}
h2 a {
    margin-top: 5px;
    font-size: 12px;
    color: #E27D00;
    font-weight: normal;
    text-decoration: underline;
}

.orange {
    color: #E25C00;
}

.white {
    color: #ffffff;
}

.red {
    color: #cc0000;
}

.small, a .small, .small a {
    font-size: 10px;
}

.menu, a .menu, .menu a {
    color: #005187;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}

.title, a .title, .title a {
    color: #F1853E;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
}

.title2, a .title2, .title2 a {
    color: #F1853E;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}

.error {
    color: #ff0000;
    font-weight: normal;
}

.login-required {
    color: #cc0000;
    font-weight: bold;
    padding: 10px;
    background-color: #ebebeb;
    border: 2px solid #cc0000;
}
.warning {
    width: 80%;
    color: #cc0000;
    font-weight: normal;
    font-size: 12px;
    padding: 10px;
    background-color: #ebebeb;
    border: 2px solid #cc0000;
}

.confirm, .success {
    color: #E25C00;
    font-weight: normal;
}

.form2 {
  font-size: 11px;
  font-weight: normal;
  color: #686667;
}

.forminput {
  background-color1: #D8E3EF;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  border: 0px;
}
.forminput2 {
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  border: 1px solid #BCBCBC;
}


.subject {
  font-weight: normal;
}
.nick {
  font-weight: normal;
}
.date {
  font-size: 10px;
  font-style: italic;
}


.owner, a .owner, .owner a {
    color: #cc0000;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
}

.message {
    background-color: #E7EEF5;
    border: 1px solid #CAD9E9;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
.comment {
    background-color: #EFEFEF;
    border: 1px solid #e6e6e6;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    width: 90%;
}

.tablemenu {
  background-color: #D8E3EF;
}
.tablemenu a {
  font-size: 16px;
  color: #6E6C6D;
  text-decoration: none;
  text-transform : lowercase;
}
.tablemenu a.selected {
  color: #F1853E;
}
.tablemenu td {
  font-size: 16px;
  color: #6E6C6D;
  text-transform : lowercase;
}

.article, a .article, .article a {
    color: #6E6C6D;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
}

.green1 {
    background-color: #D8E3EF;
}

.content {
    text-align: justify;
}

.exif {
  font-size: 80%;
  color: #7299C5;
}

.weathertable {
  border: 1px solid #ffcc00;
}
.weathertable td {
  padding: 3px;
  font-size: 11px;
}
.weathertable th {
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
}
.weathertable .date {
  background-color: #ffff99;
}
.weathertable .camp {
  background-color: #ffffcc;
}
.weathertable .outside {
  background-color: #ffff99;
}
.weathertable .weather {
  background-color: #ffffcc;
}

/*
panels
*/
.topleftpanel {
    background-color: #fff;
    width: 145px;
}
.leftpanel {
    background-color: #fff;
    width: 145px;
    padding: 0px 3px;
}
.rightpanel {
    background-color: #fff;
    border: 1px dashed #CAD9E9;
    padding:5px;
    width: 180px;
}
.spanel {
    position: absolute;
    border: 1px solid #FFDDAC;
    padding: 0px;
    margin-bottom: 15px;
    background-color: #fff;
    z-index: 1;
    width: 140px;
}
.spanel h2 {
    background-color: #FFDDAC;
    font-weight: bold;
    font-size: 12px;
    font-color: #E27D00;
	padding:3px;
	font-weight:bold;
	border-bottom: 1px solid #FFDDAC;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	margin-top: 0px;
	cursor: move;
}
.spanel .content {
    padding: 3px;
}


/* forum */
.forum_message {
    background-color: #E7EEF5;
    border: 1px solid #CAD9E9;
    margin: 5px;
    padding: 5px;
    width: 550px;
}
.forum_subject {
  font-weight: bold;
}

.comment-line {
  color: #cccccc;
  margin-top: 5px;
}
.comment-line a {
  color: #A5A5A5;
}

.adv {
  font-size:10px;
}
.adv a {
  font-size: 10px;
}


.camp-title {
  background: #ffffff url(/images/icon_camp.gif) no-repeat top left;
  border-bottom: 1px dashed #8A8A8A;
/*  width: 550px;*/
  height: 30px;
  margin: 0px 20px 20px 40px;
  padding: 20px 20px 10px 60px;
}
