/*

Section specific colours for the australian hostels section

*/

/* general styles */
body {
	background: #3399FF;
}

a, a:link {
	color: #0000cc;
}

a:visited {
	color: #000000;
}

a:active, a:hover {
	color: #ffcc00 !important;
}

.keyline {
	background: #65CAFF;
}

.header {
	background-color: #0033E6;
}

.subHeading {

}

.subEventHeading{
	color:#0000cc;
}

.pageHeading {
	color: #ffffff;
}

.formButton {
	color: #ffffff;
	border-color: #66CCFF;
	background: #3399FF;
}

.footerBlack {
	font-size: 10px;
	color: #000000;
}

a.buttonLink, a.buttonLink:link, a.buttonLink:visited {
	color: #ffffff !important;
/* hide the following from Netscape 4 */
/*/*/
	border-color: #66CCFF;
	background: #3399FF;
/* end hide */
}

.formElement {
	background: #A0DBFF;
}

/* left hand column */
.leftCol {
	background: #1E6FF4;
	color: #FFFFFF;
}

td.leftCol, .leftCol td, .leftCol p, .leftCol li, .leftCol ul, .leftCol ol {
	color: #FFFFFF;
}

.leftCol a, .leftCol a:link {
	color: #C2EBFF;
}

.leftCol a:visited {
	color: #C2EBFF;
}

.navSelected {
	color: #ffcc00;
}

/* right hand column (aka. "module") */
a.insertbox{
	text-decoration:none;
	color:#ffffff!important;
	font-size:11px!important;


}
.module {
	background: #3BA9FF;
	color: #000000;
}

.module .formElement {
	background: #A0DBFF;
}

.module a, .module a:link, .module a:visited {
	color: #0000CC;
}

/* modules (aka. "insert") */
.insert {
	background: #42B8FF;
	color: #000000;
}

.insert a, .insert a:link, .insert a:visited {
	color: #0000cc;
}

.insert a:visited {
	color: #000000;
}

.insert .formElement {
	background: #A0DBFF;
}

.insertLight a, .insertLight a:link, .insertLight a:visited {
	color: #0000cc;
}

.insertLight a:visited {
	color: #000000;
}

.insertLight .formElement {
	background: #A0DBFF;
}

.ratings {
	color: #ffffff;
}

a.insertLink, a.insertLink:link, a.insertLink:visited {
	color: #ffffff;
}

.pageNav a, .pageNav a:link {
	color: #ffffff !important;
}

/* booking steps */
.stepFinished {
	color: #CCCCFF;
}

.stepCurrent {
	color: #ffffff;
}

.stepTogo {
	color: #C4A3F7;
}
/*promotion page*/
.imageCap{
	font-size: 10px;
	margin-top:5px;
	margin-bottom:5px;
}