html { margin: 0; padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: Arial, "Arial Regular", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color:#000;
  background:url('../gfx/main_bg.jpg') repeat-x #00b3dc;
}

h1 { font-size: 22px; font-weight: bold; line-height: 26px; margin: 0 0 12px 0; color:#01B2DC; text-transform:uppercase;}
h2 { font-size: 18px; font-weight: bold; line-height: 22px; margin: 0; }
h3,h4,h5,h6 { font-size: 13px; font-weight: bold; line-height: 17px; margin: 0; }

p { margin: 6px 0 0 0; }
hr { width: 100%; border: 0; color: #ccc; background-color: #ccc; height: 1px; margin: 10px 0 10px 0; padding: 0; }
a:link, a:visited, a:active { color: #01B2DC; text-decoration: underline; outline: none; }
a:hover { color: #01B2DC; text-decoration: none; outline: none; }
img { border: 0; outline: none; }
.clearfloat { clear:both; margin-top:-1px; height:0px; overflow:hidden; }
.highlightEdit { background-color:#ccc; }

ul {
  margin-top:4px;
  margin-bottom:0;
  margin-left:24px;
  padding-left:0;
}
ul li {
  margin-bottom:4px;
}

.ajaxmess {
  position:absolute;
  display:none;
  z-index:10;
  margin-left:240px;
  margin-top:13px;
}

div.infoplate {
  background:url("../gfx/plate_bg.png");
}
div.infoplatetop {
  background:url("../gfx/plate_bg_top.png");
  height:2px;
}
div.infoplatebottom {
  background:url("../gfx/plate_bg_bottom.png");
  height:6px;
}
div.infoplate_left {
  float:left;
  width:8px;
  margin-left:5px;
  background-color:#fff;
}
div.infoplatecontent {
  float:left;
  width:904px;
  background-color:#fff;
  padding:20px 20px 20px 20px;
  min-height:430px;
}
#bottomplate div.infoplatecontent {
  min-height:0;
}

div.infoplatecontentleft {
  float:left;
  width:504px;
  background-color:#fff;
  padding:20px 20px 20px 20px;
}
div.infoplate_right {
  float:left;
  width:8px;
}
div.divider {
  height:10px;
}

.greenText {
  color:#2f9260;
}
.greenText a:link, .greenText a:visited, .greenText a:active, a.greenText:link, a.greenText:visited, a.greenText:active  { color: #2f9260; }
.greenText a:hover, a.greenText:hover { color: #2f9260; }

.blueText {
  color:#01B2DC;
}
.blueText a:link, .blueText a:visited, .blueText a:active { color: #01B2DC; }
.blueText a:hover { color: #01B2DC; }

.largeGreenText {
  font-size:200%;
  color:#2f9260;
  line-height:150%;
  font-weight:bold;
}
.largeGreenText a:link, .largeGreenText a:visited, .largeGreenText a:active { color: #2f9260; text-decoration: none;}
.largeGreenText a:hover { color: #2f9260; }

.largeBlueText {
  font-size:200%;
  color:#01B2DC;
  line-height:150%;
  font-weight:bold;
}
.largeBlueText a:link, .largeBlueText a:visited, .largeBlueText a:active { color: #01B2DC; text-decoration: none;}
.largeBlueText a:hover { color: #01B2DC; }

a.biglink:link, a.biglink:visited, a.biglink:active { font-size:140%; font-weight:bold; text-decoration: underline; }
a.biglink:hover { font-size:140%; font-weight:bold; text-decoration: none; }

#menubar {
  display:none;
}
