/* CSS Document */
@import "jtip.css";
@import "idx-buttons.css";
@import "idx-workflow.css";

/*** CSS COLOR LIBRARY 
#767365; Dark Brown
#C4B9AB; Medium Brown
#F4F0EC; Light Brown
#F0EEDF; Lightest Brown

#BA2234; Bright Red
#FF9900; Bright Orange
#FF6600; Dark Orange
***/

/*** CSS FONT STACK
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; 
***/

/*** PAGE ID INDEX
#PgLogin
#PgDashboard
#PgPatient
#pg -- Services
***/

/*** jQuery UI overrides ****/
.ui-dialog a.btnSave {
	color: white;
	text-decoration: none;
	float: none;
	margin: 8px 0;
}
.ui-dialog .frmbuttons {
	text-align: center;
	margin: 0;
}

.divMessage {
	position: absolute;
	width: 760px;
	z-index: 10;
}
.ui-dialog-content {
	text-align: left;
}
.debug {
	font-size: 8px;
	color: #F0EEDF;
	/*display: none;*/
}


/*** TEMPLATE STYLES ***/
body {
	text-align: center;
	color: #000000;
	background-color: #F0EEDF;
}
h1, h2, h3 {
	margin-left: 20px;
}
a,
a:link,
a:visited {
	text-decoration: none;
	color: #308CC1;
}
a:hover, 
a:active {
	text-decoration: underline;
}
input, 
select, 
textarea {
	font-size: 14px;
}
#Header img, 
#Logo .services, 
#Header address, 
.patientLabel,
.txtClientLon,
.txtClientLat,
.testfield, .txtQPath,
.hide, 
.hiddennext
 {
    display: none;
}
#NoScript {
	display: block;
	width: 700px;
	margin: 10px auto 10px auto;
	border: 3px double #C00;
	background-color: #FFC;
	padding: .3em;
}



#Header {
	margin: 0 auto 10px auto;
	background-color: #BCBDC0;
	background-image: url(../images/idx-background-headerInternal.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 77px;
	text-align: left;
}
#Header h1 {
	margin: 0px;
}


#MainBody {	
	position: relative;
	margin: 10px auto 70px auto;
	padding: 10px 0;
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #C4B9AB;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	/*behavior:url(border-radius.htc);*/
}

#Footer 
{
	clear: both;
	position:relative;
	margin: 0px 0px -20px 0px;
	padding: 0px;
	font-size: 10px;
	top: 50px;
	background: url(../images/idx-background-logoIDEXX.png) no-repeat right center;
	z-index: 0;
}

.linebreak {
	clear:both;
}
.optional {
    color:#78A298;
}
.required {
		color:#BA2234;
}
.clientid {
    font-size:.7em;
    color: #999999;
}
.leftwrap {
    float: left;
    margin: 5px;
    height: 173px;
    width: 173px;
}

/****************** -Site Tools Navigation- ******************/
#SiteTools {
	position: relative;
}
#SiteToolsLinks {
	position: absolute;
	top: -53px;
	right: 34px;
	text-align: right;
}
#SiteToolsLinks ul {
	margin: 0;
	padding: 0px;
	text-align: right;
}
#SiteToolsLinks li {
	margin: 0;
	padding: 0px 3px 0px 9px;
	overflow: hidden;
	display: inline;
	font-size: 11px;
	border-left: 1px solid #FFFFFF;
}
#SiteToolsLinks li a,
#SiteToolsLinks li a:link,
#SiteToolsLinks li a:visited,
#SiteToolsLinks li a:hover,
#SiteToolsLinks li a:active {
	color: #FFFFFF;
	}
#SiteToolsLinks li.home {
	border-left: 0px;
}
#SiteToolsLinks li.changeClient {
	border-right: 1px solid #FFFFFF;
	border-left: 0px;
}

/****************** -Main Navigation- ******************/

#VMSMainNavBar {
	position: relative;
	margin: 0px 0px -35px 0px;
	/* height: 50px; Sets the height of all the Dashboard task container since they're all float & absolute. */	
	overflow: hidden;
	width: 100%;

}
#VMSMainMessage {
	margin: 0;
	padding: 6px 15px 8px 20px;
	color:#FFFFFF;
	font-size: 11px;
	width:425px;
	position: absolute;
	top: 40px;
	left: 35px;
	border: 1px solid #000000;
	/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#78000000, endColorstr=#78000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#78000000, endColorstr=#78000000)";
}
#VMSMainMessage ul 
{
    margin: .2em;
    line-height: 1.3em;
}
#VMSMainMessage p {
	margin-top: .4em;
	margin-bottom: .5em;
	line-height: 1.2em;
}


