html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

.clear {
	clear: both;
}

/* Tables */

table {
border-collapse: collapse;
border-spacing: 1;
}

td {
padding: 5px 20px 5px 10px;
}

.top_row {
background-color: #0A1F62;
color: #FFFFFF;
}

.top_row p {
margin: 0px;
padding: 0px;
font-weight: bold;
}

.odd_row {
background-color: #EAF3F4;
border-bottom: 1px solid #B8D8DC;
border-left: 2px solid  #B8D8DC;
border-right: 1px solid  #B8D8DC;
}

.even_row {
border-bottom: 1px solid #B8D8DC;
border-left: 2px solid  #B8D8DC;
border-right: 1px solid  #B8D8DC;
}

/* GL: title_row */
.title_row {
background-color: #B8D8DC;

}
/* #B8D8DC */



/* HTML */

body {
	font-family: helvetica, arial, sans-serif;
	background-color: #fff;
	text-align: center;
	font-size: 81%;
	line-height: 1.4;
	color: #454545;
	background: url(./media/header_background.jpg) 0 0 repeat-x;
}

a {
	text-decoration: none;
	color: #14707e; /* # 2b8896 */
}

a:hover {
	text-decoration: underline;
	color: #14707e;
}

p {
	margin-bottom: 1em;
}

h1, h2, h3 {
	line-height: 1;
}

h1 {
	font-size: 2.5em;
	margin: 10px 0 10px;
	color: #222;
	font-weight: normal;
}

#main-content h1 {
	font-size: 2em !important;
}

h2 {
	font-size: 1.5em;
	margin: 10px 0 5px;
	line-height: 1.1;
	font-weight: bold;
	color: #333;
}

h3 {
	font-size: 1.2em;
	margin: 10px 0;
	line-height: 1.2;
	font-weight: normal;
	color: #000;
}

/* Wrapper */

#wrapper {
	width: 100%;
	overflow: hidden;
	min-width: 980px;
}

/* Header */

#header {
	
}
	
	#logo {
		width: 200px; /* GL: 388px; */
		height: 35px;
		display: block;
		float: left;
		background: url(./media/logo.jpg) 0 0 no-repeat;
		text-indent: -9999px;
		margin: 10px 0 0;
	}

/* Top Nav */

#nav {
	float: right;
	display: block;
	margin: 0;
}

	#nav li {
		float: left;
	}	
		#nav li a {
		width: auto;
		height: 35px;
		text-align: center;
		display: block;
		font-size: 1.15em;
		font-weight: bold;
		color: #a3b3c3;
		margin-left: 20px;
		padding-top: 15px;
		/* border-bottom: 6px solid #0A1F62; */
		}
		
		#nav li a:hover {
			text-decoration: none;
			/* border-bottom: 5px solid #a3b3c3; */
			color: #E6E8EF;
		}
		
		/*#nav li a:hover,*/
		body.home #nav li.home a,
		body.about #nav li.about a,
		body.blog #nav li.blog a,
		body.login #nav li.login a,
		body.contact #nav li.contact a {
		color: white;
		background-image:url(./media/nav_selected.jpg);
		background-position:center;
		background-repeat:no-repeat;
		/* border-bottom: 6px solid #14707e; */ 
		}

		/* GL: Turn above into a li.current selector */
		#nav li.current a {
			color: white;
			background-image:url(./media/nav_selected.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}
		

/* Content */

#content, #header, #footer {
	width: 976px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	position: relative;
}

	#content .section {
		width: 100%;
		overflow: hidden;
		clear: both;
		padding: 0 0 10px; 
	}
	
		#content .section .col {
			float: left;
			display: block;
			margin: 0 20px 0 0;
			overflow: hidden;
			/* border-top: 4px solid #103b68; */
			padding-top: 5px;
		}
	
			#content .section .col h2 a {
				background: url(./media/arrow-blue.gif) 100% 5px no-repeat;
				padding-right: 14px;
			}
		
		#content .section .col-last {
			margin-right: 0;
		}

	#content .intro {
		line-height: 1.34;
		font-size: 1.28em;
		color: #111;
	}
	
	.publications #content .intro {
		border-bottom: 1px solid #ccc;	
	}
	
	.divider {
		clear: both;
		height: 1px;
		overflow: hidden;
		width: 100%;
		margin: 30px 0;
		border-top: 1px solid #ddd;
	}


