/* 
	(c) Copyright 2008. The Royal Borough of Windsor and Maidenhead.
*/

/* Generic elements */
body {
	background-image:url('bg_gradient.jpg');
	background-position:top center;
	background-repeat: repeat-x;
	background-color: #324d94;
	color: #333333;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0 0 0 0;
	/*margin: 0.3em 0.3em 0.3em 0.3em;*/
}

body.empty {
	background-color: #ffffff;
}

.skip 
{
	/* hiding of skip nav links borrowed from www.alistapart.com */
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
}
img {
	border: none;
}

a {
	background-color: transparent;
	color: #324d94;
	text-decoration: none;
}
a:hover {
	/*background-color: #660066;*/
	color: #324d94;
	text-decoration: underline;
}
table {
	font-size: 1em;
}
thead {
	
}
tbody {
	
}
/*tr {
	vertical-align: top;
}
th {
	background-color: #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #000000;
}
td {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	color: #000000;
}*/

/* For main page margins and centering */
#wrapper {
	border: 0px solid #c00;

	background-color: #ffffff;
	color: #333333;
	font-size: 0.8em;
	margin: 0 auto 6em auto;
	max-width: 900px;
	padding: 0 0 0 0;
	text-align: center;
}

/* To then stop text from centering because of the above inherit */
#container {
	border: 0px solid green; 
	text-align: left;
}

/* Hack for < IE6 for screen width */
* html #container {
	width: expression(document.body.clientWidth < 642? "640px" : document.body.clientWidth > 948? "950px" : "auto");
}

/* For content column layouts */
#rbwm-contentContainer {
	border: 0px solid yellow;
	width: 100%;
}

/* For hidden accessibilty links */
#skiplinks {
	position: absolute;
	left: -1600px;
	top: -1600px;
}

#skiplinks a:focus, 
#skiplinks a:active {
	border: 1px solid #cc0000;
	padding: 0.2em 0.5em;
	text-align: center;
	text-decoration: underline;
	white-space: nowrap;
	background-color: #ffffcc;
	color: #333333;
}

#skiplinks a.skiplink:active, 
#skiplinks a.skiplink:focus {
	position: absolute;
	top: 1610px;
	left: 1610px;
	width: 18em;
}

/* Elements for HEADER only */
#header {
	background:transparent url('wppl_banner_logo.jpg') no-repeat;
	color: #000000;
	height: 100px;
}
#navbar {
	background:transparent url('nav_bg.gif') repeat-x;
	/*background-color: #005596;*/
	height: 25px;
}

/* For column navigation only */
#navigation {
	border: 0px dotted #c00;
	background-color: #ffffff;
	color: #333333;
	display: block;
	float: left;
	font-size: 1em;
	list-style-type: none;
	text-decoration: none;
	width: 100%;
}
#navigation .heading {
	background-color: #324d94;
	color: #ffffff;
	border-bottom: 1px solid #aebfdb;
	margin: 0;
	padding: 5px 0 3px 5px;
	text-align: left;
	font-weight: bold;
}
#navigation a.heading:hover{
	background-color: #324d94;
	text-decoration: underline;
	color: #ffffff;
}
#navigation a {
	background-color: #eeeeee;
	border-bottom: 1px dotted #cccccc;
	display: block;
	margin: 0;
	padding: 0.3em;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}
#navigation a.search {
	background-color: #ffffff;
	border: none;
	padding: 0;
	text-decoration: none;
}
#navigation a.search:hover{
	background-color: #ffffff;
	text-decoration: underline;
	color: #324d94;
}
#tour a {
	background-color: #ffffff;
	border: none;
	padding: 0;
	float:left;
}

/* Used by both Left and Right column navigations */
#navigation a:hover {
	background-color: #324d94;
	color: #ffffff;
}

/* For main content area only */