#VMSMainNav {
	float: right;
	display: inline;
	position: relative;
}
#VMSMainNav .quicklinks
{
	float: right;
	display: inline;
	margin: 0px 40px 5px 0px;
	padding: 6px 15px 8px 20px;
	font-size: 10px;
	color: #767365;
	border: 1px solid #C4B9AB;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*behavior:url(border-radius.htc);*/
}
#VMSMainNav ul {
	margin-top: 0;	
}
#VMSMainNav li {
	position: relative;
	top: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	line-height: 16px;
}
#VMSMainNav li a {
	padding-top: 0px;
	padding-left: 0px;
	overflow: hidden;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #767365;
	white-space: nowrap;
}
#VMSMainNav .quicklinks h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
#VMSMainNav div.new-case {
	float: right;
	clear: right;
	display: inline;
	margin: 12px 50px 10px 25px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	text-align: left;
}


/*-End Main Navigation-*/

#SiteTools input {
	position: absolute;
}
#ctl00_MainToolbar1_ibnHome {
	right: 80px;
	top: 6px;
}
#ctl00_MainToolbar1_ibnLogout {
	right: 50px;
	top: 6px;
}
#ctl00_MainToolbar1_ibnHelp {
	right: 15px;
}



#VMSCaseNavBar h3 {
	display: none;
}
#VMSCaseNavBar .previousquestion, #VMSCaseNavBar .nextquestion {
	position: absolute;
	bottom: 0px;
	color: #E4AF53;
	font-size: 9px;
	font-weight: bold;
}
#VMSCaseNavBar .previousquestion {
	left: 75px;
	background: url(../images/icnvmscasenav-prev.gif) no-repeat 0 6px;
	padding-left: 15px;
}
#VMSCaseNavBar .nextquestion {
	right: 0px;
	background: url(../images/icnvmscasenav-next.gif) no-repeat right 6px;
	padding-right: 15px;
}


/******* Random *******/
.lblProvideInfo
{
    font-size: 9px;
    color: gray;
}
/******************* Fieldset Generals *****************************/

fieldset {
	clear: both;
	margin: 10px 20px 10px 40px;
	padding: 0px 0px 10px 0px;
	border-top: 1px solid #C4B9AB;
}
legend {
	padding: 0px 5px 5px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 25px;
}
fieldset .note {
	font-size: 11px;
	color: #737373;
	line-height: 1.3em;
}
.frmMiscButtons, 
.frmPostButtons, 
.formTotals, 
.reportFooter {
	margin: 10px 30px;
	font-size: 12px;
}
.boxed {
	border: 1px solid #CCC;
	margin-left: 0px;
	margin-top: 1.5em;
	background-image: url(../Images/bcklinepattern.gif);
}
.boxed legend {
	line-height: 1.1em;
	background-color: #FFFFFF;
	margin-left: -1px;
	margin-bottom: 10px;
}
.readonly {
    background-color: #FFF;
	border-color: #FFF;
	border-width: 2px;
	border-style: solid;
}
.testbutton {
    line-height: 10px;
	font-size: 12px;
	/* height: 22px;
	border: 1px solid #CCC;
	background: #FFF url(../images/all-button-icons.gif) no-repeat scroll 1px -1216px;
	padding: 0 0 0 17px; */
	color: #E4AF53;
	font-weight: bold;
	/* cursor: pointer;
	cursor: hand; */
}
.formTotals {
	margin: 10px 0;
}
.frmPostButtons {
	text-align:center;
	clear: both;
}
label {
	font-size: 12px;
}
.loginPanel label {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
.loginPanel .loginValidator {
	display: none;
}
#frmPatient {
	margin: 0 50px;
}
.frmelements {
	margin-left: 20px;
}
.frmbuttons {
	line-height: 1.5em;
	clear: both;
	overflow: hidden;
	height: auto;
	margin: 10px 40px 0;
}
.twoColumnForm .frmbuttons input {
	width: auto;
}
.btnEdit, .btnAdd, .remove {
	background-image: url(../Images/all-button-icons.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
}

.skipquestions,
.nextquestion,
.submit {
    padding-left: 0px;
    padding-right: 20px;
    background-position: right;
}

.remove {
    background-position: 0 -1476px;
    display: inline;
}

.inline {
    display: inline;
}

/******************* -- Two Column Forms in fieldset -- *****************************/
.twoColumnForm .columnLeft, .twoColumnForm .columnRight,.twoColumnForm .columnBoth {
	margin-bottom: 5px;
}
.twoColumnForm .columnBoth {
	clear: both;
	margin-left: 20px;
}
.twoColumnForm .columnRight {
	margin-left: 320px;
}
.twoColumnForm .columnLeft {
	float: left;
	clear: left;
	display: inline;
	margin-left: 20px;
}
.twoColumnForm label {
	display: block;
}
.twoColumnForm input, .twoColumnForm select, .imageDropDownSelected, .imageDropDown {
	width: 240px;
}
.twoColumnForm input.testbutton {
    width: auto;
}
.caseNotes .chkalign label {
	display: inline;
	font-size: 17px;
	color: #6BAD0E;
}
.twoColumnForm .chkalign label {
	display: inline;
}
.contact .chkalign label {
    font-size: 13px;
}
.twoColumnForm .chkalign input {
	width: auto;
	margin-right: 10px;
}
fieldset h1, fieldset h2, fieldset h3, fieldset h4, fieldset h5, fieldset h6 {
	clear: both;
}
.twoColumnForm .extension {
	width: 50px;
}
.twoColumnForm h4, .twoColumnForm h5, .twoColumnForm h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.twoColumnForm h4 {
	color: #7DA4D2;
	font-size: 14px;
	background-position: left bottom;
	background-image: url(../images/bkgTitleGradient.gif);
	background-repeat: no-repeat;
}
.twoColumnForm.contact h4 {
	background-image: url(../images/bkgTitleGradient-white.jpg);
}
.twoColumnForm h5, .twoColumnForm h6 {
	color: #666666;
}
.twoColumnForm .columnBoth textarea {
	width: auto;
}
h3 .note, h4 .note, h5 .note, h6 .note {
	font-weight: normal;
}

fieldset {
    font-size: 12px;
}

/******************* -- VMS Login -- *****************************/

#PgLogin #Header {
	background: url(../images/idx-background-headerLogin.png) no-repeat top left;
	height: 140px;
}
#PgLogin .acctName, #PgLogin .password {
	margin: 6px 6px 6px 3px;
}
#PgLogin .notready {
    font-size: 15px;
    border: 1px solid #9fc45a;
    margin: 40px auto 0 auto;
    width: 345px;
    text-align: center;
}
#PgLogin .notready a {
    font-size: 12px;
}