#content a {
/* color: #0A1F62; */
}


.index_banner {
margin: 0px;
padding: 0px;
width: 550px;
float: left;
}	


.flash_banner {
margin: 0px;
padding: 5px 0px 20px 0px;
width: 425px;
float: left;
text-align:right;
}	

#right {
background-color: #E6E8EF;
margin: 15px 0px 0px 10px;
padding: 0px; /* 10px 10px 5px 10px; */
width: 210px;
float: left;
}

.right_inner {
	padding: 6px 0px 3px 0px;
}

.right_inner div ul {
	padding-left: 10px;
	padding-right: 10px;
}

#right .right_header {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 6px;
	/* text-align: center; */
	color: #0A1F62;
	padding-left: 10px;
	padding-right: 10px;
}

#right .right_sub_header {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* GL: Right hand menu styling based on 2 nested ULs */
#right ul li {
	font-weight: normal;
	margin-bottom: 10px;
}

#right ul li ul {
	margin-top: 6px;
}

#right ul li ul li {
	font-weight: normal;
	margin-bottom: 0;
	/*margin-left: 10px;
	margin-bottom: 5px;*/
}
/* Hide all, then show only current sub-ULs */
#right ul li ul {
	display: none;
}
#right ul li.current ul {
	display: block;
}


#right a {
 color: #0A1F62;
}

#right #output-menu {
	border-top: 2px solid #fff;
	padding-top: 10px;
}

#right #subsite-menu {
	border-top: 2px solid #fff;
	padding-top: 10px;
}

#right #admin-menu {
	border-top: 2px solid #fff;
	padding-top: 10px;
}

#right .demo-menu-beneath-main {
	border-top: 2px solid #fff;
	padding-top: 10px;
}
	

#right .top_outer,
#right .top_inner,
#right .bottom_outer,
#right .bottom_inner {
	height: 4px;
}

#right .top_outer,
#right .bottom_outer {
	width: 100%;
}
#right .top_inner,
#right .bottom_inner {
	width: 4px;
	float: right;
}

#right .top_outer {
	background: url(./media/corner_tl.jpg) top left no-repeat;
}
#right .top_inner {
	background: url(./media/corner_tr.jpg) top right no-repeat;
}
#right .bottom_outer {
	background: url(./media/corner_bl.jpg) bottom left no-repeat;
}
#right .bottom_inner {
	background: url(./media/corner_br.jpg) bottom right no-repeat;
}


/* Footer */

#footer {
	margin: 20px auto 0;
	border-top: 4px solid #103B68;
	height: 50px;
}

	#footer ul {
		margin: 10px 0 0 0px;
		float: left;
	}

		#footer ul li {
			display: inline;
			text-align: center;
			padding-right: 5px;
			border-right: 1px solid #ddd;
			margin-right: 5px;
			line-height: 1;
			font-size: .88em;
		}

		#footer ul li.last_item {
			border: 0;
		}
		
		#footer ul li.copy {
			margin: 0;
			padding: 0;
			border: 0;
		}

	#footer a {
		color: #0A1F62;
	}

	#footer a.jrf {
		position: absolute;
		left: 0;
		top: 10px;
		width: 196px;
		height: 27px;
		background: url(./media/logo-jrf.gif) 0 0 no-repeat;
		display: block;
		text-indent: -9999px;
	}
	
	#footer a.tbx {
		position: absolute;
		right: 0;
		top: 12px;
		width: 100px;
		height: 27px;
		background: url(./media/logo-torchbox.gif) 0 0 no-repeat;
		display: block;
		text-indent: -9999px;
	}

	.footer_admin {
		float: right;
	}


