/*
	THERAPISTS IN MS AUDIT TOOL CSS
	CREATED: 30.07.08
	MODIFIED: 29.04.09
	AUTHOR: ANDY FIELD
*/

/*
	COLOURS
	PURPLE:#56146e
	ORANGE:#ea521e
	GREY:#4b4b4b;
	BACKGROUND LILAC:#e2d8e7
	FOOTER LILAC:#fcfafc
	FOOTER LINE:#f6f2f7
*/

/* RESET
******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a img,:link img,:visited img {
	border:none;
}

:link,:visited {
	text-decoration:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address,abbr,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	border:none;
}

ol,ul,dl {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:100%;
	font-weight:normal;
	line-height:100%;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* BASE
******************************************/

html>body {
	font-size:12px;
}

body {
	background:#e2d8e7;
	color:#111;
	font:75%/100% "Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	text-align:center;
}

input,select,textarea {
	color:#111;
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:100%;
	line-height:100%;
	padding:.3em;
	vertical-align:middle;
}

#skip {
	height:0;
	margin:0;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
	width:0;
}

a:link,
a:visited {
	color:#56146e;
	text-decoration:none;
}

a:hover,
a:active {
	color:#56146e;
	text-decoration:underline;
}

/* .clearme {
	clear:both;
	height:0;
} */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

strong,
strong em {
	font-weight:bold; 
}

em {
	font-style:italic; 
}

hr {
	/* background:#f6f2f7; */
	background:#e2d8e7;
	border:0;
	color:#e2d8e7;
	height:1px;
	margin: 0 0 .75em 0;
}

/* TYPOGRAPHY
******************************************/

p,dl,ol,ul,td,th {
	font-size:1em;
	line-height:1.5em;
}

p {
	margin:0 0 .75em 0;
}

dl {
	margin:0 0 1.5em 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}

li {
	padding:.5em 0;
}

h1 {
	color:#fff;
	font-size: 1.833333em;
	font-weight:bold;
	line-height: 0.818182em;
	margin:0;
}

h2 {
	color:#56146e;
	font-size: 1.833333em;
	font-weight:bold;
	line-height: 0.818182em;
	margin:0 0 0.6em 0;
}

h3 {
	font-size: 1.25em;
	font-weight:bold;
	line-height: 1.2em;
	margin:0 0 0.75em 0;
}

h4 {
	color:#56146e;
	/* font-size: 1.083333em;
	line-height: 1.384615em;
	margin:1.384615em 0 0 0; */
	font-size: 1.166667em;
	line-height: 1.285714em;
	margin:1.285714em 0 0 0;
}

h4 span {
	color:#111;
	font-size: 0.857143em;
	font-weight:normal;
	line-height: 1.5em;
}

p.eline,
p.eline strong {
	font-style:italic;
}

/* p.eline {
	border-bottom:1px solid #e2d8e7;
	margin:0 0 1.5em 0;
	padding:0 0 1.5em 0;
} */

/* DECORATION
******************************************/

#home-top {

}

#home-base {
	border-top:1px solid #e2d8e7;
	margin:0.75em 0 0 0;
	padding:1.5em 0 0 0;
}

.reg-item {
	margin:4.5em 0 3em 0;
}

.reg-item h3 {
	border-bottom:1px solid #e2d8e7;
	margin:0 0 0.5em 0;
	padding:0 0 0.75em 0;
}

p.lineend {
	margin:0 0 1.5em 0;
}

p.note {
	color:#666;
}

ul#progress {
	margin:0 0 1.5em 0;
}

ul#progress li {
	background:#e2d8e7;
	color:#56146e;
	display:block;
	float:left;
	line-height:100%;
	padding:0.5em;
}

ul#progress li.complete {
	background:#ea521e;
	color:#fff;
}

ul#progress li.active {
	background:#56146e;
	color:#fff;
	font-weight:bold;
}

li.yes {
	background:green;
}

li.no {
	background:red;
}

#header h1 {
	display:none;
}

p.message {
	margin:1.5em 0;
}

p.message span {
	background:#fff8c8;
	border:1px solid #ffee96;
	padding:0.5em;
}

h3.score {
	color:#555;
	margin:0;
}

h3.score span {
	color:#ea521e;
	display:block;
	font-size: 3em;
	line-height: 1.2em;
	margin:0;
}

