/*
 * (c) Copyright Hewlett-Packard Company 2007.  All rights Reserved.
 * Reproduction, adaptation, or translation without prior written
 * permission is prohibited except as allowed under the copyright
 * permission.
 */

/**
 * This CSS formats web application to screen and projector media. To print
 * media, see alternate CSS. 
 * 
 * @author		Gilson Hoffmeister
 * @required	Common CSS (common.css)
 * @see			Alternate CSS (print.css)
 */

/*
-------------------------------------------------------------------------------
 General Rules
-------------------------------------------------------------------------------
*/

html {
	overflow: hidden;
	height: 100%;
}

body {
	background-color: #cccccc;
	overflow: auto;
	height: 100%;
	margin: 0;
	padding: 0; 
}

/*
-------------------------------------------------------------------------------
 Header
-------------------------------------------------------------------------------
*/

#header {
	background-color: #003366;
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 7px solid #ffffff;
	height: 287px;
}

#header h1 {
	background-image: url(../images/hp_logo_invert.gif);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	float: left;
	top: 0px;
	left: 0px;
	height: 90px;
	overflow: hidden;
	text-indent: -99999px;
	width: 114px;
}

#header h2 {
	background-image: url(../images/logon_title.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: right;
	position: relative;
	top: 120px;
	height: 50px;
	text-indent: -99999px;
	width: 807px;
}

#hplogo {
	margin: 10px;
}

#header h3 {
	display: none;
}

/*
-------------------------------------------------------------------------------
 Content
-------------------------------------------------------------------------------
*/

#content {
	border: 0px;
	display: block;
	float: right;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	top: 0px;
	width: 474px;
}

#helpContext {
	height: 50px;
	margin: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
}

#helpButton {
	width: 20px !important;
}

label {
	width: 63px !important;
}

input.textbox {
	width: 200px !important;
}

p.error {
	width: 200px;
	margin-left: 70px !important;
}

.buttonSet {
	margin-top: 13px;
	margin-right: 203px;
}


#copyright {
	vertical-align: bottom;
	position: static;
	bottom: 10px;
	width: 474px;
	float: right;
}