#PgLogin div#loginMessage {
	float: right;
	width: 400px;
	display: inline;
	margin: 20px 40px 0px 0px;
	padding: 0px;
}
#PgLogin h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #F4F0EC;
}
#PgLogin p {
	margin: 10px 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
#PgLogin li {
	margin: 10px 24px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#PgLogin li.pdfList {
	list-style-image: url(/images/icon-pdf.png);
}

.frmLogin {
	position: relative;
	top: 12px;
	width: 240px;
	margin: 0px auto 0px 40px;
	padding: 0px 0px 20px 0px;
	background-color: #F4F0EC;
	border: 1px solid #C4B9AB;
	font-size: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	/*behavior:url(border-radius.htc);*/
}
.frmLogin table {
	margin: 0 auto;
	padding: 0px;
}
.frmLogin tr, 
.frmLogin tbody {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.loginTitle {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	background-color: #767365;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	/*behavior:url(border-radius.htc);*/
}
.loginLinks {
	text-align: center;
	padding-top: 10px;
}
.loginLinks a {
	font-size: 12px;
}
.loginInstructions {
	font-size: 10px;
	color: #333333;
	padding-top: 15px;
}
.loginInstructions {
	display: none;
}
.chkRemember{
	border-top:1px solid #CFCFCF;
}
legend .note {
	font-weight: normal;
}
.chkRemember {
	padding-top: 15px;
}
.loginError {
	color: #FFFFFF;
	background-color: #990000;
	padding: 0 5px;
	border: 3px solid #6F0000;
}
/******************* -- Forgot Password Page -- *****************************/
.columnBoth .txtAnswer {
    width: 400px;
}
.forgotPassword .fieldError {
    padding: 7px;
    width: 300px;
}

/******************* -- Client Info Page -- *****************************/
#PgClient h2, h3 {
    margin-bottom: 0;
    color: #666666;
}
#PgClient h2 
{
    font-size: 16px;
    margin-left: 40px;
}

#PgClient h3 {
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 0;
    color: #666666;
}

.twoColumnForm .passwordHelp {
    width: 460px;
}
.dlAdditioinalFaxes {
    margin: 0 0 1em 0;
}
/******************* DASHBOARD *******************************************/
#PgDashboard #MainBody, #PgECGWorkflow #MainBody {
	background: url(../images/idx-background-mainbody-branding.png) no-repeat -1px -1px #FFFFFF;
}