.chartwrapper {
	border-bottom:1px solid #e2d8e7;
	margin:1.5em auto;
	text-align:center;
	width:900px;
}

img.chart {
	margin:0 0 1.5em 0;
}

.colrhs h3 {
	margin:0 0 0.25em 0;
}

dd {
	border-bottom:1px solid #e2d8e7;
	padding:0.5em 0;
}

/* FOOTER
******************************************/

#footer p {
	font-size: 0.916667em;
	line-height: 1.636364em;
	margin:0;
}

/* FORM CONTROLS
******************************************/

fieldset {
	border:1px solid #e2d8e7;
	height:1%;
	/* margin:0 0 1.5em 0; */
	padding:1em;
	width:auto;
}

fieldset#controls {
	border:none;
	margin:1.5em 0 0 0;
	padding:0;
}

fieldset.reg {
	margin:0 0 1.5em 0;
}

#wrhs fieldset,
.wrhs-home fieldset {
	/* padding-top:0;
	padding-bottom:0.5em; */
	border:none;
	border-top:1px solid #e2d8e7;
	padding:0;
}

fieldset ol,
fieldset p {
	margin:0;
}

li.retrieve {
	padding-top:0;
}

legend {
	color:#000;
	font-size: 1.25em;
	font-weight:bold;
	line-height: 1.2em;
	margin:0;
}

label,
.nolabel {
	display:block;
	/* float:left; */
	font-weight:bold;
	padding:.2em 1em .2em 0;
	/* width:26em; */
}

.nolabelalt {
	font-weight:normal;
}

label.chk {
	float:none;
	font-weight:normal;
	padding:.2em 0;
	width:auto;
}

label.rad {
	float:left;
	font-weight:normal;
	margin:0 1em 0 0;
	padding:.2em 0;
	width:auto;
}

label span,
.nolabel span {
	display:block;
	font-weight:normal;
}

span.req,
label span.req {
	color:#d30;
	display:inline;
	font-weight:bold;
}

input.long,
textarea.long {
	width:24em;
}

input.short {
	width:10em;
}

.frmblock {
	float:left;
}

.fb01,
.fb02,
.fb03 {
	float:left;
	width:280px;
}

.fb01,
.fb02 {
	margin:0 1em 0 0;
}

span.charsRemaining {
	color:#b00;
	display:block;
}

input.btn {
	padding:0;
}

label.error {
	color:#d30;
	font-weight:normal;
}

input.error,
select.error {
	/* border:2px solid #d30; */
}

#reg_team label.error,
#reg_referrals label.error,
#reg_outcomes label.error,
#reg_people label.error {
	display: none;
}

/* TABLE CONTROLS
******************************************/

table {
	margin:0 0 1.5em 0; 
	width:100%;
}

th,td {
	padding:7px 6px;
	vertical-align:top;
}

thead th {
	background:#56146e;
	color:#fff;
	font-size: 1.083333em;
	font-weight:bold;
}

tbody th {
	background:#f6f2f7;
	border-bottom:1px solid #e2d8e7;
	color:#56146e;
	/* font-size: 1.25em; */
	font-weight:bold;
}

tbody td {
	border-bottom:1px solid #e2d8e7;
}

td.stripe {
	background:#f6f2f7;
	border-left:1px solid #fff;
	/* font-size: 1.25em; */
	font-weight:bold;
}

td.end {
	background:#fbf7fc;
	border-left:1px solid #fff;
	color:#56146e;
	/* font-size: 1.25em; */
	/* font-size: 1.25em; */
	font-weight:bold;
	width:240px;
}

td.total {
	color:#444;
	/* font-size: 1.25em; */
	font-weight:normal;
}

#answers td.end {
	font-size:1em;
	font-weight:normal;
}

th.noline,
td.noline {
	border:none;
}

td.q {
	font-weight:bold;
}

td.sub {
	color:#56146e;
	font-style:italic;
	font-weight:bold;
}

td.it {
	/* font-style:italic; */
}

/* LAYOUT
******************************************/

#header,
#content,
#footer {
	margin:0 auto;
	text-align:left;
	padding:20px;
	width:900px;
}

#header {
	background:#56146e url(assets/header.png) 0 0 no-repeat;
	height:150px;
	padding:0;
	width:940px;
}

#nav {
	/* background:#fcfafc; */
	background:#fff;
	border-bottom:1px solid #f6f2f7;
	margin:0 auto;
	padding:10px 20px;
	width:900px;
}

