@CHARSET "ISO-8859-1";
/* ********** Basic Elements ************** */
html
{
	margin:0;
	padding:0;
	font-family:  Arial, Verdana,  sans-serif;
}

body
{
	margin: 0;
	padding: 0;
	

}

h1 {
  font-size: 150%;
  margin: 18px 0 8px 0;
}

h2 {
  font-size: 130%;
  margin: 15px 0 5px 0;
}

h3 {
  font-size: 115%;
  margin: 12px 0 5px 0;
}

h4 {
  margin: 10px 0 5px 0;
}

h5 {
  font-size: 85%;
  margin: 12px 0 5px 0;
}

h6 {
  font-size: 75%;
  margin: 15px 0 5px 0;
}

p{margin:5px 0 20px 0;
}

a img
{
	border:none;
}

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

a:hover{
	color:#991802;
	}

.footer{
	clear:both;
	background-color: #669966;
	background-color: #2C3039;
	color:#fff;
	width:100%;
	height:1.2em;
	padding-top:2px;
	padding-bottom:6px;
	}

.footer a{
	color:#fff;
	}
.footer a:hover{
	color: #991802;
	}
	
.footer span.left{
	float:left;
	margin-left: 10px;
	}
	
.footer span.right{
	float:right;
	margin-right: 10px;

	}


/**** Form Elements ****/
fieldset{
	margin:0 0 3px 0;
	padding:0;
	}

label{
  font-size:.8em;
	line-height:.9em;
  margin:.1em .4em;
  width:9em;
}

label, input, textarea{
float:left;
}

input{
  width:9em;
  font-size:1em;
  letter-spacing:.05em;
}

.small input{
	width:3em;
}

label.small{
  min-width:3.25em;
  max-width:4.75em;
  width:auto;
  white-space: nowrap;

}

.large input{
	width:18em;
}

label.large{
  width:18em;
}

textarea{
  width:23em;
}

form br
{
	clear:both;
}

.req
{
  font-weight:bold;
	color:red;
}

.checkbox input
{
  width:2em;
  height:2em;
  margin:0;
  padding:0;
}

div.clear{
	float:none;
	clear:both;
	}

label.checkbox
{
 width:22em 
}

.button
{
	margin:.3em 0;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
}

.button:active
{
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}


/**************** Tipsy Code ****************/

.tipsy
{
  position:relative;
}

.tipsy div, .tipsy span
{
  background-color:white;
  color:black;
  border:solid 2px black;
  padding:.5em;
  width:20em;
	position:absolute;
	top:-1em;
	left:15%;
	z-index:999;
	display:none
}

.tipsy:hover
{
  color:#ccc;
  background-color:#333;
}

.tipsy:hover div, .tipsy:hover span
{
  display:block;
}

/*   Magic text editor (for adding bbcode, etc...) */

#magic_editor{
display:block;
border:#CD0303 solid 1px;
background-color:#aaa;
padding:5px 0 0 5px;
}

#magic_editor img{
border:black solid 1px;
margin-right:5px;
}

#magic_text{
width:350px;
}

.no_display{
	display:none;
}