/* Breadcrumb */

#breadcrumb_box {
float: left;
/* background-color: #D2E6E9; */
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 670px;
}

#breadcrumb {
width: 670px;
/* border-bottom: 4px solid #103B68; */
overflow: hidden;
margin: 0;
padding: 10px 0px 10px 0px;
}

#breadcrumb li {
float: left;
padding: 0 5px 0 0;
}
#breadcrumb a {
	color: #0A1F62;
}

/* Logged-in options */
#logged-in-options {
	width: 290px;
	clear: right;
	float: right;
	padding: 10px 0px 10px 0px;
	text-align: right;
}
#logged-in-options li {
	display: inline;
	padding: 0 5px;
}


/* Home */
/* GL: Changed these to #content and .home_content */

.home_content {
	/* background: url(./media/home-bg.jpg) 100% 0 no-repeat; */
}

	#content .section .col {
		width: 312px;
	}
	
	#content h1 {
		color: #103669;
		margin-bottom: 10px;
		margin-top: 10px; 
		font-size:3.2em;
	}
	/* content with no breadcrumb */
	.no-breadcrumb {
		padding-top: 30px !important;
	}
	.no-breadcrumb h1 {
		margin-top: 0px !important;
	}
	
	
	#content .intro {
		font-size: 1.77em;
		color: #6c7681;
		width: 415px;
		margin: 0 0 35px 0;
	}

	/* GL: Home page login form */
	.home_content form#login label {
		float: left;
		width: 90px;
		text-align: right;
		padding-right: 10px;
		/* border: 1px solid red; */
	}
	.home_content form#login #UC_email,
	.home_content form#login #UC_password {
		width: 190px;
	}
	.home_content form#login p {
		margin-bottom: 5px;
	}


/* Charts */

body.charts #content {
}

	body.charts #content .section .col {
		width: 229px;
	}
	
	body.charts #content #main-content .spreadsheet a { padding: 6px 7px 4px; border: 1px solid #4f6e8d; background: #748fac; color: #fff; }
	body.charts #content #main-content .spreadsheet a:hover { background: #222; border: 1px solid #000; }
	body.charts #content #main-content .back-to-top a { display: block; font-weight: normal; border: none; margin: 0; padding: 0; position: relative; top: -15px; }
	body.charts #content #main-content p.source { margin: 0 0 20px 0; }

/* Standard */

#main-content{
	width: 706px;
	margin: 0px 20px 0px 0;
	padding: 0 20px 0 0;
	float: left;
	background: url(./media/vertical-line.gif) right 0 repeat-y;
	line-height: 1.5em;
}

	#main-content #breadcrumb {
		padding-top: 0;
	}

	#main-content h1 {
		/* border-bottom: 1px solid #103b68; */
		padding-bottom:10px;
		margin-top: 10px;
	}

	#main-content .right {
		float: right;
		margin: 0 0 30px 20px;
	}
	
	#main-content .back-to-top {
		float: right;
		width: 100px;
		text-align: right;	
	}
	
	#main-content iframe {
		margin: 10px 0 20px 0;	
		opacity: 0.7;
		filter:alpha(opacity=70)
	}
	
	#main-content iframe:hover {
		opacity: 1;	
		filter:alpha(opacity=100)
	}
	
	#main-content #anchors {
		margin: 0 0 30px 0;
		padding: 0 0 30px 0;
		border-bottom:1px dotted #103B68;
	}
		#main-content #anchors ul, .about #content ul {
			list-style-type: square;
			list-style-position: inside; 
			margin: 5px 0 0 0;
		}
		
		body.charts #content #main-content #anchors a {
			font-weight: normal;
			border: none;
			padding: 0;
			margin: 0
		}
		
		#toolbar_2_1, #toolbar_2_2,#toolbar_2_3,#toolbar_2_4,#toolbar_2_5,#toolbar_2_6,#toolbar_2_7,#toolbar_2_8,#toolbar_2_9,#toolbar_2_28,#toolbar_2_29, #toolbar_2_18, #toolbar_2_20, #toolbar_2_21, #toolbar_2_26, #toolbar_2_27, #toolbar_2_30, #toolbar_2_12, #toolbar_2_13, #toolbar_2_14, #toolbar_2_15, #toolbar_2_16, #toolbar_2_17, #toolbar_2_10, #toolbar_2_11 { display: none; }
	
		.goog-menu-button {
			float: right;
			margin: 20px 10px 0 0 !important;
		}
		
		.goog-menuitem-content {
			text-align: left;
		}
	

	#main-content .source, #main-content .source em {
		color: #454545;
		font-style: normal;
	}

