/*-----------------------------------------------------------------------------
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: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	background-color:#66584D;
	color:#fff;
	padding:0 0 20px 0;	
}

/* 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:#555;
}

a
{
	color:#fff;
}

/* always Show vertical scrollbar
-----------------------------------------------------------------------------*/

html { height: 100%; margin-bottom: 1px; }