/* Created by Stuart Burrows	-	08/09/2010

Styles for content areas in the editor
--------------------------------------------------*/

/*	=Contents:
    1. BasicSetup
	2.	Basic Text
		2.1	Headings
		2.2	Links
    	2.3 Other
    3.	Custom Text
	4. Images
	5. Tables
        5.1 Basic Settings
	    5.2	Cell Level Settings
	    5.3 Table Classic
        5.4 Table Color
		
--------------------------------------------------*/

/*	1. =BasicSetup
--------------------------------------------------*/
	
body {
	font-size:62.5%;
	font-family:Arial, sans-serif;
	}
	
ul {
	list-style-type:disc;
	margin-left:1.6em;
	padding-left:0;
	}
	
ol {
	margin-left:1.6em;
	padding-left:0;
	}

/* line height changed from 1.3em to 1.7em 11/11/10 */
	
p {
	font-size:1.2em;
	line-height:1.7em;
	margin-bottom:0.6em;
	}

li {
	font-size:1.2em;
	}

li li {
	font-size:1em;
	}

blockquote {
	font-size:1.2em;
	}
	
#maincontent a {
	font-weight:bold;
	}
	


/*	2.	=Basic Text
--------------------------------------------------*/

/*		2.1	=Headings
--------------------------------------------------*/

h1 {
	font-size:2.7em;
	font-weight:bold;
	color:#000;
	text-align:center;
	/*padding-bottom:4px;*/
	margin:0 0 0.8em 0;
	}

/*added specific items for h2*/

/* old h2 {
	color:#fff !important;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:4px;
	margin:0.6em 0 0.8em 0;
	text-align:left;
	}
*/	

h2 {
	font-size:1.7em;
	font-weight:bold;
	margin:1.0em 0 0.8em 0;
	text-align:left;
	color: #009966;
	padding-top:10px;
	padding-bottom:6px;
	border-right:2px;
	border-bottom: 1px solid #009966;

}

#persistentNavigation #formularyKey h2 {
color: #000;
border: none;
padding-top: 1px;
margin-top: 1px;
margin-bottom: 10px;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	margin:0.8em 0 0.4em 0;
	text-align:left;
	color: #bf007a;
	padding-top:4px;
	padding-bottom:4px;
	/*border-top: 2px solid #990000;*/
	border-bottom: 1px dotted #bf007a;

}

h4 {
	font-size:1.1em;
	font-weight:bold;
	margin:0.6em 0 0.8em 0;
	text-align:left;
	color: #330099;
	padding-top:4px;
	padding-bottom:4px;
	border-top: 2px solid #330099;
	border-bottom: 2px solid #330099;

}

h5 {
	font-size:1.1em;
	font-weight:bold;
	margin:0.6em 0 0.8em 0;
	text-align:left;
	color: #0099FF;
	padding-top:4px;
	padding-bottom:4px;
	border-top: 2px solid #0099FF;
	border-bottom: 2px solid #0099FF;

}

h6 {
	font-size:1.1em;
	font-weight:bold;
	margin:0.6em 0 0.8em 0;
	text-align:left;
	color: #030;
	padding-top:4px;
	padding-bottom:4px;

}
/*changed text align to left 11/11/10 */


/*
h3,h4,h5,h6 {
	font-size:1.2em;
	font-weight:normal;
	padding-bottom:4px;
	margin:0.6em 0 0.8em 0;
	text-align:left;
	}
*/



h1 {
	/*border: 2px solid #0066cc;*/
	
	color:#0066CC;
	text-align:left;
	}

/*changed h2 to be solid block of colour 11/11/10*/

#tinymce.mceContentBody h2,
.contentArea h2
 {
	/*background:url(../images/h2_gradient_bg.gif) repeat-x bottom left;*/
	
	color:#009966;
	}

#tinymce.mceContentBody h3,
.contentArea h3 {
	/*background:url(../images/h2_gradient_bg.gif) repeat-x bottom left;*/
	color:#bf007a;
	}

#tinymce.mceContentBody h4,
.contentArea h4 {
	/*background:url(../images/h3_gradient_bg.gif) repeat-x bottom left;*/
	color:#330099;
	}

#tinymce.mceContentBody h5,
.contentArea h5 {
	/*background:url(../images/h4_gradient_bg.gif) repeat-x bottom left;*/
	color:#0099FF;
	}

#tinymce.mceContentBody h6,
.contentArea h6 {
	/*background:url(../images/h5_gradient_bg.gif) repeat-x bottom left;*/
	color:#030;
	}

/*		2.2	=Links
--------------------------------------------------*/

a:link,
a:visited {
	color:#06c;
	text-decoration:none;
	}

a:hover,
a:active {
	color:#06c;
	text-decoration:underline;
	}
	
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:inherit !important;
	}

/*		2.3 =Other
-------------------------------------------------*/


p.pinkheader {
	font-size:1.4em;
	font-weight:bold;
	margin:1.0em 0 0.8em 0;
	text-align:left;
	color: #C22A83;
	padding-top:10px;
	padding-bottom:6px;
	border-right:2px;
	border-top: 2px solid #C22A83;
	color:#C22A83;

}

hr {
	margin:0.5em 0;
	height:1px;
	padding:0;
	background:#d7d7d7;
	color:#d7d7d7;
	border:0;
	clear:both;
	}

/*	3.	=Custom Text
--------------------------------------------------*/

.greenbold {
	font-weight:bold;
	color:#00FF00;
	}	