#side-content {
	width: 216px;
	float: left;
	padding: 35px 0 0;
}

	#side-content h2 {
		font-size: 1.38em;
		color: #222;
		padding: 0 10px 5px 10px;
	}

	#side-content ul {
		border-top: 1px solid #e0e5ed;
		overflow: hidden;
	}

		#side-content li {
			border-bottom: 1px solid #e0e5ed;
			display: block;
		}

			#side-content li a {
				padding: 5px 10px;
				display: block;
			}

			#side-content li a:hover,
			#side-content li a.current {
				text-decoration: none;
				background-color: #103b68;
				color: white;
			}
			
/*.about #content ul { margin: 0 0 0 20px; }*/
.about #content #breadcrumb { margin: 0; list-style-type: none; }
.about #content #breadcrumb li { padding: 0; }
.about #content h2, .terms #content h2, .contact #content h2 { margin: 20px 0 10px; font-weight: normal; }


/* Extra */


.navlist {
padding: 0;
margin: 0;
border-bottom: 1px solid #CCCCCC;
}

.navlist ul {
margin: 0px;
padding: 0px;
}

.navlist li {
list-style: none;
margin: 0;
padding: 3px 0px 3px 0px;
border-top: 1px solid #CCCCCC;
}

.navlist li a { 
text-decoration: none; 
}
	.navlist li a:hover { 
		text-decoration: underline;
	}

#subsite-menu li.current {
	background-color: #fff;
}
.navlist li.current {
	background-color: #fff;
	padding-left: 4px;
}


input { 
padding: 0px;
margin: 0px 0px 5px 0px;
color: #000000;
border: 1px solid #CCCCCC;
}

input.checkbox {
	border-width: 0;
	margin-bottom: 0;
}

textarea { 
padding: 0px;
margin: 0px 0px 5px 0px;
color: #000000;
border: 1px solid #CCCCCC;
}

/*GL: Removed/replaced */
/*
.form_left {
margin: 0px;
padding: 0px;
width: 100px;
float: left;
}
.form_right {
margin: 0px;
padding: 0px;
float: left;
width: 200px;
text-align:right;
}
*/



/* Tabbed navigation */


#content-nav {
	list-style:none;
	float:left;
	margin:0;
	width:100%;
	border-bottom:1px solid #00829B;
}
#content-nav li {
	float:left;
	padding:0 20px 0 0;
	margin:0 1px 0 0;
	background:#00829B url(./images/content-tab-right.jpg) no-repeat top right;
	color:#FFF;
	position:relative;
	top:1px;
}
#content-nav li a {
	float:left;
	display:block;
	line-height:2.2em;
	padding:0 0 0 20px;
	color:#FFF;
	background:url(./images/content-tab-left.jpg) no-repeat top left;
}
#content-nav li.current {
	background:#FFF url(./images/content-tab-right-current.jpg) no-repeat top right;
	color:#002868;
}
#content-nav li.current a {
	background:url(./images/content-tab-left-current.jpg) no-repeat top left;
	color:#002868;
}

