
body {
  position: relative;
  margin: auto;
  display: block;
  text-align: center!important;
  max-width: 800px;
  margin-top:20px;
  font-family: helvetica,sans-serif;
  background: #BBB;
}
.center {
  margin: auto;
  display: block;
  text-align: center!important;
}
img {
  border: 0;
}
a:hover .arrow {
  background-position: 0 -13px!important;
}

.menu .name {
  max-width: 85%;
}
.checkbox .name {
  max-width: 75%;
}
.radiobutton .name {
  max-width: 75%;
}

.textbox textarea {
  width: 440px;
}
.bigfield input{
  width:455px
}

#topbar {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  background: #66F;
  margin-bottom: 0;
  height: 32px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
}
#title {
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  color: #FFF;
  line-height: 32px;
  height: 32px;
  font-size: 13pt;
}
#content {
  width: 100%;
  text-align:left;
  position: relative;
  min-height: 250px;
  padding-top: 10px;
  margin:0;
  height: auto;
  z-index: 0;
  overflow: hidden;
  background: #DDD;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
}
#footer {
  text-align: center;
  position: relative;
  margin: 20px 10px 0;
  height: auto;
  width: auto;
  bottom: 10px;
}
#footer a, #footer {
  text-decoration: none;
  font-size: 9pt;
  color: #4C4C4C;
}
.pageitem {
  -moz-border-radius: 8px;
  background-color: #fff;
  border: #888 solid 1px;
  font-size: 12pt;
  overflow: hidden;
  padding: 0;
  position: relative;
  display: block;
  height: auto;
  width: auto;
  margin: 3px 9px 17px;
  list-style: none;
}
.textbox {
  padding: 5px 9px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #888;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.textbox img {
  max-width: 100%;
}
.textbox p {
  margin-top: 2px;
}
.textbox p {
  margin-top: 2px;
  color: #000;
  margin-bottom: 2px;
  text-align: justify;
}
.textbox ul {
  margin: 3px 0 3px 0;
  list-style: circle!important;
}
.textbox li {
  margin: 0!important;
}

.pageitem li:first-child, .pageitem li.form:first-child {
  border-top: 0;
}
.menu, .checkbox, .radiobutton, .select, li.button, li.redbutton, li.bigfield, li.smallfield {
  position: relative;
  list-style-type: none;
  display: block;
  height: 43px;
  overflow: hidden;
  border-top: 1px solid #888;
  width: auto;
}

.pageitem li:first-child:hover, .pageitem li:first-child a, .pageitem li:first-child input, .radiobutton:first-child input, .select:first-child select {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
}
.pageitem li:last-child:hover, .pageitem li:last-child a, .pageitem li:last-child input, .radiobutton:last-child input, .select:last-child select, .smallfield:last-child, .bigfield:last-child input {
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
}
.menu:hover, .list #content li a:hover {
  background: #33F;
}

.menu a:hover .name {
  color: #fff;
}
.menu a:hover .comment {
  color: #CCF;
}
.menu a {
  display: block;
  height: 43px;
  width: auto;
  text-decoration: none;
}
.menu a img {
  width: auto;
  height: 32px;
  margin: 5px 0 0 5px;
  float: left;
}
.menu .name, .checkbox .name, .radiobutton .name {
  margin: 11px 0 0 7px;
  width: auto;
  color: #000;
  font-weight: bold;
  font-size: 17px;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}

.menu .counter
{
  position:absolute;
  right:20px;
  font-size:15px;
  font-weight:bold;
  text-align:right;
  color:#3A3;
  top:12px;
  bottom:0;
}

