/*-----------------------------------------------------------------------------
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: Helvetica, Arial, sans-serif;
	font-size:65%;
	background-color:#E8E8EA;
	color:#373737;
	padding:0 0 20px 0;	
}

/* Typography
-----------------------------------------------------------------------------*/

h1
{
	font-size: 2em;
	font-weight:normal;
	color:#000;
}

h2
{
	font-size: 1.3em;
	color:#000;	
}
	
h3
{
	font-size: 1.2em;
	color:#000;	
}

h4
{
	font-size: 1em;
	color:#000;	
}

ul, ol, dl
{
	list-style: none;	
}

td
{
	text-align:left;
	vertical-align:top;
}

img
{
	border:0;
}

input, select, textarea
{
	color:#555;
}

a
{
	color:#D72419;
	text-decoration:underline;
}

/* always Show vertical scrollbar
-----------------------------------------------------------------------------*/

html { height: 100%; margin-bottom: 1px; }
