/*------------------------------------*\
PARENT STYLE SHEET
\*------------------------------------*/
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, img, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

	a img {
		border: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Segoe UI Light", "LatoLight", sans-serif;
	text-transform: capitalize;
	margin-bottom: 15px;
}

strong, .strong {
	font-weight: 700;
}

.light {
	font-weight: 300;
}

h1 {
	font-size: 2.3em;
	line-height: 1;
	color: #006496;
}

h2 {
	font-size: 1.8em;
	line-height: 1;
}

.ie7 .select-styled {
	display: inline;
	overflow: visible;
	height: auto;
	background: #FFF;
}

	.ie7 .select-styled select {
		width: 100%;
	}

.ie7 li {
	line-height: 1.62;
}

#root {
	clear: both;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -40px;
	border-left: 1px solid #005F9C;
}

	#root #root_footer {
		height: 40px;
	}

#footer {
	clear: both;
	position: relative;
	height: 40px;
	padding: 0 40px;
}

html {
	height: 100%;
	font-size: 100%;
}

body {
	height: 100%;
	font-family: "Segoe UI Regular", sans-serif;
	font-size: 1em;
	padding-left: 160px;
}

::-moz-selection {
	background: #FFCE07;
	color: white;
	-webkit-text-shadow: none;
	text-shadow: none;
}

::selection {
	background: #FFCE07;
	color: white;
	-webkit-text-shadow: none;
	text-shadow: none;
}

.left-pane {
	display: block;
	width: 80px;
	padding: 40px;
	position: absolute;
	left: 0;
	top: 0;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.logo {
	width: 80px;
}

.navigation {
	padding-left: 20px;
	overflow: hidden;
	padding-top: 50px;
}

	.navigation .user {
		font-size: 0.95em;
		padding-bottom: 15px;
		display: block;
		float: right;
	}

.siteLogo {
	text-align: center;
	float: right;
	margin-top: -20px;
	max-width: 250px;
}

@media (min-width: 850px) {
	.noWrap {
		white-space: nowrap;
	}
}

@media (max-width: 849px) {
	.noWrap {
		white-space: normal;
	}
}

@media print {
	a[href]:after {
		content: none !important;
	}
}

.landing .site-entry {
	margin: 20px;
	display: block;
	height: 580px;
	width: 800px;
	position: relative;
}

.landing .tile {
	display: block;
	background-color: #dae1ef;
	background-position: top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	float: left;
	border: 3px solid #a9b3ca;
	position: relative;
	color: #006496;
	margin: 5px;
}

	.landing .tile:hover {
		background-color: #006496;
		border-color: #FFCE07;
		color: #FFCE07;
		text-shadow: -1px -1px 0 #1e2757, 1px -1px 0 #1e2757, -1px 1px 0 #1e2757, 1px 1px 0 #1e2757;
		/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	}

	.landing .tile span {
		display: block;
		position: absolute;
		left: 10px;
		right: 10px;
		bottom: 10px;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
	}

.landing .SA-entry {
	background-image: url('SABG.png');
}

	.landing .SA-entry:hover {
		background-image: url('SAHL.png');
	}


.landing .FleetSA-entry {
	background-image: url('FleetSABG.png');
}

	.landing .FleetSA-entry:hover {
		background-image: url('FleetSAHL.png');
	}

.landing .Vic-entry {
	background-image: url('VicBG.png');
}

	.landing .Vic-entry:hover {
		background-image: url('VicHL.png');
	}

.landing .Novelty-entry {
	background-image: url('NoveltyBG.png');
}

	.landing .Novelty-entry:hover {
		background-image: url('NoveltyHL.png');
	}

.landing .NZ-entry {
	background-image: url('NZBG.png');
}

	.landing .NZ-entry:hover {
		background-image: url('NZHL.png');
	}

.landing .Punjab-entry {
	background-image: url('PunjabBG.png');
}

	.landing .Punjab-entry:hover {
		background-image: url('PunjabHL.png');
	}

.landing .Qld-entry {
	background-image: url('QldBG.png');
}

	.landing .Qld-entry:hover {
		background-image: url('QldHL.png');
	}

.landing .WA-entry {
	background-image: url('WABG.png');
}

	.landing .WA-entry:hover {
		background-image: url('WAHL.png');
	}
