/*
 *	Main Styles
 */

body
{
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	border: 0px;
	padding: 0px;
	margin: 15px;
	
}
.mainBlock
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-size: 110%;
}

.mainPageSizer
{
	display: block;
	padding: 10px;
	
	min-height: 700px;
}

a img
{
	border: 0px;
}

a
{
 text-decoration: none;
}

a:hover
{

}

.centeredBlock
{
	text-align: center;
}
.contentBlock
{
	padding: 4px 16px 4px 16px;
}

.hDivider {
border-bottom:4px solid #EEEEEE;
border-top:1px solid #BBBBBB;
clear:both;
}

h1
{
	font-size: 1.3em;
	margin: 0;
	border: 0;
	padding: 0;
}
.smallHeading
{
	font-weight: bold;
}
.mediumHeading
{
	font-size: 1.2em;
	font-weight: bold;
}
.largeHeading
{
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

.welcomeText
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

/*
 *	Header Styles
 */

.headerBlock
{
}
.headerLeft
{
 	float:left;
 	clear:none;
 	color: #000000;
	
}

.headerLeft img {
	vertical-align: bottom;	
}

.headerRight
{
	
	float:right;
	clear:none;
	color: #000000;
	width: 460px;
	margin-top:9px;
	
}
.titleImage
{
	text-align: left;
	float:left;
	clear:none;
}
.titleText
{
 	text-align: left;
 	font-size:30px;
 	font-weight:bold;
	color:#000000;
}

.titleText a:hover
{
 	text-decoration: none;
}

.headerMenu
{
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 5px 0px;
	text-align: right;
	height: 16px;
	
}
.headerMenuItem
{
	min-width: 75px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color:#000000;
}
.headerMenuItem a:hover
{
 text-decoration:underline;
}

.headerMenuRight
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}



.headerMenuItemRight
{
	min-width: 75px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color:#000000;
}
.headerMenu a
{
}

#right_menu_box {
	text-align:right;
	width:450px;
	font-size: 80%;
}

#right_menu_box .defaultForm {
	text-align: right;
}

#catface_box {
	width: 66px;
	float:right;
	margin-top: 10px;
}

#logged {
	float:left;
}

/*
 *	Separator Styles
 */

.headerSeparator
{
 	clear: both;
	border-bottom: 4px solid #EEEEEE;
	border-top: 1px solid #BBBBBB;
}

.separator
{
 	clear: both;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	padding: 2px 0px 0px 0px;
	background-color: #DDDDDD;
}

.footerSeparator
{
 	clear: both;
	border-top: 4px solid #EEEEEE;
	border-bottom: 1px solid #BBBBBB;
}

/*
 *	Footer Styles
 */


.footerHelpLinks
{
}
.footerHelpLink
{
	float: left;
}
.footerHelpLinkIcon
{
	float: left;
	width: 53px;
	margin: 0px 0px 0px 30px;
}
.footerHelpLinkText
{
	float: left;
	width: 120px;
	margin: 0px 20px 0px 8px;
}
.footerHelpLinkText a
{
	font-weight: bolder;
	font-size: 1.2em;
}
.footerFluffyBanner
{
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-weight:bold;
	font-size: 10px;
}
.footerFluffyBanner a
{
}
.footerFluffyBanner a:hover
{
 	font-weight: bolder;
}


.footerBannerAd
{
	border-top: 2px solid #598AC8;
	border-bottom: 2px solid #598AC8;
	height: 90px;
	font-weight: bolder;
	font-size: 1.2em;
	text-align: center;
}

/*
 *	Browse Styles
 */

.browseBox
{
	padding: 6px 0px 4px 0px;
	max-width: 750px;
}
.browseTitle
{
	margin: 0px 0px 0px 30px;
}
.browseColumn
{
	float: left;
	text-align: left;
	margin: 4px 0px 4px 00px;
}
.browseHeading
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}
.browsePath
{
	font-size: 1.2em;
	font-weight: bold;
}

/*
 *	Search Styles
 */

.searchBox
{
	margin: 6px 0px 4px 0px;
	max-width: 750px;
}
.searchTitle
{
	margin: 0px 0px 0px 60px;
}
.searchTypeOptions
{
	margin: 6px 0px 4px 0px;
}
.searchTypeOption
{
	width: 100px;
	padding: 2px 6px 2px 6px;
	margin: 2px 2px 2px 2px;
}
#advancedSearchOptions
{
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 9px 10px;
	border: 1px solid #598AC8;
	min-width: 600px;
	max-width: 770px;
}

/*
 *	Result Styles
 */

.resultsHeader
{
	display: table;
	width: 100%;
	clear:both;
}

.resultsBody
{
	display: block;
}

.resultsFooter
{
	display: block;
}

.resultsBlock
{
	margin: 6px 0px 4px 0px;
}

