/* GENERAL STYLES */
/*
	CSS Document for Biggart Baillies [Loader]
	AD / Parallel56.co.uk
	01 Feb 2005
*/

/* Load additional stylesheets */
@import url(bb_styles_layout.css);
@import url(bb_styles_links.css);
/*@import url(bb_styles_print.css); -- Moved to Link tag due to IE5 bug: http://archivist.incutio.com/viewlist/css-discuss/38228  */
/*@import url(bb_styles_access.css); -- Moved to Link tag due to IE5 bug */
/* ---------------------------- */

body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 80%;
	margin: 0 0 30px 0;
	color: #595959;
}

/* Common classes */
.textleft { text-align: left !important; }
.textright { text-align: right !important; }
.textcenter { text-align: center !important; }
.hidden { display: none; }
.hiddenblock { display: none; }
.strong { font-weight: bold; }
.spaced { line-height: 1.5em; }
.clearboth { clear: both; }
.clearleft { clear: left; }
.thinparagraph { margin-right: 170px; }
.negmargin { margin-right: -10px !important; }
img.noreporter { margin-top: 15px !important; }
html>body img.noreporter { margin-top: 10px !important; }

img.alignleft { float: left; margin: 0 10px 0 0; }
img.alignright { float: right; margin: 0 0 0 10px; }

#middleColumn table {
	border-collapse: collapse;
	width: 99%;
	font-size: 100%;
}

#middleColumn table td,
#middleColumn table th {
	padding: 5px;
	margin: 0;
vertical-align: top;
}

#middleColumn table td p,
#middleColumn table th p {
	margin: 0;
}

#middleColumn table.clientArea {
	border-collapse: collapse;
	width: 99%;
	font-size: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#middleColumn table.clientArea tr {
	border-bottom: 1px #AAAAAA solid;
}

hr {
	border: 0;
	/* Yes you have you set foreground AND background to ensure maximum compatibility! */
	background-color: #FAB9BB;
	color: #FAB9BB;
	height: 1px;
	margin-bottom: 10px;
}

html>body hr { margin-bottom: 15px; }

input.bb,
textarea.bb,
select.bb {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 100%;
}

.smaller select.bb,
.smaller input.bb
.smaller textarea.bb {
	font-size: 90%;
}


input.bbbutton,
input.button  {
	width: auto;
	margin: 0;
	background-color: #082E6C;
	color: white;
	border: 0;
	padding: 0px 0px;	
	position: relative;
	font-weight:bold;
	
}

div#articleContent div#middleColumn a.checkin, 
div#articleContent div#middleColumn a.history,
div#articleContent div#middleColumn a.download,
div#articleContent div#middleColumn a.button {
	background-color:#082E6C;
	border:1pt none;;
	color:#FFF;
	margin-top: 2px;
	padding: 4px 8px 4px 8px;
	font-weight:bold; 
}


html>body div#articleContent div#middleColumn a.checkin, 
html>body div#articleContent div#middleColumn a.history,
html>body div#articleContent div#middleColumn a.download,
html>body div#articleContent div#middleColumn a.button {
	padding: 3px 6px 3px 6px;
}

#middleColumn a.checkin, 
#middleColumn a.history,
#middleColumn a.download{
	font-size:85%}

fieldset.styledForm a.button
{
	}

#content a.button:hover,
#middleColumn a.checkin:hover,
#middleColumn a.history:hover,
#middleColumn a.download:hover {text-decoration:none;}

div.documentItem input.button {font-size: 85%; padding-top:2px;padding-bottom:2px;}

input.button  {
	font-size: 100%;
}



div#poll input.button {
	top: 6px;
}

/* Headers */

#middleColumn h3,
#middleColumn h4 {
	margin: 0;
	padding: 0;
	color: #7C8DA8;
}

#middleColumn h3 { font-size: 130%; }
#middleColumn h4 { font-size: 110%; }

/* how to clear a series of floats, make the inner floats push the outer container WITHOUT a br clearboth */
.fauxclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.fauxclear {display: inline-block;}


#allarticles hr{
	margin: 0;
}

p.notopmargin {
	margin-top: 0;
}

/* Hides from IE-mac \*/
* html .fauxclear {height: 1%;}
.fauxclear {display: block;}
/* End hide from IE-mac */

/* Holly Hack - Hide from IE5-mac. Only IE-win sees this. \*/
* html .holly {
  height: 1%;
}
/* End hide from IE5/mac */




/* EDITOR PROPERTIES */

