/* ELEMENTS */

html 
{
	height: 100%;
}
body {
	color:#fff;
	font-size:2em;
	margin:0 0 0 0;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	
	
	width: 100%;
    height:100%;
    background-repeat:no-repeat !important;
    margin:0; padding:0;
    background: #45484d; /* for non-css3 browsers */

}
p {
	margin:0 0 .5em 0;
}
h2 {
	font-weight:bold;
	border-bottom:1px solid #666;
	margin:0 0 .5em 0;
}
/* IPAD 

#iPadContainer {
	background-image:url('themes/base/images/ipadLandscape.png');
	background-repeat:no-repeat;
	position:relative;
	width:1108px;
	height:852px;
	margin:0 auto;
	margin-top:20px;
}
#iPadContent {
	position:absolute;
	top:61px;
	left:41px;
	background:#000;
}
*/
/* CONTAINERS */

#container {
	margin:0 auto;
	/*padding:50px 20px 20px 20px;*/
	width:983px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*height:690px;*/
	/*border:1px solid #333;*/
}
.contentContainer
{
	width:980px;clear:both;
}
.content {
	/*margin-right:280px;*/
	float:left;
	width:700px;
	margin-top:.5em;
	margin-left:.5em;
}
.contentWide {
	margin:.5em;
}
.stopMessageContainer, .validation {
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefcea), color-stop(100%, #f1da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fefcea 0%, #f1da36 100%); /* W3C */
	margin:0 0 1em 0;
	color:#333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
}
.validation {
    margin:0 0 .5em 0;	
}
.stopMessageContainer p ,.validation p {
    margin:0;
    background: url('themes/base/images/stop.png') no-repeat;
    padding: 5px 0 10px 60px;
}
.rightColumn {
	width:230px;
	font-size:.6em;
	z-index:500;
	float:right;
}
/* FORM ITEMS */
.question {
	display:block;
	margin:0 0 .5em 0;
}
textarea {
	width:100%;
	border:1px solid #afafaf;
	height:4em;
	font-size:.8em;
	margin-bottom:1em;
}
.appNav {
	margin:1em 0 0 0;
	clear:both;
}
form {
	font-size:1em;
}
.radioButtonSelection {
	background:#CCC;
	padding:5px;
	font-size:.8em;
	color:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
select {
	font-size:.8em;
	padding:5px;
	border:none;
}
.example {
	font-size:.6em;
	color:#999;
	margin:0 0 .5em 0;
}
.checkboxGroupSideBySide 
{
	background: #EFEFEF; /* old browsers */
	background: -moz-linear-gradient(top, #EFEFEF 0%, #DFDFDF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EFEFEF), color-stop(100%, #DFDFDF)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#DFDFDF', GradientType=0 ); /* ie */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:5px 10px;
	color:#333;
	text-shadow: 0 1px 1px #fff;
	line-height:1.25em;
	border:1px solid #cfcfcf;
}
.checkboxGroupSideBySide input
{
    /*width: 150px;
    float:left;
    text-align:left;*/
}
.checkboxGroupIndent 
{
	background: #EFEFEF; /* old browsers */
	background: -moz-linear-gradient(top, #EFEFEF 0%, #DFDFDF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EFEFEF), color-stop(100%, #DFDFDF)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#DFDFDF', GradientType=0 ); /* ie */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:5px 10px;
	color:#333;
	text-shadow: 0 1px 1px #fff;
	line-height:1.75em;
	border:1px solid #cfcfcf;
	clear:both;
}
.checkboxGroup {
	margin:0 0em .25em 0;
	background: #EFEFEF; /* old browsers */
	background: -moz-linear-gradient(top, #EFEFEF 0%, #DFDFDF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EFEFEF), color-stop(100%, #DFDFDF)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#DFDFDF', GradientType=0 ); /* ie */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:5px 10px;
	color:#333;
	text-shadow: 0 1px 1px #fff;
	line-height:1.25em;
	display:block;
	border:1px solid #cfcfcf;
}
.checkboxGroup input {
	margin:-.15em 0 0 0;
	display:block;
	width:10px;
	height:50px;
	float:left;
}
.rightColumn input {
	width:100%;
}
input {
	font-size:1em;
}
.historySequenceTextarea 
{
    margin-top: 20px;
}
.padRight100
{
    padding-right: 100px;
}
/* TOP NAV */


#homeBar {
	background: #63b6db; /* Old browsers */
	background: -moz-linear-gradient(top, #63b6db 0%, #309dcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63b6db), color-stop(100%, #309dcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #63b6db 0%, #309dcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #63b6db 0%, #309dcf 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #63b6db 0%, #309dcf 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b6db', endColorstr='#309dcf', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #63b6db 0%, #309dcf 100%); /* W3C */
	/*position:absolute;*/
	top:0;
	width:943px;
	padding:5px 20px;
	left:0;
	font-size:.6em;
	height:30px;
	-webkit-box-shadow: 0px 3px 3px 0px #333;
	-moz-box-shadow: 0px 3px 3px 0px #333;
	box-shadow: 0px 3px 3px 0px #333;
	z-index:510;
	text-align:center;
}
#homeBar a {
	margin:0 .5em .5em 0;
	background:#2c90bd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px 10px;
	color:#fff;
	text-shadow: 0 1px 1px #333;
	box-shadow: 0 1px 1px 0px #333 inset;
	text-decoration:none;
	float:right;
}
#homeBar a.homeLink, #homeBar a.newPatient {
	float:left;
}
#homeBar h1 {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:none;
	background:url('themes/base/images/logo.png') no-repeat left;
	background-size:30px 30px;
	padding:6px 0;
	width:140px;
	text-align:right;
	font-size: 12pt;
	float:left;
}

#homeBarLeft{float:left;width:310px;}
#homeBarRight{float:right;width:300px;}
#homeBarCenter{margin:0 auto;width:310px;}

/* MODAL */

.modal {
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(37%, #e3eaed), color-stop(100%, #c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* W3C */
	margin:0 0 1em 0;
	color:#333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:0px;
	margin:0 auto;
	/*width:650px;*/
	position:absolute;
	/*left:10px;*/
	top:10px;
	z-index:3000;
}

.ui-dialog-buttonpane
{
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(37%, #e3eaed), color-stop(100%, #c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* W3C */
	margin:0 0 1em 0;
	color:#333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:0px;
	margin:0 auto;
	left:10px;
	top:10px;
	z-index:3000;
}
.modal h2 {
	border-bottom:1px solid #ccc;
	margin:0 0 .5em 0;
}
.modalBody {
	opacity:.4;
	z-index:2000;
}
/* WARNINGS */

.warning {
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefcea), color-stop(100%, #f1da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fefcea 0%, #f1da36 100%); /* W3C */
}
.stopMessage {
	background-image:url('themes/base/images/stop.png');
	background-repeat:no-repeat;
	padding:20px 20px 20px 60px;
	font-size:.8em;
}
h2.stopMessage {
	font-size:1em;
	padding:10px 10px 10px 60px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin:0 0 .5em 0;
}
/* PATIENT INFO */

.patientInfoContainer {
	background: #fff8bf; /* Old browsers */
	background: -moz-linear-gradient(top, #fff8bf 0%, #f7e685 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff8bf), color-stop(100%, #f7e685)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff8bf 0%, #f7e685 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff8bf 0%, #f7e685 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fff8bf 0%, #f7e685 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8bf', endColorstr='#f7e685', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fff8bf 0%, #f7e685 100%); /* W3C */
	padding:1.7em 10px 10px 10px;
	margin:0 .5em 1em 0;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	color:#333;
	font-family: 'Coming Soon', cursive;
}
.patientInfoContainer h2 {
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 .5em 0;
	border:none;
}
.patientInfo .name {
}
.patientInfo .age {
}
.patientInfo .time {
	font-style:italic;
	margin-bottom:1em;
}

.patientInfo .createdBy {
	margin-bottom:1em;
}
.patientLeft {
	background: #d67e7e; /* Old browsers */
	background: -moz-linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67e7e), color-stop(100%, #bf6d6d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #de9898 0%, #cd6565 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67e7e', endColorstr='#bf6d6d', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* W3C */
	display:block;
	font-weight:bold;
	color:#FFF;
	padding:10px;
	margin:-30px -10px 10px -10px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
}
/* CHECKLIST */

.checklist {
	margin:0 0 1em 1em;
	font-size:.8em;
}
.checklist li {
	margin:0 0em .25em 0;
	background: #EFEFEF; /* old browsers */
	background: -moz-linear-gradient(top, #EFEFEF 0%, #DFDFDF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EFEFEF), color-stop(100%, #DFDFDF)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#DFDFDF', GradientType=0 ); /* ie */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:5px 50px 5px 10px;
	color:#666;
	text-shadow: 0 1px 1px #fff;
	border-color: #CFCFCF #BFBFBF #AFAFAF;
	border-style:solid;
	border-width:1px;
	box-shadow: 0 1px 0 0 #FFFFFF inset;
	line-height:1em;
	width:225px;
	float:left;
	margin-right:25px;
	height:50px;
	position:relative;
}
.checklist li.completed, .completed, #accordion .completed {
	background: #a9db80; /* Old browsers */
	background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9db80), color-stop(100%, #96c56f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c4e6c7 0%, #89ce90 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a9db80 0%, #96c56f 100%); /* W3C */
	color:#333;
}
.checklist li.completed span, #accordion .completed span {
	background-image:url('themes/base/images/completedCheck.png');
	background-repeat:no-repeat;
	background-position:right center;
	display:block;
	width:25px;
	float:right;
	text-indent:-1000em;
	position:absolute;
	top:10px;
	right:10px;
}
.completedBy {
font-size:.8em;
display:block;
color:#666;
font-style:italic;
}
.checklist li.inprocess, .inprocess {
	background: #fff8bf; /* Old browsers */
	background: -moz-linear-gradient(top, #fff8bf 0%, #f7e685 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff8bf), color-stop(100%, #f7e685)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff8bf 0%, #f7e685 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff8bf 0%, #f7e685 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fff8bf 0%, #f7e685 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8bf', endColorstr='#f7e685', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fff8bf 0%, #f7e685 100%); /* W3C */
	color:#333;
}
.checklist li.inprocess span {
	background-image:url('themes/base/images/inProcess.png');
	background-repeat:no-repeat;
	background-position:right center;
	display:block;
	width:25px;
	float:right;
	text-indent:-1000em;
	position:absolute;
	top:10px;
	right:10px;
}
.checklist li.unabletocontain, .unabletocontain {
	background: #d67e7e; /* Old browsers */
	background: -moz-linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67e7e), color-stop(100%, #bf6d6d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #de9898 0%, #cd6565 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67e7e', endColorstr='#bf6d6d', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* W3C */
	color:#333;
}
.checklist li.unabletocontain span {
	background-image:url('themes/base/images/unableToContain.png');
	background-repeat:no-repeat;
	background-position:right center;
	display:block;
	width:25px;
	float:right;
	text-indent:-1000em;
	position:absolute;
	top:10px;
	right:10px;
}
.checklistHeader {
	font-size:.8em;
	border-bottom:1px solid #666;
	margin:0 0 .5em 0;
	clear:both;
}
.queueTable {
	font-size:.6em;
}
.queueTable caption {
	text-align:left;
	font-size:1.5em;
	font-weight:bold;
	margin:0 0 .5em 0;
	padding:0 0 .5em 0;
}
.queueTable th {
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(37%, #e3eaed), color-stop(100%, #c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* W3C */
	padding:5px 10px;
	text-align:left;
	color:#333;
	border-bottom:1px solid #999;
}
.queueTable td {
	padding:5px 10px;
	text-align:left;
	border-bottom:1px solid #666;
}
.activeQueue {
	background: #a9db80; /* Old browsers */
	background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9db80), color-stop(100%, #96c56f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c4e6c7 0%, #89ce90 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a9db80 0%, #96c56f 100%); /* W3C */
	color:#333;
}
.failedQueue {
	background: #d67e7e; /* Old browsers */
	background: -moz-linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67e7e), color-stop(100%, #bf6d6d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #de9898 0%, #cd6565 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67e7e', endColorstr='#bf6d6d', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* W3C */
}
/* BUTTONS */

.button {
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 3px 0px #000;
	-moz-box-shadow: 0px 3px 3px 0px #000;
	box-shadow: 0px 3px 3px 0px #000;
	color: #000;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: .8em;
	font-weight: bold;
	line-height: 1;
	padding: 10px 20px;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
	text-transform:uppercase;
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(37%, #e3eaed), color-stop(100%, #c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* W3C */
	text-decoration: none;
	margin:0 0 1em 0;
}
.button:hover {
	cursor: pointer;
}
.button:active {
}
.primaryActionButton {
	background: #a9db80; /* Old browsers */
	background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9db80), color-stop(100%, #96c56f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #89ce90 0%, #4db659 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a9db80 0%, #96c56f 100%); /* W3C */
	color:#000;
	text-shadow: 0 1px 1px #fff;
}
.secondaryActionButton {
	background: #d67e7e; /* Old browsers */
	background: -moz-linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67e7e), color-stop(100%, #bf6d6d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #de9898 0%, #cd6565 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67e7e', endColorstr='#bf6d6d', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d67e7e 0%, #bf6d6d 100%); /* W3C */
}
.newEventButton {
	float:right;
	font-size:.5em;
	margin-bottom:1em;
	margin-top:-2.3em;
	margin-right:20px;
}
/* OTHER ELEMENTS */

.studyID {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2em;
}
.numberPad {
	width:300px;
	
	margin:1em 0 0 0;
}
.numberPad input {
	width:80px;
	height:50px;
	margin:0 0 .5em 0;
}
.numberPad .monthsButton {
	width:125px;
	padding:0;
	
}
.accordionWrapper {
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top, #e2e2e2 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e2e2e2 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e2e2e2 0%,#cccccc 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #e2e2e2 0%,#cccccc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #e2e2e2 0%,#cccccc 100%); /* W3C */

padding:.5em;
	-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}

.accordionWrapper h2 {
color:#333;	
}

#accordion h3 {
	background: #666; /* Old browsers */
	background: -moz-linear-gradient(top, #666 0%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%, #333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666 0%, #333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666 0%, #333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #666 0%, #333 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#333', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #666 0%, #333 100%); /* W3C */
	padding:10px 10px;
	margin:0 0 5px 0;
	position:relative;
	-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;

}
#accordion h3 a {
	color:#fff;
	text-decoration:none;
	display:block;
}
#accordion h3.completed a {
	color:#333;
}
#accordion div {
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* W3C */
	padding:.5em;
margin-bottom:.25em;
margin-top:-.25em;
border:1px solid #BFBFBF;

color:#333;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
#accordion h3.ui-state-active {
	
}
#accordion h3.ui-state-active a {
	/*color:#fff;*/
}
#accordion li.ui-state-active {
	background: #63b6db; /* Old browsers */
	background: -moz-linear-gradient(top, #63b6db 0%, #309dcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63b6db), color-stop(100%, #309dcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #63b6db 0%, #309dcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #63b6db 0%, #309dcf 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #63b6db 0%, #309dcf 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b6db', endColorstr='#309dcf', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #63b6db 0%, #309dcf 100%); /* W3C */
	color:#fff;
}
#accordion li.ui-state-active a {
	color:#fff;
}
.webtree .questionWrapper {
	width:350px;
	font-size:.7em;
	background: #666; /* Old browsers */
	background: -moz-linear-gradient(top, #666 0%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%, #333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666 0%, #333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666 0%, #333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #666 0%, #333 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#333', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #666 0%, #333 100%); /* W3C */
	position:relative;
	margin:0 auto;
	padding:10px 10px 70px 10px;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:.5em;
}
.disabledOption 
{
	opacity : 0.2;filter: alpha(opacity=20);
}
.webtree .button {
	width:30px;
	text-align:center;
}
.webtree .yesButton {
	float:left;
	margin:0 0 1em 0;
}
.webtree .noButton {
	float:right;
	margin:0 0 1em 0;
}
.twoColumnLeft {
	float:left;
	width:325px;
}
.twoColumnLeft .questionWrapper, .twoColumnRight .questionWrapper {
	width:325px;
	clear:both;
}
.twoColumnRight {
	float:right;
	width:325px;
}
.accordionWrapper .twoColumnLeft,
.accordionWrapper .twoColumnRight,
.accordionWrapper .twoColumnLeft .questionWrapper,
.accordionWrapper .twoColumnRight .questionWrapper {
    width:275px;
}
.accordionWrapper .twoColumnRight {
    margin-right: 25px;
}
.sideBySide {
float:left;
margin-right:.5em;
}
.buttonRight {
float:right;
}
hr {
clear:both;	
background:none;
border:none;
}
.levelTwo {
margin-left:1em;	
}

.levelThree {
margin-left:2em;	
}

.checklist li.completed, .completed, #accordion .completed {
	background: #a9db80; /* Old browsers */
	background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9db80), color-stop(100%, #96c56f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c4e6c7 0%, #89ce90 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a9db80 0%, #96c56f 100%); /* W3C */
	color:#333;
}

.lowSuspicion, .highSuspicion {
clear:both;	
}

.lowSuspicion p{
background: #a9db80; /* Old browsers */
	background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9db80), color-stop(100%, #96c56f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c4e6c7 0%, #89ce90 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a9db80 0%, #96c56f 100%); /* W3C */
	color:#333;
	padding:10px;
	margin:0;
}


.highSuspicion p{
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefcea), color-stop(100%, #f1da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fefcea 0%, #f1da36 100%); /* W3C */
	color:#333;
	padding:10px;
	margin:0;
}

/**********************************************************************/
/* Changes made to CSS after received from designer                   */
/**********************************************************************/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.login
{
    width: 50%;
    margin: 0px auto;    
}

.loginError
{
    width:50%;
    margin: 0px auto;
    color: #f00;
    font-size: 14pt;    
}

.bruiseDetail
{
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 3px 0px #000;
	-moz-box-shadow: 0px 3px 3px 0px #000;
	box-shadow: 0px 3px 3px 0px #000;
	color: #000;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: .5em;
	font-weight: bold;
	line-height: 1;
	padding: 10px 20px;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
	text-transform:uppercase;	
	text-decoration: none;
	margin:0 0 .5em 0;
	overflow:auto;
}

.bruiseDetailStandardBackground
{
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(37%, #e3eaed), color-stop(100%, #c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* W3C */
}

.bruiseDetailLabel
{
	float:left;width:205px;margin-right:0px;
}

.bruiseDetailLabel a:visited, .bruiseDetailLabel a, .bruiseDetailLabel a:hover
{
	color:#000000;
	text-decoration:none;
}

.bruiseDelete
{
	float:right;margin-bottom:0px;
}


.evaluation div {
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* W3C */
	padding:.5em;
margin-bottom:.25em;
margin-top:-.25em;
border:1px solid #BFBFBF;

color:#333;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.evaluation h3 {
	background: #666; /* Old browsers */
	background: -moz-linear-gradient(top, #666 0%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%, #333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666 0%, #333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666 0%, #333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #666 0%, #333 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#333', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #666 0%, #333 100%); /* W3C */
	padding:10px 10px;
	margin:0 0 5px 0;
	position:relative;
	-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;

}
.evaluation h3.completed {
	background: #a9db80; /* Old browsers */
	background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9db80), color-stop(100%, #96c56f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c4e6c7 0%, #89ce90 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* IE10+ */

}

.evaluation select {
	border:1px solid #AFAFAF;
}

.imagingEvaluationDetail 
{
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 3px 0px #000;
	-moz-box-shadow: 0px 3px 3px 0px #000;
	box-shadow: 0px 3px 3px 0px #000;
	color: #000;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: .5em;
	font-weight: bold;
	line-height: 1;
	padding: 10px 20px;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
	text-transform:uppercase;	
	text-decoration: none;
	margin:0 0 .5em 0;
	overflow:auto;
}

.imagingEvaluationLink
{
	color:Black;
}
.imagingEvaluationLink:visited
{
	color:Black;
}

.RedOpaque { background:rgba(255, 0, 0, 0.1)!important }
.RedFull { background:rgba(255, 0, 0, 1)!important  }
.GreenOpaque { background:rgba(0, 255, 0, 0.1)!important }
.GreenFull { background:rgba(0, 255, 0, 1)!important  }
.YellowOpaque { background:rgba(255, 255, 0, 0.1)!important }
.YellowFull { background:rgba(255, 255, 0, 1)!important  }
.GreyOpaque { background:rgba(190, 190, 190, 0.1)!important }
.GreyFull { background:rgba(190, 190, 190, 1) !important  }

.expertPanel h3
{
    color: #333;
    text-decoration: underline;
    margin: 0.5em 0 0.5em 0;
}

.expertPanelReviewItem
{
    color: #333;
    font-size: 0.6em;
}

.expertPanelReviewItem td
{
    padding: 3px;
}

.expertPanelReviewItem .patientPhoto
{
    /*margin-left: -14px;*/
}

.expertPanelReviewItem .group
{
    margin: 5px;
    background: white;
    border: 1px solid #BFBFBF;
    padding: 3px;
}

.readOnly
{
	background-color:#F0F0F0;
}

.injury-plausibility-table {
    font-size: 14px;
}

.injury-plausibility-table th {
    text-align: left;
}

.injury-plausibility-table th {
    text-align: left;
    border: 1px solid gray;
    height: 25px;
    color: black;
    padding: 3px;
}

.injury-plausibility-table td {
    text-align: left;
    border: 1px solid gray;
    color: black;
    padding: 3px;
}