/* Created Date:  5/22/2008
 * 	Author:  Miriam Salzer
 *  For: Epocrates, Inc.
 *  Project: Epocrates Online version 3.0
 *  Description:  Lightbox overlay EULA styles and Geoblocking
 */

/* Lightbox Overlay EULA------------------------------------------*/
.monographOverlayHidden {
	display: none;
}
.monographOverlay,
.monographOverlayBg {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 8900;
	text-align: center;
	min-width: 790px;
}

.monographOverlayBg {
	background-color: #eee;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.monographOverlayContent {
	background-color: #fff;
	border: 1px solid #999;
	text-align: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif; 
	position: fixed;
    left: 50%; 
   	margin-left: -350px;
    top: 36px;
    width: 700px;
	height: 400px;
	overflow: auto;
	z-index: 9990;
}

*html .monographOverlayContent { /* IE7 without a doctype uses *html unfortunately*/
	height: 404px;
}

*html .monographOverlay,   
*html .monographOverlayBg,
*html .monographOverlayContent {
	position: absolute;
}

.com_epocrates_online_eulaBorder {
	background-color: #efefef;
	margin-top: -10px;
	padding: 20px 10px 10px;
}

.com_epocrates_online_eulaBorderInner {
	background-color: #fff;
	border: 1px solid #c6cfde;
}

.com_epocrates_online_eulaTextHeight {
	height: 324px;
	overflow: auto;
}

.monographOverlayContent a:hover {
	text-decoration: none;
	color: #900;
}

.monographOverlayContent h2,
.monographOverlayContent h3,
.monographOverlayContent h4 {
	margin-bottom: 1em;
	margin: 0 30px 1em;
}

.monographOverlayContent h2 {
	color: #98121a;
	margin-top: 30px;
}

.com_epocrates_online_eulaForm h2 {
	margin-bottom: 0;
	font-weight: bold;
}

.monographOverlayContent ul {
	margin: 0 30px 20px;
}

.monographOverlayContent li {
	list-style: none;
	margin-bottom: .5em;
	background: url(../../../../../images/bg_lister.gif) no-repeat 0 6px;
	padding-left: 17px;
	margin-top: .5em;
}

.monographOverlayContent .eulaText p {
	text-align: right;
	padding: 16px;
	background-color: #dee7ef;
	height: 22px;
}

*html .monographOverlayContent .eulaText p {
	padding: 15px;
}

.eulaText input { /*IE8*/
	padding: 2px;
}

/* registration upsell message  ---------*/

div.com_epocrates_online_geoblockMsg {
	margin-top: 90px;
}

div.com_epocrates_online_geoblockMsg h3,
div.com_epocrates_online_geoblockMsg p {
	margin: 40px;
	text-align: center;
}

/* formulary upsell message  ---------*/

.com_epocrates_online_rx_formularyMsg h3 {
	margin: 50px 20px 20px;
	text-align: center;
}

.com_epocrates_online_rx_formularyMsg p {
	margin: 20px;
	text-align: center;
}

p.com_epocrates_online_rx_formularyContent {
	margin: 1em 20px;
	text-align: left;
}

.com_epocrates_online_rx_formularyMsg p.com_epocrates_online_UpsellLinks {
	text-align: left;
	padding: 35px 0 20px;
}

.com_epocrates_online_rx_formularyMsg a {
	font-weight: bold;
}


