/* @override http://www.medicaltextbooksrevealed.com/css/basic.css */

/* @override http://nt.localhost/css/basic.css */

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


/* Overlay */
#simplemodal-overlay 
	{
	background-color:#fff; 
	cursor:default;
	}

/* Container */
#simplemodal-container 
	{
	min-height: 600px;
	height:auto; 
	width:674px;
	padding-top: 33px;
	background: url(../images/sm_bg_top.png) no-repeat 0 top;
	}
	
#simplemodal-container a.modalCloseImg 
	{
	border: 1px solid #0b6c7a;
	width:40px; 
	height:20px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	cursor:pointer;
	margin: -2px 0 0 602px;
	text-transform: uppercase;
	text-indent: 4px;
	font-weight: bold;
	font-size: 9px;
	color: #0b6c7a;
	text-decoration: none;
	}
#simplemodal-container #basicModalContent 
	{
	padding:8px;
	}
	
div.simplemodal-data
	{
	background: url(../images/sm_bg_bottom.png) no-repeat 0 bottom;
	padding-bottom: 33px;
	
	}
	
#modal_wrapper
	{
	padding: 25px 55px;
	background: url(../images/sm_bg_repeat.png) repeat-y -1px center;
	.display: inline-block;
	}

#modal_wrapper img
	{
	float: left;
	margin:0 25px 25px 0;
	z-index: 7000;
	}
	
#modal_wrapper h3
	{
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #0b6c7a;
	margin-bottom: 5px;
	}

#modal_wrapper h4
	{
	margin: 0 0 10px 0;
	color: #0b6c7a;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	}
	
#modal_wrapper p
	{
	font-size: 13px;
	}
