﻿/* * * * * * * * * * * * *

   Stewdio Style System
   (C) 2008 Stewdio
   All Rights Reserved

* * * * * * * * * * * * */




body, h1, h2, h3, h4, h5, h6, p
{
	margin:   0;
	padding:  0;
	color: #555;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:   12px;
	line-height: 14px;
	font-weight: normal;
}
body
{
	background-color: #04B;
	padding: 20px 0 0 20px;
	filter: alpha(opacity=100);
	opacity: 1.0;
	/* -webkit-transform: rotate( -3deg ); */
}




/*  Global Anchors  */

a:link, a:visited, a:hover, a:active
{
	background-color: transparent;
	color: #06F;
	text-decoration: none;
}
a:hover
{
	border-top: 1px solid #81B3FF;
	background-color: #E0ECFF;
}
a.selected, .selected
{
	background-color: #C0D9FF;
}
a.active, .active
{
	border-top: 1px solid #06F;
}
a.ext:link, a.ext:visited, a.ext:hover, a.ext:active
{
	background-color: transparent;
	color: #F09;
	text-decoration: none;
}
a.ext:hover
{
	border-top: 1px solid #FAC;
	background-color: #FCF;
}
a img
{
	border: none;
}







.pad   { padding:  8px; }
.clear { clear:   both; }





#sdm_display img
{
	/*  120 x 180  */
	height: 60px;
	margin-bottom: 5px;
}
#container
{
	position: absolute;
	top:    120px;
	left:   120px;
	border: 1px solid #99F;
	width:  400px;
	height: 180px;
}
#containerBackground
{
	position: absolute;
	top:      0;
	left:     0;
	width:  100%;
	height: 100%;
	background-color: #FFF;
	background-image: url( "../med/background.stripes.png" );
	cursor:  move;
	filter: alpha(opacity=030);
	opacity: 0.30;
}
#containerHandle
{
	position: absolute;
	top:     17px;
	left:    20px;
	width:  360px;
	height:  40px;
	cursor:  move;
}
#containerHandle img
{
	height: 10px;
}
#containerForeground
{
	position: absolute;
	top:     40px;
	left:    20px;
	width:  360px;
	height: 120px;
}
#sdm_input
{
	width:  360px;
	height: 120px;
	border: none;
	border: 1px solid #66C;
	background-color: #BCF;
	font-family: monospace;
	font-size:   18px;
	line-height: 20px;
	color: #00F;
}