a.collection {
	font-family:Verdana;
	color:#000000;
	font-size: 12px;
	text-decoration: none;
	padding-left: 5px;
}
a.collection:hover {
	text-decoration:underline;
}
.rbwm-content {
	color: #333333;
	display: block;
	float: left;
	font-size: 1em;
	padding: 0 0 0 0;
	width: 55%; 
}
#breadcrumbs {
  margin: 0px;
  padding: 5px 0 7px 0;
  font-size: 88%;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 10px;
}

#breadcrumbs ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#breadcrumbs ul li {
  display: inline;
  margin-right: 0.5em;
}

#breadcrumbs p {
  display: inline;
  margin: 0px;
}

#breadcrumbs a {
  color: #036;
  text-decoration: underline !important;
}

#breadcrumbs a:hover {
  color: #666;
}
.rbwm-content a {
	background-color: transparent;
	color: #660066;
	text-decoration: underline;
} 
.rbwm-content a:hover {
	background-color: #660066;
	color: #ffffff;
	text-decoration: underline;
} 
.rbwm-content h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #000000;
	margin-right: 100px;
} 
.rbwm-content h2 {
	font-size: 1.4em;
	font-weight: bolder;
	color: #000000;
} 
.rbwm-content h3 {
	font-size: 1.2em;
	font-weight: bolder;
	color: #000000;
} 
.rbwm-content p {
	color: #333333;
} 
.rbwm-content ol {
/*	list-style: decimal; */
}
.rbwm-content ul {
	list-style: square;
}
.rbwm-content img.headline {
	padding: 2px;
	border: 0px solid #f5f5f5;
}

/* For Portal window design */
.portletFrame {
	float: left;
	border: 1px solid #cccccc;
	margin: 0 0.9em 0.9em 0;
}
.portletContent {
	padding: 0.5em;
}
.portletTitleBar {
	background-color: #f5f5f5;
	padding: 5px;
	border: 2px solid #ffffff;
	border-bottom: 1px dotted #cccccc;
}

/* For Footer Only */
#footer {
  
	margin-top: 3em;
	clear: both;
	font-size: 10px;
}
#rbwm-footer .strapline {
	padding: 0.5em 0 0.5em 0;
	border-top: 1px solid #d5d5d5;
	text-align: left;
	line-height: 1.5em;
/*	height: 65px; */
}
#rbwm-footer .footlights {
	clear: both;
	background-color: #ffffff;
	color: #333333;
	padding: 1em;
	border-top: 1px solid #d5d5d5;
	text-align: center;
}
#rbwm-footer .qa {
	background-color: #ffffff;
	color: #333333;
	text-align: center;
	padding: 0.5em 0 1em 0;
}
#rbwm-footer address {
	font-style: normal;
}

/* Used by 3-COLUMN tabloid */
.column-frame {
    border-left: 1px solid #D5D5D5;
    float: left;
    width: 33%;
    margin-left: 0;
}
.column-tabloid img {
    margin: 0 0 0.5em 0.5em ;
    float: left;
}
.column-tabloid h2,
.column-tabloid p {
    margin: 0 0 0.5em 0.5em ;
    padding: 0 0 0 0;
}

/* Some Generic style elements */
ul.downloads {
	list-style-type: none;
}
.internal-systems, .internal-systems a {
	color: #ffffff;
	background-color: #ffffff;
}
.smalltext {
	font-size: smaller;
}


/* Some general Form style elements */
form {
	display: inline;
}
fieldset {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	color: #333333;
	margin: 3px 5px 3px 5px;
	padding: 5px 5px 5px 5px;
}
.inputtxt {
	width: 12em;
	background-color: #e5e5e5;
}

/* SMA */
.hidden {
	display: none;
	visibility: hidden;
}
.clear {
	clear: both;
}
.noprint {
/* --- UNCOMMENT FOR PRINT CSS ---
	display: none;
	*/
}


