﻿body
{
	font-family: Verdana, Sans-Serif;
	font-size: .8em;
	line-height: 1.6em;
	color: #262626;
	background: none;
	background-color: #fff;
}

img
{
	border: none;
}

h1
{
	color: #262626;
	font-size: 1em;
	font-weight: normal;
	border-bottom: solid 1px #d4d4d4;
	margin: 0em 0em .6em 0em;
}

h2
{
	color: #707070;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0em 0em .6em 0em;
}

h3
{
	color: #707070;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0em 0em .6em 0em;
}

h4
{
	color: #707070;
	font-size: 1em;
	font-weight: normal;
	margin: 0em;
}

h5
{
	color: #262626;
	font-size: 1em;
	font-weight: normal;
	margin: 0em;
}

ul
{
	margin: 0em 0em .6em 1.8em;
}

p
{
	/*margin: 0em 0em 1em 0em;*/
}

a:link, a:visited
{
	color: #707070;
	font-weight: bold;
}

a:hover, a:active
{
	color: #ff5800;
}

table
{
	border-collapse: collapse;
}

/***********************************/
/********** Content Pages **********/
/***********************************/

/* Default */

.member
{
	/*border: solid 1px #ff5800;*/
	/*margin: 0px 5px 4px 0px;*/
}

/* Members */

#LeftColumn .member
{
	border: solid 1px #ff5800;
	margin: 0px 4px 4px 0px;
}


/***********************************/
/************* Common **************/
/***********************************/

.imageleft
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.imageright, .gray_box .imageright
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.orange
{
	color: #ff5800;
}

.center
{
	display: block;
	text-align: center;
}

.IGNORE_BELOW
{
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}

ul.checkbox, .checkbox ul 
{
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

	ul.checkbox li, .checkbox ul li
	{
		background-image: url(images/checkbox.gif);
		background-repeat: no-repeat;
		background-position: 0px 5px;
		line-height: 24px;
		padding: 0px 0px 0px 20px;
	}

.grayBox
{
	border: solid 1px #d4d4d4;
	background-image: url(images/gray_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	margin: 0px 0px 25px 0px;
	position: relative;
	min-height: 100px;
}

.back
{
	display: block;
	background-image: url(images/btn_back.gif);
	background-repeat: no-repeat;
	width: 68px;
	height: 33px;
	margin: 0px 0px 6px 0px;
	clear: both;
	float: right;
}

#kiosk .back
{
	display: block;
	background-image: url(images/btn_back_kiosk.gif);
	background-repeat: no-repeat;
	width: 96px;
	height: 53px;
	margin: 0px 0px 6px 0px;
	clear: both;
	float: left;
}

.fulltable
{
	width: 100%;
}

	.fulltable th, .fulltable td
	{
		vertical-align: top;
	}