/** BASIC */

body {
	//margin: 0px;
	margin-left: -60px;
	margin-top: 0px;
	padding: 0px;
	background: #FFFFFF url(images/img01.gif) repeat-y left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #FFFFFF;
}



a:hover {
	text-decoration: underline;
}

a  {
	color: #52A7E0;
	text-decoration: none;
}

a.normal {
	color: #0000FF;
	text-decoration: none;
}

h1 {
	text-transform: lowercase;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	padding: 0px;
	//color: #193976;
	color: #010101;
}

h3 {
	font-size: 14px;
	padding: 0px;
	color: #FFFFFF;
}
p, ol, ul {
	margin-top: 0px;
	padding: 0px;
}

p.intl{
	font-size: 12px;
	text-align: left;
}

.home{
	font-family:Arial,Tahoma,Sans-Serif;
	font-size: 11pt;
	text-align: left;
	font-weight:bold;
	color:black;
	margin-left:5px;
}

.text1 {
	font-weight: bold;
	font-size: 27px;
	text-transform: lowercase;
	margin: 0px;
	padding: 0px;
}

.text2 {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.text3 {
	background-color: #0099FF;
	padding: 5px 83px 5px 5px;
}


.img1 {
	float: left;
	margin: 0px;
}

.divider {
	border-top: 2px solid #5989E4;
}

/** HEADER*/

#header {
	width: 727px;
	margin: 0px auto;
	padding: 20px 0px 0px 15px;
}

#header h1 {
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
}

#header h2 {
	text-transform: uppercase;
}

/** MENU*/

#menu1 {
	float: left;
	width: 190px;
	margin: 0px auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a:hover {
	text-decoration: none;
	background-color: #ffffFF;
}


#menu-01 {
	margin: 0px 0px 5px 0px;
	padding: 10px 5px 10px 15px;
	list-style: none;
	border: 1px solid #3983BC;
}

#menu-02 {
	margin: 0px 20px 5px 0px;
	padding: 10px 5px 10px 15px;
	list-style: none;
	border: 1px solid #3983bc;
}

#menu-03 {
	margin: 0px 0px 5px 0px;
	padding: 10px 5px 10px 15px;
	list-style: none;
	border: 1px solid #3983BC;
}

#menu-04 {
	margin: 0px 0px 5px 0px;
	padding: 10px 5px 10px 15px;
	list-style: none;
	border: 1px solid #3983BC;
}

#menu-05 {
	margin: 0px 0px 10px 0px;
	padding: 10px 5px 10px 15px;
	list-style: none;
	border: 1px solid #3983BC;
}

/** CONTENT */

#content {
/*	width: 942px;*/
	width: 1200px;
	margin: 0px auto;
	margin: 0px 0px 0px 60px;
	padding: 0px;
}

#left {
	float: left;
	padding: 12px 5px 0px 15px;
	width: 190px;
}

#right {
	width: 473px;
	padding: 12px 20px 0px 15px;
	//color: #666666;
	color: #030303;
	margin-left: 220px;
	margin-right: 120px;


}

#rightmembers {
	width: 450px;
	padding: 12px 0px 0px 15px;
	color: #212100;
	margin-left: 220px;
	margin-right:0px;
	/* border: medium double #fecc11; */


}


#right2 {
	width: 473px;
	padding: 12px 20px 0px 15px;
	color: #030303;
	margin-left: 220px;
	margin-right: 120px;
	//background: #fefefe url(images/logo100.bmp) no-repeat fixed center;
	//background-position: 250px 100px;
}

#banner {
	width: 520px;
	margin-left: 221px;
//	margin-right: 120px;
	margin-top: 0px;
	padding: 0px;

}

#chatbox {
	float: right;
	width: 240px;
	height: 500px;
	margin-top: 11px;
	margin-right: 210px;
	margin-left: 0px;
	font-size: 12px;
	padding:0px;
	color: #000000;
	text-align:left;
	border: medium double #ff0000; 
}


#adcontent {
	float: right;
	width: 150px;
	height: 600px;
	margin-top: 130px;
	margin-right: 40px;
	/*border: medium double #fecc11;*/

	font-weight: bold;
	font-size: 14px;
	color: #000000;

}




/** FOOTER */

#footer {
	float: left;
	width: 190px;
	margin: 0px auto;
}

#footer p {
	margin: 0px;
	padding: 12px 5px 0px 5px;
	color: #4773C1;
	text-align: left;
	font-size: 9px;
}

#border-top {
	border-top: 4px solid #A67FDA;
}


