@import url(../Default/Forms.css);
@import url(../Default/Lists.css);
@import url(../Default/Messages.css);
@import url(../Content/WebObjects.css);

/*
=================================================================
 General
=================================================================
*/

html, body, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
	margin: 0;
	padding: 0;
}

p {
	padding: 5px 10px 5px 0px;
	line-height: 150%;
}

hr {
	background-color: #F9B482;
	color: #F9B482; 
	border: solid 1px black;
	border-bottom: none;
	height: 4px;	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

acronym { 

}

img {
	border: none;
	margin: 5px;
}

/*
=================================================================
 Site Layout
=================================================================
*/


#pageHeader {
	width: 100%;
	margin-bottom: 15px;
}

#pageHeader h1 {
	/*display: none; */
}

#leftNav {
	float: left; 
	width: 215px;
	font-size: 0.95em;
}

#leftNav .row {
	width: 300px;	
}
/*
#leftNav .row input {
	width: 300px;	
}*/

#rightNav {
	float: right;
	width: 215px;
	font-size: 0.95em;
}

#contentHolder {
	margin-left: 215px;
	margin-right: 215px;
}

div.content {
	width: 100%;
	float: left;
}

*html .content {
	width: 93% !important;	
}

/*
=================================================================
 Headers
=================================================================
*/

h5 {
	margin-left: 10px;
}

h5.similarResources {
	border-top: 1px solid black;
	padding-top: 5px;	
}

h4.webItem {
	margin-bottom: 0px;
}

h4, h5 {

	font-weight: normal !important;
}

h6 {
	font-weight: normal !important;
	font-size: 0.75em;
}

div.link { 
	font-size: 1em;
	margin: 3px 0px 15px 10px;	
}

.content h3, .content h2 {
	text-align: center;
	font-size: 1.5em;
}

.content h3 .textHolder {
	position: relative;
}

h4 {
	font-size: 1.3em;
	border-bottom: 1px solid black;
}

h4 a, h5 a {
	display: block;
	height: 20px;	
}
/*
=================================================================
 Content
=================================================================
*/

.textBody {
	padding: 0px 10px 10px 20px;	
	margin-bottom: 20px;
}

.contentBody {
	padding: 10px;	
}


.content .row div input.checkbox {
	clear: left;	
}

a.editLink {
	display: block;
	position: relative;
	top: 10px;
	font-size: .8em;
	padding: 5px 5px 5px 10px;
	background: url(images/edit.gif) no-repeat;
}

.content a {
	color: Blue !important;
	text-decoration: none !important;	
}

.content a:hover {
	color: Blue !important;
	text-decoration: underline !important;
}

#leftNav .webObject a {
	color: Blue;	
	text-decoration: none;
}

#leftNav .webObject a:hover {
	color: Blue;
	text-decoration: underline;
}

/*
=================================================================
 Page Header
=================================================================
*/

div#pageHeader div#commonNav ul {
	position: absolute;
	right: 0px;
	top: 50px;
	background-color: White;
	display: inline;
	color: #F90;
	margin: 0px;
	padding-left: 5px;
}

div#pageHeader div#commonNav ul li {
	margin: 0px;
	padding: 0px 5px 5px 20px;
	display: inline;
}

div#pageHeader a.homeLink{
	display: block;
	width: 200px;
	height: 101px;
	position: absolute;
	left: 0;
}

/*
=================================================================
 Page Footer
=================================================================
*/

div#pageFooter {
	clear: both;
	text-align: center;
	font-size: 0.8em;
}

div#pageFooter ul {
	margin: 0 auto;
}

div#pageFooter ul li{
	display: inline;
}

/*
=================================================================
 Lists
=================================================================
*/

li.selected li {
	font-weight: normal;
}

.content li {
	padding-top: 2px;
	padding-bottom: 2px;
}

ul, ol {
	margin-left: 40px;	
}

ol li {
	background: none;
	padding-left: 0px;
}

.listContent {
	padding: 5px;	
}

.listBox {
	margin: 0 0 15px 0;
}

ul.tags {
	padding-left: 27px;
	padding-bottom: 20px;
}

ul.tags li {
	display: inline;
	padding-right: 20px;
}

.icon {
	margin-right: 10px;
	width: 65px;
	height: 65px;
	background-repeat: no-repeat;
	float: left;
	background-position: top left;
}

.icon span {
	display: none;	
}

h3 .icon {
	background-position: bottom right;
	top: -40px;
	left: -70px;
	position: absolute;
}

div.listContainer {
	position: static;
	clear: both;
}

ul.entityList li {
	list-style: none !important;	
}

#leftNav .webObject ul.entityList li {
	background-image: none;
}

/*
=================================================================
 Simple Search
=================================================================
*/

/*#search label {
	margin-right: 100px;
	padding: 5px;
}*/

#search input {
	width: 150px;
	margin: 5px 0 0 5px;
}

.actions {
	margin: 5px 0;	
}

/*
=================================================================
 Advanced Search
=================================================================
*/

