@import "layout.css";
@import "forms.css";
@import "nav.css";

/* 
	Title:	Sydney Airport screen styles
	Author: chris.pearce@bluearcgroup.com
*/

/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* -------------Reset everything */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, fieldset, a img {border: 0;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* Over-ride those pesky font tags */
font {
	font-family: Arial, Helvetica, sans-serif !important; 
	font-size: 100% !important;
	color: #000 !important;
}
u {text-decoration: none;}
/* -------------//Reset everything */

body {
	color: #000;
	background: #fff url("../images/css/body-bg.gif") repeat-x 0 0;
	font: 0.75em/1.3 Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #0174a3;
	text-decoration: none;
}
a:active, a:focus, a:hover {text-decoration: underline;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table th {
	text-align: left;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
	color: #535353;
	background-color: #d5d4d4;
	padding: 4px 8px;
}
table td {
	border-bottom: 1px dotted #CECECE;
	vertical-align: top;
	padding: 14px 8px;
}
table tfoot td {
	background-color: #009ada;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	padding: 4px 8px;
	border: none;
}
#main-content table tbody tr:hover td {background-color: #f6f6f6;}
table caption {
	margin-bottom: 0.75em;
	text-align: left;
}
strong, dl dt {font-weight: bold;}
em {font-style: italic;}
blockquote {margin: 0 12px;} 
h1, h2, h3, h4, h5, h6 {
	color: #009ada;
	margin-bottom: 0.75em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
}
h2 {font-size: 1.167em;}
h3, h4, h5, h6 {
	font-size: 1.167em;
	margin: 0 0 0.75em 0;
	font-weight: normal;
}

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
#main-content p, #main-content table,
#main-content ul, #main-content ol {margin-bottom: 1.4em;}
#main-content table table,
#main-content fieldset table {margin: 0;}
/* Lists */
#main-content ul li {
	background: url("../images/css/arrow.gif") 0 4px no-repeat;
	padding: 3px 0 3px 17px;
}
#main-content ol {
	margin-left: 2.7em;
	list-style: decimal;
}
	#main-content ol li {padding: 0 0 0.90em 0;}
	#main-content ol ol {list-style: lower-alpha;}
	#main-content ol ol li {padding: 0;}
	#main-content ol ol ol {list-style: lower-roman;}
	#main-content ul ul, 
	#main-content ol ol {margin: 0.40em 0 0.40em 10px;}
	#main-content ol ol {margin-left: 27px;}
/* Style Links */
#main-content #page-copy a[href ^="mailto:"] {
	padding-left: 19px; 
	background: url("../images/icons/mailto.gif") no-repeat 0 50%;
}
#main-content #page-copy a[href $='.jpg'], 
#main-content #page-copy a[href $='.gif'] {
	padding-left: 19px; 
	background: url("../images/icons/img.gif") no-repeat 0 50%;
}
#main-content #page-copy a[href^="http:"],
#main-content #page-copy a[href^="https:"] {
	background: url("../images/icons/external.gif") no-repeat 0 50%;
	padding-left: 19px;
}
#main-content #page-copy a.dnld[href^="http:"],
#main-content #page-copy ul#search-results li h2 a,
#main-content #page-copy a[href^="http://www.sydneyairport.com.au"],
#main-content #page-copy a[href^="http://www.syd.com.au"],
#main-content #page-copy a[href^="http://w211.staging.bluearcgroup.com"],
#main-content #page-copy a.no-icon[href^="http:"],
#main-content #page-copy a.no-icon[href^="https:"] {
	background: none;
	padding-left: 0;
}


/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide,
table caption span,
form legend span {
	position: absolute;
	left: -999em;
}
.hide-fully {display: none;}
/* hide .NET junk */
div.hide-dotnet {
	height: 0;
	font-size: 0;
}

/* [SMALL TXT]
-------------------------------------------------------*/
#main-content #page-copy .sml-txt {font-size: 0.95em;}

/* [GREY ITALICS]
-------------------------------------------------------*/
#main-content #page-copy .grey-italic {
	font-size: 1.167em;
	color: #666;
	font-style: italic;
	padding-right: 50px;
	line-height: 1.8em;
}
	#main-content #page-copy h2.grey-italic {
		padding-top: 1em; 
		margin-bottom: 0;
	}
	#main-content #page-copy p.grey-italic {margin-bottom: 2em;}