#PgDashboard #MainBody h2 {
	margin: 5px 40px 15px 40px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}
.easternTime {
	margin-left: 40px;
}
.easternTime span {
	background-color: #FFFDB9;
	color: #af292e;
	font-size: 12px;
	padding: 5px;
}
/******************* WORKFLOW ********************************************/


legend a {
	font-size: 12px;
	margin-right: 0.5em;
	color: #308CC1;
}

/******************* -- Patient Info area -- *****************************/

h2#H2_1 {
	margin: 5px 40px 15px 40px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}
fieldset.patient {
	padding: 5px 0px 10px 0px;
	border-top: 1px solid #C4B9AB;
}
fieldset.patient legend {
	color: #666666;
}	
legend span {
	margin-left: 0px;
	padding: 3px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
legend a {
	margin-left: 10px;
	padding: 3px 0px 2px 26px;
	background: url(../images/idx-icon-searchPatient.png) no-repeat 6px 50%;
	/* border-left: 1px solid #767365; Eric: border doesn't look good on workflow tables */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
legend span a {
	margin-left: 10px;
}
.patientInfo {
	padding: 0 10px;
	overflow: hidden;
	width: 95%;
}
.patientInfo h4 {
	font-size: 14px;
	margin: 5px 0;
}
.patientInfo .patientdetail {
	float: left;
	margin-right: 15px;
	font-size: 12px;
}
.patientdetail label {
	display: block;
}
.twoColumnForm input.txtWeight {
	width:120px;
}

/******************* -- Select Service area -- *****************************/

fieldset.serviceSelect, 
fieldset.serviceSelect fieldset {
	padding-top:5px;
}
.serviceSelect {
	position: relative;
}
.serviceSelect ul {
	list-style: none;
}
.serviceSelect fieldset {
	border: 0px;
	margin: 0 40px;
	position: relative;
	padding: 0;
}
.sectionInstructions {
	/*display: none;*/
	padding: 5px 20px;
	background-color: #FFFFF0;
	border: 1px solid #F0EEDF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FF6600;
}
.servicesHeader {
	position: relative;
	padding-left: 10px;
	margin: 10px 40px 0px 40px;
	height: 1.8em;
	background-color: #C4B9AB;
	border-top: 1px solid #767365;
	border-bottom: 1px solid #F0EEDF;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}
.serviceSelection ul {
	margin: 0;
}
.serviceSelection li, 
.serviceSelection label {
	font-size: 14px;
}
.serviceSelection li, 
.serviceSelection div {
    border-bottom:1px dotted #F0EEDF;
}
.serviceSelection div {
	margin: 5px 40px;
}
.serviceSelection div div { 
	margin: 5px 0px;
}
.serviceSelection div div div { 
	margin: 5px 20px;
}
.servicesHeader i.returnTime, .servicesHeader b.extraChargeHeader {
	top: 0;
}
.serviceSelect i.returnTime {
	position: absolute;
	right: 236px;
	width: 174px;
	text-align: left;
	font-style: normal;
	display: none;
}
.serviceSelect b.extraChargeHeader  {
	position: absolute;
	left: 475px;
	margin-top:0px;
}

.serviceSelect b.extraCharge  {
	position: absolute;
	left: 475px;
}

.serviceSelect i.returnTime2  {
	position: absolute;
	left: 250px;
}

.priorityOptions
{
	margin-left:200px;
}



/******************* -- History Questions -- *****************************/
.copiedCaseInfo .specialactionconfirm 
{
	padding: 5px 10px;
}
.copiedCaseInfo {
	margin: 5px 10px 0;
}
.previousHistory {
	border: 1px dashed #AAAAAA;
	padding: 0 0 0 0.5em;
}
.previousHistory h2 {
	font-size: 14px;
	margin: 0.3em 0 0;
	color: #48719F;
}
.previousHistory dt {
	font-weight: bold;
	float: left;
	clear: left;
	/*margin-right: .7em;*/
	color: #505050;
}
.previousHistory dl {
	text-align: left;
	font-size: 12px;
	margin: 0;
}
.historyQuestions fieldset {
	border: none;
}
.historyQuestions fieldset.expanded {
	position: relative;
}
fieldset.historyQuestions, 
.historyQuestions fielset {
	padding-top: 5px;
}
.historyQuestionSet legend:link, 
.historyQuestionSet legend:visited {
	text-decoration: none;
}
.historyQuestionSet legend:hover,
.historyQuestionSet legend:active {
	text-decoration: underline;
}
.historyQuestions fieldset {
/* PRE-IDEXX margin: 0 0 0 10px; */
}
.historyQuestions ul {
	margin: 0px;
	list-style-type: none;
}
.historyQuestions .answers {
	color: #999999;
	font-size: 10px;
	font-style: normal;
}
.collapsed .questionCheckbox, 
.collapsed .questionRadioButton {
	display: none;
}
.historyQuestionSet.collapsed fieldset {
	display: none;
}
.historyQuestionsOptions legend {
	color: #D99733;
}
.historyQuestionSet legend {
	color: #2E73BE;
	background: url(../images/icnQuestionSet.gif) no-repeat 0 0;
	height: 25px;
	padding: 2px 2px 2px 20px;
	cursor:pointer;
	cursor:hand;
	font-size: 14px;
}
.historyQuestionSet fieldset {
	margin: 5px 40px 0px 40px;
	padding: 0px;
}
.historyQuestionSet fieldset legend {
	font-size: 14px;
	font-weight: normal;
}
.historyQuestionsOptions legend {
	background: url(../images/icnQuestionOptions.gif) no-repeat 0 center;
}
.expanded .historyQuestionSet legend, 
.historyQuestionsOptions .expanded {
	background-position: 0 -39px;
}
.collapsed.historyQuestionSet legend, 
.historyQuestionsOptions.collapsed {
	background-position: 0 0px;
}
.expanded.historyQuestionSet 
.historyQuestionsOptions legend {
	background-position: 0 3px;
}
.historyQuestions legend.selected  {
	background: no-repeat url(../Images/questionFocusedArw.gif) 5px center;
	padding-right: 20px;
	color: #5995D8;
}
.historyQuestionsOptions input {
	margin-left: 20px;
}
.questionFocused {
	z-index: 100;
	left:410px;
	position:absolute;
	top:0px;
	width:247px;
}
.questionFocused .top {
	height: 25px;
	background-image: url(../Images/questionFocusedTop.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.questionFocused .bottom {
	background-image: url(../Images/questionFocusedBtm.gif);
	height: 23px;
	width: 247px;
	background-repeat: no-repeat;
}
.questionFocused .questionCheckbox, .questionFocused .questionRadioButton {
	padding: 0 0 0 10px;
	background-image: url(../Images/questionFocusedMid.gif);
	background-repeat: repeat-y;
}
.questionFocused.collapsed {
	display:none;
}
.questionFocused label {
	color: #2E73BE;
}
.qAnswered {
    margin-left: 5px;
}
/******************* -- Case Notes -- *****************************/

.caseNotes .columnBoth textarea {
	width: 650px;
	height: 75px;
}

/******************* -- File Upload -- *****************************/

.firstimeuploader {
    color: #CC0000;
}
.filesUploaded li .thumbnail, .faxesAttached li .thumbnail {
	float: left;
	margin-bottom: 5px;
}
.filesUploaded label, .faxesAttached label {
	display: block;
	font-size: 10px;
	color: #999999;
	line-height: normal;
	cursor:text;
}
.filesUploaded .thumbnailDetails, .faxesAttached .thumbnailDetails {
	/*position: relative;*/
	height: 72px;
	width: 580px;
	float: left;
}
.thumbnailDetails b.filename, .thumbnailDetails i.filesize {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	line-height: normal;

}
.thumbnailDetails .fileButtons {
	width: 160px;
	border: 1px solid #CCC;
	padding: 1px;
	overflow: hidden;
}
.fileButtons a.btnDeleteImage, .fileButtons a.btnPreviewImage, .fileButtons a.btnDeleteFax, .fileButtons a.btnPreviewFax {
	font-weight: bold;
	font-size: 12px;
	line-height:normal;
	background-position: 0 2px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 18px;
	float: left;
}
.fileButtons a.btnDeleteImage, .fileButtons a.btnDeleteFax {
	color: #CC0000;
	background-image: url(../images/icnBtnDelete.gif);
	margin-right: 10px;
}
.fileButtons a.btnPreviewImage, .fileButtons a.btnPreviewFax {
	color:#66CCFF;
	background-image: url(../images/icnBtnPreview.gif);
}
.filesUploaded ul {
	list-style-type: none;
}
.stepNumber {
	clear: both;
	display: block;
	margin: 5px;
}
.filesUploaded, .faxesAttached {
	background-color: #FFFFFF;
	width: 680px;
}
.fileUploadTool {
	width: 460px;
	float: left;
}
.uploadInstructions {
	width: 200px;
	float: left;
	background-color: #FFFFCC;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #FFCC66;
}
.uploadInstructions h4 {
	background-color:#FFCC66;
	padding: 1px;
	text-align:center;
	margin-top: 0px;
	font-size: 12px;
}
.uploadInstructions ol {
	margin: 1em;
}
.fileUploadTool .frmbuttons {
	margin-top: 30px;
}
.fileInput {
	font-size: 14px;
}

a.search {
	padding: 3px 0px 2px 26px;
	background: url(../images/idx-icon-searchPatient.png) no-repeat 6px 50%;
	/* border-left: 1px solid #767365; Eric: border doesn't look good on workflow tables */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.ddlPatientList {
	font-size: 14px;
	list-style-type: none;
	margin: 0px;
	padding: 4px;
	background-color: #FFFFFF;
	position: relative;
	border: 1px solid #48719F;
	border-width: 1px 4px 4px 1px;
}
.ddlPatientList li {
	padding: 0;
	margin: 0;
	font-size: 12px;
	display: block;
}
.ddlPatientListHighlight {
	background-color: #5995D8;
	color: #FFFFFF;
	display: block;
}
.ddlPatientListItem {
	color: #235988;
}

.caseSummary b.price, .formTotals b.price  {
	width: 100%;
	text-align: right;
	display: block;
}
.requestSummary dd.price {
	text-align: right;
	font-weight: bold;
	color:#000000;
	font-size: 16px;
}
.formTotals b.price  {
	border-top: 1px solid #000;
	font-size: 18px;
	color: #6BAD0E;
}


/* TEXT ON SUMMARY */
.summaryNote {
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.reportFooter {
	margin: 10px 40px;
}

.reopenMessage
{
	color: #FFFFFF;
	background-color: #E6A2A2;
}



.caseSummary h5 {
	font-size: 14px;
	color: #5995D8;
	margin-bottom: 0px;
}
h3.casenumber {
	border-top:3px double #E4AD56;
	color:#48719F;
	margin-left:30px;
	margin-right:30px;
	padding-top:10px;
}
.pageTitle {
	color: #446D9F;
	background-position: 0;
	background-repeat: no-repeat;
	line-height: 53px;
	margin: 0 0 5px 35px;
}
.followup {
}
.secondopinion {
}
h2 .note {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.generalerror, .patientError, .faxError {
	color: #FFFFFF;
	background-color: #E6A2A2;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 10px 0;
}
#NoScriptMessage {
	width: 750px;
	margin: 0 auto;
	border: 5px solid #CC0000;
}
.questionControls {
	padding: 5px;
	clear: both;
	font-size: 12px;

}
.contact {
}
.currenttime {
	display: block;
	margin: 5px 40px 20px 40px;
	padding: 10px 0px 10px 40px;
	background-image: url(../Images/icn_clock.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	color: #005596;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; 
	font-weight: normal;
	font-size: 14px;
}
.currenttime span {
	font-weight: bold;
}
#ImagesVia {
	/*margin-bottom: 20px;*/
}
#IncomingFaxes, .AdditionalImages
{
    text-align: left;
}
.gridtools a
{
    position: absolute;
    right: 20px;
}
.associateNumber a
{
    display: inline;
}
#FaxAssociationsTools .faxSearchTools, #IncomingFaxes.generalcontent
{
    padding: 0;
}

#FaxAssociationsTools Caption 
{
    padding-left: 0;
}

/* SERVICE SELECTION PAGE */
.serviceSelection .subheading {
	margin: 0 auto;
	padding: 3px 0px;
	background-color:#FFFFF0;
	border:1px dashed #F0EEDF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; 
	font-weight: bold;
	text-align: center;
	color: #FF6600;
}


.serviceSelection .subheading2 {
	margin: 0 auto;
	padding: 3px 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; 
	font-weight: bold;
	color: #FF6600;
}


.visibleFalse {
    display: none;
}
.generalcontent {
	padding: 0 40px;
	font-size: 14px;
	overflow: hidden;
	width: 680px;
}
.specialactionconfirm, .ui-widget-content#tabs div.specialactionconfirm {
	color: #69970E;
	margin-bottom: 10px;
	background-color: #FFFFCC;
	padding: 5px 15px;
	font-weight: bold;
	text-align: center;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #69970E;
}
.generalcontent pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.generalcontent .notes {
	margin: 0 20px;
}
.caseSummary .casenotes{
	padding-left: 5px;
}
.casenotes {
	font-size: 14px;
}
#CaseNotes .txtCaseNotes {
	margin-bottom: 30px;
}
.caseSummary {
	margin: 10px 40px;
	padding: 10px 0px;
}
.imageSummary, .faxSummary {
	font-size: 14px;
}
.questionCategory {
	color: #5995D8;
	font-size: 14px;
}
.requestSummary .history, .requestSummary dd {
	font-size: 12px;
	color: #666666;
	position: relative;
	width: 668px;
	line-height: 20px;
}
.requestSummary dd {
	border-bottom: 1px dashed #CCC;
	border-color: #CCC;
}
.caseSummary h4, .requestSummary dt {
	font-weight: bold;
	font-size: 14px;
	color: #48719F;
}
.caseSummary h4 em {
	font-size: 14px;
	color: #990000;
	border-bottom: 1px solid #E4AD56;
	padding: 0 5px;
	border-top: 1px solid #E4AD56;
}

.emulating #SiteTools h2 {
	right: 145px;
	color: #C84400;
}
.uploaderror {
	clear: both;
	margin: 0 30px;
	font-size: 12px;
}
.uploaderror ul {
	margin-left: 1.5em;
	text-align: left;
}
.uploaderror h4 {
	background-color: #FFC4C4;
	color: #B74F4F;
}
.generalcontent dt {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.requestSummary h5, .requestSummary dd {
	color: #48719F;
}
.answers dt, .answers dd {
	margin: 0em;
	padding: 0.2em;
	line-height: 1em;
}
.answers dt {
	font-weight: bold;
}
.answers dl {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4AF53;
	float: left;
	padding: .5em;
	margin-right: .5em;
}
.fieldError {
    border: 1px solid #CC0000;
    background-color: #FFFFD2;
}
.fieldWarn {
	font-style:italic;
    background-color: #FFFFD2;
}
.caseSummary h2 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	color:#666666;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
/*	font-size:18px; SAE */
	font-weight:bold;
	line-height:25px;
}
.vdiconly {
	border: 1px solid #CCCCCC;
	width: 300px;
	float: right;
}
.vdiconly legend {
	font-size: 14px;
	color: #666666;
}
.reviewNotice {
/* PRE-IDEXX  
	padding-left: 35px; */
background-image: url(../Images/icnStar.gif);
	background-position: 10px 15px;
	background-repeat: no-repeat;
	margin-left: 0px;
	padding: 5px 20px 5px 50px;
	background-color: #FFFFF0;
	border: 1px solid #F0EEDF;
	text-align: left;
	color: #FF6600;
}
.actionNotice {
	color: #AB4949;
	font-weight: bold;
	font-size: 14px;
}
#PgSummary .actionNotice {
	margin: 0 30px 10px;
}
#MessageHistory, #MessageEntry {
	/*margin: 0 30px;*/
}
#MessageHistory h4 {

}
.messageBox {
	height: 10em;
	width: 100%;
}
.comment_header {
	font-size: 12px;
	background-color: #FFFFCC;
	padding: 0 2px;
}
#MessageEntry {
    margin-left: 0;
}
.comment {
	border-bottom: 1px solid #CCCCCC;
}
#MessageHistory h4 span {
	font-weight: normal;
}
#MessageHistory h3, #MessageEntry h3 {
	margin-left: 0px;
	font-size: .9em;
	height: 30px;
	line-height: 1.4em;
	color: #999999;
	background-image: url(../Images/metal-icnEnvelope.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 37px;
}
#MessageEntry h3 {
	background-position: 0 -37px;
	margin-bottom: .2em;
}
#MessageHistory .self {
	color: #5E990D;
}
.formattedBodyText {
	font-size: 12px;
	padding: 0 10px;
}
.requestSummary .history b {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
}
/******************* -- Help Tips -- *****************************/
#toolHelp{
	background-color:#FFFFCC;
	border: 2px solid #5995D8;
	padding: 0.5em;
	font-size: 10px;
	width: 200px;
	position:absolute;
	z-index: 1;
	text-align:left;
	font-weight: normal;
}
.toolHelp {
	cursor: help;
	text-indent: -9000px;
	display:inline-block;
	background-image: url(../Images/toolhelp.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 14px;
	width: 14px;
}
.moreHelp {
	display: block;
	text-align: right;
	font-weight: bold;
}
/******************* -- End Help Tips -- *****************************/

#dialogBox {
	width: 400px;
	position: absolute;
	background-color: #FFF;
	border: 10px solid #999;
	z-index: 2;
}	
#dialogBox p {
	font-size: .8em;
}
#dialogBox dl dt, #dialogBox dl dd {
	font-size: .8em;
}
#dialogBox dl dt {
	font-weight: bold;
	font-size: .9em;
}
#dialogBox h1 {
	font-size: .9em;
}
.controlBar {
	text-align: right;
}
.controlBar a {
	color: #FFFFFF;
	margin-right: 5px;
	text-decoration: underline;
}
.figure {
	width: 400px;
	background-color: #CCCCCC;
	padding: 5px;
}
.figure .caption {
	margin: 0px;
}
.successMessage {
	color: #6BAD0E;
	font-weight: bold;
	display: block;
	background-color: #FFF;
	margin: 5px;
	padding: 2px;
	border: 1px solid #6BAD0E;
}
#tabs  table {
	text-align: left;
}
#tabs .options {
	width: 70px;
	text-align: center;
}
#tabs input, #tabs select {
	width: auto;
}
/*--Not sure why this is here, but it's hiding the dashboard grid captions--*/
/*#tabs caption {
	display: none;
}*/

