html {
height:100%;
margin-bottom:1px;
}

body {
  color: #000000;
  font-size: small;
  font-family: sans-serif;
  background-color: #9932CC;
  margin:0px 0px 0px 0px;
}

.pagetbl {
width:770px;
background-color: #FFFFFF;
border-left: 1px solid gray;
border-right: 1px solid gray;
}

.page {
width:770px;
background-color: #FFFFFF;
height:1000px;
vertical-align:top;
}

fieldset {
  border: 1px solid #737373;
}
form {
  margin: 0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
hr {
  background-color: #737373;
  border: 0px;
  color: #737373;
  height: 1px;
}

a:link {
  color: #33c;
  text-decoration: underline;
}
a:visited {
  color: #4040ff;
  text-decoration: underline;
}
a:active, a:hover {
  color: #000;
}

div.bottom {
  color: #737373;
  font-size: x-small;
  text-align: center;
}

/* Define some colors */

.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
  background-color: #09c;
  background-image: url(grad_bg.png);
  color: #fff;
}
.lightbg {
  background-color: #fff;
  color: #000;
}
.lightbgalt {
  background-color: #f0f0f0;
  color: #000;
}
.highlight {
  background-color: yellow;
  color: #000;
}

/* Top menu */

.topmenu {
font-size:14px;
color:#A9A9A9;
text-align: center;
}

.menuspan {
width:170px;
}

.menu-top {
width:170px;
height:6px;
background-image: url(images/menu-top.gif);
}

.menu-bg {
width:170px;
background-image: url(images/menu-bg.gif);
background-repeat: repeat-y;
}

.menu-bottom {
width:170px;
height:6px;
background-image: url(images/menu-bottom.gif);
}

a.toplink {
font-size:14px;
color:#A9A9A9;
font-weight:bold;
font-family: Gentium,Times New Roman,Times,Serif;
}

.mainmenu {
vertical-align:top;
}

.menubg {
width:170px;
height:18px;
background-image: url(images/menu-out.gif);
margin-bottom:1px;
}

a.menulink {
width:170px;
height:18px;
text-align: left;
color:blue;
text-decoration: none;
}

a.menu {
  background-color: #fff;
  border: 1px solid #737373;
  color: #000;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: #fff;
  background-color: #09c;
  background-image: url(grad_bg.png);
}

a.table_top {
  color: #fff;
  text-decoration: underline;
}
a.table_top:hover, a.table_top:active {
  color: #c0c0c0;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

.preview {
width:120px;
height:90px;
background-image: url(images/no-preview.png);
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }
a {
text-decoration: none;
}