/*  BASIC STYLES
	BODY					- recommended for overall font overrides and page margins
	P						- recommended that font size is overridden to x-small
	DIV						- recommended that font size is overridden to x-small
	UL						- recommended that font size is overridden to x-small
	LI						- recommended that font size is overridden to x-small
	BLOCKQUOTE				- recommended that font size is overridden to x-small
*/
BODY {font-family: Arial;}
P {
	font-size: x-small;
	margin-left:5px;
	margin-right:10px;

}
DIV {font-size: x-small;}
UL {font-size: x-small;}
LI {font-size: x-small;}
BLOCKQUOTE {font-size: x-small;}




/*  HYPERLINK STYLES
	A						- recommended that font size is overridden to x-small
	.mailto					- reserved for use with [Author] placeholder
*/
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	Font-weight: normal;
	text-decoration: none;
	color: #336699;

}
.mailto {}




/*  HEADING STYLES
	H1						- recommended for [Title] placeholder
	H2						- recommended for [Summary] placeholder
	H3						- reserved for users heading style
	H5						- free 
*/
H1 {
	Font-size: 18px;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-weight: normal;
	color: #000066;
	text-decoration: none;
	margin: 0 0 0 5;
	display: inline;

}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#333333;
	Font-weight: bold;
	/*letter-spacing: 1px;*/
	margin-top: 5px;
	margin-left:5px;
	/*display: inline;*/



}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#000066;
	Font-weight: bold;
	margin-left:5px;
}
H5 {}



