/* The blue for the thin line:  #74CFEF 
Light Blue from background: #ACE1F3
Purple Highlight (on): #732B90
Light Purple (off): #8752A1
*/
html{overflow-y:scroll;}
body {
	width: 100%;
  height: 100%;
	margin: 0px;
	padding: 0px;
	background: url("../image/body-bg.png") 0 0 repeat-x;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
}
p, li{
	font-size: 14px;
	line-height: 22px;
}
.underLine {
  text-decoration: underline;
}
#mainWrapper {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}
.bordBot {
  border-bottom: #74CFEF 1px solid;
  position: absolute;
  width: 100%;
  height: 178px;
  top: 0;
  z-index: -1;
}
#header {
  display: inherit;
  position: relative;
  width: 940px;
  height: 120px;
  margin: 0 auto;
  padding: 5px 0 0 0;
}

/* Logo Image 215 x 120 */
#logo {
	/*width: 215px;
	height: 120px;
	padding: 0;*/
	width: 140px;
	height: auto;
	padding: 3px 0;
	display: inherit;
	position: relative;
	float: left;
	margin: 0;
}
#menu li a.selectedHeader {
 background-color: #7E4E8D; background-image: -webkit-gradient(linear, left top, left bottom, from(#7E4E8D), to(#582A74));
 background-image: -webkit-linear-gradient(top, #7E4E8D, #582A74);
 background-image: -moz-linear-gradient(top, #7E4E8D, #582A74);
 background-image: -ms-linear-gradient(top, #7E4E8D, #582A74);
 background-image: -o-linear-gradient(top, #7E4E8D, #582A74);
 background-image: linear-gradient(to bottom, #7E4E8D, #582A74);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7E4E8D, endColorstr=#582A74);
 color: #fff;
}
#subHeader li a.selectedSubheader {
 background-color: #7E4E8D; background-image: -webkit-gradient(linear, left top, left bottom, from(#7E4E8D), to(#582A74));
 background-image: -webkit-linear-gradient(top, #7E4E8D, #582A74);
 background-image: -moz-linear-gradient(top, #7E4E8D, #582A74);
 background-image: -ms-linear-gradient(top, #7E4E8D, #582A74);
 background-image: -o-linear-gradient(top, #7E4E8D, #582A74);
 background-image: linear-gradient(to bottom, #7E4E8D, #582A74);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7E4E8D, endColorstr=#582A74);
 color: #fff;
}
#tagline {
  display: inherit;
  position: relative;
  float: right;
  top: 40px;
  right: 180px;
  width: 560px;
  display: inline;
  padding: 0;
  color: #6a2c91;
  font-family: Verdana;
  font-size: 20px;
  font-weight: bold;
}#taglinePrint {
  display: inherit;
  position: relative;
  float: right;
  top: 40px;
  right: 180px;
  width: 625px;
  height: 80px;
  display: inline;
  padding: 0;
  color: #6a2c91;
  font-family: Verdana;
  font-size: 20px;
  font-weight: bold;
}

#topLinks {
	position: relative;
	float: right;
	top: 10px;
	font-size: 9px;
}
#topLinks ul li {
		float: left;
		margin: 0 5px 0 0;
		list-style: none;
    font-size: 11px;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li {
  float: left;
  white-space: nowrap;
  margin-right: 5px;
  margin-left: 0;
  text-align: center;
  width: 188px;
}
#menu li.lastLiItem {
  width: 192px;
}
#menu li a {
  width: 100%;
  height: 37px;
  padding-top: 15px;
  border: 1px solid #7b4c8a;-webkit-border-radius: 10px 10px 0px 0px;-moz-border-radius: 10px 10px 0px 0px;border-radius: 10px 10px 0px 0px;
  font-size:16px;
  line-height:19px;
  font-family:verdana, sans-serif; 
  text-decoration:none; 
  display:inline-block;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3); 
  color: #FFFFFF;
  background-color: #9964AA; background-image: -webkit-gradient(linear, left top, left bottom, from(#9964AA), to(#7B459B));
  background-image: -webkit-linear-gradient(top, #9964AA, #7B459B);
  background-image: -moz-linear-gradient(top, #9964AA, #7B459B);
  background-image: -ms-linear-gradient(top, #9964AA, #7B459B);
  background-image: -o-linear-gradient(top, #9964AA, #7B459B);
  background-image: linear-gradient(to bottom, #9964AA, #7B459B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9964AA, endColorstr=#7B459B);
}
#menu li a:hover {
 border: 1px solid #613c6c;
 background-color: #7E4E8D; background-image: -webkit-gradient(linear, left top, left bottom, from(#7E4E8D), to(#582A74));
 background-image: -webkit-linear-gradient(top, #7E4E8D, #582A74);
 background-image: -moz-linear-gradient(top, #7E4E8D, #582A74);
 background-image: -ms-linear-gradient(top, #7E4E8D, #582A74);
 background-image: -o-linear-gradient(top, #7E4E8D, #582A74);
 background-image: linear-gradient(to bottom, #7E4E8D, #582A74);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7E4E8D, endColorstr=#582A74);
}

#defaultMenuBar a {
	cursor: pointer;
}
.menucontainer #loginMenuForm {
	font-size: 14px;
  font-weight: bold;
}
#subMenuBarMyAccount {
	clear: both;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
	line-height: 15px;
}
#subMenuBarMyAccount a {
	cursor: pointer;
}
#corporateDashboardSubHeader {
  clear: both;
  width: 940px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow: hidden;
  line-height: 15px;
}
#pageBody {
	padding: 10px 0;
}
#loginPortalContainer,
#forgotUserIdContainer,
#forgotPasswordContainer {
	margin: 0;
}
#forgotUserIdContainer,
#forgotPasswordContainer {
	width: 550px;
}
#createAccountDiv {
  width: 100%;
}
#continueButtonDiv {
  height: 30px;
}
#helpPhoneNumber {
  margin: auto;
	font-weight: bold;
  margin-top: 5px;
}

