/*	Mac-style styles
	================  */

/*
	Override the body width to allow for a 1024x768 desktop.
*/

body
{
	width: 1072px ! important;
}

#modal-shield
{
	position: fixed;
	
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	opacity: 0.5;
	
	margin: 0px;
	border: none;
	padding: 0px;
	
	pointer-events: none;
}

#lid
{
	position: absolute;
	
	z-index: 10;
	
	width: 100%;
	height: 100%;
	
	opacity: 0.0;
	
	pointer-events: none;
}

.sleeping #lid
{
	background-color: black;
	
	opacity: 0.7;
	
	pointer-events: auto;
}

/* Our Mac OS screen-within-a-window */
#maxim
{
	position: relative;
	
	border: 1px solid black;  /* screen border, should be black */
	
	background-color: black;
	
	/* centered horizontally */
	margin-left: auto;
	margin-right: auto;
	
	/* initial screen size */
	width: 512px;
	height: 342px;
	
	/* clip content exceeding screen bounds */
	overflow: hidden;
}

.exclusive #header,
.exclusive #footer,
.exclusive #content > *
{
	display: none;
}

.exclusive #content,
.exclusive #maxim
{
	display: block;
	
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	margin: 0px;
	border: none;
	padding: 0px;
}

.exclusive #content
{
	background: inherit;
}

.window-content p
{
	margin: 0px;
	padding: 4px;
	
	font-size: 12px;
	font-family: Geneva, Helvetica, sans-serif;
}

#dsat p
{
	position: absolute;
	
	bottom: 50%;
	width: 100%;
	
	margin-top: auto;
	margin-bottom: auto;
	
	text-align: center;
	
	font-size: 12px;
	font-weight: normal;
	font-family: Chicago, Charcoal, Silom, ChicagoFLF, sans-serif;
}

#dsat
{
	position: relative;
	
	/* centered horizontally */
	margin-left: auto;
	margin-right: auto;
	
	top: 72px;
	
	border: 1px solid black;
		
	width: 446px;
	height: 124px;
	
	z-index: 5;
	
	background-color: white;
}

#dsat div
{
	margin: 2px;
	
	border: 2px solid black;
	
	width: 438px;
	height: 116px;
}

input[type=text]
{
	width: 80%;
}

#scripting
{
	margin-left: auto;
	margin-right: auto;
	
	max-width: 100%;
	
	text-align: center;
}

#scripting div
{
	margin: 10px auto;
}

