/*Horizontal rule between webparts in grey web zone*/

.inner_right_section_grey hr
{
	clear:both;
	display:block;
	background-color:#D9D9D9;
	color:#D9D9D9;
	border:0 none;
	position:relative;
	top:15px;
	/*bottom:15px;*/
	height:3px;
	margin-bottom:20px;

}


/* styling for the search results based on the default xslt */

div#twoclmn_leftsection div.resultSet{
    margin:0;
    padding:0;
}

div#twoclmn_leftsection div.resultSet ul li{
    float:none;
    padding: 0;
}


/* resize radeditor web part to fit inside the Web Part Zone */
.ms-WPBorder .radeditor{
    width:100% !important;
}

/* styling for page error messages */
.errorMessage{
    color: #ba0000;
 }


/* background colours for elements that use a background image - so the text is visible on the default background colour */
#banner{
	/*background:url(/sexualhealthprofessional/style%20library/images/1_fadedgrey_center.jpg) repeat-x left bottom;*/
    background-color: #9b9b9b;
}

/* restrict the width of <ul> under #center_formated to auto from 455px, so as to avoid #right_section from dropping down in ie6 */

#center_section #center_formated .inner_right_section_grey ul 
{
	width:auto;
}

/* add border to INPUT tag within EditModePanel */

#edit_mode .ms-formfieldcontainer input 
{   
    border: #ccc 1px solid;
	padding-right: 3px;
	padding-left: 2px;
}


#top_nav
{
	float:left;
	width:930px;
	padding:0 0 0 70px;
}

div#header{
   padding-top: 12px;
   background-color: transparent;
 }

.header_top {	
   background-image: none;
   background-color: #fff;
   height: 6px;
   padding-top: 8px;
}

#home_left_section H1,
#page_main_section H1  {
   font-weight: bold;
}

#home_left_section p,
#page_main_section p {
   padding: 0.5em;
   font-size:1.2em;
}

#home_left_section p.indent,
#page_main_section p.indent {
   padding-left: 5em;
}

.inner_right_section_grey_btm h2{
   font-size: 1.5em;
   font-weight: bold;
 }

#footer div{
   text-align: center;
}

#footer ul{
   width:auto;
   text-align: center;
 }
 
#footer ul li{
   width:auto;
   padding: 0 .5em;
   display:inline;
   border-right: 1px solid #666;
}

#footer ul li.last{
   border-right: 0;
 }
 
 .TnCIndent
 {
  padding-left:2em;
  padding-right:2em;
  padding-bottom:1em;
  font-size:1.2em;
 }


/*rebecca forbes - tweaks*/

.rtPanel h2{
	color:#000;
}
.rtPanel ul{
	padding:0;
	margin:0;
}
.rtPanel ul li{
	display:block;	
	color:#007ac2;
	display:block;
	margin:10px 0 10px 0;
}
.rtPanel ul li a{
	margin:8px 0 8px 0;
	padding:0;
	
}
.rtPanel li a{
	text-decoration:none;
	color:#007ac2;
	width:100%;
	list-style-type:none;
}
.rtPanel li a:hover{
	color:#ac0200;
}

/*Masthead added 02 Dec 09*/
input {
	padding:0;
	margin:0;
	border:1px solid #ebe8e8;
}

#cons_nav_holder {

	background:url(/sexualhealthprofessional/Style%20Library/Images/headerGradient.gif) repeat-x;
	height:52px;
	padding:0 20px 0 20px;
}
a img, img {
	border:none;
}
#nhsChoicesLogo img {
	float:left;
	padding:0 0 0 0;
	margin:14px 0 0 0;
}
/*Search box*/

#ctl00_contentsearch {
	float:right;
	padding:0 0 0 0;
	margin:16px 0 0 0;
	color:#404040;
/*	border:1px solid #b0b;*/
}
.siteSearchBox .caption {
	margin:10px 4px 0 0;
	padding:0;
	font-size:1.2em;
	vertical-align:middle;
	line-height:2em;
	
}
/*button style doesn't work in ie 6*/

.siteSearchBox input[type="button"],
.siteSearchBoxSubmitButton {
	background:url(/sexualhealthprofessional/Style%20Library/Images/searchButton.gif) no-repeat bottom right;
	border:none;
	color:#fff;
	padding:0 22px 2px 0px;
	margin:0 0 2px 0;
	font-weight:bold;
	height:23px;
}

.siteSearchBox input[type="text"],
.siteSearchBoxTextInputField {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:1px solid #ccc;
	height:17px;
}

#ctl00_contentsearch .siteSearchBox input {
	margin: 0 0 0 10px;
	font-size:12px;
}
