
/*
  light green (menu back): #BBC024
  darker for text (links): #999D1D
*/

body, td {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  background-color: #ffffff;
}

html, body {
  padding: 0px; 
  margin: 0px; 
  height:100%; 
  width:100%;
}
  
img { 
  display: block; 
}
.mceEditor img  { 
  display: inline; 
}

a {
  color:#999D1D;
  text-decoration: none;
}

a:hover {
  color: #BBC024;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 19px;
}

h3 {
  font-size: 15px;
}

h1 {
  margin-top: 22px;
  margin-bottom: 12px;
  padding: 0px;
}

h2, h3 {
  margin-top: 20px;
  margin-bottom: 7px;
  padding: 0px;
}

h2.first_heading, h3.first_heading {
  margin-top: 0px;
}

div.hr {
  height:1px;
  border-top: 1px solid #666666;
  margin: 3px 0px;
}
div.hr hr {
  display: none;
}

.indent {
  margin-left: 20px;
}

.vspace { 
  height: 0.6em;
  display: block;
}
.vspace_2px { 
  height: 2px;
  display: block;
  font-size: 1px;
}  
.vspace_5px { 
  height: 5px;
  display: block;
  font-size: 1px;
}
.add_vpadding {
  padding-top: 5px;
  padding-bottom: 5px;
}

.inline {
  display: inline;
}

.clear_both {
  clear:both; 
  height:0px; font-size:0px; /* for IE, sometimes gets this wrong */
}  

/* forms */


.form_text_field, .form_text_field_readonly {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  padding-left:4px;
  padding-right:4px;
}

.form_text_area, .form_text_area_readonly {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  padding-left:4px;
}

.form_select, .form_check_box,
.form_select_readonly, .form_check_box_readonly { 
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  padding: 0px;
}

.form_text_field, .form_text_area, .form_select { 
  color: #333333;
  background-color:#ffffff; 
}
.form_text_field_readonly, .form_text_area_readonly, .form_select_readonly { 
  color: #666666;
  background-color:#f0f0f0; 
}

.form_text_field, .form_text_area, .form_select,
.form_text_field_readonly, .form_text_area_readonly, .form_select_readonly { 
  margin: 0px;
  border:1px solid #999;
}
.form_check_box, .form_check_box_readonly {
  margin: 0px 3px 1px 0px;
  _margin: 0px;
}

.form_error_msg {
  color: #f00;
}

div.fieldWithErrors {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}

.fieldWithErrors .form_text_field, 
.fieldWithErrors .form_text_area, 
.fieldWithErrors .form_select,
.fieldWithErrors table.mceEditor { 
  border:1px solid #f00;
}

div.check_box_wrapper {
  margin: 0px;
}

.check_box_wrapper .fieldWithErrors {
  display: inline;
}
.fieldWithErrors .form_check_box {
  margin: 0px 3px -1px 0px;
}
.check_box_with_error {
  border:1px solid #f00;
  padding: 5px 8px;
}


.form_text_area_tinymce {
}

.form_width_300 .form_text_field,
.form_width_300 .form_text_field_readonly {
  width: 290px;
}
.form_width_300 .form_text_area,
.form_width_300 .form_text_area_readonly {
  width: 294px;
}
.form_width_300 .form_select,
.form_width_300 .form_select_readonly {
  width: 300px;
}  

.form_width_full .form_text_field,
.form_width_full .form_text_field_readonly {  
  width: 609px;
}
.form_width_full .form_text_area,
.form_width_full .form_text_area_readonly {
  width: 613px;
}
.form_width_full .form_text_area_tinymce {
  width: 612px;
}
.form_width_full .form_select,
.form_width_full .form_select_readonly {
  width: 619px;
}  

.table_padding td {
  padding-right: 20px;
}

/* top bar */

#top_box {
  position: relative; 
  height:105px; 
  width:100%; 
  background:url(/images/topbox_back.png) repeat-x;
}

#top_logo {
  position:absolute; 
  left:51px;
}

#top_logo_print {
  display: none;
}

.topmenu { 
  position:absolute; 
  top:3px; 
  left:455px;
  width:400px;
  font-size: 12px;
  color: #fff;
  text-align: right;
}

.topmenu a {
  color: #fff;
  text-decoration: none;
}
.topmenu a:hover {
  color: #ddd;
}
  
/* menu */
.mainmenu {
  position:absolute; 
  top:80px; 
  left:55px;
  width:619px;
  height:25px;
  font-size:16px;
  font-weight:bold;
}

.mainmenu ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.mainmenu ul li { 
  display: inline; 
  height:25px;
  padding:0px;
  margin:0px;
}

.mainmenu .current { 
  background-color: #fff;
  color: #333333;
}


.mainmenu ul li a {
  padding: 3px 6px 0px 6px;
  height: 22px;
  float: left;
  background-color: #BBC024;
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #fff;
}

.mainmenu ul li a:hover {
  color: #333333;
}
  
/* content */

div#heading_box {
  width:797px;
  padding: 20px 0px 20px 55px;
  margin: 0px;
}
  
