/*
 * SimpleModal OSX Style Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: osx.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#osx-modal-content, #osx-modal-data {display:none;}

/* Overlay */
#osx-overlay { cursor:pointer;background-color:#000000;}

/* Container */
#osx-container {
	background-image:url(../images/rm_bg02.png);
	background-color:#FFFFFF;
	color:#000;
	font: 18px/26px "Lucida Grande",Arial,sans-serif;
	padding-bottom:4px;
	width:400px;
-moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; 		border-radius:0 0 6px 6px;
-moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;		background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #77aee6;
}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {
	color:#fff;
	background-image:url(../images/bg_tck.gif);
	border-bottom:1px solid #999;
	font-weight:bold;
	padding-left:6px;
	line-height:26px;
	//text-shadow:0 1px 0 #f4f4f4;
	font-size: 14px;
}
#osx-container .close {display:none; position:absolute; right:0; top:0;}
#osx-container .close a {display:block; color:#fff; font-weight:bold; line-height:26px; padding-right:12px; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {font-size:12px; padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:0px;}
#osx-container span {color:#777;}







#osx-modal-content2, #osx-modal-data2 {display:none;}

/* Overlay */
#osx-overlay2 { cursor:pointer;background-color:#000000;}

/* Container */
#osx-container2 {
	background-image:url(../images/rm_bg02.png);
	background-color:#FFFFFF;
	color:#000;
	font: 18px/26px "Lucida Grande",Arial,sans-serif;
	padding-bottom:4px;
	width:400px;
-moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; 		border-radius:0 0 6px 6px;
-moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;		background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #77aee6;
}
#osx-container2 a {color:#ddd;}
#osx-container2 #osx-modal-title2 {
	color:#fff;
	background-image:url(../images/bg_tck.gif);
	border-bottom:1px solid #999;
	font-weight:bold;
	padding-left:6px;
	line-height:26px;
	text-shadow:0 1px 0 #f4f4f4;
	font-size: 14px;
}
#osx-container2 .close2 {display:none; position:absolute; right:0; top:0;}
#osx-container2 .close2 a {display:block; color:#fff; font-weight:bold; line-height:26px; padding-right:12px; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container2 .close2 a:hover {color:#000;}
#osx-container2 #osx-modal-data2 {font-size:12px; padding:6px 12px;}
#osx-container2 h2 {margin:10px 0 6px;}
#osx-container2 p {margin-bottom:0px;}
#osx-container2 span {color:#777;}


#osx-modal-content3, #osx-modal-data3 {display:none;}

/* Overlay */
#osx-overlay3 { cursor:pointer;background-color:#000000;}

/* Container */
#osx-container3 {
	background-image:url(../images/rm_bg02.png);
	background-color:#FFFFFF;
	color:#000;
	font: 18px/26px "Lucida Grande",Arial,sans-serif;
	padding-bottom:4px;
	width:400px;
-moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; 		border-radius:0 0 6px 6px;
-moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;		background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #77aee6;
}
#osx-container3 a {color:#ddd;}
#osx-container3 #osx-modal-title3 {
	color:#fff;
	background-image:url(../images/bg_tck.gif);
	border-bottom:1px solid #999;
	font-weight:bold;
	padding-left:6px;
	line-height:26px;
	text-shadow:0 1px 0 #f4f4f4;
	font-size: 14px;
}
#osx-container3 .close3 {display:none; position:absolute; right:0; top:0;}
#osx-container3 .close3 a {display:block; color:#fff; font-weight:bold; line-height:26px; padding-right:12px; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container3 .close3 a:hover {color:#000;}
#osx-container3 #osx-modal-data2 {font-size:12px; padding:6px 12px;}
#osx-container3 h2 {margin:10px 0 6px;}
#osx-container3 p {margin-bottom:0px;}
#osx-container3 span {color:#777;}



