/* main navigation */

#col1 div.navigation {
  border: none;
  padding-left: 5px;
}
#col1 div.navigation ul {
  margin: 0px 5px 0px 0px;
  padding: 0px;
  color: #4F5920;
  border-bottom: 1px solid white;
}

#col1 div.navigation ul ul {
  border: 0px;
  margin: 0px;
}

#col1 div.navigation ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top: 1px solid white;
}
#col1 div.navigation ul li a {
  margin: 0px;
  padding: 0px;
  padding-left: 3px;
  text-decoration: none;
    border-left: 10px solid #0861b1;
    display:block;
}
#col1 div.navigation ul li a:hover {
  text-decoration: underline;
}
#col1 div.navigation ul li li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#col1 div.navigation ul li li.active {
	color: #0861b1;
}

#col1 div.navigation ul li li a {
  font-size: .9em;
	border-left: 10px solid #f5a301;
}

#col1 div.navigation ul li li li a {
  font-size: .9em;
	border: 0px;
	background: url("pics/navbullet2.gif") no-repeat;
	background-position: left center;
	padding-left: 12px;
}

#col1 div.navigation a.active {
	color: #0861b1;
	font-weight: bold;
}

/* right boxes */

#col2 div.box {
  border-bottom: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#col2 h3 {
	border: 0;
  color: white;
  font-weight: bold;
  font-size: 1em;
  padding-left: .5em;
  background: #ffcc00;
  line-height: 2em;
}

#col2 div.box div.boxTitle {
  color: white;
  font-weight: bold;
  font-size: 1em;
  padding-left: .5em;
  background: #ffcc00;
  line-height: 2em;
}
#col2 div.box div.boxData {
  padding: 4px;
}

/* path navigation in content area */

#main div.pathnav {
  border-bottom: 1px solid #97A948;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-top: 8px;
}
#main div.pathnav img {
  width:9px;
  height:8px;
  border: none;
  margin-left: 6px;
  margin-right: 6px;
}
#main div.pathnav a.pathMenu {
  text-decoration: none;
  color: #F0AB04;
  font-weight: bold;
  font-size: 11px;
}

#col2 div.boxData a {
  text-decoration: none;
  color: #336;
}

#col2 div.boxData a:hover {
  background-color: inherit;
  text-decoration: underline;
}

#col2 div.boxData .teaserBoxTopicTitle a {
  text-decoration: none;
  font-size: .9em;
}

#col2 .teaserBoxTopicTitle a {
  text-decoration: none;
}
#col2 .teaserBoxTopicTitle a:hover {
  text-decoration: underline;
}
#col2 .teaserBoxTopicTeaser {
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 11px;
}

div.navigationStatic {
  text-align: right;
  line-height: 11px;
}

div.navigationStatic a {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
}
div.navigationStatic img {
  width: 6px;
  height: 4px;
  border: none;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

/* calendar */

table.calendar {
  width: 200px;
}
table.calendar a {
  font-weight: bold;
  text-decoration: none;
}
table.calendar td {
  text-align: right;
}
table.calendar td.calTitle {
  text-align: center;
}
table.calendar td.navLeft {
  text-align: left;
}
table.calendar td.navRight {
  text-align: right;
}
table.calendar td.calheader {
  text-align: center;
}

/* general */

input.submitButton,
input.btn {
  margin-top: 5px;
  border: 1px solid #000;
  width: 100px;
  height: 20px;
  background-color: #90A33B;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}

/* main navigation */

#navigationContainer {
  float: left;
  width:160px;
}

#navigationContainer ul.pageTranslations {
  border-top:1px solid #90A23B;
  list-style-type: none;
  margin: 0px 5px 0px 15px;
  padding: 5px 0px 0px 0px;
  font-size: 0.8em;
  text-align: center;
}

#navigationContainer ul.pageTranslations li {
  display: inline;
  padding: 0;
}

#navigationContainer ul.pageTranslations li.selected a {
  font-style: italic;
  text-decoration: none;
}

#navigationContainer ul.pageTranslations li.selected a:hover,
#navigationContainer ul.pageTranslations li.selected a:focus {
  font-style: italic;
  text-decoration: underline;
}

#navigation {
  border: none;
  margin: 20px 10px 12px 15px;
}
#navigation ul {
  margin: 0;
  padding: 0px;
  color: #4F5920;
}
#navigation ul li {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  list-style: none;
}
#navigation ul li a {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-weight: bold;
  color: #F1B115;
}
#navigation ul li li {
  margin: 0px;
  padding: 0px;
  margin-left: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
  border: none;
  list-style: none;
}
#navigation ul li li.focused {
  list-style: square;
}
#navigation ul li li a {
  margin: 0px;
  font-size: 11px;
  font-weight: normal;
  border: none;
  color: #4F5920;
  font-weight: bold;
}

/* additional boxes */

