﻿/*Graphico Generic Print CSS  - Stuart Johnston 05/07/07*/

/*dont print the ugly stuff - footers, right hand promotional panels, 
secondary navigation  - just give them the good stuff*/
#extra,
#flexible,
#siteInformation,
#skipLinks,
#printSendFriend,
#searchAndLanguage,
#primaryNavigation
{
	display: none;
}

/*dont print Flash unless it is essential to the mission*/
object,
embed
{
	display: none;
}

/*	Used to hide text that screen readers should pick up */
.hide
{
	position: absolute;
	top: -9999px;
}



/*set the basic inherited colours and simple fonts font stuff*/
body
{
	font-family: Arial, Sans-Serif;
	font-size: 0.76em;
	background-color: #fff;
	color: #000;
}


/* a visual rendering of basic structural typography - if you get lower than H4 - well I dont know*/
body h1.sifr
{
	font-size: 2.5em;
	margin: 15px 0 15px 0;
	clear: left;
	color: #aaa;
	font-style: oblique;
	color: #fff;
}

h2
{
	margin: 10px 0 10px 0;
	font-size: 1.5em;
}

h3
{
	margin: 0 0 10px 0;
	font-size: 1.1em;
	display: block;
	clear: both;
}

h4
{
	margin: 0 0 0 0;
	font-size: 0.9em;
	display: block;
	clear: both;
}


p
{
	margin-bottom: 10px;
}

em
{
	font-style:normal;
	font-weight: bold;
}

ul
{
	list-style-type:disc;
	margin-left: 25px;
	margin-bottom: 5px;
	list-style-position: inside;
}

ol
{
	list-style-type:decimal;
	margin-left: 25px;
	margin-bottom: 5px;
	list-style-position: inside;
}

dl
{
	margin: 25px 0 10px 25px;
}

dt
{
	font-weight: bold;
	font-size: 1.1em;
}

#pOneWimpoleStreet
{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 25px;
}

/* Give all inline images a float left, margin and a nice simple border*/

body img

{
	margin: 0 10px 5px 0;
	padding: 5px;
	border: 1px solid #aaa;
	clear:left;
	float: left;
}

img[alt]:after 
{ 
	content:" " attr(alt) " ";
}

.genericContainer
{
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	clear: both;
	display:block;
}

a
{
	color: #000;
}

/*
div#mainContent a:link:after, 
div#mainContent a:visited:after 
{
   content: " ( " attr(href) " ) ";
   color: #aaa;
}
*/

/*make you hard rules simple and lovely*/

hr
{
	display:none;
}


/*special effects*/


/*generic Fieldset*/


.genericFieldset
{
	background-color: #fff;
	padding: 30px 3% 30px 3%;
}

.genericFieldset legend
{
	display: none;
}

.genericFieldset label
{
	width: 44%;
	float: left;
	clear: left;
	margin-bottom: 5px;
	text-align: right;
	padding: 2px 0 0 0;
	margin-right: 10px;
	color: #666666;
}

genericFieldset *:focus
{
	border: 1px solid #000;
}

.genericFieldset input,
.genericFieldset textarea,
.genericFieldset select
{
	border: 1px solid #CCCCCC;
	width: 50%;
	float: left;
	margin-bottom: 5px;
	padding: 1px;
	font-size: 1.0em;
}

.genericFieldset textarea
{
	height: 10em;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.0em;
}

.genericFieldset .genericCheckbox input,
.genericFieldset .genericRadioButton input
{
	width: auto;
	border: 0 none;
	padding: 0;
	background-color: Red;
}

.formButtons
{
	text-align: right;
}

/*breadcrumb*/

#breadcrumb
{
	margin: 0;
	margin-bottom: 20px;
	
}

#breadcrumb ul
{
	padding:  5px 0 5px 0;
}

#breadcrumb ul li
{
	display: inline;
	background-image: url(../../SiteImages/Breadcrumb/iconDivider.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 10px 0 5px;
	color: #fff;
}

#breadcrumb ul li.first
{
	background-image: none;
	padding: 0;
	margin-left: 0;
}

#breadcrumb ul li.last
{
	background-image: none;
	font-weight: bold;
}

.genericZebra
{
	width: 100%;
}


/*GenericTable*/

.genericTable *
{
	text-align:left;
}


/*caption box*/
.captionBox
{
	margin: 0 15px 8px 0;
	padding: 0;
	float: left;
	display: inline;
	border: 1px solid #aaa;
}

.captionBox img.caption
{
	margin: 0;
	border: 0 none;
	float:none;
	padding: 0;
}

.captionBox p
{
	padding: 5px;
	margin-bottom: 0;
	margin: 0;
	position: relative;
	font-weight: bold;
	color: #fff;
}

img.caption
{
	float: left;
	margin: 0 15px 10px 8px;
	display: inline;
}

#BackAndPrint
{
	display: none;
}