/*  NAVIGATION STYLES
	.root					- recommended for root area
	.rootSelected			- recommended for a selected root area
	.subAreas				- recommended for a sub area
	.adjacentPages			- recommended for adjacent pages
	.adjacentPagesSelected	- recommended for selected adjacent pages
	.breadcrumbs			- recommended for breadcrumbs
	.backnext				- recommended for back and next buttons
	.backnextDud			- recommended for disabled back and next buttons
*/
.root {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align: left;
	/*line-height:16px;*/
	color:#000066;
	text-decoration: none;
	display: block;
	width: 100px;
	/*height:16px;*/
	border:0px;
	margin: 0px 0px 4px 5px;
	padding: 0px 0px 0px 15px;
	background-image: url(/images/site_images/navigation_circle.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: lowercase;
	border: 0px solid red;
	}
.root:hover {
	color: #0066CC;
	text-decoration: none;	
}
.rootSelected {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align: left;
	/*line-height:16px;*/
	color:#000066;
	text-decoration: none;
	display: block;
	width: 100px;
	/*height:16px;*/
	border:0px;
	margin: 0px 0px 4px 5px;
	padding: 0px 0px 0px 15px;
	background-image: url(/images/site_images/navigation_circle.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: lowercase;
	border: 0px solid red;

	}
.subAreas {
	Font-size: 16px;
	Font-Family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
	color:#000000;
	padding-left: 5px;

}
.adjacentPages {
	Font-size: 16px;
	Font-Family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
	color:#000000;
	padding-left: 5px;
}
.adjacentPagesSelected {
	Font-size: 16px;
	Font-Family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
	color:#000000;
		padding-left: 5px;

}
.breadcrumbs {}
.backnext {
	Font-size: xsmall;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #213c81;
	text-decoration: none;

}
.backnextDud {
	Font-size: xsmall;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #D8DADF;
	text-decoration: none;

}
 
 


/*  EXTERNAL / INTERNAL / DOCUMENTS LINKS
	H4						- recommended headings for any links boxes
	.links					- recommended hyperlink styles for any link boxes
*/
H4 {}						
.links {}




/*  INDEX STYLES
	H3.index				- reserved when grouping indexes
	A.index					- reserved for links within an index
	P.index					- reserved for area descriptions
	P.indexList				- reserved when starting list of links within an index
*/
H3.index {}
A.index {}
P.index {}
P.indexList {}



/*  SEARCH STYLES ON CONTENT PAGE - [Search_Basic] or [Search_Full] forms
	.pageSearchHighlight	- reserved when highlighting text on a page
	.searchFormClass		- recommended for use with search form (use margin:0px; to avoid hanging margin at footer)
	.searchQueryClassNormal - recommended to apply style to search field on content page
	.searchDropdownClass	- recommended to apply style to dropdown to [Search_Full] placeholder
	.searchSubmitClass		- recommended for the search submit button 
*/
.pageSearchHighlight {}
.searchFormClass {
	margin:1px 1px 1px 0px;
	
}

.searchQueryClassNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:110px;
	margin-left:5px;
}
.searchQueryClassLong {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:95%;
}
.searchDropdownClass {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.searchResultsDropdownClass {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:95%;
}
.searchSubmitClass {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: white;
	background-color: #0066CC;
	width:25px;		
}
.searchHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	Font-weight: bold;
	color: white;
	padding-left: 5px;
}




/*  SEARCH STYLES ON SEARCH RESULTS PAGE
	.highlight		- recommended to highlight any search terms on the search results page
	.searchQueryClassLong		- recommended for use with longer search field on search results page
	.searchResultsDropdownClass	- recommended for use with all dropdowns on search results page
	.results					- recommended for links within the search results
	.resultsSummary				- recommended for the summary text within the search results (if used)
	.resultsExcert				- recommended for the excert text (if used)
	.resultsExcertHighlight		- recommended to highlight excert text (if used)
	.resultsInfo				- recommended for displaying additional search results information (date / area information)
	.pageSet					- recommended for pageset links (ie 12345)
	.pageSetDud					- recommended for the current page within the pageset which is disabled
*/
.highlight { background-color:#DDDDDD;}
.searchQueryClassLong {}
.searchResultsDropdownClass {}
.results {
	Font-size: xsmall;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.resultsSummary {}
.resultsExcert {}
.resultsExcertHighlight {}
.resultsInfo {}
.pageSet {
	Font-size: xsmall;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #4E69AF;
	text-decoration: none;


}
.pageSetDud {
	Font-size: xsmall;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;

}

/*  DISCUSSION STYLES ON CONTENT PAGE
	.LogInForm						- reserved for the log in form container
	.LogInInputField				- reserved for the login fields - email, password and name. (match with discussionInputField)
	.logInSubmit					- reserved for the log in form submit button
*/
.LogInForm {width:90%;}
.LogInInputField {width:100%;}
.LogInRadio {}
.logInSubmit {}

/*  DISCUSSION STYLES ON CONTENT PAGE
	.discussionForm				- reserved for the discussion form container
	.discussionLabel			- reserved for any discussion form labels (Name,Email,Comments etc)
	.discussionNotes			- reserved for any discussion form notes (displayed underneath relevent fields)
	.discussionInputField		- reserved for any discussion form input element
	.discussionTextAreaField	- reserved for any discussion form textara element
	.discussionSubmit			- reserved for the discussion form submit button
	.discussionAwaitingApproval - reserved for any discussion posts that are awaiting approval (only displayed in the editor)
*/
.discussionForm {width:90%;}
.discussionLabel {}
.discussionNotes {margin:0px;width:100%;color:red;}
.discussionInputField {width:100%;}
.discussionTextAreaField {width:100%;}
.discussionCheckBox {}
.discussionSubmit {}
.discussionAwaitingApproval, .discussionAwaitingApproval A {color: #999999;}



/* Custom Styles */
.navigation{
	Font-size: 24px;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #000066;
	text-decoration: none;
	/*margin-left: 5px; */
	padding-left: 5px; 
}
.searchSiteHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	Font-weight: bold;
	text-decoration: none;
	color: #000066;
	margin-left: 5px;
}
.courseTableText{
	Font-size: 14px;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.courseContents{
	font-size: x-small;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-weight: normal;
}

.feedbackSmallText{
	font-size: x-small;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-weight: normal;


}

.feedbackText{
	font-size: x-small;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-weight: normal;


}



/*  PRINTING STYLES
	unprintable				- assign this class to any sections of page are not required on a print out
*/
@media print {
.unprintable {display:none;}

}

