@import "layout.css";
@import "forms.css";
@import "nav.css";
@import "colours.css";

/* 
	Title:	Abigroup screen styles
	Author: chris.pearce@bluearcgroup.com
*/
/*
	Pixels to ems (based on 12px):
		10px = 0.909090em
		11px = 0.916666em
		13px = 1.083333em
		14px = 1.166666em
		15px = 1.25em
		16px = 1.333333em
		17px = 1.416666em
		18px = 1.5em
		19px = 1.583333em
		20px = 1.666666em
/*

/****************************************************************************************	
	[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: none;}
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: Arial, Helvetica, sans-serif !important; 
	font-size: 100% !important;
	color: #303030 !important;
}
/* -------------//Reset everything */

body {
	color: #303030;
	background: #fff url("../images/css/body-bg.jpg") repeat-x 0 0;
	font-size: 62.5%; /* set to 10px */
	line-height: 1.8em; /* set to 18px */
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #004990;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {text-align: left;}
table caption {
	font-weight: bold;
	font-size: 1.166666em;
	text-align: left;
	color: #303030;
	padding-bottom: 0.50em;
}
cite {font-style: normal;}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 2em;}
textarea {overflow: auto;}
button {cursor: pointer;}

/* Headers */
h1 {
	font-size: 1.090909em;
	font-weight: bold;
	color: #004990;
	padding: 0 0 0.40em 6px;
	border-bottom: 1px dotted #004990;
	margin-bottom: 4px;
}
h2, h3, h4, h5, h6 {
	font-size: 2em; /* 24px */
	font-weight: 500;
	margin-bottom: 0.916666em;
	color: #004990;
	line-height: 1.3;
}
h3, h4, h5, h6 {
	font-size: 1.666666em; /* 20px */
	margin-bottom: 0.666666em;
	color: #3685d2;
}  
h4, h5, h6 {
	font-size: 1.333333em; /* 16px */
	font-weight: bold;
	margin-bottom: 0.50em;
}
h5, h6 {
	font-size: 1.166666em; /* 14px */
	color: #303030;
} 
h6 {
	font-size: 1em; /* 12px */
	text-transform: uppercase;
} 

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
#main-content {font-size: 1.2em;} /* 12px */
body.home #main-content {
	font-size: 1.1em; /* 11px */
	line-height: 1.5em;
} 
/* Links */
#main-content a:link, #main-content a:visited {border-bottom: 1px dotted #004990;}
#main-content a:hover, #main-content a:focus {border-bottom-style: solid;}
/* Margins */
#main-content div.page-copy p, #main-content div.page-copy ul, 
#main-content div.page-copy ol, #main-content div.page-copy dl,
#main-content div.page-copy table {margin-bottom: 1.833333em;}
#main-content table table,
#main-content fieldset table {margin: 0;}
/* Lists */
#main-content ul,
#main-content ol {margin-left: 4em;}
#main-content ul {list-style: disc;}
	#main-content ul ul {
		list-style: circle;
		margin-left: 2em;
	}
#main-content ol {list-style: decimal;}
	#main-content ol ol {
		list-style: lower-alpha;
		margin-left: 2em;
	}
	#main-content ol ol ol {list-style: lower-roman;}
	/* Nested */
	#main-content div.page-copy ul ul, 
	#main-content div.page-copy ol ol {margin: 0.75em 0 0.75em 2.5em;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide,
table caption span,
form legend span {
	position: absolute;
	left: -9999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.hide-fully {display: none;}

/* [MARGINS]
-------------------------------------------------------*/
#main-content div.page-copy .margin-on {margin-bottom: 1.833333em;}
#main-content div.page-copy .margin-off {margin-bottom: 0;}
#main-content div.page-copy .less-margin {margin-bottom: 0.40em;}

/* [DIVIDER]
-------------------------------------------------------*/
#main-content div.page-copy .divider {
	border-top: 1px dotted #7A7A7A;
	padding-top: 1em;
}

/* [BACK BUTTON]
-------------------------------------------------------*/
#main-content div.page-copy p.back a {border: none;}

