/* NOTES */
/* When we use XHTML then all classes, tags and attribute names are case sensitive */
/* Syntax: please place : immediately after css attribute and leave one space before value */
/* Font Sizes: All text should be at a default size, only modifiers such as Hx or SMALL should change this */
/* This means admins can force all authors to use a default size very easily */
/* Selectors: ".classname" will apply to all tags using class; "#1234" will apply to all tags using this ID */
/* Use ID for layout control, ie DIV, this will allow us to set the control for all media devices separate from presentation */
/* H1 EM { } will apply control only when EM appears inside H1 tag */
/* top, right, bottom, left */

/* Body Document Default */
body { margin: 0; font-size: 100%; background: #fff; color: #000; font-family: arial, helvetica, sans-serif; }

/* Enable Visible Borders For Development */
div { border: 0px dotted #000; }

/* Default Links (a on its own is only anchor destination) */
a:link { font-family: arial, helvetica, sans-serif; color: #039; text-decoration: underline; }
a:visited { color: #039; text-decoration: underline; }
a:hover, a:active { color: #690;  text-decoration: none;} /* bk 13/07/05 text-decoration: overline; taken out and text-decoration: none; added */

/* generic controls */
.spacer { border: 0; }
.noborder { border: 0; }
.center { margin: auto; }
img { border: 0; }
ul, ol, dl, form { margin-top: 0em; margin-bottom: 0em; }
ul { margin-left: 1em; padding-left: 1em; } /* Firefox sees margin; IE sees padding */
ol { }

.FL { float: left; }
.FR { float: right; text-align: right; }

/* graphical / presentational controls */
hr { color: #C7E374; height: 1px; clear: both; }
hr.invisible { display: none; }
.littlearrow { padding-left: 1em; }

/* main layout container */
#layout {width: 100%; max-width: 100%; min-width: 100%; border:0px solid #C7E374; background:#fff; margin-top:0px;padding:0px;}

/* Administration Links */
#adminlinks { border: 1px dashed #f00; padding: 0.3em; margin-top: 0.5em; margin-bottom: 0.5em; text-align: center; background:#ff6; }
.AdminLink { font-weight: normal; color: #000; }
a.AdminLink { font-size: 0.9em; color: #039; text-decoration: underline; }
a.AdminLink:visited { color: #003; text-decoration: underline; }
a.AdminLink:active, a.AdminLink:hover { color: #690; }/*overline taken out bk 13/07/05*/

/* Top Links Strip */
#topbar { display:none;}
#textresize { float: left; text-align: left; padding: 3px 10px 0px 0px;}
#topnavigation { margin-left: 40%; text-align: right;}
.NavigationTopLink { font-size: 0.85em; font-weight: normal; color: #fff; }
a.NavigationTopLink { font-size: 1em; color: #fff; text-decoration: underline; padding-right: 0.5em; }
a.NavigationTopLink:visited { color: #fff; text-decoration: underline; }
a.NavigationTopLink:active, a.NavigationTopLink:hover { color: #9c0; }/*overline taken out bk 13/07/05*/

/* Four Links */
#fourlinks {display:none;}

/* Logo */
.logo { }
#logo { float: left; clear: left; margin: 0px 0px 0px 0px; padding-right:0px; background-color:#fff;}
#header { margin-left:0px; clear: both; vertical-align: inherit;}

/* Search Box Controls */
#searchpanel {width: 45%; padding: 0px 2px 0px 0px; text-align:right; float:right;}
.PanelTitle { font-size: 0.85em; color: #fff;}
#keywords { font-size: 0.85em; color: #060; border: 1px solid #9c0; padding-left: 3px; width: 39%; }
#searchsite { font-size: .8em; border: 1px solid #9c0; width: 6%; max-width: 25px; background-color:#CCE57F; margin-left:2px; }

/* Quick Links Controls */
#quicklinkspanel { float: right; width: 28%; padding: 15px 0 15px 2%; display: none;}/*bk 13/07/05 display:none; added*/
#quick { font-size: 0.85em; color: #666666; border: 1px solid #003399; border-left: 5px solid #003399; padding-left: 3px; width: 100%; }
.QuickLinksMenu { color: #006699; background: #FFFFFF; border: 1px solid #003399; }


/* Contact Panel */
#contactpanel {width: 90%; padding: 0%;float:left;}
#ContactText { font-size: 0.85em; color: #039; padding: 0; clear:both; float:left ; text-align:left; padding: 2px 0 2px 0; background-color:#fff; width:100%; border-top: 1px solid #EDF6D1 }

/* AZ Services Link */
#menubar { clear: right; margin-top:8px;}
.AZServices { font-size: 0.85em; font-weight: normal; color: #039; }
a.AZServices { color: #039; text-decoration: underline; }
a.AZServices:visited { color: #009; text-decoration: underline; }
a.AZServices:active, a.AZServices:hover { color: #690;}/*overline taken out bk 13/07/05*/

/* Page Roots */ 
#pr {display:none;}
.PageRoot { font-size: 0.9em; color: #039; text-transform: uppercase; }
a.PageRoot { font-size: 1em; color: #039; text-decoration: underline; }
a.PageRoot:visited { color: #039; text-decoration: underline; }
a.PageRoot:active, a.PageRoot:hover { color: #690; }

/* Side Navigation */ 
#sidenavigation {display:none;}

/* side navigation controls */
ul.sidenavigationlist, ul.childlinklist, li.childlinklist { margin-left: 0px; padding: 0; list-style: none; }
li.childlinklist { display:inline; }

.previouslink { list-style: none; margin: 0px 0px 1px 0px; border: 1px solid #D1E88B; border-bottom: 1px solid #D1E88B; padding: 3px 3px 3px 3px; background: #fff;  border-left: 1px solid #D1E88B; }
.NavigationPreviousLink { font-size: 1em; font-weight: bold; color: #060; }
a.NavigationPreviousLink { font-size: 0.85em; color: #006600; text-decoration: none; }
a.NavigationPreviousLink:visited { color: #060; text-decoration: none; }
a.NavigationPreviousLink:active, a.NavigationPreviousLink:hover { color: #002A7D; text-decoration: none; }

.currentlink { list-style: none; margin: 0px 0px 1px 0px; border: 1px solid #B9C7E3; border-bottom: 1px solid #B9C7E3; padding: 3px 3px 3px 3px; background: #039; border-right: 1px solid #B9C7E3; }
.NavigationCurrentLink { color: #fff; text-decoration: none; }
a.NavigationCurrentLink { font-size: 0.85em; font-weight: bold; color: #fff; text-decoration: none; }
a.NavigationCurrentLink:visited { color: #fff; text-decoration: none; }
a.NavigationCurrentLink:active, a.NavigationCurrentLink:hover { color: #cf0; text-decoration: none; }

.childlink { list-style: none; margin: 0px 0px 1px 0px; border: 1px solid #B9C7E3; padding: 3px 3px 3px 3px; background: #E8ECF6; border-right: 1px solid #B9C7E3;}
.NavigationChildLink { color: #039; text-decoration: none; }
a.NavigationChildLink { font-size: 0.85em; font-weight: normal; color: #039; text-decoration: none; }
a.NavigationChildLink:visited { color: #039; text-decoration: none; }
a.NavigationChildLink:active, a.NavigationChildLink:hover { color: #536F00; text-decoration: none; }

.siblinglink { list-style: none; margin: 0px 0px 1px 0px; border: 1px solid #D1E88B; padding: 3px 3px 3px 3px; background: #FBFDF4;  border-left: 1px solid #D1E88B; }
.NavigationSiblingLink { color: #060; text-decoration: none; }
a.NavigationSiblingLink { font-size: 0.85em; color: #060; text-decoration: none; }
a.NavigationSiblingLink:visited { color: #060; text-decoration: none; }
a.NavigationSiblingLink:active, a.NavigationSiblingLink:hover { color: #002A7D; text-decoration: none; }

/* footer */
#footer { clear: both; margin: 0 0 0 0;}
#footerlinks {display:none;}
.Copyright { background: #039; padding: 2px 0 2px 2px; text-align: left; font-size: 0.85em; font-weight: normal; color: #fff; clear:both; border-top:1px solid #9c0;}

.PageFooter { text-align: center; color: #ff6; font-size: 1em; font-weight: normal; }
a.PageFooter { color: #039; font-size: 1em; text-decoration: underline; }
a.PageFooter:visited { color: #039; text-decoration: underline; }
a.PageFooter:active, a.PageFooter:hover { color: #690; text-decoration: underline; }

/* page content */ 
#pagecontent { float: left; padding: 10px 0px 10px 0px; clear:both; width:100%;}

/* defaults */
b { font-weight: bold; }
strong { font-weight: bold; }
em { font-style: italic; }
u { text-decoration: underline; }
i { font-style: italic; }

/* Standard Text */
.Header { font-size: 1.4em; }
.LargeBody { font-size: 1.2em; }
.MidLargeBody { font-size: 1.1em; }
div, td, table, .MsoNormal, .tdNormalBody, a.NormalBody, .NormalBody { font-size: 1em; }
.NormalBodyBold { font-size: 1em; font-weight: bold; }
.NormalBodyItalic { font-size: 1em; font-style: italic; }
.MidSmallBody { font-size: 0.95em; }
a.MidSmallBody { font-size: 1.05em; }
.SmallBody { font-size: 0.9em; }
.TinyBody { font-size: 0.85em; }

/* Content Editor Classes */
.CENoMargin { margin: 0; font-size:1em; }
.OneCE { font-size: 0.85em; }
.TwoCE { font-size: 1em; }
.ThreeCE { font-size: 1.2em; }
.FourCE { font-size: 1.4em; }
.FiveCE { font-size: 1.7em; }
.SixCE { font-size: 2em; }
.SevenCE { font-size: 2.4em; }

/* titles */
.PageTitle { color: #039; font-size: 1.1em; font-weight: bold; }
.SmallTitle { color: #039; font-size: 1em; font-weight: normal; }
.NewsTitle { color: #fff; font-size: 1em; font-weight: bold; }
.NewsLink { color: #039; font-size: 1em; font-weight: bold; }
.NewsLink:visited { color: #039; }
.NewsLink:active, .NewsLink:hover { color: #690; }
.NewsText { color: #000; font-size: 0.9em; font-weight: normal; }

/* results navigation */
.PageNavBar { font-size: 0.9em; color: #000; }
a.PageNavBar { font-size: 1em; font-weight: bold; color: #039; text-decoration: underline; }
a.PageNavBar:visited { color: #009; font-weight: bold; text-decoration: underline; }
a.PageNavBar:active, a.PageNavBar:hover { color: #690; font-weight: bold; text-decoration: underline; }

/* attachments */
.SubSectionTitle { color: #039; font-size: 1em; font-weight: bold; margin-top: 0.5em; margin-bottom: 0.5em;  }
.RoundTable { background-color: #E8ECF6; }
.DocumentIcon { float: left; width: 16px; margin: 0; padding: 5px; }
div.PageDocumentTitle { margin-left: 20px; padding: 5px 5px 0 5px; }
a.PageDocumentTitle { color: #039; font-size: 1em; font-weight: bold; }
a.PageDocumentTitle:visited { color: #009; }
a.PageDocumentTitle:active, a.PageDocumentTitle:hover { color: #9C0; }
div.PageDocumentText { margin-left: 20px; padding: 0 5px 5px 5px; color: #000; font-size: 0.9em; }

/* forms */
.FormComment { color: #000; font-size: 0.8em; }
div.FormQuestion { color: #039; font-size: 0.9em; font-weight: bold; padding: 3px; }
span.FormQuestion { color: #039; font-size: 0.9em; font-weight: bold; padding: 3px; }
td.FormQuestion { }
.FormText { color: #000; font-size: 1em; }
.FormInput { font-size: 0.85em; border: 1px solid #000; }
input.SmallButton { font-size: 0.85em; color: #fff; font-weight: bold; background-color: #690; border: 1px solid #039; }

/* results */
.headlines { list-style: none}
.ResultTitle { font-size: 0.9em; font-weight: bold; color: #039; }
.ResultText { font-size: 0.9em; color: #000; }
.ResultBG { background-color: #F1F9DC;}
.ResultStripOne { background-color: #FFF; }
.ResultStripTwo { background-color: #FBFDF4;  border-top:1px dashed #F1F9DC; border-bottom: 1px dashed #F1F9DC; }
.ResultLink {color: #039; }
a.ResultLink { color: #039; }
a.ResultLink:visited { color: #009; }
a.ResultLink:active, a.ResultLink:hover { color: #9C0; text-decoration: underline; }
.ResultFooter { font-size: 0.9em; color: #039; }
a.ResultFooterLink { font-size: 1em; color: #039; }
a.ResultFooterLink:visited { color: #039; }
a.ResultFooterLink:active, a.ResultFooterLink:hover { color: #690; text-decoration: underline;}

/* tables */
td.ResultAlt1 { background-color: #fff; border-top:1px dashed #F1F9DC; border-bottom: 1px dashed #F1F9DC;}
td.ResultAlt2 {background-color: #FBFDF4;  border-top:1px dashed #F1F9DC; border-bottom: 1px dashed #F1F9DC; }
.HeaderText { font-size: 0.9em; color: #000; }
td.Header1 { }
td.tableBorder { background-color: #F1F9DC; color: #039; font-size: 0.9em; font-weight: bold; }

/* Error */
.Error { color: #F00; font-size: 1em; font-weight: bold; }

/* Template Boxes */
.Boxes { margin-bottom: 1em; border: solid 1px #dadada; padding: 2px; }

/* Curved Boxes - added by SJO - November 2005*/
.curved { float:left; width:98%; height:auto;  padding:4px;}
.curved h1, .curved p { margin:0 10px; }
.curved h1 { font-size:2em;  color:#fff; }
.curved p { padding-bottom:0.5em; }
.curved .g1 { display:block;  overflow:hidden;  height:1px;  margin:0 5px;  background:#D8F1A4; font-size:1px; }
.curved .g2 { display:block;  overflow:hidden;  height:1px;  margin:0 4px;  background:#efffe1;  border-left:2px solid #D8F1A4;  border-right:2px solid #D8F1A4;  margin:0 3px; height:1px; font-size:1px;}
.curved .g3 { display:block;  overflow:hidden;  height:1px;  margin:0 4px;  background:#efffe1;  border-left:1px solid #D8F1A4;  border-right:1px solid #D8F1A4;  margin:0 2px; font-size:1px; }
.curved .g4 { display:block;  overflow:hidden;  height:1px;  margin:0 4px;  background:#efffe1;  border-left:1px solid #D8F1A4;  border-right:1px solid #D8F1A4;  margin:0 1px; height:2px; font-size:1px;}
.curved .gboxcontent { display:block;  background:#efffe1;  border:0 solid #D8F1A4;  border-width:0 1px; padding-left:4px; padding-right:4px;}

.curved .b1 { display:block;  overflow:hidden;  height:1px;  margin:0 5px;  background:#a2b5da; font-size:1px; }
.curved .b2 { display:block;  overflow:hidden;  height:1px;  margin:0 4px;  background:#e8ecf6;  border-left:2px solid #a2b5da;  border-right:2px solid #a2b5da;  margin:0 3px; height:1px; font-size:1px;}
.curved .b3 { display:block;  overflow:hidden;  height:1px;  margin:0 4px;  background:#e8ecf6;  border-left:1px solid #a2b5da;  border-right:1px solid #a2b5da;  margin:0 2px; font-size:1px; }
.curved .b4 { display:block;  overflow:hidden;  height:1px;  margin:0 4px;  background:#e8ecf6;  border-left:1px solid #a2b5da;  border-right:1px solid #a2b5da;  margin:0 1px; height:2px; font-size:1px;}
.curved .bboxcontent { display:block;  background:#e8ecf6;  border:0 solid #a2b5da;  border-width:0 1px; padding-left:4px; padding-right:4px;}

.curved .w1 { display:block;  overflow:hidden;  height:1px;  margin:0 5px;  background:#D3DBEE; font-size:1px; }
.curved .w2 { display:block;  overflow:hidden;  height:1px;  margin:0 4px;  background:#fff;  border-left:2px solid #D3DBEE;  border-right:2px solid #D3DBEE;  margin:0 3px; height:1px; font-size:1px;}
.curved .w3 { display:block;  overflow:hidden;  height:1px;  margin:0 4px;  background:#fff;  border-left:1px solid #D3DBEE;  border-right:1px solid #D3DBEE;  margin:0 2px; font-size:1px; }
.curved .w4 { display:block;  overflow:hidden;  height:1px;  margin:0 4px;  background:#fff;  border-left:1px solid #D3DBEE;  border-right:1px solid #D3DBEE;  margin:0 1px; height:2px; font-size:1px;}
.curved .wboxcontent { display:block;  background:#fff;  border:0 solid #D3DBEE;  border-width:0 1px; padding-left:4px; padding-right:4px;}

/* Grey shaded curved box - added by BK - 18th January 2006  */
.curvedGrey { float:left; height:auto;  padding:4px;}/*width:100%; has been taken out as this pushes all content to the bottom of the left hand menu for some reason */
.curvedGrey .grey1 { display:block;  overflow:hidden;  height:1px;  margin:0 5px;  background:#D4D0C8; font-size:1px; }
.curvedGrey .grey2 { display:block;  overflow:hidden;  height:1px;  margin:0 4px;  background:#F7F7F7;  border-left:2px solid #D4D0C8;  border-right:2px solid #D4D0C8;  margin:0 3px; height:1px; font-size:1px;}
.curvedGrey .grey3 { display:block;  overflow:hidden;  height:1px;  margin:0 4px;  background:#F7F7F7;  border-left:1px solid #D4D0C8;  border-right:1px solid #D4D0C8;  margin:0 2px; font-size:1px; }
.curvedGrey .grey4 { display:block;  overflow:hidden;  height:1px;  margin:0 4px;  background:#F7F7F7;  border-left:1px solid #D4D0C8;  border-right:1px solid #D4D0C8;  margin:0 1px; height:2px; font-size:1px;}
.curvedGrey .greyboxcontent { display:block;  background:#F7F7F7;  border:0 solid #D4D0C8;  border-width:0 1px; padding-left:4px; padding-right:4px;}
.curvedGrey .smallfont {font-size: 0.85em;}

/* Additional styles to reflect site re-style and homepage redesign - added by SJO - May 2006 */

#maincolumn {float: left; width: 100%; margin-top:2px; padding:2px; clear:both;}

#imagebox {margin-bottom:4px;}
.imagepos {height:100px; width:100%; text-align:right; padding-right:2px;margin-bottom:10px;}
.imagedesc {font-size:0.75em; background:#E8ECF6; padding-left:2px;padding-right:2px; border:1px solid #BECAE5;}

#welcome {margin-bottom:10px; padding:3px; clear:both;}

#latestnews {padding: 1px 1px 1px 1px; margin-bottom:10px;clear: both;width:100%;border:1px solid #EDF6D1;}
.newsreleases {width:49%; float:left;padding: 2px 2px 2px 2px;}
.mininewscol {float:right;padding: 2px 2px 2px 2px;}
.mininews1 {float:left;padding:4px;margin-bottom:2px;}
.mininews2 {clear:left;padding:4px;}

.spotlight {clear: both; padding:1%; width:97%; margin-bottom: 1%; background: #FBFDF4 url("/EasySite/setup/StyleDudleyCompliant2006/images/greenmerge.gif") repeat-x; background-position: top left;}
.spotlightimage {margin:2px; float:right; border:1px solid #fff;}
.welspotL {margin:2px; float:left; border:1px solid #fff;}
.welspotR {margin:2px; float:right; border:1px solid #fff;}

#keylinks {padding: 1px 1px 1px 1px; margin-bottom:10px;clear: both;width:100%; border:1px solid #EDF6D1;}
.ky1 {width:47%; float:left; padding: 2px 2px 2px 2px;}
.ky2 {float:left; padding: 2px 2px 2px 2px;}

#rightpanels {display:none;}
.rightout {padding: 1px 1px 1px 5px; margin-bottom:10px; border:1px solid #BECAE5}
.rightin {padding: 2px 2px 2px 2px;}
/* Start - Additional styles to reflect site re-style and homepage redesign - added by SJO - January 2007 */
.rightoutB {padding: 1px 1px 1px 5px; margin-bottom:10px; border:1px solid #BECAE5; background-color: #F7F8FC;}
.rightinB {padding: 2px 2px 2px 2px;}
.rightoutY {padding: 1px 1px 1px 5px; margin-bottom:10px; border:1px solid #EABB31;}
.rightinY {padding: 2px 2px 2px 2px;}
.rightoutG {padding: 1px 1px 1px 5px; margin-bottom:10px; border:1px solid #D1E88B; background-color:#FBFDF4;}
.rightinG {padding: 2px 2px 2px 2px;}
.rightoutT {padding: 1px 1px 1px 5px; margin-bottom:10px; border:1px solid #fff;}
.rightinT {padding: 2px 2px 2px 2px;}
.rightoutBr {padding: 1px 1px 1px 5px; margin-bottom:10px; border:1px solid #AF8F58;}
.rightinBr {padding: 2px 2px 2px 2px;}
.rightoutR {padding: 1px 1px 1px 5px; margin-bottom:10px; border:1px solid #BF7A7A;}
.rightinR {padding: 2px 2px 2px 2px;}
/* End - Additional styles to reflect site re-style and homepage redesign - added by SJO - January 2007 */

.bullets {margin: 0; padding: 0; list-style: none; width:100%;}

.portalblueout {padding: 1px 1px 1px 5px; margin-bottom:10px; border:1px solid #BECAE5; background: #F9FAFD}
.portalbluein {padding: 2px 2px 2px 2px;}
.portalgreenout {padding: 1px 1px 1px 5px; margin-bottom:10px; border:1px solid #EDF6D1; background: #FAFCF2}
.portalgreenin {padding: 2px 2px 2px 2px;}
.portalwhiteout {padding: 1px 1px 1px 5px; margin-bottom:10px; border:1px solid #ccc; background: #fff}
.portalwhitein {padding: 2px 2px 2px 2px;}
.portalnoborderout {padding: 1px 1px 1px 5px; margin-bottom:10px; border:1px solid #fff; background: #fff}
.portalnoborderin {padding: 2px 2px 2px 2px;}

/* Start - Additional styles to reflect site re-style and homepage redesign - added by SJO - January 2007 */
.newsboxleft {clear: left; float:left; width:48%; margin-right:1%; padding:1%; margin-bottom: 1%; background: #fff url("/EasySite/setup/StyleDudleyCompliant2006/images/greenmerge.gif") repeat-x; background-position: top left;}
.newsboxright {clear: right; float:right; width:48%;  padding:1%; margin-bottom: 1%; background: #fff url("/EasySite/setup/StyleDudleyCompliant2006/images/greenmerge.gif") repeat-x; background-position: top left;}
.newsboxdouble {clear: both; padding:1%; width:98%; margin-bottom: 1%; background: #fff url("/EasySite/setup/StyleDudleyCompliant2006/images/greenmerge.gif") repeat-x; background-position: top left;}
.newsboximgright {margin:2px; float:right; border:1px solid #fff;}
.newsboximgleft {margin:2px; float:left; border:1px solid #fff;}
.newsboxspot {clear: both; padding:1%; width:98%; margin-bottom: 1%; background: #fff url("/EasySite/setup/StyleDudleyCompliant2006/images/bluemerge.gif") repeat-x; background-position: top left;}
/* End - Additional styles to reflect site re-style and homepage redesign - added by SJO - January 2007 */

/* Start - Additional styles for goto links - added SJO - December 2008 */
.gotodiv {display:none;}
.gotoimg {vertical-align:middle;}

.fourlinksholder {width:100%; float:left;}
.rotating {clear:both;width:100%; border-top: 2px solid #fff; border-bottom: 2px solid #fff;}
/* End - Additional styles for goto links - added SJO - December 2008 */