#additional div.box {
  border-bottom: none;
  background-color: #E0E5C8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#additional div.box div.boxTitle {
  background-color: #90A33B;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #FFF;
  background-image: url(pics/wpoint.gif);
  background-position: 4px 5px;
  background-repeat: no-repeat;
  padding-left: 13px;
}
#additional div.box div.boxData {
  padding: 4px;
  border-bottom: 1px solid #FFF;
}

/* title of teaser boxes */
#additional .teaserBoxTopicTitle a {
  text-decoration: none;
}
#additional .teaserBoxTopicTeaser {
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 11px;
}

/* additional boxes */
#beforeContent div.boxTitle,
#afterContent div.boxTitle {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}
#beforeContent div.boxData,
#afterContent div.boxData {
  border-top: 2px dotted #90A23B;
  margin-bottom: 25px;
}

/* path navigation above content */

#main div.pathnav {
  border-bottom: 1px solid #97A948;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-top: 8px;
}
#main div.pathnav img {
  width:9px;
  height:8px;
  border: none;
  margin-left: 6px;
  margin-right: 6px;
}
#main div.pathnav a.pathMenu {
  text-decoration: none;
  color: #F0AB04;
  font-weight: bold;
  font-size: 11px;
}

div.navigationStatic {
  text-align: right;
  line-height: 11px;
}

div.navigationStatic a {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
}
div.navigationStatic img {
  width: 6px;
  height: 4px;
  border: none;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

/* calendar */

table.calender {
  margin: 0px auto;
  width: 96%;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.calender td.calheader {
  text-align: center;
}
table.calender td.calmonth, table.calender td.calweeks, table.calender td.caldata , table.calender td.calseldata  {
  padding-bottom: 3px;
  border-bottom: 1px dashed #000;
  margin-bottom: 2px
}


/* calendar next dates box */

div.nextDate {
  padding-bottom: 1.2em;
}

div.nextDate p {
  margin: 0.2em 0;
}

div.nextDate a {
  float: right;
}


/* login box */
input.logininput {
  border: 1px solid #000;
  font-size: 14px;
  width: 135px;
}

input.submitLogoutButton {
  margin-top: 5px;
  border: 1px solid #000;
  width: 100px;
  height: 20px;
  background-color: #90A33B;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}

/* catalog box */
a.catalogBox {
	margin-right: 0.2em;
}


/* poll results box */

table.pollBoxVoted {
  margin: 0px;
  padding: 0px;
  width: 192px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.pollBoxVoted td.question {
  font-weight: bold;
  border-bottom: 1px dashed #000;
  padding-bottom: 3px;
}
table.pollBoxVoted td.allVots {
  border-top: 1px dashed #000;
  padding-top: 3px;
}

/* poll box */
div.pollBoxForm form {
  margin: 0px;
}
div.pollBoxForm div.question {
  font-weight: bold;
  border-bottom: 1px dashed #000;
  padding-bottom: 3px;
}

div.pollBoxForm div.button {
  border-top: 1px dashed #000;
  padding-top: 3px;
  margin-bottom: 0px;
  text-align: right;
}

div.pollBoxForm div.button input {
  border: 1px solid #000;
  width: 100px;
  height: 20px;
  background-color: #90A33B;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}

div.pollBoxForm td.checkbox {
  vertical-align: top;
}

/* rdf */
div.rdfItems ul {
  list-style-type: none;
  list-style-image:url(pics/dot.gif);
  margin-left: 0px;
  padding-left: 5px;
}

div.rdfTitle  {
  font-weight: bold;
}

/* quiz box */
div.quizBoxForm {
  border: 0px;
  color: #4D4D4D;
}
div.quizBoxForm div.question {
  margin-top: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}
div.quizBoxForm div.answer {
  margin-top: 5px;
  margin-left: 5px;
}
div.quizBoxForm div.answer div.radio {
  float: left;
  margin-right: 5px;
}
div.quizBoxForm div.button {
  text-align: right;
  margin-top: 15px;
}

/* link db */
.linkDbItem {
	margin-bottom: 5px;
}

/* page rating box */
.boxPageRating {
  text-align: center;
}
.boxPageRating a {
  line-height: 1.6em;
}
.boxPageRating img {
  border: 0;
  margin: 0;
  padding: 0;
}
.boxPageRating .rating {
  width: 100%;
}
.boxPageRating .rating div.negative {
  background-color: #fff;
  border: 0px;
  border-right: 1px solid #000;
  float: left;
  width: 50%;
}
.boxPageRating .rating div.positive {
  background-color: #fff;
  border: 0px;
  float: right;
  width: 49%;
}

.boxPageRating .rating div.negative div.bar {
  margin: 3px 0px;
  background-color: #BC0000;
  height: 15px;
  float: right;
}
.boxPageRating .rating div.positive div.bar {
  margin: 3px 0px;
  background-color: #2D8F00;
  height: 15px;
  float: left;
}

/* community messages */
ul.messageList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.messageList li {
	margin-bottom: 3px;
}
ul.messageList li.new {
  font-weight: bold;
}
ul.messageList li img {
	margin: 0px 3px -3px 2px;
}
ul.messageList li div.trashLink {
  float: right;
}