/* Table for Roster Stats (Active Members) */
table.stats{
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 100%;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.stats td.hed{
background-color: #666;
color: #fff;
padding: 4px;
text-align: center;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}

table.stats td{
background-color: #CCC;
color: #000;
padding: 4px;
text-align: center;
border: 1px #fff solid;
}


table.stats td.insignia{
background-color: #ffffff;
color: #000000;
padding: 0px;
text-align: left;
border: 1px #fff solid;
}

table.stats tr.odd td{
background-color: #EEE;
color: #000;
padding: 4px;
text-align: center;
border: 1px #fff solid;
}

table.stats tr.odd td.insignia{
background-color: #ffffff;
color: #000000;
padding: 0px;
text-align: left;
border: 1px #fff solid;
}

table.stats tr.even td{
background-color: #CCC;
color: #000;
padding: 4px;
text-align: center;
border: 1px #fff solid;
}

table.stats tr.even td.insignia{
background-color: #ffffff;
color: #000000;
padding: 0px;
text-align: left;
border: 1px #fff solid;
}


/* Table for Fleet Images */
table.fleet{
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 280px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.stats td.hed{
background-color: #666;
color: #fff;
padding: 4px;
text-align: center;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}

table.stats td{
background-color: #CCC;
color: #000;
padding: 4px;
text-align: center;
border: 1px #fff solid;
}


/* Table for Pilot Reports (Squawks) */
table.squawks{
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 100%;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.squawks td.hed{
background-color: #666666;
color: #fff;
padding: 4px;
text-align: center;
border-bottom: 2px #000000 solid;
font-size: 12px;
font-weight: bold;
}

table.squawks tr.info td{
background-color: #CCCCCC;
color: #000;
padding: 4px;
text-align: center;
border: 1px #ffffff solid;
}

table.squawks tr.pirep td{
background-color: #EEEEEE;
color: #000;
padding: 4px;
text-align: center;
border: 1px #FFFFFF solid;
font-size: 14px;
}

/* Table for PIREP Confirmation */

table.pirep{
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 3px 3px;
	border-width: 4px 4px 4px 4px;
	padding: 6px 6px 6px 6px;
	width: 100%;
}

table.pirep tr.title {
	font-size: 9pt;
	background-color: #1B5A77;
	font-family: Tahoma, Verdana;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
}

table.pirep tr {
	font-family: Tahoma, Verdana;
	vertical-align: middle;
	background-color: #EFEFEF;
}

table.pirep td.label {
	background-color: #1B5A77;
	text-align: right;
	color: #FFFFFF;
	font-size: 8pt;
	width: 124px;
}

table.pirep td.data {
	color: #000000;
	text-align: left;
	font-size: 9pt;
}

.caps {
	text-transform: uppercase;
}


/* Table for User Home Page */
table.userhomepage{
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 12px;
color: #fff;
width: 100%;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.userhomepage td.hed{
background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}

table.userhomepage td{
background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;
}

table.userhomepage tr.odd td{
background-color: #EEE;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;
}

table.userhomepage tr.even td{
background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;
}

table.userhomepage a {
	color: #2233FF;
	text-decoration: none;
}

table.userhomepage a:hover {
	text-decoration: underline;
}




/*
** Basic form design based on 
** http://www.stuffandnonsense.co.uk/archives/trimming_form_fields.html
*
* Can be used with optional javascript:

window.onload = function()
{
	if(document.getElementById)
	{
		var linkContainer = document.getElementById('linkContainer');
		var toggle = linkContainer.appendChild(document.createElement('a'));
		toggle.href = '#';
		toggle.appendChild(document.createTextNode('Remove optional fields?'));
		toggle.onclick = function()
		{
			var linkText = this.firstChild.nodeValue;
			this.firstChild.nodeValue = (linkText == 'Remove optional fields?') ? 'Display optional fields?' : 'Remove optional fields?';
			
			var tmp = document.getElementsByTagName('div');
			for (var i=0;i<tmp.length;i++)
			{
				if(tmp[i].className == 'fm-optional')
				{
					tmp[i].style.display = (tmp[i].style.display == 'none') ? 'block' : 'none';
				}
			}
			return false;
		}
	}
}

*/


/* Set up the basic layout and remove unsemantic br tags. */

form 	{
margin : 0;
padding : 0;
}

fieldset {
margin : 0;
padding : 1em;
border : 1px solid #ccc;
}

	fieldset div br {
	display : none;
	}

/* Style the legend, labels and the div containing the submit button. */

legend {
font-weight : bold;
color : #333;
margin : 0;
padding : 0.5em;
}

label {
display : block;
}

#fm-submit {
clear : both;
padding-top : 1em;
text-align : center;
}

	#fm-submit input {
	border: 1px solid #333;
	padding: 2px 4px;
	background: #fff;
	color: #333;
	font-size: 100%;
	}

fieldset div {
margin : 0;
padding : 0;
}

	fieldset div.fm-optional {
	display : block;
	}

	fieldset div input {
	width: 200px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
	
	fieldset div select {
	font-family : "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size : 100%;
	width: 200px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
						
	fieldset div label:before {
	content: "* ";
	}

		fieldset div.fm-optional label:before {
		content: "";
		}
	
/* Optional fields. */

.fm-optional input {
border : 1px solid #ccc;
}



ul
{
list-style: disc outside;
padding:0px;
margin:0px;
}

ol
{
list-style: decimal outside;
padding:0px;
margin:0px;
}

li.arrow
{
background-image:url(arrow.gif);
background-repeat:no-repeat;
background-position:0px 5px;
padding-left:14px;
}

ul.inside {list-style-position:inside}
ol.inside {list-style-position:inside}