.floatRight {
    float:right;
    display:inline;
    }

li.li-greenBullets {
	padding-left:25px;
	list-style-type:none;
	padding:0.2em 5px 0.2em 30px;
	background:url(../images/large_green_dot.gif) 9px 0.25em no-repeat transparent;
	}
	


/*	4.	=Images
--------------------------------------------------*/
img.image-topleftfloat {
    margin-right:0.8em;
    margin-bottom:0.8em;
	float:left;
	}
	
img.image-toprightfloat {
	float:right;
	vertical-align:top;
    margin-left:0.8em;
    margin-bottom:0.8em;
	}

/*	5.	=Tables
--------------------------------------------------*/

/*		5.1	=Basic Settings
--------------------------------------------------*/

table {
	font-size:1.2em;
	border-collapse:collapse;
	}

table p,
table li,
table h2,
table h3,
table h4,
table h5, 
table h6,
table blockquote {
    font-size:1em;
    }
	
th {
	padding:10px;
	}

td {
	padding:10px;
	}
	
td h2 {
  font-size:1.4em;
  font-weight:bold;
	margin:1.0em 0 0.8em 0;
	text-align:left;
	color: #009966;
	padding-top:10px;
	padding-bottom:6px;
	border-right:2px;
	*/border-top: 2px solid #009966;*/
	color:#009966;
}

td h3 {
 font-size:1.2em;
	font-weight:bold;
	margin:0.8em 0 0.4em 0;
	text-align:left;
	color: #990000;
	padding-top:4px;
	padding-bottom:4px;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
}

td p.pinkheader {

 font-size:1.4em;
  font-weight:bold;
	margin:0.7em 0 0.5em 0;
	text-align:left;
	color: #C22D84;
	padding-top:5px;
	padding-bottom:7px;
	border-right:2px;
	border-bottom: 1px solid #C22D84;
	border-top: none;
	color:#C22D84;
}

/*		5.2	=Cell Level Settings
--------------------------------------------------*/

th.cell-leftaligned,
td.cell-leftaligned {
	text-align:left;
	}

th.cell-rightaligned,
td.cell-rightaligned {
	text-align:right;
	}

/*		5.3 =Table Classic
--------------------------------------------------*/
	
table.table-classic {
	border-collapse:collapse;
	border:solid 0.1em #777777;
	}

table.table-classic th {
	border:solid 0.1em #777777;
	background-color:#dadada;
	padding:0.4em;
	}

table.table-classic td {
	border:solid 0.1em #777777;
	padding:0.2em 0.4em;
	}

table.table-classic th.cell-highlighted {
	background-color:#AAAAAA;
	}

table.table-classic td.cell-highlighted {
	background-color:#F0F0F0;
	}
	
/*		5.4 =Table Color
--------------------------------------------------*/

table.table-color {
	border-collapse:collapse;
	border:solid 0.1em #275569;
	}

table.table-color th {
	border:solid 0.1em #275569;
	background-color:#4495b9;
	color:#fff;
	padding:0.4em;
	}

table.table-color td {
	border:solid 0.1em #275569;
	padding:0.2em 0.4em;
	}

table.table-color th.cell-highlighted {
	background-color:#377995;
	}

table.table-color td.cell-highlighted {
	background-color:#d1e6ef;
	}
	


/* antibiotic guidelines heading */

.aheading {
EditMenuName: A Heading;
background-color: #ffffcc !important;
width: 100%;
color: #000 !important;
font-size: 1.2em;
padding-top: 3px;
padding-bottom: 3px;
}



.bheading {
EditMenuName: B Heading;
background-color: #ffcc66 !important;
width: 100%;
color: #000 !important;
font-size: 1.2em;
padding-top: 3px;
padding-bottom: 3px;
}

.cheading {
EditMenuName: C Heading;
background-color: #ff6666 !important;
width: 100%;
color: #000 !important;
font-size: 1.2em;
padding-top: 3px;
padding-bottom: 3px;
}








/* antibiotic guidelines heading */


/*FOI Search Image*/

#foiimage img{
position: absolute;
top: 205px;
left: 10px;
}


@-moz-document url-prefix() { 
#foiimage img{
position: absolute;
top: 400px;
left: 420px;
}
} 


/*Emergency Status*/

#EmergencyStatus{
position: relative;
top: 0px;
height: auto !important;
width: 600px;
/*border: 1px solid #676767;*/
margin: 0 auto;
margin-bottom: 10px;
background-color: white;
}


/*Staff Awards Styles */

.awards2012_1 {
margin-top: 10px !important;
margin-left: 0px !important;
}

.awards2012_2 {
margin-top: 10px !important;
margin-left: 0px !important;
}


.awards2012_3 {
margin-left: -10px !important;
}

.awards2012_4 {
margin-top: 10px !important;
margin-left: 0px !important;
}

.awards2012_5 {
margin-top: 10px !important;
margin-left: 0px !important;
}

.awards2012_6 {
margin-top: 10px !important;
margin-left: 0px !important;
}

.awards2012_7 {
margin-top: 10px !important;
margin-left: 0px !important;
}

.awards2012_8 {
margin-top: 10px !important;
margin-left: 0px !important;
}

.awards2012_9 {
margin-top: 10px !important;
margin-left: 0px !important;
}

.awards2012_button {
padding: 3px;
}

.ppi1, .ppi2, .ppi3, .ppi4, .ppi5, .ppi6, .ppi8, .ppi9, .ppi10 {
margin-left: 300px !important;
}

.ppi7 {

}