.displaydata table {
	border-collapse:separate;
	border-spacing:1px;
	clear:both;
	width:100%;
}

.displaydata td.rowHeader {
	text-align:left;
	padding-right:30px;
	width:100px;
	padding-left:0;
}
.displaydata th,
.displaydata td {
	border-bottom:1px solid #BBB;
	text-align:right;
	padding-right:5px;
	padding-left:0;
}
.displaydata .row1 td,
.displaydata .row1 th {
	border:none;
}
.displaydata th {
	border-top:1px solid #BBB;
}
.displaydata tr.emphasise td {
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	font-weight:bold;
}

.displaydata img {
	margin:0 auto;
}
.display-tools {
	clear: right;
	margin:0px 0 15px;
	text-align:right;
	padding: 10px 0 0 0 !important;
}	
.display-tools a {
	border:1px solid #555;
	padding:1px 3px;
	margin:0 0 0 3px;
	color:#555;
}
.display-tools a:hover {
	border:1px solid #555;
	text-decoration:none;
	background:#555;
	color:#FFF;
}
.displaydata form {
	display:inline;
}

li#tab-area {
background:#002868 url(./media/tab_right_1.jpg) no-repeat top right;
}

li#tab-area a {
background:url(./media/tab_left_1.jpg) no-repeat top left;
}

#compare,#home {
clear:both;
margin-bottom:20px;
border:1px solid green;
min-height:1%;
}

#compare.area,#home {
border:1px solid #002868;
}

#compare.scenario {
border:1px solid #00829B;
}

#compare.scenario .select-options {
background:#00829B;
}

li#tab-districts {
background: #75a5ab url(./media/tab_right_2.jpg) no-repeat top right;
}

li#tab-districts a {
background:url(./media/tab_left_2.jpg) no-repeat top left;
}

#compare.districts {
border:1px solid #75a5ab;
}

#compare.districts .select-options {
background:#75a5ab;
}

.percentage {
background: #E6E8EF;
}


/* From p4c_layout */

.select-options {
	clear:both;
	background:#002868;
	color:#FFF;
	padding:5px 0;
	float:left;
	width:100%;
}
.select-options h3 {
	margin:0 0 0 5px !important;
	padding: 0 !important;
	float:left;
	color:#FFF;
}
.select-options a,
.select-options form {
	float:right;
	display:block;
	margin:0 5px 0 0;
}
.select-options form {
	clear: right;
	width: 290px;
	text-align: right;
}
.select-options select {
	margin-right:5px;
}
.displaydata {
	clear: left;
	margin-top: 0px;
	padding:0px 10px 10px 10px;
}

#compare,
#home {
	clear:both;
	margin-bottom:20px;
	border:1px solid green;
	min-height:1%;
}
#compare.area,
#home {
	border:1px solid #002868;
}
#compare.scenario {
	border:1px solid #00829B;
}
#compare.districts {
	border:1px solid #75a5ab;
}
#compare.scenario .select-options {
	background:#00829B;
}
#compare.districts .select-options {
	background:#75a5ab;
}

/* From p4c_advanced */
.compare_label {
	font-size: 8pt;
}
#compare form div {
	padding-bottom: 5px;
}
#compare form select {
	width: 190px;
	margin-left: 6px;
}


#compare form.no_display {
	display: none;
}

#compare p {
	padding-left: 10px;
	padding-right: 10px;
}

.scenario_info_link {
	text-align: center;
}
.scenario_info_link a {
	color: #0A1F62;
}


/* Per-page styles */
.methodology-content {
	line-height: 1.5em;
}
#main-content ul,
.methodology-content ul,
.faq-content ul {
	list-style-type: disc !important;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

/* But NOT for content-nav */
#main-content ul#content-nav {
	list-style-type: none !important;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

.login-content .login-intro {
	font-size: 100%;
	margin-bottom: 15px;
}

.login-content #login h3 {
	width: 100%;
}
.login-content #login p {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 4px;
}
.login-content #login label {
	float: left;
	width: 120px;
	margin-left: 100px;
	font-size: 10pt;
	font-weight: normal;
	/* border: 1px solid red; */
}
.login-content #login input {
	float: left;
	font-size: 10pt;
	width: 200px;
	height: 20px;
}
.login-content #login input#UC_submit,
.login-content #login input#group_submit {
	margin-left: 220px;
}

