﻿/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

/************Modal Popups*****************/

#hcpModalWindow b
{
	font-weight:normal !important;
}
#hcpModalWindow p
{
    font-size: 12px !important;
    line-height:14px !important;
}
#hcpModalWindow .modalWrapper
{
    background-color: #cc0000;
    width: 630px;
    font-family: Arial;
    font-size: 12px;
    padding:10px 0px;

}
#hcpModalWindow .modalButtons
{
    margin: 0 auto;
    width: 415px;
}
#hcpModalWindow .modalButtons a
{
    margin-right: 5px;
    padding:0px !important;
}
#hcpModalWindow .modalContent
{
    background: transparent url(/images/modal/modal-box-background.jpg) no-repeat;
    width: 492px;
    height: 370px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
}
#hcpModalWindow .modalISI, #hcpModalWindow .modalIndication
{
    width: 570px;
    margin: 0 auto;
    color: #FFFFFF;
}
#hcpModalWindow .modalIndication a
{
    color: #FFFFFF;
    padding:0px !important;
}
#hcpModalWindow .modalISI p, #hcpModalWindow .modalIndication p
{
    padding: 0px 20px;
}

#hcpModalWindow .modalISIul
{
    padding: 0px 18px;
    margin: 0px 18px;
}

#hcpModalWindow .modalISIp
{
    padding: 0px;
    margin: 16px 0px 0px 0px;
}

#hcpModalWindow .modalISIimg
{
    margin: 6px 0px 6px 0px;
}

#hcpModalWindow .modalWarning
{
    width: 512px;
    border: solid 2px #000000;
    padding: 20px;
    margin: 0 auto;
    color:#FFFFFF;
}
#hcpModalWindow .modalInner
{
    overflow-y: auto;
    overflow-x: hidden;
    height:470px;
}

#dtcModalWindow b
{
	font-weight:normal !important;
}
#dtcModalWindow p
{
    font-size: 12px !important;
    line-height:14px !important;
}
#dtcModalWindow .modalWrapper
{
    background-color: #cc0000;
    width: 712px;
    font-family: Arial;
    font-size: 12px;
    padding:10px 0px;
    font-size: 12px !important;
    line-height:14px !important;
}
#dtcModalWindow .modalButtons
{
    margin: 0 auto;
    width: 415px;
}
#dtcModalWindow .modalButtons a
{
    margin-right: 5px;
    padding:0px !important;
}
#dtcModalWindow .modalContent
{
    background: transparent url(/images/modal/modal-box-dtc-background.jpg) no-repeat;
    width: 580px;
    height: 244px;
    margin: 0 auto;
    padding: 30px 40px 40px 40px;
    position: relative;
}
#dtcModalWindow .modalISI, #dtcModalWindow .modalIndication
{
    width: 672px;
    margin: 0 auto;
    color: #FFFFFF;
}
#dtcModalWindow .modalIndication a
{
    color: #FFFFFF;
    padding:0px !important;
}
#dtcModalWindow .modalISI p, #dtcModalWindow .modalIndication p
{
    padding: 0px 20px;
}
#dtcModalWindow .modalWarning
{
    width: 600px;
    border: solid 2px #000000;
    padding: 20px;
    margin: 0 auto;
    color:#FFFFFF;
}
#dtcModalWindow .modalInner
{
    overflow-y: auto;
    overflow-x: hidden;
    height:470px;
}
#dtcModalWindow .jqmWindow
{
	width: 630px; 
	height: 460px;
}
#hcpModalWindow .jqmWindow
{
	width: 630px; 
	height: 460px;
}


.jqmWindow {
    	background-color:#EEEEEE;
	color:#000000;
	display:none;
	left:56%;
	margin-left:-400px;
	position:absolute;
	top:15%;
	width:600px;
	z-index:5000;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}