/*-----------------------------------------------------------------------------
Surge Solutions Screen Stylesheet

version:   1.1
date:      25/09/2009
author:    Tariq Aziz

/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

*
{
	font-family:inherit;
	font-size:inherit;
	color:inherit;	
	margin:0;
	padding:0;	
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
{
	clear:both;
}


/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:75%;	
	color:#000;
	padding:0 0 20px 0;	
}

/* Typography
-----------------------------------------------------------------------------*/

h1
{	
	font-size:1.2em;		
	margin-bottom:20px;
}

h2
{
	font-size:1.2em;	
	margin-bottom:20px;	
}

h3
{	
	font-size:1.2em;	
	margin-bottom:20px;	
}

ul, ol, dl
{
	list-style: none;	
}

td
{
	text-align:left;
	vertical-align:top;
}

img
{
	border:0;
}

input, select, textarea
{
	color:#666;
}

a 
{	
	text-decoration:none;
}

a:hover 
{		
	text-decoration:underline;
}

/* always Show vertical scrollbar
-----------------------------------------------------------------------------*/

html { height: 100%; margin-bottom: 1px; }