/*-
 * Copyright (c) 2010 Van Dam Innovations, http://vandam-innovations.com/
 * All rights reserved.
 */

html, body
{
	height:						100%;
}

body, div, ul, li, td, h1, h2, h3, h4, h5, h6
{
	font-size:					100%;
}

div, span, img, form, h1, h2, h3, h4, h5, h6, fieldset, table, label, a, ul, li
{
	margin:						0px;
	padding:					0px;
	
	background-color:			transparent;
	border:						0px;
	
	color:						#333333;
	font:						normal normal 11px/1.2em Verdana, Sans-serif;
}

input, textarea
{
	margin:						0px;
	padding:					0px;
	
	color:						#333333;
	font:						normal normal 11px/1.2em Verdana, Sans-serif;
}

/* Setup page container */

body
{	
	margin:						0px;
	padding:					0px;
	
	background-color:			#000000;
	background-image:			url('/images/background.png');
	background-repeat:			repeat-x;
	background-position: 		fixed;
	
	color:						#333333;
	font:						normal normal 11px/1.2em Verdana, Sans-serif;
}

/* Links */

a
{
	text-decoration:			none;
}

a:hover
{
	color:						#ff0000;
	text-decoration:			none;
}

/* Headers */

h1
{
	font-size:					15px;
	font-weight:				bold;
}

/* Text markup tags */

.bold
{
	font-weight:				bold;
}

.italic
{
	font-style:					italic;
}

.underline
{
	text-decoration:			underline;
}

/* Object positioning tags */

.left
{
	float:						left;
}

.right
{
	float:						right;
}

.clear
{
	clear:						both;
	border:						0px;
	height:						0px;
	width:						0px;
}

/* Error Object */
div.error
{
	width:						600px;
	
	color:						#000000;
	background-color:			#fedada;
	
	text-align:					center;
	
	padding:					5px;
	margin:						10px auto;
	
	border:						solid 1px red;
}
