@import "layout.css";
@import "nav.css";
@import "forms.css";

/* 
	Title:	Professional Pathways Australia 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: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif !important; 
	font-size: 100% !important;
	color: #1c1c1c !important;
}
/* -------------//Reset everything */

body {
	color: #1c1c1c;
	background-color: #eee;
	margin: 0 8px;
	font: 0.75em/1.4 "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
}
a:link, a:visited {
	color: #46b6e8;
	text-decoration: none;
}
a:active, a:focus, a:hover {text-decoration: underline;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	text-align: left;
	font-weight: normal;
}
table caption {
	font-weight: bold;
	font-size: 1.10em;
	padding-bottom: 0.40em;
	text-align: left;
}
strong {font-weight: bold;}
em {font-style: italic;}
blockquote {margin: 0 12px;} 
h1, h2, h3, h4, h5, h6 {
	font-size: 1.65em;
	font-weight: normal;
	color: #46b6e8;
	margin-bottom: 0.80em;
	line-height: 1.2;
}
h2, h3, h4, h5, h6 {
	font-size: 1.40em;
	font-weight: bold;
	margin-bottom: 0.30em;
	color: #1c1c1c;
}
h3 {font-size: 1.30em;}
body.home h3 {
	font-size: 1.65em;
	font-weight: normal;
	color: #46b6e8;
	margin-bottom: 0.80em;
}
h4 {font-size: 1.25em;}
h5 {font-size: 1.20em;}
h6 {font-size: 1.10em;}

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
/* Set font size to 11px if required */
#main-content {font-size: 1em;}
/* Spacing */
#main-content p, #main-content ul,
#main-content ol, #main-content dl,
#main-content table {margin-bottom: 1.5em;}
#main-content table table,
#main-content fieldset table {margin: 0;}
/* Lists */
#main-content ul {
	list-style: disc;
	margin-left: 32px;
}
#main-content ul ul {list-style: circle;}
#main-content ol {
	list-style: decimal;
	margin-left: 42px;
}
#main-content ol ol {list-style: lower-alpha;}
#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 dl dt {font-weight: bold;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide,
table caption span,
table.apply thead th {
	position: absolute;
	left: -999em;
}
.hide-fully {display: none;}
/* hide .NET junk */
div.hide-dotnet {
	height: 0;
	font-size: 0;
}

/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after,
#main-content:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}

/* [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; 
		min-height: 36px;
	}
	#main-content div.success {
		background: #EEF4D5 url("../images/icons/success-lrge.gif") no-repeat 10px 12px; 
		color: #529214; 
		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; 
}

