﻿body
{
	background-color: #FFFFFF;
	color:#000000;
	height:100%;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/*Administration Panel */

.PanelAdmin
{
    border: solid 1px #000;
    padding: 10px;
    background-color: #ffffcc;
}

/******************************/

.EditPanel
{
    background-color:#fffecb;
    border: solid 1px #000;
}

.EditPanel td
{
    vertical-align: top;
}

.EditPanel h3
{
    background: url(images/back-b.gif) 50% top;
    padding:2px;
    color:#fff;
    text-align:center;
}

.EditPanel #TopSection input,textarea
{
    border:solid 1px #000;
    width:300px;
}

.EditPanel #TopSection select
{
    width:305px;
}

/*CMS Default*/
.cms_default h1
{
    color:Blue;
}

.DocLibraryHeader
{
    background: url(images/back-g.gif) 50% top;
    font-weight:bold;
}

.DocLibraryHeader2
{
    background: url(images/back-b.gif) 50% top;
    font-weight:bold;
}

input
{
    	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea
{
    	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#public-consult
{
    margin-top:6px;
    border: #0066cc 1px solid;
    padding-bottom:3px;
    font-size:.8em;
}

.WorkforceDeanery
{
    padding-top:4px;
}

.AdminFeedback
{
    border:solid 1px #000;
    padding:4px;
    background-color:#fff;
}

.FeedbackDIV
{
    padding: 4px;
    text-align: center;
    border-right: #000 2px solid;
    border-top: #000 2px solid;
    border-left: #000 2px solid;
    border-bottom: #000 2px solid;
}

.AdminOptions
{
    border: #000 1px solid;
    padding: 4px;
    background-color: #fffacd;
}

.AdminOptions2
{
    border: #000 1px solid;
    padding: 4px;
    background-color: #fffacd;
}

.EventMain
{
    border:solid 1px #000;
    background-color: #f1f1f1;
}

.EventMain .EventTitle
{
    background: url(images//back-b.gif) 50% top;
    color:#fff;
    font-weight:bold;
    padding:2px 3px 3px 3px;
}

.EventMain .EventDesc
{
    padding: 2px 3px 0px 3px;
    text-align:justify;
}

.EventMain .EventLead
{
    padding:0px 3px 3px 3px;
    display: block;
    font-weight:bold;
}

#EventDetailDIV
{
    background-color: #f5f5f5;
    padding: 4px;
    border: solid 1px #000;
}

.Event1
{
    color: #ffffff;
    background-color: #000099;
    padding:4px;
    font-weight:bold;
    margin-bottom:5px;
}

.Event2
{
    color: black;
    background-color: #ffffff;
    padding: 4px;
    margin-bottom: 5px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    text-align:justify;
}

#wait
{
    position: absolute;
    top:0px;
    left:50%;
    margin:100px 0px 0px -80px;
    width: 150px;
    height:70px;
    background-color: Red;
    color: #fff;
    text-align:center;
    visibility:hidden;
    font-size:2em;
    padding:5px;
}

.Register
{
}

.RegisterBoxes
{
    border:solid 1px #000;
    width:200px;
}

img
{
	border:0;
}

a:link, a:visited
{
	color:#0066cc;
}

a:hover, a:active
{
	color:#ff6600;
}

p, h1, h2, h3, h4
{
    margin: 0 0 .75em 0;
    padding: 0;
}

h1
{
    font-size:1.5em;
}

h2
{
    font-size:1.3em;
}

h3
{
    font-size:1.1em;
}

h4
{
    font-size:0.9em;
}

#printlogo
{
	display:none;
}

#head1 img
{
	float:right;
}

#leftcolumn
{
	float: left;
	margin: 0 10px 0 -190px;
	width: 180px;
}

#rightcolumn
{
    float: right;
    width: 180px;
    margin: 0 -190px 0 10px;
}

#middlecolumn
{
	float: right;
	margin: 0;
	width: 100%;
}

#pagewrapper
{
	font-size:.76em;
}

#outercolcontent
{
    border-left: solid 190px #fff;
    border-right: solid 190px #fff;
    margin: 7px 10px 10px;
}

#innercolcontent
{
	width: 100%
}

/* FF rendering fix */
/* These styles will be applied to all browsers except for IE and Safari */
*:lang(en) #leftcolumn, *:lang(en) #middlecolumn, *:lang(en) #rightcolumn
{ 
	overflow: visible;
	position: relative;
}

#leftcolumn:empty, #middlecolumn:empty, #rightcolumn:empty
{ 
	/* These styles will be applied to Safari */
	overflow: visible;position: relative;
}

#middlecolumnwidth
{
	float: left;
	width: 100%; 
	margin: 0 -1px 0 0
}

/* MIN WIDTH SETTINGS AND HACKS FOR MIDDLE COL */
/* handles everything other than IE */
#outercolcontent
{
	min-width:480px;
}

/* hack IE to reproduce min-width effect */
* html #middlecolminwidth
{
	border-left:480px solid white;
}

* html #formatwrap 
{
	margin-left:-480px; position:relative;
}

/*\*/* html #formatwrap, * html #middlecolminwidth 
{
	height: 1px;
}/**/

.clr{
	clear:both
}

.rb 
{
	CLEAR: both; MARGIN-BOTTOM: 15px; WIDTH: 100%
}
    
#headerwidth
{
	width:100%; 
	min-width:880px;
}

/* min-width hack for IE */
* html #headerminwidth 
{
	border-left:880px solid #fff; 
	position:relative; 
	float:left; 
	z-index:1;
}

* html #ctl00_header
{
	margin-left:-880px; 
	position:relative; 
	float:left; 
	z-index:2; 
	text-align:left;
}

#head1, #head2
{
	margin:0;
	padding:0;
}

#head2
{
	position: relative;
	height: 70px;
	width: 550px;
}

#head2 #menutabs 
{
	position: absolute;
	bottom: 0px;
	text-align:center;
	padding-right:4px;
}

#menutabs 
{
	FONT-SIZE: 0.9em; 
	MARGIN: 0px auto;
	filter:Alpha(Opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
}

#menutabs UL 
{
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none;
}

#menutabs LI 
{
	 PADDING-LEFT: 9px; 
	 BACKGROUND: url(images//left.gif) no-repeat left top; 
	 FLOAT: left; 
	 PADDING-BOTTOM: 0px; 
	 MARGIN: 0px; 
	 PADDING-TOP: 0px;
	 margin-right:2px;
}

#menutabs A 
{
    color:#ffffff;
    font-weight:bold;
	PADDING-RIGHT: 10px; 
	DISPLAY: block; 
	PADDING-LEFT: 3px; 
	BACKGROUND: url(images//right.gif) no-repeat right top;  
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 3px; 
	TEXT-DECORATION: none;
}

#menutabs .current 
{
	BACKGROUND-IMAGE: url(images//left_on.gif);
}

#menutabs .current A 
{
	BACKGROUND-IMAGE: url(images//right_on.gif); 
	PADDING-BOTTOM: 2px;
	color:#ffffff;
}

#menutabs .current A:hover 
{
	BACKGROUND-IMAGE: url(images//right_on.gif); 
	PADDING-BOTTOM: 2px; 
	text-decoration:underline; 
}

#menutabs A:hover 
{
	text-decoration:underline; 
}

/*Here*/
#head3 
{
	padding: 0px; 
	margin: 0px; 
	background-image: url(images//barshadow.gif);
	background-repeat: repeat-x;
	/*height:35px;*/
}

#head3line2
{
    margin-top:9px;
}

#SiteMapPath
{
    font-size:.9em;
    padding-left:10px;
    float:left;
}

#MyFav
{
    font-size:.9em;
    padding-right:10px;
    text-align: right;
    color:#000000;
}

#loginleft
{
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 0px;
    margin: 0px;
    float: left;
    /*width: 25%;*/
    font-size: 0.9em;
    color:#ffffff;
}

#loginleft a:link, #loginleft a:visited
{
	color: #FFFFFF;
}

#loginleft a:hover, #loginleft a:active
{
	color: #FFFF00;
}

#linksright
{
    padding-left: 0px;
    padding-top: 4px;
    padding-bottom: 0px;
    margin: 0px;
    float: right;
    /*width: 25%;*/
    text-align: right;
}

#linksright a:link, #linksright a:visited
{
	color: #FFFFFF;
}

#linksright a:hover, #linksright a:active
{
	color: #FFFF00;
}

#linksright ul
{
    margin: 0;
    list-style-type: none;
    font-size: 0.9em;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#linksright ul li
{
    display: inline;
    margin: 0px;
    color: #ffffff;
    padding-right: 10px;
}

#linksright li.helpme a:hover
{
    cursor: help;
}

/* FOOTER STYLES */

#footerwidth
{
	clear: both;
	width:100%;
	color:#FFFFFF;
	min-width:880px;
	background-color: #0066CC;
}

/* min-width hack for IE */
* html #footerminwidth 
{
	border-left:880px solid #0066CC; 
	position:relative; 
	float:left; 
	z-index:10;
}

* html #footerwrapper 
{
	margin-left:-880px; 
	position:relative; 
	float:left; 
	z-index:20; 
	text-align:center;
}

* html #footer 
{
	text-align:center; 
	width:100%;
}

* html #footerwidth 
{
	width:100%;
}

#footer a
{
	color:#FFFFFF;
}

#footer a:hover, #footer a:active
{
	text-decoration: none;
}

#fcenter
{
	color:#FFFFFF;
	text-align:center; 
	vertical-align:middle; 
	font-size:1em;
	padding:2px;
}

#footerwidth2
{
	clear: both;
	width:100%;
	color:#000000;
	min-width:880px;
	background-color: #ffffff;
}

/* min-width hack for IE */
* html #footerminwidth2
{
	border-left:880px solid #ffffff; 
	position:relative; 
	float:left; 
	z-index:10;
}

* html #footerwrapper2
{
	margin-left:-880px; 
	position:relative; 
	float:left; 
	z-index:20; 
	text-align:center;
}

* html #footer2
{
	text-align:center; 
	width:100%;
}

* html #footerwidth2 
{
	width:100%;
}

#footer2 a
{
	color:#FFFFFF;
}

#footer2 a:hover, #footer2 a:active
{
	text-decoration: none;
}

#fcenter2
{
	color:#000000;
	text-align:center; 
	vertical-align:middle; 
	font-size:.8em;
	padding:2px;
}

.login
{
    background-color: maroon;
    border: #009933 1px solid;
}

#logintop
{
    background-color: #009933;
    padding: 2px;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
    color: #ffffff;
    background: url(images//back-g.gif) 50% top;
}

.login input 
{
	border: 1px solid #929292;
	width: 130px;
	margin:0px;
	padding:0px;
}

.login p
{
    font-size: 0.9em;
    color: #cc0000;
    margin:2px;
}

.login .thelabel 
{
	PADDING-RIGHT: 2px; 
	PADDING-LEFT: 2px; 
	FLOAT: left; 
	WIDTH: 100px; 
	TEXT-ALIGN: left;
	background-color:Gray;
}

/* FIND A SERVICE */
#findaservice
{
    text-align: center;
    margin-bottom: 4px;
    border: #FF6600 1px solid;
}

#findaservicetop
{
    background: url(images//back-o.gif) 50% top;
    /*background-color: #ff6600;*/
    font-weight:bold;
    width:174px;
    color:#FFFFFF;
    padding:2px;
}

#findaservice ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#findaservice a:link, #findaservice a:visited
{
    background-color: #ffcc99;
    border-top: 1px solid #FFFFFF;
    color: #000000;
    display: block;
    text-decoration: none;
    width: 174px;
    padding:2px;
}

#findaservice a:hover,  #findaservice a:active
{
    background-color: #ffff00;
}

/*************/
/*Page Links */
/*************/
.PageLinks
{
    text-align: left;
    background-color: #FFFFFF;
    margin-bottom: 4px;
    border: #0066cc 1px solid;
    margin-top:6px;
}

.PageLinks .PageLinksHeader
{
    text-align:center;
    background: url(images//back-b.gif) 50% top;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
    color: #ffffff;
    padding:2px;
}

.PageLinks .PageLinksDetail
{
    padding:0px 3px 0px 3px;
}

.PageLinks .PageLinksItem
{
    border-bottom: #006600 1px dotted;
    padding: 2px 0px 3px 0px;
    margin-bottom: 2px;
    font-size: .9em;
}

.PageLinks .PageLinksItem a:link, .PageLinks .PageLinksItem a:visited
{
    color:Black;
}

.PageLinks .PageLinksItem a:hover, .PageLinks .PageLinksItem a:active
{
	color:#ff6600;
}

.PageLinks input
{
    border:solid 1px blue;
    width:98%
}

/* NHS LINKS */
#nhslinks
{
    text-align: center;
    background-color: #FFFFFF;
    margin-bottom: 4px;
    border: #0066cc 1px solid;
    margin-top:6px;
}

#nhslinks img
{
    margin-top:5px;
}

#nhslinkstop
{
    background: url(images//back-b.gif) 50% top;
    /*background-color: #CC0000;*/
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
    color: #ffffff;
    padding:2px;
}

p 
{
    text-align:justify;
}

#FinalFooter
{
}

#RobinWebb a:link, #RobinWebb a:visited
{
	color:#0066cc;
}

#RobinWebb a:hover, #RobinWebb a:active
{
	color:#ff6600;
}

#FinalLogos
{
    margin-top:5px;
}

.poweredby
{
    margin-top:5px;
}

/*Left Navigation Formatting*/

#nav
{
    background-color: #0066cc;
    padding: 1px;
}

/* Navigation List */

#navlist 
{
	padding:0px; 
	margin:0px; 
	list-style-type: none;
	font-size:11px;
}

#navlist ul
{
	padding:0px; 
	margin:0px; 
	list-style-type: none;
}

/*these*/

/*#navlist > ul a
{
	width:auto;
}*/


#navlist li
{
    background-color: #eff4fa;
    padding-bottom:1px;
}

#navlist a
{
    display:block;
    padding-left:2px;
}

#navlist li.selected a
{    
    background-image:url(images//menushadow.gif);
    background-repeat:repeat-x;
    padding-top:2px;
	padding-bottom: 10px;
}

#navlist li.selected ul a
{
    background-image:none;
    padding-left:8px;
    padding-bottom:0px;
    padding-top:0px;
}

#navlist li.selected a:link, #navlist li.selected a:visited
{
    color: #ffffff;
    text-decoration:none;
}

#navlist li.selected a:hover, #navlist li.selected a:active
{
    text-decoration:underline;
    color: #ffffff;
}

#navlist li.selected ul a:link, #navlist li.selected ul a:visited
{
    color: #06c;
    text-decoration:none;
}

#navlist li.selected ul a:hover, #navlist li.selected ul a:active
{
    text-decoration:underline;
    color: #06c;
}

#navlist li.selected ul li
{
    background-color:#ffffff;
    /*background: #ffffff url(images//rightarrow.gif) no-repeat 8px 4px;*/
}

#navlist a:link, #navlist a:visited
{
    color: #0066cc;
    text-decoration:none;
}

#navlist a:hover, #navlist a:active
{
    text-decoration:underline;
}

#navlist li.selected ul #open a:link, #navlist li.selected ul #open a:visited
{
    color: #cc3300;
    background: #ffffff url(images//rightarrow.gif) no-repeat 2px 4px
}

/***********/

#navlist li.selected ul li#open ul a:link, #navlist li.selected ul li#open ul a:visited
{
    color: black;
    padding-left: 13px;
    background: #fff none;
}

#navlist li.selected ul li#open ul a:hover, #navlist li.selected ul li#open ul a:active
{
    background: #ffffff url(images//rightarrow.gif) no-repeat 8px 4px;
    padding-left:13px;
}

#navlist li.selected ul li#open ul li#open2 a:link, #navlist li.selected ul li#open ul li#open2 a:visited
{
    color: green;
    padding-left: 13px;
    background: #ffffff url(images//rightarrow.gif) no-repeat 8px 4px;
}

#navlist li.selected ul li#open ul li#open2 ul a:link, #navlist li.selected ul li#open ul li#open2 ul a:visited
{
    color: silver;
    padding-left: 13px;
    background:#fff none;
}

#navlist li.selected ul li#open ul li#open2 ul a:hover, #navlist li.selected ul li#open ul li#open2 ul a:active
{
    background: #ffffff url(images//rightarrow.gif) no-repeat 8px 4px;
    padding-left:13px;
}

#navlist li.selected ul li#open ul li#open2 ul li#open3 a:link, #navlist li.selected ul li#open ul li#open2 ul li#open3 a:visited
{
    padding-left: 13px;
    background: #ffffff url(images//rightarrow.gif) no-repeat 8px 4px;
}

/***********/

/*CONTENTS STYLES*/


/*Layout 1 - Left and right box style*/
#Leftbox
{
    float: left;
    width: 49%;
    border-right: #000099 1px solid;
    border-top: #000099 1px solid;
    border-left: #000099 1px solid;
    border-bottom: #000099 1px solid;
}
#Rightbox
{
    float : right; 
    width : 49%;
    border-right: #000099 1px solid;
    border-top: #000099 1px solid;
    border-left: #000099 1px solid;
    border-bottom: #000099 1px solid;
}

.Content1 img
{
    float:right;
    margin-left:5px;
}

.Content1
{
	list-style-type: circle;
	list-style-image:url(images/nhsbullet.gif);
}

.Content2
{
	list-style-type: circle;
	list-style-image:url(images/nhsbullet.gif);
}

/*.BoardMembers img
{
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    border: #0066cc 1px solid;
}*/

.DocGridView
{
    font-size:.9em;
}

.SearchGrid
{
    font-size:0.8em;
}

#searchbox2
{
    margin-bottom: 4px;
    border: #0066cc 1px solid;
}

#searchtop
{
    padding:2px;
    font-weight: bold;
    color: #ffffff;
    background: url(images//back-b.gif) 50% top;
    text-align:center;
}

#searcharea
{
    padding:2px;
}

#searcharea .searchinput
{
    border: gray 1px solid;
    width:145px;
    float:left;
    margin-top:2px;
}

.BoardTop
{
    border-top: #000000 1px solid;
}

.ShadowPicture
{
    width:111px;
    height:130px;
	background: url(images/shadow.gif) no-repeat; 
	float:right;
	margin:4px 0px 0px 4px;
}

/*.BoardTop img
{
    float:right;
    padding-left:4px;
    padding-bottom:4px;
    padding-top:4px;
}*/

.BoardTop h4
{
    font-size: 1.4em;
    color: #003399;
}

.RoundBoxes
{
    padding-top:3px;
}

.RoundBoxes img
{
    padding-top:3px;
    padding-bottom:3px;  
}

#newsreader
{
    margin-top:6px;
}

.marqueecontainer
{
    position: relative;
    width: 172px; /*marquee width */
    height: 150px; /*marquee height */
    background-color: #0098cb;
    overflow: hidden;
    padding: 4px;
    font-size: 10px;
    text-align:left;
}

.marqueecontainer a:link, .marqueecontainer a:visited
{
	color: #FFFFFF;
	text-decoration:none;
}

.marqueecontainer a:hover
{
	color: #FFFFFF;
	text-decoration:underline;
}

#scrolltitle
{
    width: 180px;
    text-align: center;
    background: url(images//back-b.gif) 50% top;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 4px;
}

#scrolltitle a:link, #scrolltitle a:visited
{
    color:#ffffff;
    text-decoration:none;
}

#scrolltitle a:hover
{
    text-decoration:underline;
}

.NewsItem
{
    background-color: #f1f1f1;
    padding:10px;
}

.NewsHeader
{
    font-size: 1.2em;
    color: #005db0;
    text-decoration: underline;
    font-weight: bold;
}

.NewsDetail
{
    text-align: justify;
    padding-top:4px;
}

.NewsTitles
{
    width:5em;
    display:block;
    float:left;
}

.NewsDateBox
{
    border: #000099 1px solid;
    width:10em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.NewsTitleBox
{
    border: #000099 1px solid;
    width:300px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.NewsDetailBox
{
    border: #000099 1px solid;
    width:300px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* styles for the star rater */	
.star-rating
{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;
	background: url(images/star_rating.gif) top left repeat-x;	
	text-align:left;	
}
	
.star-rating li
{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
	
.star-rating li a
{
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
	
.star-rating li a:hover
{
	background: url(images/star_rating.gif) left bottom;
	z-index: 2;
	left: 0px;
	border:none;
}

.star-rating a.one-star
{
	left: 0px;
}
	
.star-rating a.one-star:hover
{
	width:25px;
}
	
.star-rating a.two-stars
{
	left:25px;
}
	
.star-rating a.two-stars:hover
{
	width: 50px;
}
	
.star-rating a.three-stars
{
	left: 50px;
}
	
.star-rating a.three-stars:hover
{
	width: 75px;
}
	
.star-rating a.four-stars
{
	left: 75px;
}	
	
.star-rating a.four-stars:hover
{
	width: 100px;
}
	
.star-rating a.five-stars
{
	left: 100px;
}

.star-rating a.five-stars:hover
{
	width: 125px;
}
	
.star-rating li.current-rating
{
	background: url(images/star_rating.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
	
/* remove halo effect in firefox   */
a:active
{
	outline: none;
}	

.CommentsBox
{
    border: solid 1px #000;
    width: 500px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffcc;
}

.CommentsCount
{
    border-style:none;
    width:500px;
}

/******************************************************************/

/* PRINTER FRIENDLY STYLES */
@media print 
{
	body {
		color:#000!important
	}
	
	#header, #rightcolumn, #leftcolumn, #footer, #topbar {
		display: none
	}
	
	#middlecolumn, #outercolcontent, #innercolcontent, #middlecolumnwidth, #middlecolminwidth, #formatwrap {
		width: 100%; border: 1px solid #fff
	}
	
	#printlogo{
		display:block
	}	
}