
/* ********** Basic Elements ************** */
html
{
	margin:0;
	padding:0;
	font-family:  Verdana, Arial, sans-serif;
	border: solid 1px #2A3457;
}

body
{
	margin: 0;
	padding: 0;

}

h1 {
  font-size: 2em;
  margin: .8px 0;
}

h2 {
  font-size: 1.5em;
  margin: 5px 0;
}

h3 {
  font-size: 1.17em;
  margin: 4px 0;
}

h4 {
  margin: 3px 0;
}

h5 {
  font-size: 0.83em;
  margin: 3px 0;
}

h6 {
  font-size: 0.67em;
  margin: 3px 0;
}

p{
	margin:3px 0 12px 0;
	font-size:99%;
	
}

a img
{
	border:none;
}

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



/**** Form Elements ****/
fieldset{
	padding: .5em;
}

label{
  font-size:.8em;
	line-height:.9em;
  margin:3px 5px;
  width:9em;
}

label, input, textarea{
float:left;
}

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

.small input, input.small{
	width:3em;
}

label.small{
  min-width:3.25em;
  max-width:4.75em;
  width:auto;
}

.large input{
	width:18em;
}

label.large{
  width:18em;
}

textarea{
  width:430px;
  height:250px;
}

.large textarea{
	width:40em;
	height:10em;
	}

form br
{
	clear:both;
}

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

.checkbox input
{
  width:2em;

  margin:0;
  padding:0;
}

label.checkbox
{
 width:22em;
 width:auto;
}

.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;
  display:inline;
}

.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;

}

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

#magic_text{
width:380px;
}


/********************* ae_prompt *******************************/
#aep_ovrl {
background-color: black;
-moz-opacity: 0.7; opacity: 0.7;
top: 0; left: 0; position: fixed;
width: 100%; height:100%; z-index: 99;
}
#aep_ww { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; text-align: center;}
#aep_win { margin: 20% auto 0 auto; width: 400px; text-align: left;}
#aep_w {background-color: white; padding: 3px; border: 1px solid black; background-color: #EEE;}
#aep_t {color: white; margin: 0 0 2px 3px; font-family: Arial, sans-serif; font-size: 10pt;}
#aep_text {width: 100%;}
#aep_w span {font-family: Arial, sans-serif; font-size: 10pt;}
#aep_w div {text-align: right; margin-top: 5px;}