.advancedSearch .row {
	margin-bottom: 10px;	
}

.contentBody.advancedSearch .checkboxRow {
	 padding-left: 30px;
	 padding-top: 5px;
	 margin-bottom: 10px;
}

.contentBody.advancedSearch .checkboxRow.all {	background: none; }
.contentBody.advancedSearch .checkboxRow.News { background: url(Images/icons/news_icon_small.jpg) 0 0 no-repeat; }
.contentBody.advancedSearch .checkboxRow.Article { background: url(Images/icons/articles_icon_small.jpg) 0 0 no-repeat; }
.contentBody.advancedSearch .checkboxRow.Event {	background: url(Images/icons/events_icon_small.jpg) 0 0 no-repeat; }
.contentBody.advancedSearch .checkboxRow.Faq {	background: url(Images/icons/factssheet_icon_small.jpg) 0 0 no-repeat; }
.contentBody.advancedSearch .checkboxRow.Employer {	background: url(Images/icons/organisation_icon_small.jpg) 0 0 no-repeat; }
.contentBody.advancedSearch .checkboxRow.Link {	background: url(Images/icons/weblinks_icon_small.jpg) 0 0 no-repeat; }
.contentBody.advancedSearch .checkboxRow.cont {	background: url(Images/icons/general_content_icon_small.jpg) 0 0 no-repeat; }

/*
=================================================================
 Pager
=================================================================
*/

.pager {
	margin: 5px;
	margin-bottom: 0;
	clear: both;
}

.pager .controls {
	width:100%;
	padding: 4px 8px 2px 8px;
	margin: 3px 0;
	margin-bottom: 0;
}

.pager .controls a { color: #77ABBF; text-decoration: underline; display: inline; }
.pager .controls a:hover { color: #F90; }

.pager .jump {
	display: inline;
	margin: 0 20px;
}

.pager .jump label {
	line-height: 1.5em;
	margin-left: 3px;
}

.pager .jump input.text {
	width: 2em;
	margin:  0 0 0 3px;
}

.pager .jump button {
	margin-left: 3px;
	margin-bottom: 3px;
}

.pager a.prev {
	background: url(images/prev.gif) no-repeat left 3px;
	padding: 2px 2px 2px 19px;
	margin-right: 7px;
}

.pager a.prev:hover {
	background-image: url(images/prev_over.gif);
}

.pager a.next {
	background: url(images/next.gif) no-repeat right 3px;
	padding: 2px 20px 2px 2px;
	margin-left: 7px;
}

.pager a.next:hover {
	background-image: url(images/next_over.gif);
}

/*
=================================================================
 Sorter
=================================================================
*/

div.sorter {	
}

div.sorter span.sortBy {
	margin: 0 10px 0 10px;
	display: block;
	float: left;
}

div.sorter div.controls {
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	width: 100%;
	float: left;
}

.sorter a {
	padding: 0 0 0 17px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
}

.sorter a.asc { background-image: url(Images/asc.gif); }
.sorter a.desc { background-image: url(Images/desc.gif); }

/*
=================================================================
 Filetypes
=================================================================
*/

.fileInfo {
	color: #666666;
	font-size: 0.8em;
	margin-left: 10px;	
}

.fileInfo span span{
	display: none;	
}

/********************************************************
Unfortunate but necessay hack for mozzila 2.0 only
*********************************************************/
html>/**/body .fType_icon {
	display: -moz-inline-stack;
	top: -12px;
}
/*******************************************************
The above hack is also applied to Safari
The below hack is to fix this change in Safari... *sigh*
********************************************************/
/*\*/
html>body*.fType_icon {
	top: 0;
}
/**/

.fType_icon {
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 2px;
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
}

span.fType_icon {
	padding: 3px 25px 5px 0px;
	padding: 0;
	margin: 0;
	padding-right: 4px;
}

a.fType_icon {
	padding: 3px 0px 5px 25px;
}

.fType_icon.doc {
	background-image: url(Images/fileTypes/doc_icon.gif);
}

.fType_icon.jpg {
	background-image: url(Images/fileTypes/jpg_icon.gif);
}

.fType_icon.gif {
	background-image: url(Images/fileTypes/gif_icon.gif);
}

.fType_icon.pdf {
	background-image: url(Images/fileTypes/pdf_icon.gif);
}

.fType_icon.ppt {
	background-image: url(Images/fileTypes/ppt_icon.gif);
}

.fType_icon.rtf {
	background-image: url(Images/fileTypes/rtf_icon.gif);
}

.fType_icon.xls {
	background-image: url(Images/fileTypes/xls_icon.gif);
}

.fType_icon.unknown {
	background-image: url(Images/fileTypes/unknown_icon.gif);
}

/*
=================================================================
 Forms
=================================================================
*/

div.formContainer {
	clear: both; 
}

div.formContainer div.row textarea {
	height: 70px;
}

/*
=================================================================
 Messages
=================================================================
*/

div.message {
	margin: 15px 0 15px 0;	
}

/* fix for ie6 positioning header outside message box */
html div.message h3 {
	position: static;
	display: block;
	float: left;
	width: 100%;
	margin-left: 10px;
}

/*
=================================================================
 Misc
=================================================================
*/

div.label {
	font-weight: bold; 
}

div.fieldGroup {
	margin-left: 10px; 
}

div.contentBreadcrumb {
	font-size: 0.95em;	
}

#leftNav textarea {
	width: 260px;	
}

/*
=================================================================
 Fragment
=================================================================
*/

div.fragment {
	padding-top: 5px;	
}

div.fragment a.backToTopLink {
	background: url(Images/icons/up_icon.gif) 9px 5px no-repeat;
	padding-left: 25px;
	margin-top: 5px;
}

/*
=================================================================
 Action
=================================================================
*/

li.actions_back {
	list-style: none !important;
	background: url(Images/icons/back_icon.gif) 8px 11px no-repeat;
	padding-left: 25px;
	padding-top: 8px;
}

li.actions_print {
	list-style: none !important;
	background: url(Images/icons/print_icon.png) top left no-repeat;
	padding-left: 25px;
	margin-right: 80px;
	padding-top: 2px;
	height: 21px;
	float: right;
}

ul.actions_header {
	display: block;	
	position: relative;
	top: -30px;
	font-size: 0.7em;
}

a.topLink {
	color: Blue;
}

a.topLink:hover {
	color: Blue;	
}

a.topLink.back {
	float: left;
	background: url(Images/icons/back_icon.gif) 8px 11px no-repeat;
	padding-left: 25px;
	padding-top: 8px;
	
}

a.topLink.print {
	float: right;
	background: url(Images/icons/print_icon.png) 0px 5px no-repeat;
	padding-left: 25px;
	padding-top: 8px;	
	margin-right: 80px;
}

/*
=================================================================
 Comments
=================================================================
*/

div.comment {
	padding: 15px 10px 0 10px;
	padding-bottom: 15px;
	border-bottom: solid 1px black;		
	margin-top: 5px;
}

div.comment div.date {
	color: #5F5F5F;
	font-size: .9em;
	font-style: italic;
	margin-bottom: 3px;
}

.row.commentIcon {
	background: url(Images/icons/discussion.jpg) 10px 0 no-repeat;
}

.row.commentIcon textarea, .row.commentIcon label{
	margin-left: 40px;
}

.row.commentIcon textarea {
	height: 60px;
}	

div#commentLine {
	margin-top: 30px;
	margin-bottom: 10px;
	border-top: 1px solid black;	
}