div#heading_box img {
  margin-top: 22px;
  margin-bottom: 12px;
}
  
div#right_box {
  position: absolute;
  left: 692px;
  width: 160px;
  margin: 0px; 
  padding: 0px;
}

div#main_box {
  margin: 0px 0px 20px 55px;
  width: 619px;
}


div#main_box_wide {
  margin: 25px 0px 20px 55px;
  width: 852px;
}

.main_box_splitter {
  position:relative; 
  width:797px; 
  overflow: hidden;
}

.main_box_column_left {
}

.main_box_column_right {
  position:absolute; 
  top:0px; 
  right:0px; 
  width:160px; 
}


/*
  Article box with rounded corners 
  based on "Even more rounded corners with CSS"
*/

.articlebox {
  position:relative;
  width:619px; /* equals bg image width */
  margin-bottom:10px; /* spacing under articlebox */
}

.articlebox,
.articlebox .b {
  background:url(/images/articlebox2.png) no-repeat top left;
}

.articlebox .content {
  position:relative;
  min-height: 98px;
  _height: 98px; /* IE6 does not understand min-height */
  z-index:2; /* place over .b */
  margin-bottom:-10px; /* extend to border of box */
}

.articlebox .content_height_205 {
  position:relative;
  height: 205px;
  z-index:2; /* place over .b */
  margin-bottom:-10px; /* extend to border of box */
}

.articlebox .content_notice {
  /* used for flash notices */
  position:relative;
  z-index:2; /* place over .b */
  margin-bottom:-10px; /* extend to border of box */
  margin-top: 20px;
  padding: 10px; 
  text-align:center;  
  font-size: 14px;
  font-weight: bold;
}


.articlebox .b {
  /* bottom */
  position:relative;
  width:100%;
  height:10px; /* height of bottom cap/shade */
  background-position:bottom left;
  font-size:1px;
}

.articlebox .fotomain {
  position: absolute;
  top:12px;
  left:12px;
  height:100%;
  width:80px;
}

.articlebox .foto {
  width:80px; 
  height:80px; 
  background-repeat:no-repeat;
  background-position: 1px 1px;
}

.articlebox .textmain {
  padding:10px 0px 8px 99px;
  width:370px;
}

.articlebox .textheader {
  font-size: 16px; 
  font-weight:bolder; 
  color: #9A9D1E; 
  padding:0px; 
  margin:0px 0px 2px 0px;
}

.articlebox .textfooter {
  color:#A8A8A8;
  font-size:11px;
  margin:2px 0px 0px 0px;
}

.articlebox .metamain {
  position: absolute;
  bottom:8px;
  left:476px;
  width:136px;
  height:82px;
  color:#A8A8A8;
  font-size:11px;
}

.articlebox .metasub {
  position: absolute; 
  width:136px;
  height:58px; 
}

.articlebox .metauserfoto {
  position: absolute; 
  top: 4px; 
  width:54px; 
  height:54px; 
  background-repeat:no-repeat;
  background-position: 1px 1px;
}

.articlebox .metauserdata {
  position: absolute; 
  left: 58px; 
  top:3px; 
  width:75px; 
  height:54px; 
  padding-left:2px; 
  overflow:hidden; 
  line-height: 13px;
}



/*
  Article box with rounded corners 
  based on "Even more rounded corners with CSS"
*/

.articlebox_h_160 {
 position:relative;
 width:160px; /* equals bg image width */
}

.articlebox_h_160,
.articlebox_h_160 .b {
 background:url(/images/articlebox_header_160_2.png) no-repeat top left;
}

.articlebox_h_160 .content {
 position:relative;
 min-height: 50px;
 _height: 50px; /* IE6 does not understand min-height */ 
 z-index:2; /* place over .b */
 margin-bottom:-10px; /* extend to border of box */
 padding: 0px 10px;
}

.articlebox_h_160 .content_height_205 {
  position:relative;
  height: 205px;
  z-index:2; /* place over .b */
  margin-bottom:-10px; /* extend to border of box */
  padding: 0px 10px;
}

.articlebox_h_160 .t {
 /* header */
 height: 25px;
 padding-top: 6px;
 margin-bottom: 5px;
 color: #333333;
 font-size: 16px;
 font-weight:bold;
}

.articlebox_h_160 .b {
 /* bottom */
 position:relative;
 width:100%;
 height:10px; /* height of bottom cap/shade */
 background-position:bottom left;
 font-size:1px;
}

/*
  Article box with rounded corners 
  based on "Even more rounded corners with CSS"
*/

.articlebox_h_wide {
 position:relative;
 width:797px; /* equals bg image width */
}

.articlebox_h_wide,
.articlebox_h_wide .b {
 background:url(/images/articlebox_header_wide2.png) no-repeat top left;
}

.articlebox_h_wide .content {
 position:relative;
 min-height: 50px;
 _height: 50px; /* IE6 does not understand min-height */ 
 z-index:2; /* place over .b */
 margin-bottom:-10px; /* extend to border of box */
 padding: 0px 10px;
}

