/*
 * SimpleModal OSX Style 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: osx.css 214 2009-09-17 04:53:03Z emartin24 $
 *
 */

body {height:100%; margin:0;}
#osx-modal-content, #osx-modal-data {display:none;}

/* Overlay */
#osx-overlay {background-color:#000; cursor:wait;}

/* Container */
#osx-container {background-color:#eee; color:#000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; 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; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {color:#000; background-color: #d9dfe8; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; float:right;}
#osx-container .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;
	margin-left: 90px;
	background-repeat: no-repeat;
	background-position: right;
}

#osx-sheet-title 
{
	color: #5d647a;
	font-size: 15px;
}

#osx-container label span {color: #444; font-size:.9em;}

/* @group OS X Sheet */

#osx-container fieldset 
{
	margin: 0;
	padding: 0;
	border-style: none;
}

#osx-container fieldset fieldset 
{
	margin: 0;
	padding: 0;
}

#osx-container fieldset.column 
{
	width: 280px;
	margin: 0;
	padding: 0;
}

#osx-container fieldset.measures input 
{
	width: 70px;
	text-align: right;
}

#osx-container label 
{
	font-size: .9em;
	font-weight: bold;
	color: #666;
	display: block;
	margin: 0;
	text-align: left;
}

#osx-container label span 
{
	display: inline-block;
	width: 80px;
	text-align: right;
	margin-right: 5px;
}

#osx-container label input 
{
	width: 130px;
	line-height: 20px;
	font-size: 12px;
}

#osx-container textarea 
{
	font-size: .9em;
	line-height: 20px;
	height: 100px;
}

#osx-container button 
{
	border: 1px solid #CCC;
	height: 30px;
	background-color: #e3e9f2;
	text-shadow: white 0 1px 0;
	font-size: 13px;
	margin-left: 10px;
	color: #5d647a;
	font-weight: bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

#osx-container button:hover 
{
	background-color: #c6d6ff;
}

#osx-container button.simplemodal-close 
{
	background-color: transparent;
	border-style: none;
	margin: -3px 10px 0 0;
	padding: 0;
	float: left;
}

#osx-container p.buttons 
{
	text-align: center;
	font-size: .9em;
	color: gray;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}



/* @end */

/* @group OSX Confirmation */

#osx-modal-confirm-content, #osx-modal-confirm-data {display:none;}

#osx-modal-confirm-title {color:#000; background-color: #d9dfe8; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}

#osx-modal-confirm-data {padding:6px 12px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#osx-sheet-confirm-title 
{
	color: #5d647a;
	font-size: 15px;
}

#osx-sheet-confirm-message 
{
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

/*p.actions a 
{
	color: #444 !important;
	padding: 5px 20px;
	background-color: #EEE;
	border: 1px solid gray;
}

p.actions a:hover 
{
	background-color: #DDD;
}*/

p.actions 
{
	border-top: 1px solid #CCC;
	padding-top: 15px;
}

p.actions a 
{
	border: 1px solid #CCC;
	height: 30px;
	background-color: #e3e9f2;
	text-shadow: white 0 1px 0;
	font-size: 13px;
	margin-left: 10px;
	color: #5d647a !important;
	font-weight: bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 5px 20px;
}

p.actions a:hover 
{
	background-color: #c6d6ff;
	text-decoration: none;
}



/* @end */

/* @group Log In */

#submit 
{
	width: 180px;
}

#username, #password 
{
	line-height: 10px;
	border: 1px solid #DDD;
	padding: 5px;
	font-size: 15px;
}



/* @end */