/*
=================================================================
 Contact Thumbnails
=================================================================
*/

img.contactThumbnail {
	width: 65px;
	border: none;
}

/*
=================================================================
 Video
=================================================================
*/

div.video div.description {
	margin-top: 10px;
}

/*
=================================================================
 Nag Message
=================================================================
*/

.nagMessageContainer {
	padding: 5px;
	border: 2px solid #0000FF;	
}

.nagMessageContainer p {
	padding-left: 20px;	
}

.nagMessageContainer h3 {
	display: none;	
}

/*
=================================================================
 Site Map
=================================================================
*/

#siteMapContainer {
	padding-left: 20px;
	background: url(images/icons/general_content_icon_small.jpg) top left no-repeat;	
}

/*
=================================================================
 Toggle Content
=================================================================
*/

/*a.show {
	background: url(Images/Icons/Plus.gif) no-repeat left;
	padding: 0 0 0 30px;	
}

a.hide {
	background: url(Images/Icons/Minus.gif) no-repeat left;
	padding: 0 0 0 30px;
}*/

/*
=================================================================
 h5 types
=================================================================
*/

h5 span.video {
	padding: 3px 0 3px 30px;
	line-height: 22px;
	background: url(images/icons/video_icon_small.jpg) no-repeat left top;
}

h5 span.idea {
	padding: 3px 0 3px 30px;
	line-height: 22px;
	background: url(images/icons/idea_icon_small.jpg) no-repeat left top;
}

h5 span.important {
	padding: 3px 0 3px 30px;
	line-height: 22px;
	background: url(images/icons/important_icon_small.jpg) no-repeat left top;
}

h5 span.content {
	padding: 3px 0 3px 30px;
	line-height: 22px;
	background: url(images/icons/general_content_icon_small.jpg) no-repeat left top;
}

h5 span.list {
	padding: 3px 0 3px 30px;
	line-height: 22px;
	background: url(images/icons/general_content_icon_small.jpg) no-repeat left top;
}

/*
=================================================================
 div.fieldGroup
 container for div.label and div.value blocks
=================================================================
*/

div.fieldGroup {
	position: relative;
	margin-bottom: 5px;
}

div.fieldGroup div.label {
	position: absolute;
	width: 14em;
	padding-right: 2px;
	color: #009;
}

div.fieldGroup div.value {
	position: relative;
	top: 0px;
	left: 7em;
	margin-right: 14em; /* set to whatever left is */
}

div.fieldGroup div.value.important {
	font-weight: bold;
}