@import url('layout.css');
@import url('content.css');
@import url('home.css');

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	margin: 0 0 0 0;
	text-align: left;
}
* {
	margin: 0px;
	padding: 0px;
}

a {
	font-size: 12px;
	/*color: #E87D1E;*/
	text-decoration: none;
	
}

img {
	border: 0px;
}

span.access {
	display: none;
}

span.red {
	color: red;
}

.nomargin {
	margin: 0px;
}

#left {
	float: left;
}

#right {
	float: right;
}

.clear {
	clear:both;
}

.form
{
	margin:20px 0;
}

.form li
{
	list-style:none;
	margin-bottom:4px;
	position:static;
}

.form li img
{
	margin-left:105px;
}


.form li label
{
	text-align:right;
	width:100px;
	display:block;
	float:left;
	padding:0 5px 0 0;
	margin:0;
	left:-105px;
}

.form li label em
{
	color:red;
}

.errorstatus, .error
{
	color:red;
}

.green
{
	color:#006600;
}
.bold 
{
	font-weight: bold;
}
/* #middleContent{height: 420px;} */
#pnlFlightInformation input, #pnlFlightInformation select{border: 1px solid #666 !important;}
