* {
    margin: 0;
    padding: 0;
}
body {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 13px;
	background: black;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0.5em 0;
	letter-spacing: 0.07em;
}
h1 { font-size: 32px }
h2 { font-size: 24px; }
h3 { font-size: 21px; font-weight: bold; font-style: italic; margin-left: -20px; }
h4 { font-size: 18px; letter-spacing: .15em }
#content a, a:link { color: white; text-decoration: underline; }
#content a:visited {  }
#content a:hover { color: #c0c0c0; font-style: italic; text-decoration: underline; }
#content a:active { }

#page { position: absolute; top: 50%; left: 50%;  width: 950px; height: 550px; margin-top: -275px;  margin-left: -475px; }
#topbar { color: white; width: 100%; height: 24px; }
#content { background-color: #333333; width: 100%; height: 526px; border: solid 1px #666666; }
#contentheader { position: relative; top: 1px; width: 100%; height: 76px; overflow: hidden; }
#contentcontent { position: relative; width: 100%; height: 400px; overflow: hidden; }
#contentcontent div { margin: 0; padding: 20px 0px 0 45px; }
#contentcontenthigh { position: relative; width: 890px; height: 446px; overflow: hidden; padding-right: 25px; padding-left: 45px; }
#contentfooter { position: relative; width: 100%; height: 50px; overflow: hidden; }

.textbox {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.text {
	font-size: 11px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}
.errors { color: #c2353a; }
span.c3 {color: #c2353a}
div.c2 {text-align: center}
div.c1 {text-align: left}

/* ---[ links ]------------------------------- */
a, a:link { color: white; text-decoration: none; }
a:visited {  }
a:hover { color: white; font-style: italic; text-decoration: none; }
a:active { }
/* ---[ greybox ]------------------------------- */
#GB_overlay {
  background-image: url(imgs/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}


#GB_window {
  top: 20px;
  left: 0;
  position: absolute;
  background: #fff;
  border: solid 2px #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
}


