/* ##### - STANDARD CSS - ##### */

html, body, p, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	line-height: 18px;
	padding: 0px 0px 0.7em;
}

.align_left  { text-align: left; }
.align_right { text-align: right; }
.align_center{ text-align: center; }

.float_left  { float: left; }
.float_right { float: right; }

.clear { clear: both; }
.clear_left { clear: left; }
.clear_right { clear: right; }

.spacer_05 { height: 5px; }
.spacer_10 { height: 10px; }
.spacer_20 { height: 20px; }



/* ##### - SITE DEFAULTS - ##### */

html, body {
	background: url(../images/stripey_bg.png) #96C;
	text-align: center;
	height: 100%;
}

body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

img {
	border: none;
}

.error {
	color: #c00;
	font-weight: bold;
}

.success {
	color: #090;
	font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {

}

h1 { font-size: 35px; }
h2 { font-size: 25px; }
h3 { font-size: 15px; }


a:link, a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

a:hover {
	border-bottom: 1px solid #000;
}

a.white_link:link, a.white_link:visited {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
a.white_link:hover {
	border-bottom: 1px solid #fff;
}


.no_pad {
	margin: 0px;
	padding: 0px;
}

.hidden_div {
	display: none;
}

.visible_div {
	display: block;
}


.grey		{ color: #333; }
.red		{ color: #f90808; }

ul {
	list-style: square;
}


/* ########## global layout #################### */

#page {
	width: 810px;
	margin: 0px auto;
	text-align: left;
}

#head {
	padding-top: 20px;
	padding-bottom: 3px;
}

#content {}

.box {
	background-color: #fff;
	padding: 12px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.box.left { width: 510px; }
.box.right { width: 210px; }

#footer {
	padding-top: 3px;
	margin-bottom: 20px;
}