/* [PAGE INTRO]
-------------------------------------------------------*/
#main-content p.intro {
	font-size: 1.333333em;
	line-height: 1.4em;
	color: #3685d2;
}

/* [TURN OFF BORDER FOR IMAGE LINKS]
-------------------------------------------------------*/
#main-content a:link img.no-underline, 
#main-content a:visited img.no-underline {
	position: relative; 
	bottom: -4px;
}
	
/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {clear: both;}

/* [ROUND PANEL]
-------------------------------------------------------*/
div.round-panel {
	width: 100%;
	background: url("../images/css/round-panel-top-bg.gif") no-repeat 0 0;
	padding-top: 7px;
}
div.round-panel.float {
	float: left;
	margin-bottom: 1.833333em;
}
	div.round-panel fieldset,
	div.round-panel ul.two-col-list {
		background: #EBEBEB url("../images/css/round-panel-btm-bg.gif") no-repeat 0 100%;
		padding: 11px 18px 18px;
	}

/* [TWO COL LIST]
-------------------------------------------------------*/
#main-content ul.two-col-list {
	margin: 0;
	list-style: none;
}
	#main-content ul.two-col-list li {
		clear: both;
		margin-bottom: 0.30em;
		width: 100%;
	}
	#main-content ul.two-col-list li.last {margin: 0;}
		#main-content ul.two-col-list li strong {
			float: left;
			width: 9em;
		}
		#main-content ul.two-col-list.wide li strong {width: 11em;}
		#main-content ul.two-col-list li em {
			font-style: normal;
			margin-left: 10em;
			display: block;
		}
		#main-content ul.two-col-list.wide li em {margin-left: 12em;}

/* [NOTIFICATIONS]
-------------------------------------------------------*/

/* No Flash */
div.flash-content {
	padding: 20px;
	background-color: #F7D9D9;
	margin-bottom: 1.8333em;
}
object#flash-content {margin-bottom: 1.8333em;}
	#wrapper #main-content div.flash-content a {
		border: none;
		color: #004990;
	}
	#wrapper div.flash-content a:hover,
	#wrapper div.flash-content a:focus {text-decoration: underline;}
	#wrapper div.flash-content p {margin-bottom: 0.4em;}
/* Homepage */
body.home div.flash-content {
	margin: 0 3px 6px; 
	width: 923px; 
	clear: both;
	font-size: 1.2em;
}
	div.flash-content h1 {
		font-size: 1.333333em;
		font-weight: bold; 
		color: #AE0000;
		background: #F7D9D9 url("../images/icons/error.gif") no-repeat 0 55%;
		border: none;
		padding: 0 0 0 22px;
		margin-bottom: 0.4em;
	}

/* Small Versions */
#main-content p.error {
	color: #AE0000;
	background: #F7D9D9 url("../images/icons/error.gif") no-repeat 8px 55%;
	padding: 5px 10px 5px 30px; 
}
#main-content p.success {
	color: #66840D;
	background: #F3F8E6 url("../images/icons/success.gif") no-repeat 8px 55%;
	padding: 5px 10px 5px 30px; 
}

/* Large Versions */
#main-content div.errors,
#main-content div.success {
	padding: 16px 20px 16px 62px; 
	margin-bottom: 1.833333em; 
	border-top: 2px solid #BF0000;
	border-bottom: 2px solid #BF0000;
	color: #AE0000;
	min-height: 24px;
}
	#main-content div.errors {background: #F7D9D9 url("../images/icons/error-lrge.gif") no-repeat 16px 50%; }
	#main-content div.success {
		background: #F3F8E6 url("../images/icons/success-lrge.gif") no-repeat 16px 50%; 
		color: #66840D; 
		border-color: #84AA0F;
		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.60em 0 0 30px;
		list-style: disc;
	}
		#main-content div.errors ul li,
		#main-content div.success ul li {
			padding: 0;
			background: none;
		}
	#wrapper-content #main-content div.errors a {
		color: #AE0000;
		border-color: #AE0000;
	}
	#wrapper-content #main-content div.success a {
		color: #66840D;
		border-color: #66840D;
	}

