/*-----------------------------------------------------------------------------
Surge Solutions Screen Stylesheet

version:   1.1
date:      25/09/2009
author:    Tariq Aziz

/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

*
{
	font-family:inherit;	
	color:inherit;	
	margin:0;
	padding:0;	
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
{
	clear:both;
}

.quit
{
	margin:0 0 0 5px;	
	}


/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:75%;
	color:#000;
	padding:0 0 20px 0;	
    background:url('/gfx/background.png') ;	
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom; 
    background-color:#fcfcfc;
    
	}

/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 1.2em; /* Equivalent to 16pt */
}
	
h2
	{
	font-size: 1em; /* Equivalent to 14pt */	
}
	
h3
	{
	font-size: 1em; /* Equivalent to 12pt */
}

ul, ol, dl
	{
	list-style: none;	
}

td
{
	text-align:left;
	vertical-align:top;
}

img
{
	border:0;
}

input, select, textarea
{
	color:#000;
}

a 
{		
	
	color:#252525;
	text-decoration:none;
	border:0;
}



hr 
{	
	color:#999999;
	background-color:#999999;
	border:0;
	height:1px;
	margin-top:0px;
	}

p
{
	font-size:12px;
	}

/* always Show vertical scrollbar
-----------------------------------------------------------------------------*/

html { height: 100%; margin-bottom: 1px; }