/* Bedfordshire Rural Communities Charity CSS Page Layout
Copyright BRCC Services Ltd 2009 All Rights Reserved

Hi there - are you checking out our layout CSS?  Well, that's cool - but before copying, pasting it and passing our code off as that of your own you might just want to 
consider the potential reach of UK CDPA 1988 legislation.*/

body {
	margin:0px;
	}


/*	NB this little fellow also influences the colour of the top navigation bar vertical dividers */
	
td {
	color:#C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-indent: 0em;
	}
	
	
/*	JH background padding designed to fill Active X navigation area */	
			.bgfillGrey {
			background-color:#C0C0C0
			}
			
			.bgfillOrange {
			background-color:#FCAD56
			}
			
			.bgfillYellow {
			background-color:#EAED35
			}
			
			.bgfillBlue {
			background-color:#6689CC
			}
			
			.bgfillDkblue {
			background-color:#002654
			}
			
			.bgfillMagenta {
			background-color:#CE007C
			}
			
			.bgfillGreen {
			background-color:#00B2A0
			}
	
	
		
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #6689cc;
	text-decoration:none;
	}
	
a:hover {
	color: #CE007C;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	color: #6689CC;
	font-weight:normal;
	text-decoration: none;
	letter-spacing:normal;
	line-height:16px;
	display:block;
	padding:10px;
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: arial;
	font-size: 12px;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(20,40,95);
	border-right-color: rgb(20,40,95);
	border-bottom-color: rgb(20,40,95);
	border-left-color: rgb(20,40,95);
	}
	
#navigation a:hover {
	color:#CE007C;
	border: 1pt solid #6689CC;
	border-right-width: 0px;
	border-left-width: 0px;
	background: #F5F5F5;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	color: #002654;
	line-height:24px;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	}

#tagline {
	color: #002654;
	line-height:18px;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#topnavigation {
	color: #002654;
	line-height:18px;
	letter-spacing:0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	color:#002654;
	line-height:18px;
	letter-spacing:normal;
	margin-top:0px;
	font-family: arial;
	font-size: 12px;
	}
	
.pageName{
	color: #6689CC;
	line-height:20px;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
	
	.pageNamegreen{
	color: #00B2A0;
	line-height:20px;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
	
	.pageNameorange{
	color: #FCAD56;
	line-height:20px;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
	
		.pageNamedkblue{
	color: #002654;
	line-height:20px;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
	
		.pageNamemagenta{
	color: #CE007C;
	line-height:20px;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
	
			.pageNameyellow{
	color: #EAED35;
	line-height:20px;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
	
.subHeader {
	color: #6689CC;
	font-weight:normal;
	letter-spacing:normal;
	line-height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}	
	
.sidebarHeader {
	font:14px arial;
	color: #6689CC;
	font-weight:normal;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#6689CC;
	}
	
	
.footer {
	font:8px arial;
	color:#6689CC;
	}


/*Icons designed to display against downloadable documents and feeds below:;*/
.a[href$=".pdf"] {
background:url(../images/downloadIcon.gif)no-repeat right top;
padding-right:10px;
}
.a[href$=".doc"] {
background:url(../images/downloadIcon.gif)no-repeat right top;
padding-right:10px;
}
.a[href^="mailto:"] {
background:url(../images/emailIcon.gif)no-repeat right top;
padding-right:10px;
}

