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