#content {
	background:#fff url(assets/background.png) 0 0 no-repeat;
}

.collhs {
	float:left;
	margin:0 4em 0 0;
	padding:1em 0;
	width:20em;
}

.colrhs {
	float:left;
	padding:1em 0;
	width:20em;
}

#wlhs,
.wlhs-home,
.wlhs-home {
	float:left;
	width:600px;
}

#wrhs,
.wrhs-home,
.wrhs-home {
	float:right;
	padding-top:3em;
	width:260px;
}

.wrhs-home,
.wrhs-home {
	padding:0;
}

#footer {
	background:#fcfafc;
	border-top:1px solid #f6f2f7;
}

/* BUTTONS
******************************************/

a.registerbtn {
	background:#fff url(assets/registerbtn.png) 0 0 no-repeat;
	display:block;
	height:29px;
	overflow:hidden;
	text-indent:-3000em;
	width:100px;
}

a.startbtn {
	background:#fff url(assets/startbtn.png) 0 0 no-repeat;
	display:block;
	height:29px;
	overflow:hidden;
	text-indent:-3000em;
	width:100px;
}

a.logout {
	background:#fff url(assets/logoutbtn.png) 0 0 no-repeat;
	display:block;
	height:29px;
	overflow:hidden;
	text-indent:-3000em;
	width:100px;
}

a.home {
	background:#fff url(assets/homebtn.png) 0 0 no-repeat;
	display:block;
	height:29px;
	overflow:hidden;
	text-indent:-3000em;
	width:100px;
}

a.profile {
	background:#fff url(assets/profilebtn.png) 0 0 no-repeat;
	display:block;
	height:29px;
	overflow:hidden;
	text-indent:-3000em;
	width:100px;
}

a.faq {
	background:#fff url(assets/faqbtn.png) 0 0 no-repeat;
	display:block;
	height:29px;
	overflow:hidden;
	text-indent:-3000em;
	width:100px;
}

a.print {
	background:#fff url(assets/printbtn.png) 0 0 no-repeat;
	display:block;
	height:29px;
	overflow:hidden;
	text-indent:-3000em;
	width:100px;
}

a.resultsbtn {
	background:#fff url(assets/resultsbtn.png) 0 0 no-repeat;
	display:block;
	height:29px;
	overflow:hidden;
	text-indent:-3000em;
	width:106px;
}

a.returnbtn {
	background:#fff url(assets/returnbtn.png) 0 0 no-repeat;
	display:block;
	float:left;
	height:29px;
	margin:0 .5em 0 0;
	overflow:hidden;
	text-indent:-3000em;
	width:100px;
}

ul#navbar {
	float:right;
	height:29px;
	margin:0;
	width:210px;
}

ul#navbar-alt {
	float:right;
	height:29px;
	margin:0;
	width:320px;
}

ul#navbar li,
ul#navbar-alt li {
	display:block;
	float:left;
	height:29px;
	padding:0;
	width:100px;
}

ul#navbar li a,
ul#navbar-alt li a {
	height:29px;
	width:100px;
}

ul#navbar li.space,
ul#navbar-alt li.space {
	margin:0 0 0 10px;
}

/* RESULT TABS
******************************************/

.ui-tabs .ui-tabs-hide {
     display: none;
}

ul#mytabs {
	border-bottom:1px solid #e2d8e7;
	display:block;
	float:left;
	margin:1.5em 0 3em 0;
	width:900px;
}

ul#mytabs li {
	display:block;
	float:left;	
	margin:0;
	padding:0;
}

ul#mytabs li a {
	background:#e2d8e7;
	border-top:1px solid #f6f2f7;
	display:block;
	float:left;	
	font-weight:bold;
	padding:0.75em 1.5em;
}

ul#mytabs li a:hover {
	background:#ea521e;
	color:#fff;
}

ul#mytabs li.ui-tabs-selected a {
	background:#56146e;
	color:#fff;
}


/* DEVELOPER NOTES
******************************************/

#notes {
	background:#fff8c8;
	border:1px solid #ffee96;
	padding:1em;
	margin:0 0 1.5em 0;
	width:60%;
}

#notes h4 {
	font-size:1em;
	font-weight:bold;
	line-height:1.5em;	
}

#notes li {
	padding-bottom:0;
}

#notes {
	display:none;
}