#footer {
	padding: 5px 0 0 0;
	color: #6D6E70;
	font-size: 12px;
}

#footerLinks {
	float: left;
	font-size: 12px;
}
#footerLinks a {
	color: #0033A0;	
}

#footerLinks a:hover {
	text-decoration: underline;
}

#footerCopyright {
	float: right;
	font-size: 12px;
}


input {
	padding: 4px;
	color: #732B90;
  font-family: Arial;
  font-size: 12px;
  border: 1px solid #74CFEF;
  height: 30px;
}

/** General Content Styles **/
.menuFormLabel {
	font-size: 14px;
	font-weight: bold;
}

a {
  text-decoration: none;	
}

/** styled copied from app.css **/
.smallRedText {
	font-size: 8pt;
	color: red;
}
.redBoldItalicText {
  font-weight: bold;
  font-style: italic;
  color:red;
}

.requiredText {
  color: red;
}
.redBoldText {
  font-weight: bold;
  color: red;
}
.greenBoldText {
  font-weight: bold;
  color: green;
}

.outpatientPharmacyRoleBox, #sowNotSigned {
  padding: 0;
 	width: 699px;
 	height: 319px;
}

.inpatientPharmacyRoleBox {
	padding: 0;
 	width: 709px;
 	height: 269px;
}

.pharmacyStaffRoleBox {
	padding: 0;
 	width: 729px;
 	height: 289px;
}

.prescriberAttestationBox {
  border: 2px solid #005C99;
	padding: 0;
  width: 920px;
  height: 300px;
}

.innerPrescriberAttestationBox {
  padding: 10px 15px;
}

.corporateAttestationBox {
  border: 2px solid #005C99;
	padding: 0;
  width: 920px;
}

.innerCorporateAttestationBox {
  padding: 10px 15px;
}

.outpatientAttestationBox {
  border: 2px solid #6a2c91;
	padding: 0;
  width: 920px;
  height: 425px;
  overflow-y:scroll;
}

.innerOutpatientAttestationBox {
  padding: 10px 15px;
}

.inpatientAttestationBox {
  border: 2px solid #005C99;
	padding: 0;
  width: 920px;
  height: 325px;
}

.innerInpatientAttestationBox {
  padding: 10px 15px;
}

.invalidIdentifierBox {
	padding: 0;
  width: 711px;
  height: 307px;
  font-size: 12pt;
}