.resultsLeftColumn
{
	text-align: left;
	float: left;
	clear: none;
}

.resultsRightColumn
{
	text-align: right;
	clear: none;
}


.numResultsDisplay
{
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}
.resultsPerPageForm
{
	float: right;
}

.searchResult
{
	margin: 0px 0px 10px 0px;
	min-width: 400px;
	max-width: 700px;
	min-height: 70px;
	padding: 10px 20px 10px 20px;
	text-align: left;
}

.resultsIcon
{
	float: left;
	clear: none;
	padding: 10px;
	text-align: center;
}
.resultsText
{
	float: right;
	clear: none;
}

.resultTitle
{
	font-size: 14px;
	font-weight: bold;
	clear: none;
}
.resultAuthor
{
	font-size: 1.1em;
	font-weight: bold;
	clear: none;
}
.resultDescription
{
	height: 40px;
}
.resultIcon
{
	width: 70px;
	padding: 20px 10px 10px 10px;
}
.resultDate
{
	text-align: right;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	padding-top: 3px;
}

.resultTags
{
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
}
.resultTags a
{
	color: #CE9E2D;
}
.resultTags a:hover
{
	color: #CE9E2D;
}
.searchResultSmall
{
	border: 2px solid #719dcc;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	display: table;
	width: 100%;
}

.resultTitleSmall
{
	font-size: 14px;
	font-weight: bold;
}

.resultAuthorSmall
{
	font-size: 12px;
	padding-top: 3px;
}

.resultSave
{
	color: #CE9E2D;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	clear: right;
	cursor: pointer;
}

.resultSave:hover
{
	color: #CE9E2D;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

.resultSaved
{
	color: #CE9E2D;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
}


.detailsBlock
{
	padding: 0px 0px 0px 90px;
}
.resultIconLarge
{
	float: left;
	width: 50px;
	padding: 95px 35px 100px 5px;
}

.downloadIcon
{
}
.downloadLink
{
}

.listColumnLeft
{
	width: 50%;
	min-width: 500px;
	display: table;
	float: left;
	clear: none;
}

.menuLeft {
	margin-top: 56px;
}
.listColumnRight
{
	width: 44%;
	/*max-width: 400px; */
	display: inline;
	float: right;
	clear: none;
	padding: 10px;
	margin-top: 29px;
}

.listBlock
{
	margin: 10px 0px 0px 0px;
	text-align: left;
	display: inline;
}

.searchDescription
{
	border: 1px solid #000000;
	margin: 5px;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;
	display: table;
}


/*
 *	Form Styles
 */

input {
	margin-bottom:4px;
}

.formInputNameSimple
{
 float:left;
}
.formInputName
{
	float: left;
	width: 320px;
	margin-bottom: 4px;
	clear:left;
}
.formInput
{
	float: left;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.headerRight .formInput
{
	margin-bottom: 0px;
}
.countDisplay
{
	font-size: 0.7em;
}
.defaultForm
{
	text-align: left;
	margin-bottom:4px;
}
.headerRight .defaultForm
{
	text-align: left;
	margin-bottom: 2px;
}
.formError
{
	font-size: 0.8em;
	margin: -8 0 8 320;
	float: left;
}

/*
 *	Tag Cloud
 */

.tagCloudContainer
{
	clear: both;
}


.tagCloudController
{
	display: inline;
}

.tagCloud
{
}

.tagCloudItem
{
	float: left;
	margin: 5px;
}

.tagCloudItem a
{
	color: #664db8;
}

.tagCloudItem a:hover
{
	color: #9d7ff1;
}

.artifactCloud
{
	border: 1px solid #000000;
	background-color: #F6E7C4;
	height: 400px;
	padding: 20px;
}

.artifactCloudItem
{
	color: #CE9E2D;
	float: left;
	clear: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}

.artifactCloudItem a
{
	color: #CE9E2D;
}

.artifactCloudItem a:hover
{
	color: #CE9E2D;
}



/*
 *	Help Styles
 */

.documentList
{
	text-align: left;
}

.documentList ul
{
	list-style: none;
	margin-bottom: 8px;
}
.documentList li
{
	list-style: none;
}
.documentList a
{
	font-weight: bold;
}

/*
 *	Auto Complete Styles
 */

div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;
    background-color: #ffffff;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

#s {
	width: 180px;
}

#intro_inner {
	overflow: hidden;
	text-align:left;
}

#intro_left {
	width: 49%;
	float: left;
	
	
}



#intro_right {
	width: 49%;
	float: right;
	
	
}


p.introbig {
	font-size: 130%;
	
	padding: 5px 5px 5px 5px;
}

p.introsmall {
	padding: 0px 5px 0px 5px;
	font-size: 120%;
	
	
}

.colourResultPages {
	font-size: 95%;
}