/*
 *	Stylesheet
 *
 *	(c) 2004 WebRequest
 *	info@webrequest.nl
 *
 *	filename: default.css
 *
 */

/*
 *
 *	M a i n   s t y l e s
 *
 */
html {
	/* Always display scrollbar (page shifting) */
	min-height: 100%;
	margin-bottom: 0.1px;
}

body {
	margin: 0;
	padding: 0;
	background-image: url('/images/bg_body.gif');
	background-repeat: repeat-x;
	background-color: #3087C1;
	text-align: left;
	font: 10pt Verdana, Tahoma, Sans-Serif;
	color: #000000;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-size: 14pt;
	color: #045184;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 10pt;
	color: #00385F;
}

p  {
	font-size: 10pt;
	font-weight: normal;
}

ul {
	padding-right: 1em;
	text-align: left; 
	margin-bottom: 1em;
}

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

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a {
	color: #BC0101;
	text-decoration: none;
}

table.progress, table.progress td, table.progress th {
	border-collapse: collapse;
	border-color: #083E64;
}

legend {
	color: #002E53;
}

fieldset {
	border: 1px solid #083E64;
	-moz-border-radius: 5px;
}

/*
 *
 *	L a y e r   s t y l e s
 *
 */

#wrapper {
	min-width: 900px;
}

#wrapper {
	position: absolute;
	background-image: url('/images/bg_content.png');
	background-repeat: repeat-y;
	width: 900px;     				/* total width */
	left: 50%;
	margin-left: -450px;
}

#wide-header {
	font-size: 0;
	/*border: 1px solid #FF0000;			/* Debug */
}

#outer {
	border-left-width: 220px;  			/* left column width */
	border-right-width: 220px; 			/* right column width */
}

#left {
	width: 200px;              			/* left column width */
	margin-left: -0px;       			/* _negative_ left column width */
	min-height: 200px;
	/*border: 1px solid #FF0000;			/* Debug */
}

#right {
	width: 200px;              			/* right column width */
	margin-right: -200px;      			/* _negative_ right column width */
	/*border: 1px solid #00FF00;			/* Debug */
}

#wide-footer {
	margin-bottom: -3px;
	background-repeat: no-repeat;
	/* border: 1px solid #0000FF;			/* Debug */
}

#left-wrapper {
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	/*border: 1px solid #F0F000;			/* Debug */
}

#left-text {
	position: relative;
	width: 175px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-top: -40px;
	text-align: left;
	margin-bottom: 30px;
	/*border: 1px solid #00FF00;			/* Debug */
}

#left-wrapper-poll {
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	/*border: 1px solid #F0F000;			/* Debug */
}

#left-text-poll {
	position: relative;
	width: 175px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-top: -50px;
	text-align: left;
	margin-bottom: 30px;
	/*border: 1px solid #00FF00;			/* Debug */
}

#left-wrapper-aerodrome {
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	/*border: 1px solid #F0F000;			/* Debug */
}

#left-text-aerodrome {
	position: relative;
	width: 175px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-top: -50px;
	text-align: left;
	margin-bottom: 30px;
	/*border: 1px solid #00FF00;			/* Debug */
}

#right-wrapper {
	width: 200px;
	margin-top: 0px;
	margin-left: 10px;
	/*border: 1px solid #FF0000;			/* Debug */
}

#right-text {
	position: relative;
	width: 175px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left:25px;
	margin-top: -60px;
	text-align: left;
	/*border: 1px solid #000FF0;			/* Debug */
}

#right-wrapper-kodak {
	width: 200px;
	margin-top: 0px;
	margin-left: 10px;
	/*border: 1px solid #FF0000;			/* Debug */
}

#right-text-kodak {
	position: relative;
	width: 175px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left:25px;
	margin-top: -60px;
	text-align: left;
	/*border: 1px solid #000FF0;			/* Debug */
}

#right-wrapper-planning {
	width: 200px;
	margin-top: 0px;
	margin-left: 10px;
	/*border: 1px solid #FF0000;			/* Debug */
}

#right-text-planning {
	position: relative;
	width: 175px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 25px;
	margin-top: -60px;
	text-align: left;
	/*border: 1px solid #000FF0;			/* Debug */
}

#breadcrumbs {
	position: absolute;
	left: 0px;
	width: 900px; 
	top: 205px;
	color: #BC0101;
	font-weight: bold;
	text-align: center;
	z-index: 115;
	letter-spacing: 1px;
	/*border: 1px solid #0F0F00;			/* Debug */
	
}

#footer-text {
	width: 900px;
	color: #000000;
	margin: -91px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
}

#footer-text a {
	color: #BC0101;
}

#footer-text a:hover {
	color: #FF0000;
}

#footer-text a:visited {
	color: #BC0101;
}

#inner {
	margin: 0;
	width: 100%;
}

#left {
	float: left;
	position: relative;
	z-index: 10;
}

#right {
	float: left;
	position: relative;
	z-index: 11;
}

#center {
	float: left;
	width: 500px;
	position: relative;
	z-index: 12;
	top: 10px;
	/*border: 1px solid #0F0F00;			/* Debug */
}

#wide {
	width: 980px;
	position: relative;
	z-index: 13;
}

/* Mozilla code */
#outer > .inner {
	border-bottom: 1px solid transparent;
}

#left {
	margin-right: 0px;
}

#right {
	margin-left: 0px;
}

#center {
	margin: 0px -5px 0px -5px;
}

/*
 *
 *	M e n u   s t y l e s
 *
 */

#navigation-text a.mainActive {
 	color: #FFFFFF;
 	font-weight: bold;
}

#navigation-text a:visited.mainActive {
 	color: #FFFFFF;
	font-weight: bold;
}

#navigation-text a:hover.mainActive {
 	color: #FFFFFF;
	font-weight: bold;
}

#navigation-text a.mainInactive {
	font-weight: bold;
}

#navigation-text a:visited.mainInactive {
	font-weight: bold;
}

#navigation-text a:hover.mainInactive {
	font-weight: bold;
}

#navigation-text a.subActive {
 	color: #FFFFFF;
	font-size: 12px;
}

#navigation-text a:visited.subActive {
 	color: #FFFFFF;
	font-size: 12px;
}

#navigation-text a:hover.subActive {
 	color: #FFFFFF;
	font-size: 12px;
}

#navigation-text a.subInactive {
	font-size: 12px;
}

#navigation-text a:visited.subInactive {
	font-size: 12px;
}

#navigation-text a:hover.subInactive {
	font-size: 12px;
}


/*
 *
 *	M i s c .   s t y l e s
 *
 */

.clear {
	clear: both;
}

.small {
	font-size: 10px;
}

.newsposter {
	font-size: 10px;
	color: #ADADAD;
}

.stdInput {
	border: 1px inset #045184;
	background-color: #FFFFFF;
	font-size: 10px;
	padding-left: 2px;
}

.stdButton {
	border: 1px outset #045184;
	background-color: #DADADA;
}

.stdButton:hover {
	border: 1px outset #045184;
	background-color: #DEDEDE;
	color: #BC0101;
}

.mab-table-bg {
	background-color: #C7C7C8;
}

.imageborder {
	border: 3px double #A7A7A7;
	vertical-align: bottom;
}