/* Standard HTML */

* {
  font-family: verdana, helvetica;
  font-size: 9pt;
  color: #333333;
}

body {
  padding: 0;
  margin:0;
  background: #ffffff url('../images/bg.png') no-repeat 50% top; 
}

img {
  padding: 0;
  margin: 0;
  border: 0;
}

.rightpadding {
  padding: 0px 0px 5px 5px;
} 

.leftpadding {
  padding: 0px 5px 5px 0px;
} 

h2 {
  color: #333333;
  letter-spacing: 1px;
  text-align: left;
  font-size: 14pt;
  clear: both;
}

a:link, a:visited, a:active {
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input {
  margin-bottom: 5px;
}

.footer {
  font-size: 8pt;
  text-align: center;
}

.footer a {
  font-size: 8pt;
  color: #333333;
  text-align: center;
}

.menuitem, .menuitem a {
  text-align: center;
  color: #000000;
  font-weight: bold;
  background-color: #ffffcc;
  border: 2px solid #cc3333;
  padding: 2px;
  margin-bottom: 4px;
}

.menuitemactive, .menuitemactive a {
  color: #ffffff;
  background-color: #cc3333;
  border: 2px solid #333333;
}

.menuitem a, .menuitemactive a, .menuitemhover a { 
  border: 0; 
}

.menuitem a:hover, .menuitemactive a:hover , .menuitemhover a:hover { 
  text-decoration:none; 
}

.menuitem {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.menuitemactive {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.menuitemhover {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

form {  
  margin: 0;
  padding: 0;
  min-width: 750px;
  max-width: 750px;
  width: 750px; 
}

form fieldset {
  border: 1px solid #333333;
  padding: 10px;   
  margin: 0;
  background-color: #ffffcc;
  margin-bottom: 10px;
}

form fieldset legend {
  color: #333333;
  font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #333333;
	padding: 2px 5px;
}

form label { 
	display: block;  
	float: left; 
	width: 160px; 
	padding: 0; 
	margin: 5px 0 0; 
	text-align: right; 
	font-weight: bold;
}

.hugelabel { 
  text-align: left;
  width: 95%;
}

.splitlabel { 
  text-align: left;
  width: 40%;
}

.col2 {
  margin-left: 30px;
}

form fieldset label:first-letter { 
	text-decoration: underline;    
}

form input, form textarea, form select {
	width: auto;     
	margin: 5px 0 0 10px; 
	float: left;
}

form input#reset {
	margin-left: 0px;
}

textarea { 
  overflow: auto; 
}

form br {
	clear:left; 
}

.right {
  text-align: right;
}

.errors {
  color: #990000;
  font-weight: bold;
}

.noerrors {
  color: #333333;
  font-weight: bold;
}

.inputError {
  background-color: #990000;
  color: #ffffff;
  border: 1px solid #333333;
}

.right {
  width: 100%;
  text-align: right;
} 

.notHere {
  margin: 0;
  display: none;
}

.button {
  width: 150px;
}

#cycling {
  display: none;
  width: 376px;
  height: 252px;
  margin: 0 auto;
  text-align: center;
}
