@import "layout.css";
@import "forms.css";
@import "nav.css";

/* 
	Title:	Georges River screen styles
	Author: craig.henneberry@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: #000 !important;
}
/* -------------//Reset everything */
body {
	color: #000;
	background-color: #094778;
	margin-bottom: 30px;
	font: 0.75em/1.5 "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
}
a:link, a:visited {
	color: #428f0e;
	text-decoration: none;
}
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.20em;
	padding-bottom: 0.40em;
	text-align: left;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
strong {font-weight: bold;}
em {font-style: italic;}
blockquote {margin: 0 12px;} 
h1, h2, h3, h4, h5, h6 {
	font-size: 2.0em;
	font-weight: bold;
	color: #20a1e6;
	margin-bottom: 0.60em;
	line-height: 1.2;
}
h1 {clear: both;}
h2 {font-size: 1.60em;}
h3, h4 {
	font-size: 1.05em;
	padding-bottom: 0.40em;
}
h4 {
	margin-bottom: 1.0em;
	border-bottom: 1px dotted #c1c1c1;
}
h4, h5, h6 {
	font-size: 1.25em;
	color: #428f0e;
	margin-bottom: 0.30em;
}
h5 {font-size: 1.20em;}
h6 {font-size: 1.10em;}

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
.main-content #content p, .main-content #content ul,
.main-content #content ol, .main-content #content dl,
.main-content #content table {margin-bottom: 1.5em;}
.main-content #content .RadScheduler table {margin: 0;}
.main-content #content table table,
.main-content #content fieldset table {margin: 0;}
/* Lists */
.main-content #content ul li {
	background: url("../images/css/arrow-blue.gif") no-repeat 0 0.50em;
	padding-left: 12px;
}
.main-content #content ul li {margin-bottom: 0.25em;}
.main-content #content ul ul {}
.main-content #content ol {
	list-style: decimal;
	margin-left: 42px;
}
.main-content #content ol ol {list-style: lower-alpha;}
.main-content #content ol ol ol {list-style: lower-roman;}
.main-content #content ul ul, 
.main-content #content ol ol {margin: 0.60em 0 0.60em 10px;}
.main-content #content dl dt {font-weight: bold;}
.main-content #content dl dd {margin-bottom: 0.60em;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide,
table caption span,
form legend span {
	position: absolute;
	left: -999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.hide-fully {display: none;}

/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}
.clearfix {display: inline-block;}    
/* Hides from IE-mac \*/  
* html .clearfix {height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */

/* [INTRO]
-------------------------------------------------------*/
.main-content #content p.intro {
	font-size: 1.20em;
	color: #0d63a6;
	margin-bottom: 1.0em;
}

/* [MARGIN BTM]
-------------------------------------------------------*/
.main-content #content .margin-btm {margin-bottom: 1.5em;}

/* [NOTIFICATIONS]
-------------------------------------------------------*/
.main-content #content div.errors, .main-content .sidebar div.errors,
.main-content #content div.success, .main-content .sidebar div.success {
	padding: 11px 20px 11px 52px; 
	margin-bottom: 1.5em; 
	border-top: 2px solid #BF0000;
	border-bottom: 2px solid #BF0000;
	color: #AE0000;
}
	.main-content #content div.errors, .main-content .sidebar div.errors {
		background: #F7D9D9 url("../images/icons/error-lrge3.png") no-repeat 9px 8px; 
		min-height: 25px; 
	}
	.main-content #content div.success, .main-content .sidebar div.success {
		background: #F3F8E6 url("../images/icons/success-lrge2.gif") no-repeat 12px 10px; 
		color: #66840D; 
		border-color: #84AA0F;
		min-height: 24px;
	}
	.main-content #content div.errors p, .main-content .sidebar div.errors p,
	.main-content #content div.success p, .main-content .sidebar div.success p {
		margin: 0;
		font-size: 1.1em;
	}
	.main-content #content div.errors ul, .main-content .sidebar div.errors ul,
	.main-content #content div.success ul, .main-content .sidebar div.success ul {
		margin: 1em 0 0 30px;
		list-style: disc;
	}
		.main-content #content div.errors ul li, .main-content .sidebar div.errors ul li,
		.main-content #content div.success ul li, .main-content .sidebar div.success ul li {
			padding: 0;
			background: none;
		}
	.main-content #content div.errors a, .main-content .sidebar div.errors a {color: #AE0000;}
	.main-content #content div.success a, .main-content .sidebar div.success a {color: #66840D;}

/* Simple Error Msg */
.main-content .error {
	color: #C50707;
	background: #FFDFDD url("../images/icons/error3.gif") no-repeat 8px 50%;
	padding: 5px 10px 5px 30px; 
}
.main-content .sidebar .error {margin-bottom: 0.20em;}

