body, h1, h2, h3, h4, img, ul, ol
{
	margin: 0;
	padding: 0;
}

fieldset
{
	display: inline;		/* Force fieldset to size to content */
	margin-top: 1em;
}

fieldset table
{
	margin-top: 0.5em;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
}

h2
{
	font-size: 1.4em;
	font-weight: bold;
}

h3
{
	font-size: 1.25em;
}

h4
{
	font-size: 1.15em;
}

input[type=password]
{
	width: 12em;
}

input[type=submit][disabled]
{
	background: #CCC;
}

ol li
{
	margin-bottom: 0.5em;
}

/*---------- content ----------*/
#content h1, #content h2
{
	margin-bottom: 1em;
}

/*---------- Data Tables ----------*/
.dataTable
{
	border-collapse: collapse;
	margin: auto;
}

.dataTable input[type=submit]
{
	display: block;
	margin: auto;
	width: 80%;
}

.dataTable td, .dataTable th
{
	padding: 0.3em 0.8em 0.3em 0.8em;
}

.dataTable th
{
	font-weight: bold;
	text-align: left;
}

.numericColumn
{
	text-align: right;
}

/*--------- Form labels ----------*/
.formLabel
{
	text-align: right;
}

/*---------- Layout Tables ----------*/
.layoutTable
{
	border-collapse: collapse;
}

.layoutTable input[type=text]
{
	width: 20em;
}

.layoutTable td
{
	padding: 0.3em 0 0.3em 0.5em;
}

.layoutTable th
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 1.0em;
	text-align: center;
}

.layoutTable input[type=submit]
{
	margin-top: 0.7em;
}

/*---------- Security Tables ----------*/
.securityTable
{
	width: 100%;
}

.securityTable th
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 1.0em;
	text-align: center;
}

/*---------- Questions ----------*/
.mandatoryQuestion
{
	color: #F00;
}

/*==================== Page Styling ====================*/

/*---------- customError ----------*/
#customError
{
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
}

#customError td
{
	padding: 0.5em;
}

#customErrorSupport
{
	font-size: 1.15em;
}

.customErrorLabel
{
	font-size: 1.15em;
}

.customErrorText
{
	font-size: 0.9em;
}

/*---------- groupMembership ----------*/
#groupMembership caption
{
	font-size: 1.4em;
	font-weight: bold;
	padding: 1em 0 1em 0;
}

/*---------- login ----------*/
#login input[type=checkbox]
{
	vertical-align: middle;
}

#loginLinks
{
	margin-bottom: 2.5em;
}

#loginLinks div
{
	padding-top: 2em;
}

/*---------- My Departure ----------*/
#myDeparture p
{
	margin: 2em 0 2em 0;
}

/*---------- My History ----------*/
#myHistory h1
{
	text-align: center;
}

/*---------- My Prize ----------*/
#prizeTitle
{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}

#prizePoints
{
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}

/*---------- My Profile ----------*/
#myProfile h1
{
	text-align: center;
}

#myProfile h2
{
	margin-top: 2em;
	text-align: center;
}

/*---------- Privacy Statement ----------*/
#privacyStatement h1
{
	text-align: center;
}

#privacyStatement h2
{
	margin-bottom: 0;
	text-align: left;
}

.questionSeparator
{
	height: 0.5em;
	margin: 0 0 1.5em 15%;
	width: 60%;
}

.companyName
{
	font-weight: bold;
}

/*---------- Prize Claimed ----------*/
#prizeDescription
{
	margin: 1.5em 0 3.5em 0;
}

/*---------- questionNavigation ----------*/
#questionNavigation input[type=submit]
{
	margin: 3em 1em 0 1em;
}

/*---------- resetPassword ----------*/
#resetPassword input
{
	margin: 0.3em 0 0.3em 0;
}

/*---------- simpleMessage ----------*/
#simpleMessage h1
{
	margin-bottom: 4em;
}

#simpleMessage p
{
	font-size: 1.5em;
}

/*---------- #siteMap ----------*/
#siteMap
{
	margin: auto;
	width: 250px;
}

#siteMap h1
{
	text-align: center;
}

#siteMap ul
{
	list-style: none;
}

#siteMap li a
{
	font-size: 0.9em;
	display: block;
	padding: 0.4em 0.5em 0.4em 0.5em;
	text-decoration: none;
}

#siteMap ul ul
{
	margin-left: 12px;
}
