/* PIVN CSS
   - to get 100% height, set html+body+bodywidth to 100%
   - keep ALPHABETICAL ordering */

html {
  height: 100%;
}

body {
  background-color: #ffffe7;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  height: 100%;
  margin: 0px auto; 
  text-align: center;
}

#bodywidth {
  background-color: #ccccbb;
  min-height: 100%;
  width: 1024px;
  min-height: 100%;
  _height: 100%;
  margin: 0px auto;
  border: 1px solid gray;
  text-align: left;
}

#menubar {
  margin-left: 100px;
  text-align: left;
}

#statistics {
  float: left;
  width: 250px;
}

#content {
  padding-left: 5px;
}

.register_form_table {
 font-family: arial, helvetica, sans-serif;
 font-size: 11px;
}

.register_check_table {
 font-family: arial, helvetica, sans-serif;
 font-size: 11px;
 background-color: #eeeec7
 border: 1px solid black
}

.register_form_input_description {
  width: 150px;
}

.register_form_input {
 font-family: arial, helvetica, sans-serif;
 font-size: 11px;
 height: 20px;
}

.field_valid {
 color: black;
}

.field_invalid {
 font-weight: bold;
 color: red;
}

.column_pageitems {
  float: left;
  width: 500;
  margin-left: 5px;
  margin-right: 5px;

}

.pageitem {
  background-color: #ffffe7;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #006699;
  padding: 5px;
  margin-bottom:10px;
}

.pageitem .header {
  background-image: url(pivn_pageitem_header_background_1x25.png);
  height:25px;
}

.pageitem .header .arrowright {
  width: 22px;
  height: 19px;
  margin: 2px;
}

.pageitem .header .text {
  border: 0px;
  height: 14px;
  margin: 4px;
}

.pageitem .body {
}

.pageitem .newsitem {
}

.pageitem .body .newsitem h1 {
  font-size: 16px;
}

.pageitem .body .newsitem h2 {
  font-size: 14px;
}

