/* @override http://localhost:8888/global/styles/GlobalScreen.css */

/* GlobalScreen.css - Base CSS style sheet for QuinzeAns.com.au */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
}

.pageWrapper {
	margin: auto;
	width: 1010px;
	margin-top: 0;
	padding-top: 5px;
}

/* Style all elements with tag names "h1" and "h2" (i.e. <h1> and <h2>) */

h1, h2 {
	font-size: 72px;
	color: #FFF;
	text-align: center;
}

/* Style all elements with tag name "h2" (i.e. <h2>) */

h2 {
	font-size: 36px;
	font-weight: normal;
}

/* Set the colours for links */

a { color: #aaa; text-decoration: none; }
a:hover { color: navy; }
a:active { color: #080032; }

/* Style content */

.pageContent {
}

.errorMessage {
	color:  red;
}

img {
	margin: auto;
}

input {
	margin: 5px;
}

/* @group Menu Styles */

/* Left Side Menu */

.leftSideBar {
	position: absolute;
	width: 210px;
}

/* rightt Side Menu */

.rightSideBar {
	position: absolute;
	width: 225px;
	margin-left: 765px;
}

/* @end Menu Styles */

/* @group Main Bar Styles */

.mainBar {
	width: 560px;
	margin-left: 215px;
	padding-bottom: 20px;
	position: absolute;
}

.mainBarTop {
	background: transparent url(../images/page-top.png) top left no-repeat;
	height: 20px;
	margin-top: 150px;
}

.mainBarMiddle {
	background: transparent url(../images/page-middle.png) repeat-y;
}

.mainBarContent {
	width: 500px;
	overflow: auto;
	margin-left: 30px;
	padding-right: 20px;
}

.mainBarContent p {
	margin: 5px;
}

.mainBarContent img {
	width: 450px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
}

.mainBarFooter {
	font: 7pt "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #888;
	text-align: right;
	margin-top: 5px;
	margin-right: 30px;
	z-index: 10;
}

.mainBarBottom {
	background: transparent url(../images/page-bottom.png) top left no-repeat;
	height: 30px;
}

/* @end Main Bar Styles */

/* @group Footer */

.mainBarTagLine {
	font: 8pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

#leftTag {
	float: left;
	margin-left: 10px;
}

#rightTag {
	float: right;
	margin-right: 10px;
	color: #aaa;
}

/* @end Footer Styles */