.menu .infobox
{
  position:absolute;
  left: 42px;
  right: 30px;
  top: 2px;
  bottom: 2px;
  height: 37px!important;
  width: auto;
}
.menu .infobox .infohead {
  margin: 1px 0 0 0;
  display: block;
  white-space:nowrap;
  width: auto;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  height: 20px!important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.menu .infobox .infotext {
  margin: 1px 0 0 0;
  display: block;
  white-space:nowrap;
  width: auto;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #324f85;
}
.menu a:hover .infobox .infohead {
	color: #fff!important;
}
.menu a:hover .infobox .infotext {
  color: #fff!important;
}
.menu a:hover .counter {
  color: #fff!important;
}


.menu .comment {
  margin: 11px 30px 0 0;
  width: auto;
  font-size: 17px;
  overflow: hidden;
  max-width: 75%;
  white-space: nowrap;
  float: right;
  color: #324f85;
}
.menu .arrow, .list .arrow {
  position: absolute;
  width: 8px!important;
  height: 13px!important;
  right: 10px;
  top: 15px;
  margin: 0!important;
  background: url("images/arrow.png") 0 0 no-repeat;
}

.graytitle {
  position: relative;
  font-weight: bold;
  font-size: 17px;
  right: 20px;
  left: 9px;
  color: #4C4C4C;
  padding: 1px 0 3px 8px;
}
.header {
  display: block;
  font-weight: bold;
  color: rgb(73,102,145);
  font-size: 12pt;
  margin-bottom: 6px;
  line-height: 14pt;
}
.list .title {
  background: #99A;
  height: 22px!important;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  padding-left: 20px;
  border-bottom: none!important;
}
.list ul {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.list #content li {
  height: 40px;
  border-bottom: 1px solid #e1e1e1;
  list-style: none;
}
.list {
  background-color: #fff;
  background-image: none!important;
}
.list #footer {
  margin-top: 24px!important;
}
.list #content li a {
  padding: 9px 0 0 20px;
  font-size: large;
  font-weight: bold;
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  height: 32px;
}
.list #content li a .name {
  overflow: hidden;
  max-width: 93%;
  white-space: nowrap;
  display: block;
}
.list #content li a:hover {
  color: #fff;
}
.list #content {
  margin-top: -13px!important;
}
.list ul img {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
}

#leftnav, #rightnav {
  position: absolute;
  font-size: 12px;
  z-index: 5000;
  top:5px;
}
#leftnav {
  left: 9px;
}
#rightnav {
  right: 9px;
}
#leftnav a, #rightnav a 
{
  z-index: 3;
  padding: 3px;
  display: block;
  color: #000;
  border: #888 solid 1px;
  text-decoration: none;
  background: #CCF;
  -moz-border-radius: 5px;
}
#leftnav a:hover, #rightnav a:hover 
{
  z-index: 3;
  display: block;
  color: #fff;
  background: #33F;
  text-decoration: none;
}


select {
  height: 100%;
  width: 100%;
  border: 0;
}
.select select {
  color: #000;
  font-weight: bold;
  font-size: 17px;
}
.select option {
  max-width: 90%;
}
.select .arrow {
  background: url('images/arrow.png');
  width: 8px;
  height: 13px;
  display: block;
  -webkit-transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 18px;
}
.button input {
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  background: #4B4;
}
.redbutton input {
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  background: #B44;
}

.button a, .button a:hover, .redbutton a, .redbutton a:hover {
  display: block;
  width:100%;
  text-decoration:none;
  text-align:center;
  line-height:44px;
  font-weight: bold;
  font-size: 17px;
}

.button a {
  background: #4B4;
}
.button a:hover {
  background: #5F5;
}
.redbutton a {
  background: #B44;
}
.redbutton a:hover {
  background: #F55;
}

.textbox textarea {
  padding: 0;
  margin-top: 5px;
  font-size: medium;
}
.bigfield input {
  height: 100%;
  width:100%;
  padding: 0;
  background: transparent;
  font-weight: bold;
  font-size: 17px;
  padding-left: 5px;
  border-width:1px;
}
.smallfield .name {
  width: 38%;
  position: absolute;
  left: 0;
  color: #68A;
  font-size: 17px;
  white-space: nowrap;
  font-weight: bold;
  line-height: 44px;
  font-size: 17px;
  padding-left: 5px;
  overflow: hidden;
}
.smallfield input, .smallfield select {
  width: 60%;
  position: absolute;
  right: 0;
  height: 44px;
  padding: 0;
  font-weight: bold;
  font-size: 17px;
  border-width:1px;
}

.smallfield .value {
  width: 60%;
  position: absolute;
  right: 0;
  line-height: 44px;
  border: none;
  padding: 0;
  background: transparent;
  font-weight: bold;
  font-size: 17px;
}
.smallfield .value i {
  font-weight: normal;
  font-size: 17px;
  color: #666;
}
.smallfield:first-child input {
  -moz-border-radius-topright: 8px;
}
.smallfield:last-child input {
  -moz-border-radius-bottomright: 8px;
}

.smallfield a span.tel  {
  position: absolute;
  width: 0!important;
  height: 0!important;
  right: 0;
  top: 0;
  margin: 0!important;
}
.smallfield a span.mailto  {
  position: absolute;
  width: 31px!important;
  height: 32px!important;
  right: 5px;
  top: 5px;
  margin: 0!important;
  background: url("images/mail.png") 0 0 no-repeat;
}

.title
{
	font-size:small;
	background: #66A;
	color: #FFF;
	padding: 2px 5px;
}