.articlebox_h_wide .t {
 /* header */
 height: 25px;
 padding-top: 6px;
 margin-bottom: 5px;
 color: #333333;
 font-size: 16px;
 font-weight: bold;
}

.articlebox_h_wide .t2 {
 /* header right side*/
 float:right;
 right:10px;
 top:0px;
 height: 30px;
 padding-top: 6px;
 color: #333333;
 font-size: 16px;
 font-weight: bold;
}

.articlebox_h_wide .t a, .articlebox_h_wide .t2 a {
 color: #333;
}
.articlebox_h_wide .t a:hover, .articlebox_h_wide .t2 a:hover {
  color: #666;
}

.articlebox_h_wide .b {
 /* bottom */
 position:relative;
 width:100%;
 height:10px; /* height of bottom cap/shade */
 background-position:bottom left;
 font-size:1px;
}


/* box for article where 3 fit into articlebox_h_wide */

.article_box_3col {
  float:left;
  width:250px; 
  padding-bottom:5px;
  padding-top:4px;
}

.article_box_3col .fotomain {
  float:left;
  height:80px;
  width:80px;
  padding:0px 8px 2px 0px;
}

.article_box_3col .foto {
  width:80px; 
  height:80px;
  background-repeat: no-repeat;
  background-position: 1px 1px;
}

.article_box_3col .textmain {
}

.article_box_3col .textheader {
  font-size: 16px; 
  font-weight:bolder; 
  color: #9A9D1E; 
  padding:0px; 
  margin:0px 0px 2px 0px;
}

.article_box_3col .metamain {
  clear:both;
  color:#A8A8A8;
  font-size:11px; 
  padding-top:5px;
}

.article_box_3col .metasub {
  float:left;
  padding-right: 6px;
}

.article_box_3col .metauserfoto {
  float:left;
  width:30px; 
  height:30px; 
  background-repeat: no-repeat;
  background-position: 1px 1px;  
}

.article_box_3col .metauserdata {
  float:left; 
  width: 120px; 
  height:28px; 
  padding-left:4px; 
  overflow:hidden; 
  line-height: 13px;
}

/* article page */

.article_page_prolog {
  margin-top: 40px;
}

.article_page_prolog .content, .article_page_prolog .content td {
  font-size: 11px;
}

.article_page_header h1 {
  margin: 0px 50px 6px 0px;
  padding: 0px;
}

.article_page_prolog .articlebox .content {
  padding: 10px 20px 10px 14px;
}
  
.article_page_foto {
  float: left;
  width: 90px; 
  height: 80px; 
  background-repeat: no-repeat;
  background-position: 1px 1px;
  margin-top: 4px;
}

.article_page_foto_print {
  display: none;
  height: 0px;
}

.article_page_header_text {
  float: left;
  width: 500px;
}

.article_page_userfoto {
  float: left;
  width:60px; 
  height:54px; 
  background-repeat: no-repeat;
  background-position: 1px 1px;  
}

.article_page_userfoto_print {
  display: none;
}

.article_page_body {
  padding: 20px 0px 20px 0px;
}



/*
  Comment box with rounded corners and arrow left
  based on "Even more rounded corners with CSS"
*/


.comment {
}

.commentuserfoto {
  float: left;
  width:54px; 
  height:54px; 
  background-repeat:no-repeat;
  background-position: 1px 1px;
}

.commentbox {
  float: right;
  width:560px; /* equals bg image width */
  margin-bottom:10px; /* spacing under articlebox */
}

.commentbox,
.commentbox .b {
  background:url(/images/comment_box.png) no-repeat top left;
}

.commentbox .content {
  position:relative;
  min-height: 40px;
  _height: 40px; /* IE6 does not understand min-height */
  z-index:2; /* place over .b */
  padding: 5px 30px 5px 40px;
  margin-bottom:-10px; /* extend to border of box */
}

.commentbox .b {
  /* bottom */
  position:relative;
  width:100%;
  height:10px; /* height of bottom cap/shade */
  background-position:bottom left;
  font-size:1px;
}

.comment_header {
  font-size: 11px;
  margin-bottom: 5px;
}

.comment_text p {
  margin-top: 0px;
  margin-bottom: 5px;
}




/* footer */

#footer_box {
  width: 619px;
  padding: 20px 0px;
}

#footer_box_wide {
  width: 797px;
  padding: 20px 0px;
}

#footer_box, #footer_box_wide, #footer_box a, #footer_box_wide a {
  text-align: center;
  font-size: 11px;
  color: #ccc;
  text-decoration:none;
}
#footer_box a:hover, #footer_box_wide a:hover {
  color: #999;
}

.tinyw {
  color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 16px;
}
.tinyw a, .tinyw a:link, .tinyw a:active, .tinyw a:hover, .tinyw a:visited {
  text-decoration: underline;
  font-weight: bold;
}

/* hint box */

.hint_box {
  border: solid 1px #BBC024;
  padding: 10px;
  z-index:99;
}


/* news */

.news_item {
  margin-bottom: 20px;
}

.news_item .news_pre_header {
  font-size: 11px;
  color: #999;
}

.news_item h2 {
  margin-top: 5px;    
}