.login-content p.forgotten-password {
	clear: left;
}

/* Front page login */
.homepage-login {
	padding-left: 6px;
}
.homepage-login input {
	height: 17px;
}
.homepage-login input#UC_submit {
	float: left;
	height: auto;
	margin-left: 100px;
	padding: 2px 10px;
}
.homepage-login .forgotten-password {
	clear: both;
	float: right;
	margin-right: 14px;
	font-size: 90%;
}

.using-content h2,
.using-content h3 {
	margin-top: 20px;
}
.infotable table {
	margin: 16px 0;
}
.infotable table tr td {
	padding: 6px;
	width: auto;
}
.infotable table tr td:first-child {
	width: 30%;
}

.infotable table li {
	list-style-type: disc;
	margin-left: 4px;
	padding-left: 0px;
}

.infotable table li li {
	list-style-type: circle;
}

.footnote_link {
	font-size: 8pt;
	padding-left: 4px;
}


/**********************
 **    User lists    **
 **********************/

ul.users {
	width:550px;
	list-style:none;
	margin-left:0;
	margin-bottom:2em;
}
ul.users li {
	border:1px solid #EEE;
	position:relative;
	margin-bottom:0.6em;
	list-style-type: none;
}

ul.users li a {
	color: #000;
}

ul.users li strong,
ul.users li a,
ul.users li em {
	padding:3px 6px;
	display:block;
}
ul.users li strong {
	background:#DDD;
	font-weight:normal;
}
ul.users li strong a {
	padding:0;
	display:inline;
}
ul.users li a.user-email {
	display:inline;
	padding-left:2em;
	font-style:italic;
}
ul.users li a.uc-delete {
	position:absolute;
	top:0;
	right:0;
}
/*
ul.users li.group-editor {
	border-color:#AAA;
}	
ul.users li.group-editor strong {
	background:#AAA;
}
*/
ul.users li.group-editor {
	background-image: url('/images/system-users.png');
	background-repeat: no-repeat;
	background-position: 99% 96%;
}

.group-view-link {
	color: #000;
}

.group-edit-link {
	font-size: 10pt;
}

/**********************
 **  End User lists  **
 **********************/

/**********************
 **    Edit User     **
 **********************/

.edit-user-content form {
	margin-top: 20px !important;
}

.edit-user-content h3 {
	float: left;
	clear: left;
	margin-top: 15px;
}

.edit-user-content p {
	margin-bottom: 0;
}

.edit-user-content label {
	font-size: 9pt !important;
	font-weight: normal !important;
}

.edit-user-content li {
	clear: left;
	list-style-type: none;
}
.edit-user-content li input {
	width: auto !important;
	margin-left: 90px;
}
.edit-user-content li label {
	margin-left: 10px !important;
}

.edit-user-content #UC_submit {
	margin-top: 20px;
}

/**********************
 **  End Edit User   **
 **********************/

/**********************
 **  Edit Groups     **
 **********************/

/*
.edit-group-content label {
	float:left;
	display:block;
	width:90px;
	text-align:right;
}
*/

.edit-group-content input#is_client {
	width: auto;
}

div.scroll {
	height:200px;
	overflow:auto;
	border:1px solid #CCC;
	width:600px;
	margin-bottom:2em;
}
div.scroll ul {
	margin: 10px;
	margin-left:0 !important;
}
div.scroll li {
	list-style-type: none;
	clear:left;
}

span.col1,
span.col2 {
	display:block;
	width:5em;
	text-align:center;
	float:left;
}
span.col2 {
	margin-right:15px;
}
p.scrollheader {
	margin-left:11px;
	margin-bottom:2px;
}