#tabs .contactMethod {
	font-weight: normal;
}

#ChangePassword dt 
{
    font-weight: bold;
    border-bottom: dashed 1px black;
    margin-top: 1.5em;
}
#ChangePassword dd
{
    position: absolute;
    right: 0;
}
#ChangePassword address
{
    position: relative;
    top: -1.5em;
    margin: 0;
}

/*********** ADD NEW DOCTOR *******************/
legend span#ctl00_HolderMain_ucContact1_lblType {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	color:#666666;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
}
.txtClientFax, .txtClientAddlFax 
{
    display: inline-block;
    height: 2em;
    width: 246px;
    background-color:Transparent;
    border: none;
}

.communications .commType input
{
	width: auto;
}
.commType
{
	width: 95px;
	text-align: center;
}

.caseSearchSpinner {
	margin-left: 1em;
	background-image:url(../Images/searching-animation.gif);
	background-repeat:no-repeat;
	background-position:left;
	height: 16px;
	padding-left:20px;
	clear:left;
}
.tipCommType {
	display: block;
	height: 14px;
	width: 15px;
	margin: 0 0 0 5px;
	background-image: url(../Images/all-button-icons.gif);
	background-position: 0px -3px;
	background-repeat: no-repeat;
	text-indent: -9000px;
}
.helpSmartLink {
	height: 14px;
	width: 15px;
	margin: 0 0 0 5px;
	background-image: url(../Images/all-button-icons.gif);
	background-position: 0px -3px;
	background-repeat: no-repeat;
	text-indent: -9000px;
}
.communications label {
	position: relative;
	margin-top: 10px;
}
.communications label a {
	position: absolute;
	right: 5px;
}
.tip {
	font-size: 12px;
	color: #666;
	font-style: italic;
	background-image: url(../Images/all-button-icons.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	background-position: 0 -1581px;
	margin-bottom: 5px;
}
.dashboardError 
{
	clear: both;
	margin: 0 40px;
}.sectionInstructions p {
	margin: .1em;
}
#delinquencyinfo label {
    display: block;
}