/* [BACK LINK]
-------------------------------------------------------*/
#main-content #page-copy a.back {
	background: url("../images/css/arrow-back.gif") no-repeat 0 50%;
	padding-left: 18px;
}

/* [TURN OFF DEFAULT TABLE STYLES]
-------------------------------------------------------*/
#main-content #page-copy table.no-tble-styles {width: auto;}
#main-content #page-copy table.no-tble-styles th {
	text-align: left;
	text-transform: none;
	font-size: inherit;
	font-weight: normal;
	color: #000;
	background: none;
	padding: 0;
}
#main-content #page-copy table.no-tble-styles td {
	border-bottom: none;
	vertical-align: top;
	padding: 0;
}
#main-content #page-copy table.no-tble-styles tbody tr:hover td {background: none;}

/* [HIGHLIGHT BOX]
-------------------------------------------------------*/
#main-content .highlight,
#main-content .highlight-column {
	background-color: #fcfcff;
	padding: 20px 40px;
	border: 1px solid #eaeaf4;
	font-size: 1.138em;
	margin: 0.5em 0 2em 0;
	width: 590px;
	clear: both;
}
	#main-content .highlight p,
	#main-content .highlight-column p {margin-bottom: 0;}
	#main-content .highlight h1,
	#main-content .highlight-column h1,
	#main-content .highlight h2,
	#main-content .highlight-column h2,
	#main-content .highlight h3,
	#main-content .highlight-column h3,
	#main-content .highlight h4,
	#main-content .highlight-column h4,
	#main-content .highlight h5,
	#main-content .highlight-column h5,
	#main-content .highlight h6,
	#main-content .highlight-column h6 {
		font-size: 1em;
		text-transform: none;
		font-weight: bold;
		margin-bottom: 0.20em;
	}

#main-content .highlight-column {float: left;}
	#main-content .highlight-column img {float: left;}
	#main-content .highlight-column h1,
	#main-content .highlight-column h2,
	#main-content .highlight-column h3,
	#main-content .highlight-column h4,
	#main-content .highlight-column h5,
	#main-content .highlight-column h6,
	#main-content .highlight-column p,
	#main-content .highlight-column ul,
	#main-content .highlight-column ol {
		width: 508px;
		float: right;
	}

/* [FBT HIGHLIGHT BOX]
-------------------------------------------------------*/
#main-content .fbt-highlight {
	background-color: #FCF7D3;
	padding: 20px 40px;
	margin: 0 0 1.5em 0;
	font-size: 1.2em;
}
	#main-content .fbt-highlight ul li {margin-bottom: 10px;}
	#main-content .fbt-highlight h3 {
		font-size: 1em;
		font-weight: bold;
		text-transform: none;
	}

/* [NOTIFICATIONS]
-------------------------------------------------------*/
#main-content div.errors,
#main-content div.success {
	padding: 0.60em 0.80em 0.60em 4.3em; 
	margin-bottom: 1.5em; 
	border: 2px solid #DBB38B;
}
	#main-content div.errors {
		background: #FEFAEB url("../images/icons/error-lrge.gif") no-repeat 10px 12px; 
		color: #BA624B !important; 
		min-height: 36px;
	}
	#main-content div.success {
		background: #EEF4D5 url("../images/icons/success-lrge.gif") no-repeat 10px 12px; 
		color: #529214 !important; 
		border-color: #ABCD5A;
		min-height: 30px;
		font-weight: bold;
	}
	#main-content div.errors p,
	#main-content div.success p {margin: 0;}
	#main-content div.errors ul,
	#main-content div.success ul {
		margin: 0.40em 0 0 30px;
		font-weight: bold;
		list-style: disc;
	}
		#main-content div.errors ul li,
		#main-content div.success ul li {
			padding: 0;
			background: none;
			margin: 0;
		}
	#main-content div.errors a {color: #BA624B;}
	#main-content div.success a {color: #529214;}

/* Simple Error Msg */
#main-content p.error {
	color: #D12F19;
	background: url("../images/icons/error2.gif") no-repeat 0 40%;
	padding-left: 20px; 
}

