body
{
	margin:0;
	padding:0;
}

#header
{
	background: #ffffff url('images/hpp_header_lg.gif') no-repeat top left;
	width: 800px;
	height: 80px;
}
#footer
{
	background: #ffffff url('images/hpp_footer_lg.gif') no-repeat top right;
	width: 800px;
	height: 80px;
}



.ratingLegend
{
	background-color: #ffffdd;
	border: solid 1px #ffcc00;
	padding:10px;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
.percentageContainer
{
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	color: #aaaaaa;
}
.percentageBar
{
	background-color:#eeeeee;
	padding: 2px;
	width: 200px;
	margin-left:auto;
	margin-right: auto;
	border: solid 1px #dddddd;
	text-align:left;
}
.percentageBar .amountComplete
{
	background-color: #aaaaff;
	height: 15px;
	text-align: right;
	width: 100px;
	color: #ffffff;
}
/* ASSESSMENT STYLE */
.assessTable
{
	width:560px;
	border: solid 1px #dddddd;
	border-spacing: 0;
	padding: 0;
}
.assessTable caption
{
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	line-height: 0.9em;
}
.assessTable caption .subCaption
{
	font-size: 0.8em;
	float:right;
	color: #999999;
	font-weight: normal;
}
.assessTable td, .assessTable th
{
	padding: 10px;
}

.assessTable th
{
	text-align:left;
	padding:4px;
	vertical-align: bottom;
}
.ratingLegend td
{
	padding:0px 10px 0px 10px ;
}
.assessTable .elementCell
{
	padding: 10px;
	vertical-align: top;
	border-left: solid 1px #dddddd;
}
 .rowEven td, .highlightRow
{
	background-color: #f5f5f5;
}
.errorMessage
{
	color: #ff0000;
	text-weight: bold;
	margin: 10px;
}
.assessmentList
{
	padding: 0px;	
	height: 150px;
	overflow: scroll;
}
.assessmentListTitle
{
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	border-bottom: solid 1px #dddddd;
}
.assessmentList .assessmentItem
{
	padding: 5px 0px 5px 10px;
	border-bottom: solid 1px #dddddd;
}
.assessmentList a:hover
{
	background-color: #ffffdd;
}
.assessmentList a, .assessmentList a:hover, .assessmentList a:visited, .assessmentList a:active
{
	font-weight: normal;
}
.loginTable
{
	width: 150px;
	margin-left: 10px;
}
.loginTable th
{
	text-align:left;
	padding:4px 0px 0px 0px;
}
.userInfo
{
	padding: 10px;
	margin-bottom: 10px;
}
.userForm
{
	padding: 10px;
}
.userForm td
{
	padding: 2px;
}
.userForm th
{
	width: 130px;
}


/* Buttons */
.assessButton
{
	display: block;
	width: 200px;
	border: solid 1px #ddddee;
	background-color: #eeeeff;
	padding: 10px 10px 10px 40px;
	background: #eeeeff url('') no-repeat 5px 5px;
}
.assessButtonSave
{
	background-image: url('./icons/save.gif');
}
.assessButtonResults
{
	background-image: url('./icons/results.gif');
}
.assessButtonQuit
{
	background-image: url('./icons/quit.gif');
}
.assessButtonNew
{
	background-image: url('./icons/new.gif');
}
.assessButtonQuestion
{
	background-image: url('./icons/question.gif');
}
.assessButtonUser
{
	background-image: url('./icons/user.gif');
}
.assessButtonHome, .assessButtonLogin
{
	background-image: url('./icons/home.gif');
}
.assessButtonGuest
{
	background-image: url('./icons/guest.gif');
}
.assessButtonRegister
{
	background-image: url('./icons/register.gif');
}
.assessButtonPlay
{
	background-image: url('./icons/play.gif');
}
.assessButtonRefresh
{
	background-image: url('./icons/refresh.gif');
}
.assessButtonDelete
{
	background-image: url('./icons/delete.gif');
}
.assessButtonCustomer
{
	width: 230px;
	padding-left:10px;
	text-align: center;
	float: right;
	font-size: 1.0em;
}
.assessButtonCustomerRequest
{
	width: 250px;
	text-align: center;
	float: right;
	font-size: 1.0em;
	clear:right;
	padding-top:15px;
}
.backButton
{
	width: 80px;
	height: 25px;
	padding-left: 24px;
	padding-top: 5px;
	display: block;
	background: url('./icons/back.gif') no-repeat top left;
	font-size: 1.2em;
}