.delinquencydetail label {
    display: block;
}

#delinquencydetails label {
	display: inline-block;
}

fieldset .delinquencyinfo {
	display: block;
}

.ui-dialog .frmbuttons .revertChanges {
	padding-right: 15px;
}

.internalCaseNoteDetail 
{
	padding-top: 8px;
	border-bottom: 1px solid #CCC;
}

.internalCaseNoteDetail .empName
{
	padding-right: 8px;
}
.imageDropDownSelected {
	background-image:url(../Images/status_downarrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color: #E4E4E4;
	overflow: hidden;
	border: 1px solid #CCC;
	border-top-color: #999;
	text-align: left;
	cursor: pointer;
}
.imageDropDown 
{
	display: none;
	position: absolute;
	background-image:url(../Images/status_downarrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color: #FFF;
	overflow: auto;
	z-index: 1;
	border: 1px solid #CCC;
	border-top-color: #999;
	text-align: left;
	cursor: pointer;
}
.imageDropDown a, .imageDropDownSelected a {
	display: block;
	padding: 0 2px 0 22px;
	font-size: 12px;
	margin: 0 12px 0 0;
	background-repeat:no-repeat;
	background-position: 2px 50%;
	background-color: #FFF;
	text-decoration: none;
}
.imageDropDown a {
	margin: 0;
}
.imageDropDown a.Reading, .imageDropDownSelected a.Reading {
	background-image:url(../Images/status_reading.gif);
}
.imageDropDown a.Offline, .imageDropDownSelected a.Offline {
	background-image:url(../Images/status_offline.gif);
}
.imageDropDown a.Busy, .imageDropDownSelected a.Busy {
	background-image:url(../Images/status_busy.gif);
}
.imageDropDown a.Available, .imageDropDownSelected a.Available {
	background-image:url(../Images/status_available.gif);
}
.imageDropDown a:hover {
	background-color: #E4E4E4;
}

.delinquent dd, .delinquent dt, .delinquent td {
	color: #CC0000;
}