/* BWS AcheiveForms Progress Bar */
form h2.navbartitle {
	display: none;
}
.progressbartoptable ol {
	list-style: none;
}
.progressbartoptable li {
	display: inline;
	padding: 0.1em 0.1em 0.1em 0.1em;
}
.genericsubmit {
	padding: 0.1em 0.1em 0.1em 0.1em;
}
.mandatorysymbol {
	color: #c00;
	font: bolder;
}
.warning {
	color: #CC0000;
	background: #FFFF99;
}
.hiddenlabel {
	display: none;
	visibility: hidden;
}


/* Used for general float alignment */ 
.rhs {
	text-align: right;
}
.lhs {
	text-align: left;
}
.flrhs {
	float: right;
}
.fllhs {
	float: left;
}



/* Used for general monochrome shading */
.lite {
	background-color: #f5f5f5;
	color: #333333;
}
.mid {
	background-color: #d5d5d5;
	color: #000000;
}
.dark {
	background-color: #cccccc;
	color: #000000;
}
.outline { /* single */
    border-color: #D5D5D5;
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 5px;    /* Mozilla Firefox */
    -webkit-border-radius: 5px;    /* Safari Webkit */

    margin: 1em 0 1em 0;
    padding: 0.5em 0.5em 0.5em 0.5em;
}




/* Headline for homepage */
#headlines {
	height: 180px;
	min-height: 180px;
	background-color: transparent;
}
#headlines img {
	border: 1px solid #333333;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 240px;
	height: 180px;
}
#headlines .item {
	margin: 0 0 3px 250px;
	border: 1px solid #d5d5d5;
}
#headlines .item a {
	background-color: #f5f5f5;
	display: block;
	font-weight: bold;
	line-height: 1.2em;
	min-height: 53px;
	padding: 2px 4px 2px 6px;
	text-decoration: none;
}
#headlines .item a:before {
	content: '\00BB \0020';
}
#headlines .item a:hover {
	color: #ffffff; 
	background: #660066 url(/graphics/admin_headline_fade.gif) repeat-x;
}

/* N4S Stuff --- */
#PortletCurvLeft {
	/* Add a background-color or FF ignores it */
	background-color: #efefef;
	background-image: url(portletTableft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin: 0px; 
	width: 4px;
}
#PortletTitle {
	/* Add a background-color or FF ignores it */
	background-color: #efefef;
	float: left;
	padding: 7px; 
}
#Offers {
	margin-left: 0.5em;
	padding-left: 0.5em; 
}
#flexfloat { 
	display: block; 
}

/* 
	RS: Additional Bespoke Layout and content Styles
	RS: New style for a div that holds a content image 
*/
.clearerSpace  {
	clear: both;
	padding: 10px;
}
.clearer {
	clear: both;
}
.clear img {
	width: 760px;
}
/* basic inline */
#Col-right {
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	float: right;
	margin-top: 0;
	padding-top: 0;
	padding-left: 0.2em;
	padding-right: 0em;
	margin-left: 0.2em;
	margin-bottom: 1.2em;
	width: 58%;
}
.contentImgDiv  {
	background-color: #ffffff;
	color: #006633;
	float: left;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0.5em;
	padding-bottom: 0.6em;
	text-align: center;
	width: 134px;
}
.contentImgDiv img {
	border: 0.1em solid #ffffff;
}



/* 
	For creating column layouts the following work 
	when the main content container has a defined width 
*/
.Col-10 {
	width: 10%;
	float: left;
	display: block;
}
.Col-20 {
	width: 20%;
	float: left;
	display: block;
}
.Col-30 {
	width: 30%;
	float: left;
	display: block;
}
.Col-40 {
	width: 40%;
	float: left;
	display: block;
}
.Col-50 {
	width: 50%;
	float: left;
	display: block;
}
.Col-60 {
	width: 60%;
	float: left;
	display: block;
}
.Col-70 {
	width: 70%;
	float: left;
	display: block;
}
.Col-80 {
	width: 80%;
	float: left;
	display: block;
}
.Col-90 {
	width: 90%;
	float: left;
	display: block;
}



/* ----- End of file ----- */
