html,body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	border: none;
}

body {
	
	
	font-size: 12px;
	font-family: "Lucida Grand", "Lucida Sans Unicode", Helvetica,
		sans-serif;
	font-weight: normal;
	text-align: center;
}

table {
	font-size: 100%;
}

img {
	border: none;
}

/* Link color */
a,a:link,a:visited,a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight:normal;
}

a:hover {
	text-decoration: underline;
	font-weight:normal;
}

input[type="text"],input[type="password"],textarea,select {
	border: 1px solid #868686;
}

/* The same as the default font in body */
.link-inquiry-col3 textarea {
	font-family: "Lucida Grand", "Lucida Sans Unicode", Helvetica,
		sans-serif;
	font-size: 12px;
}

/* Lightbox/pop-up window */
#page {
	position: relative;
	top: 10%;
	left: auto;
	width: 700px;
	margin: 0 auto;
	padding: 0 0 10px;
	border: 1px solid #cccccc;
}

/* Lightbox/pop-up window menu */
#page-menu {
	width: 700px;
	height: 30px;
	background-color: #cccccc;
}

#page-menu a {
	color: #222;
}

#page-menu span {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

#page-title-img {
	
}

/* Page title at frontpage */
#page-title {
	position: absolute;
	left: 30px;
	top: 85px;
	color: rgb(255, 255, 255);
	font-size: 28px;
	font-weight: bold;
	line-height: 31px;
}

#page-content {
	margin: 0px auto;
	width: 668px;
	text-align: left;
}

#avinode-broker-link {
	margin: 0px auto;
	
}

/* Zebra-color in search result */
.link-even {
	background-color: #FBFBFB;
}

.link-odd {
	background-color: #fff;
}

/* Selected row in search result */
.link-selected {
	background-color: #EFEFEF;
}

/* Statusbar, border color (the same as link color) */
.avi-wizard-progress li {
	background-color: #fff;
	border-bottom-color: #CC0000;
	color:#000
}

/* Search result tabel and cell */
.link-models {
	width: 100%;
	border-collapse: collapse;
}

.link-models td {
	border-bottom: 1px solid #fff;
}

/* Selected aircraft table */
.link-inquiry-selected {
	border-collapse: collapse;
}

.nostretch {
	width: 100%;
}