@charset "utf-8";
/* CSS Document by Ralph Tonn */

#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 17px;
	color: #fff;
	font-weight:bold; 
	
	height:22px;
	padding:10px;
  	width:220px;
  	background-color:#00aa00;
 	border:1px solid #000;
}


BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666;
	margin: 18px 0 0 0;
	background: url(../images/airsh_bg.png) repeat-x top left #fff;
	}
	A {outline: none;}
			A {
				color: #039;
				text-decoration: none;
				font-weight: bold;
				}
			A:hover {
				color: #69c;
				text-decoration: underline;
				}
	
	.input {
		 font-size: 11px;
		 font-family: Arial, Helvetica, sans-serif;
		 color: #000000;
		 border: 1px solid #000000;
		 text-indent: 2px;
		 margin: 2px 2px 2px 2px;
		 width:180px;
		}
	fieldset {padding: 5px;}
	label {			
		width:150px;
		margin: 0 0 10px 0;
		margin: 2px 2px 2px 2px;
		clear: both;
		display: block;
		}
		legend {
			font-weight:bold;
			font-size: 13px;
			padding: 1px 4px;
			border:1px  dashed #369;
			background: #e1ebff;
			color: #039;
			margin: 0 0 6px 0;	
			}
	form {
		margin: 0;
		padding: 0;}
	
	#content {
		width: 800px;
		margin: 0 auto;
		}
		
		#content #logo {
			width: 136px;
			height: 109px;
			display: block;
			text-indent: -3200px;
			margin: 0 9px 0 0; 
			float: left;
			background: url(../images/logo.png) no-repeat;
			}
		#content H5#head {
			width: 653px;
			height: 109px;
			margin: 0;
			padding: 0;
			display: block;
			text-indent: -3000px;
			float: left;
			background: url(../images/head.jpg) no-repeat;
			}
		#content H3#seperator {
			width: 800px;
			height: 25px;
			text-indent: -3000px;
			clear: both;
			margin: 0;
			padding: 0;
			background: url(../images/powered.png) no-repeat;
			}
		#content #navigation {
			position: relative;
			top: -11px;
			background: url(../images/nav_bg.png) no-repeat left bottom; #f4f4f5;
			width: 138px;
            height: 490px;
			padding: 0 0 120px 0;
			float: left;
			}
		#content #navigation UL.nav {
			border-left: 1px solid #9bacd0;
			border-right: 1px solid #9bacd0;
			width: 118px;
			padding: 10px 8px;
			margin: 0;	
			list-style: none;	
			background: url(../images/nav_sep.gif) no-repeat bottom left;
			}
			#content #navigation UL.nav A {
				color: #039;
				text-decoration: none;
				font-weight: bold;
				}
			#content #navigation UL.nav A:hover {
				color: #69c;
				text-decoration: underline;
				}
			#content #navigation UL.nav A.active {
				padding: 0 0 0 12px;
				background: url(../images/active.gif) no-repeat 0 4px;
				}

		#content #cbox {
			float: left;
			width: 653px;
			padding: 0 0 6px 0;
			margin: 0 0 18px 9px;
			background: url(../images/cbox_bg.png) no-repeat left bottom #fff;
			}
			#content #cbox #border {
				border-left: 1px solid #9bacd0;
				border-right: 1px solid #9bacd0;
				padding: 20px;
				}
			#content #cbox H4 {
				width: 100%;
				font-size: 12px;
				margin: 0 0 10px 0;
				padding: 0 0 5px 0;
				background: url(../images/h4_line.png) no-repeat left bottom;
				}
			#content #cbox H3 {
				font-size: 12px;
				margin: 20px 0 0 0;
				}
			
