/* CSS Document - Red Dog Aviation*/

body { 
	font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color:#000000;
	line-height:1.2em;
	/*Margins of the main boxed area*/
		margin-top:20px;
		margin-bottom:20px;
		margin-left:50px;
	background-color:#FFF;
}
	
/* Sets the menu bar using absolute positioning */

.menu {
	position: relative;
		top:10px;
		left:30px;
}

.content {
	position:relative;
	left:30px;
}

/* Sets the main title over the main graphic */

table.title {
	font-family: verdana,arial,sans-serif;
		font-size:11px;
		color:#333333;
	border-width: 2px;
		border-color: #00F;
		border-collapse: collapse;
		border-radius: 5px;
}

/* Sets the page title over the main graphic */

.page_title {
	font-family:Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight:bold;
		text-transform: none;
		color:#000;
	position:absolute;
		top:50px;
		left:150px;
	padding:1px;
}

/* Main graphic as part of the title */

.top_image {
	margin-top:5px;
	position:relative;
		top:0px;
		left:30px;
		width:1150px;
}

/* Link properties */

a:link {
	color:#06F;
	text-decoration:none;
}

a:visited {
	color:#06F;
	text-decoration:none;
}

a:focus {
	color:#06F; 
	text-decoration:none;
}
	
a:hover {
	color:#C00; 
	text-decoration:none;
}

a:active {
	color:#06F; 
	text-decoration: none;
}

/* Places a border around images used in links */

a img {
	border:0px #000000 solid;
}

ul { 
	font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #000000;
}
	
li {
	list-style-type:decimal;
		color:#999999;
}

blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}	

h6 {
	font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
}

.sup {
	color:#F00;
}

.wx_iframe {
	position:absolute;
		top:140px;
		left:1077px;
	padding:0px;
}

.stats {
	position:absolute;
	left:84px;
	top:176px;
}

/* used in tables */

table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	background-color:#CC9;
	border-radius:0px;
}
table.gridtable th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #666666;
}

/* Form entry */

.form_style {
	font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-style: normal;
		font-weight:normal;
		text-transform: none;
		color:#000;
		vertical-align:text-top;
}

/* Login input text boxes */

.login_box {
	position:absolute;
		top:218px;
		left:100px;
	padding:1px;
}

.form_style_login {
	font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-style: normal;
		font-weight:normal;
		text-transform: none;
		color:#FFF;
}

.textfield_login {
	border:1px solid #000;
		width: 100px;
	font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		color:#000;
		padding:2px;		
}

.submit_login {
	background:#FFF;
	border: thick, #06F;
	border-color:#666;
	font-family:Tahoma, Geneva, sans-serif;
		color:#000;
		font-size:10px;
		font-variant: small-caps;
}


/* Logbook input text boxes */

.textfield {
	border:1px solid #000;
	font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		color:#000;
		padding:5px;
}

.textarea {
	border:1px solid #000;
	font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		color:#000;
		padding:5px;
}

.submit {
	background:#FFF;
	border: thick, #06F;
	font-family:Tahoma, Geneva, sans-serif;
		color:#000;
		font-size:12px;
		font-variant: small-caps;
}

/* Caution box at footer */

.footer {
	position:absolute;
		left:390px;
	font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color:#666666;
	line-height:1.1em;
	width:500px;
	padding:5px;
	text-align:center;
	border:1px dashed gray

}