.duplicateIdentifierBox {
	padding: 0;
  width: 711px;
  height: 207px;
  font-size: 12pt;
}

.editLastName {
  border: 1px solid #005C99;
	padding: 0;
  width: 711px;
  height: 227px;
}

.confirmAttestationBox {
	padding: 0;
  width: 529px;
  height: 157px;
  font-size: 12pt;
}

.messageAttestationBox {
	padding: 0;
  width: 600px;
  height: 180px;
  border: #005F7E ridge 1px ;
  
}

.outerPPAFBoxOne {
  border: 2px solid #005C99;
	padding: 0;
  width: 920px;
  height: 375px;
}

.outerPPAFBoxTwo {
  border: 2px solid #005C99;
	padding: 0;
  width: 920px;
  height: 890px;
}

.outerPPAFBoxThree {
  border: 2px solid #005C99;
	padding: 0;
  width: 920px;
  height: 110px;
}

.invalidPatientIdentifiers {
	padding: 0;
  width: 711px;
  height: 307px;
}

.requestMaterialsConfirmation {
	padding: 0;
  width: 559px;
  height: 187px;
}

.chainPharmacyRoleBox {
	padding: 0;
  width: 711px;
  height: 289px;
  font-size: 12pt;
}

.outpatientPharmacyRoleBox {
	padding: 0;
  width: 711px;
  height: 387px;
  font-size: 12pt;
}

.pharmacyStaffRoleBox {
	padding: 0;
  width: 711px;
  height: 299px;
  font-size: 12pt;
}

.inpatientPharmacyRoleBox {
	padding: 0;
  width: 711px;
  height: 309px;
  font-size: 12pt;
}
.nameLogoutBasic {
  text-align: right;
}
form#educationForm img {
  text-align: center;
}
.results {
  border: #6a2c91 1px solid;
}
.dijitInputInner {
  padding-left: 2px !important;
}
.dijitDialogTitleBar {
  background: #9f57CC !important;
  color: white;
}
.dijitTextBox input.dijitArrowButtonInner {
height: 30px !important;
}
.dj_webkit .dijitTextBoxDisabled input {
color: #666;
}
#responseMessage {
  color: red;
  font-size: 14px;
  font-weight: bold;
}

#loginButton{
  font-size:14px;
  font-weight:bold;
  width:100px;
}

.pharmacy-content-td{
  vertical-align:top;
  padding-top:42px;
  width:600px;
}
.pharmacy-sidebar-td{
  vertical-align:top;
  padding-top:48px;
  text-align:right;
  width:340px;
}

.footer-contact{margin:30px 0 50px 0;}
.footer-contact p{font-size:16px;line-height:19px;margin:42px 0;text-align:center;font-weight:700;color:#555655;}
.footer-container{ margin:40px 12px 0 12px; padding: 0; width: 945px;clear:both; float: none;border-top:2px solid #6A2C91;}
.footerSecDiv { margin: 0; padding:14px 0;}
.footer-links { margin-top:20px; }
.footer-links a{ color: #0033A0; font-size: 16px; text-decoration: none; }
.footer-links a:hover{ text-decoration: underline; }
.footerSecDiv p{ color: #555655; font-size: 16px; margin:14px 0px; padding: 0px;}
.footerSecDiv p:last-child{font-size: 25px;}
.footerSecDiv a{ color: #555655; font-size: 16px; text-decoration: none; line-height:25px; vertical-align:middle; }
.footerSecDiv a:hover{ text-decoration: underline; }
.footer-logo{display:block;width:125px;height:80px;float:right;margin-top:8px;}



.msgbox {
	margin: 0px 0px 40px 2px;
	padding:20px;
	width: 100%;
	box-sizing:border-box;
	border: 2px solid #6a2c91;
	border-radius: 8px;
	float: left;
	background-color: #fff;
}

.msgbox h1 {
	color: #6a2c91;
	font-size: 16px;
}
.msgbox p {
	margin-bottom:0;
	padding-bottom:0;
	font-size: 14px;
	line-height:22px;
}
.msgbox a {
	color: #0033a0;
	text-decoration: none;
}
.msgbox a:hover {
	color: #000;
	text-decoration: underline;
}