/*-----------------------------------------------------------------------------
Surge Solutions Screen Stylesheet

version:   1.2
date:      27/05/2015
author:    Tariq Aziz

/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: RamillasRegular;
	src: url('/css/fonts/RamillasRegular.ttf');
}

@font-face {
	font-family: RamillasLight;
	src: url('/css/fonts/RamillasLight.ttf');
}

@font-face {
	font-family: HelveticaLight;
	src: url('/css/fonts/HelveticaLight.ttf');
}

/* Styles for layout
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
}


/* Set up the document
-----------------------------------------------------------------------------*/

body {
	font-family: RamillasLight, Arial, Verdana, sans-serif;
	font-size: 80%;
	color: #000;
	padding: 0;
}

/* Typography
-----------------------------------------------------------------------------*/

ul, ol, dl {
	list-style: none;
}

#ctl00_textPL_maintext ul {
	list-style: disc;
	padding-left: 15px;
}

#ctl00_textPL_maintext ol {
	list-style: decimal;
	padding-left: 15px;
}

td {
	text-align: left;
	vertical-align: top;
}

img {
	border: 0;
}

input, select, textarea {
	color: #000;
}

a {
	text-decoration: none;
}

/* always Show vertical scrollbar
-----------------------------------------------------------------------------*/

html {
	height: 100%;
	margin-bottom: 1px;
}