/****[ CARE PACKAGES ]***********************/
#care-package {
	border:0px solid #002868;
	padding-bottom:2em;
	margin:0 0 2em;
	clear:left;
	float:left;
	width:100%;
}
#care-package h3 {
	background-color:#002868;
	color:#FFF;
	margin:0;
	padding:5px;
}
#care-package p {
	padding:0 5px;
	margin:1em 0;
}
#care-package .displaydata {
	margin:2em 20px 0;
	border:1px solid #00829B;
	padding:0 0 2em 0;
}
#care-package .displaydata h3 {
	margin:0 0 2em 0;
	padding:5px;
	color:#FFF;
	background-color:#00829B;
}
#care-package .displaydata table {
	margin:0 2em;
	clear:none;
	width:auto;
	border-spacing: 0;
}
#care-package .displaydata th {
	vertical-align:top;
}

#care-package .displaydata td {
	width: 100px;
	white-space:nowrap;
	border-bottom: 0;
	padding-right: 10px;
	padding-left: 40px;
	border-left: 1px solid #fff;
}
#care-package .displaydata td.rowHeader {
	padding-left: 10px;
	width: 200px !important;
}

#care_package_name {
	width:25em;
}
#care_package_description {
	width:25em;
	height:10em;
}

#care-package .displaydata .top_row th,
#care-package .displaydata .top_row td {
	background-color: #ddd;
	font-weight: bold;
	color: #000;
	padding: 4px 20px;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left: 1px solid #fff;
}

#care-package table label {
	display:inline;
	margin:0;
	float:none;
	white-space:nowrap;
}
#care-package h3 input {
	font-size: 1em;
	width:98.5%;
	padding:0.5%;
	border:1px solid #002868;
}
#care-package textarea {
	width:98.5%;
	height:5em;
	padding:0.5%;
}
/*p#set-status {
	margin-left:20px;
	margin-right:20px;
	background:red;
	padding:5px;
}*/
p#set-status {
	padding-left:25px;
	font-weight:bold;
}
#set-status label {
	float:none;
	display:inline;
}
#care-package #care_package_desc {
	padding:0 20px;
}
#care-hours td.label,
#care-packages label,
#care-packages span.label {
	text-align:right;
	width:180px;
}
/*
#care-hours td.label {
	width:170px;
}
*/
option.live-care-package {
	color:#009900;
}
#care-costs p {
	clear:left;
}
#care-package-admin {
	margin:0;
	padding:0;
	border-top:1px solid #FFF;
}
#care-package-admin form {
	margin:0;
	padding:0;
	width:100%;
	position:relative;
}
#care-package-admin select {
	position:absolute;
	top:2.5em;
	right:5px;
}
#care-package-tabs {
	list-style:none;
	float:left;
	margin:0 !important;
	padding:0;
}
#care-packages form {
	margin:0;
}
#care-package-tabs li {
	float:left;
	padding:0 20px 0 0;
	margin:0 1px 0 0;
	background:#00829B url(./images/content-tab-right.jpg) no-repeat top right;
	color:#FFF;
	list-style-type: none;
}
#care-package-tabs li a,
#care-package-tabs li span {
	margin:0;
	float:left;
	display:block;
	line-height:2.2em;
	padding:0 0 0 20px;
	color:#FFF;
	background:url(./images/content-tab-left.jpg) no-repeat top left;
}
#care-package-tabs li.current {
	background-image:url(./images/tab-right.jpg);
}
#care-package-tabs li.current a {
	background-image:url(./images/tab-left.jpg);
}

#set-status #care_package_status {
	margin-right: 6px;
}
#set-status label {
	margin-right: 10px;
	vertical-align: 1%;
}

.errorFB {
	color: red;
}

.pc_change {
	float: left;
	margin-top: 10px;
	font-style: italic;
}