/*=====================================================================================================
Necessities
=====================================================================================================*/
	html, body {
		height: 100%; /*Force IE to have 0% be the top of the page and 100% be the bottom of viewer */
		width: 100%; /*Force IE to have 0% be left edge and 100% be right edge of viewer, instead of 94%.... */
		margin: 0px; /*Stop IE from adding a margin by default*/
		padding: 0px; /*Stop IE from adding unwanted padding*/
		overflow:auto; /*Gets rid of any useless right scrollbar in IE*/
		overflow-x:hidden;
		}

/*=====================================================================================================
Fixies
=====================================================================================================*/
	img {
		filter: alpha(opacity=100); /*IE Proprietary Junk*/
		opacity: 1.0; /*The real way, W3C compliant*/
		-moz-opacity:1.0; /*old Netscape*/
		-khtml-opacity: 1.0; /*old Safari and Konqueror*/
		border-style:none;
		margin: 0px;
		padding: 0px;
		}
	
	tr, td
		{
		margin: 0px;
		padding: 0px;
		}
/*=====================================================================================================
Useful
=====================================================================================================*/

	.Full
		{
		position: absolute;
		top: 0%;
		left: 0%;
		height: 100%;
		width: 100%;
		border-style:none;
		}
		
	.FullScroll
		{
		position: absolute;
		top: 0%;
		left: 0%;
		height: 100%;
		width: 100%;
		overflow-y: auto;
		}
	
	.FullHeight
		{
		position: absolute;
		top: 0%;
		height: 100%;
		}
	
	.FullWidth
		{
		position: absolute;
		left: 0%;
		width: 100%;
		}
	
	.TouchTop
		{
		top: 0%;
		}
	
	.TouchLeft
		{
		left: 0%;
		}
	
	
	.RelFull
		{
		position:relative;
		top: 0%;
		left: 0%;
		height: 100%;
		width: 100%;
		}
	
	.Center 
		{
		text-align: center
		}
/*=====================================================================================================
Globals
=====================================================================================================*/


	/*
	body 
		{
		font-family: arial; 
		background-image: url('Lines4.jpg');
		background-repeat:repeat;
		}
	*/
	
	body 
		{
		font-family: arial;
		/*
		background-image: url('821917_33002414.jpg');
		background-repeat:repeat;
		*/
		}
	
	
	
/*=====================================================================================================
Locals
=====================================================================================================*/

	.Prime-Area
		{
		/*
		position: absolute;
		top: 2%;
		left: 2%;
		width: 96%;
		margin-bottom:10em;
		*/
		position: absolute;
		top: 5%;
		left: 12%;
		width: 76%;
		margin-bottom:10em;
		/*background-color: #00FFFF;*/
		}
		
	.Glass-Area
		{
		margin-bottom:4em;
		}
	
	/*
	.Translucent
		{
		filter: alpha(opacity=75);
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=75)'; 
		opacity: 0.75;
		-moz-opacity:0.75;
		-khtml-opacity: 0.75;
		}
	*/
	
	.Translucent
		{
		filter: alpha(opacity=60);
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=60)'; 
		opacity: 0.60;
		-moz-opacity:0.60;
		-khtml-opacity: 0.60;
		}
	
	.PX
		{
		width:19px;
		min-width:19px;
		max-width:19px;
		}
	
	.PY 
		{
		height:19px;
		min-height:19px;
		max-height:19px;
		}
	
	.Glass-Edge
		{
		font-size:10%; 
		overflow:hidden; 
		margin: 0%; 
		padding: 0%; 
		}
		
	.Glass-Content
		{
		overflow:hidden;
		margin: 0%; 
		padding: 0%;
		}
		
	.Plate-Corner-Container
		{
		position:relative;
		font-size:10%; 
		overflow:hidden; 
		margin: 0%; 
		padding: 0%;
		}
		
	.Glass-InsideCorner
		{
		position:absolute;
		top:0px;
		left:0px;
		font-size:10%; 
		background-image: url('../images/GlassC.gif'); 
		overflow:hidden; 
		margin: 0%; 
		padding: 0%; 
		}
		
	.Plate-Corner-Carnate
		{
		position:absolute;
		top:0px;
		left:0px;
		font-size:10%; 
		overflow:hidden; 
		margin: 0%; 
		padding: 0%; 
		}
		
	.Plate-Side
		{
		background-color:#FFFFFF;
		}
		
	.Plate-Content
		{
		background-color: #FFFFFF;
		overflow:hidden;
		}
		
	.Plate-Content-Bounds
		{
		position:relative;
		}