/*
 * (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
 */

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

* {
	margin: 0px;
	padding: 0px;
}

html {
	border: 0px;
	overflow: scroll;
	overflow-x: hidden;
}

body {
	background-color: #ffffff;
	border: 0px;
	color: #000000;
	font: 70% Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

a {
	color: #003399;
}

a:active, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
--------------------------------------------------------------------
 Loading Box
--------------------------------------------------------------------
*/

#loadingBox {
	background-image: url(../images/progress_bar_small.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	height: 14px;
	margin: 10px auto;
	width: 154px;
    display: none;
    visibility: hidden;
    position: absolute;
    top: 45%;
    left: 45%;
}

#loadingContent {
	display: table;
	width: 100%;
}

/*
-------------------------------------------------------------------------------
 Layout
-------------------------------------------------------------------------------
*/

h4 {
	background-color: #666666;
	border-bottom: 3px solid #484848;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	padding: 2px 10px;
}

.content {
	margin: 10px;
}

.content p {
	margin: 10px 0px;
}

.content ul {
	margin: 10px 15px;
}

.content li {
	margin: 10px 0px;
}

.content h5 {
	margin: 10px 0px;
}

div.hr {
	border-top: 1px solid #cccccc;
	font-size: 1%;
	height: 1px;
	margin: 10px 0px;
	overflow: hidden;
}

.error {
	color: #cc0000;
}

.success {
	color: #3f8c00;
}

.warning {
	color: #484848;
}

.informationBox {
	background-color: #eeeeee;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	line-height: 130%;
	padding: 10px 10px 10px 30px;
}

.note {
	background-color: #eeeeee;
	margin: 10px 0px;
	padding: 0px 10px 1px 10px;
}

.note h5 {
	background-image: url(../images/status/document_15.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
	padding: 4px 0px 5px 20px;
}

.clearFloat {
	clear: both;
	font-size: 1%;
	height: 1px;
	margin-bottom: -1px;
	overflow: hidden;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

.textDisabled {
	color: #666666;
}

.externalLink {
	background-image: url(../images/icon_shortcut_arrow.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	display: inline;
	height: 15px;
	padding-left: 16px;
}

ul.singleLine li {
	margin: 0px !important;
}

/*
--------------------------------------------------------------------
 Boxes
--------------------------------------------------------------------
*/
.horizontalBoxDivider {
	border-bottom: 1px solid #cccccc;
	clear: both;
	font-size: 1%;
	height: 10px;
	margin: 0px 10px;
	overflow: hidden;
}

div.boxLine {
	clear: both;
}

div.box {
	display: inline;
	float: left;
	margin-top: 10px;
	width: 310px;
}

div.box h4 {
	background-position: 10px 4px;
	background-repeat: no-repeat;
	padding: 5px 10px 4px 30px;
}

div.box ul {
	list-style: none;
	margin: 2px 2px 0px;
	table-layout: fixed;
}

div.box .hidden {
	display: none !important;
}

div.box li a {
	background-position: 5px 3px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #ffffff;
	display: block;
	min-height: 16px;
	padding: 3px 3px 3px 25px;
	overflow: hidden;
	text-decoration: none !important;
	white-space: nowrap;
	width: 268px;
    text-overflow: ellipsis;
}

div.box li a:hover {
	background-color: #99ccff;
	color: #000000;
}

div.box .selected {
	background-color: #99ccff;
	color: #000000;
}

div.box .disabled {
	color: #666666;
}

div.box .disabled:hover {
	background: none;
	color: #666666;
	cursor: default;
}

div.box div.list {
	border: 5px solid #cccccc;
	border-bottom: 0px;
	min-height: 122px;
}

div.box div.action {
	border: 5px solid #cccccc;
	border-top: 0px solid #cccccc;
}

div.box div.action p {
	border-top: 1px solid #cccccc;
	height: 16px;
	line-height: 16px;
	margin: 0px 2px;
	padding: 3px;
}

div.box div.action span {
	color: #666666;
	display: inline;
	float: left;
}

div.box div.action a {
	border-left: 1px solid #cccccc;
	display: block;
	float: right;
	padding-left: 5px;
}

.statusUndefinedTitle {
	background-image: url(../images/status/document_15.gif);
}

.statusUndefinedList {
	background-image: url(../images/icon_bullet_list.gif);
}

/*
--------------------------------------------------------------------
 Icon View
--------------------------------------------------------------------
*/

div.iconContainer {
	display: inline;
	float: left;
	width: 190px;
}

div.iconContainer .icon {
	background-position: center top;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 30px;
	line-height: normal;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	padding-top: 39px;
	width: 100px;
}

div.iconContainer div.iconStatus {
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 1%;
	height: 15px;
	left: 56px;
	margin-top: -16px;
	overflow: hidden;
	position: relative;
	text-indent: -99999px;
	width: 15px;
}

div.iconContainer div.iconLabel {
	text-align: center;
	padding: 0px 5px;
    height: 50px;
}

div.iconContainer ul {
	float: left;
	list-style: none;
	margin-top: 10px;
	width: 80px;
}

div.iconContainer li {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}

/*
-------------------------------------------------------------------------------
 Message Box
-------------------------------------------------------------------------------
*/

.messageBoxShadowLegend {
    background-color: #cccccc;
    top: 143px;
    padding: 2px;
    position: absolute;
    right: 50px;
    width: 350px;
    z-index: 1001;
}

.messageBoxShadow {
	background-color: #cccccc;
	bottom: 30px;
	padding: 2px;
	position: absolute;
	right: 50px;
	width: 350px;
	z-index: 1001;
}

div.messageBox {
	background-color: #ffffff;
	border: 1px solid #484848;
	padding: 5px;
}

div.messageBox p {
	line-height: normal;
}

/*
-------------------------------------------------------------------------------
 Tables
-------------------------------------------------------------------------------
*/

table {
	border-collapse: collapse;
	line-height: normal;
	width: 100%;
}

td, th {
	text-align: left;
	vertical-align: top;
}

/*
-------------------------------------------------------------------------------
 Display Table
-------------------------------------------------------------------------------
*/

table.display {
	border: 1px solid #cccccc;	
}

table.display td,
table.display th {
	border-bottom: 1px solid #cccccc;		
	padding: 1px 5px;
}

table.display th {
	background-color: #968f89;
	border-right: 1px solid #cccccc;
	border-top: #968f89;
	color: #ffffff;
	padding-bottom: 1px;
	padding-top: 1px;
}

table.display th a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}

table.display tr {
	background-color: #f5f5f5;
}

table.display tr.alternateRow {
	background-color: #eeeeee;
}

table.display tr.highlightRow {
	background-color: #99ccff !important;
}

td input.checkRadiobox {
	margin: 0px !important;
	margin-left: 1px !important;
	margin-top: 1px !important;
	padding: 0px !important;
}

.selection {
	padding-right: 0px !important;
	width: 25px !important;
}

/*
--------------------------------------------------------------------
 Icons
--------------------------------------------------------------------
*/

.icon {
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 15px;
	padding-left: 20px;
}

.statusCritical {
	background-image: url(../images/status/critical_15.gif);
}

.statusDisabled {
	background-image: url(../images/status/disabled_15.gif);
}

.statusInformational {
	background-image: url(../images/status/info_15.gif);
}

.statusMajor {
	background-image: url(../images/status/major_15.gif);
}

.statusMinor {
	background-image: url(../images/status/minor_15.gif);
}

.statusNormal {
	background-image: url(../images/status/normal_15.gif);
}

.statusUnknown {
	background-image: url(../images/status/unknown_15.gif);
}

.statusWarning {
	background-image: url(../images/status/warning_15.gif);
}

.openLegend {
	background-image: url(../images/legend.gif);
}

.refreshPage {
	background-image: url(../images/refresh.gif);
}

/*
--------------------------------------------------------------------
 Status 32x32
--------------------------------------------------------------------
*/

.statusCritical32 {
	background-image: url(../images/status/critical_32.gif);
}

.statusDisabled32 {
	background-image: url(../images/status/disabled_32.gif);
}

.statusInformational32 {
	background-image: url(../images/status/info_32.gif);
}

.statusMajor32 {
	background-image: url(../images/status/major_32.gif);
}

.statusMinor32 {
	background-image: url(../images/status/minor_32.gif);
}

.statusNormal32 {
	background-image: url(../images/status/normal_32.gif);
}

.statusUnknown32 {
	background-image: url(../images/status/unknown_32.gif);
}

.statusWarning32 {
	background-image: url(../images/status/warning_32.gif);
}

/*
--------------------------------------------------------------------
 Application Icons
--------------------------------------------------------------------
*/

.defaultIcon {
	background-image: url(../images/icons/generic.png);
}

.systemStatus {
    background-image: url(../images/icons/generic.png);
}

.overallStatus {
    background-image: url(../images/icons/overallStatus.gif);
}
.defaultIconSmall {
	background-image: url(../images/status/document_15.gif);
}
/*
-------------------------------------------------------------------------------
 Forms
-------------------------------------------------------------------------------
*/

form {
	margin: 10px 0px;
}

input, button, select, textarea {
	font: 100% Arial, Helvetica, sans-serif;
}

input.textbox {
	background-color: #ffffff;
	border: 1px solid #7b9ebd;
	padding: 2px;
}

input.checkRadiobox {
	margin-right: 5px;
	vertical-align: -2px;
}

form input.autoWidth {
	width: auto !important;
}

form input.autoWidthButton {
	padding-left: 10px !important;
	padding-right: 10px !important; 
	width: auto !important;
}

form input.readonly {
	border: 0px;
	font-weight: bold;
}

form input.textboxDisabled {
	background-color: #dddddd !important;
	border: 1px solid #adadad !important;
}

form input.error {
	border: 1px solid #cc0000;
	color: #000000;
}

select {
	background-color: #ffffff;
	border: 1px solid #7b9ebd;
	height: 18px;
	vertical-align: 1px;
}

textarea {
	background-color: #ffffff;
	border: 1px solid #7b9ebd;
	height: 56px;
	padding: 2px;
}

form fieldset {
	border: 1px solid #cccccc;
	margin: 10px 0px;
	padding: 0px 10px;
	width: auto;
}

form legend {
	color: #000000;
	padding: 0px 5px;
}

form .formLine {
	clear: both;
	margin-bottom: 10px;
}

form .formLine select {
	width: 306px;
}

form .formLine input.textbox {
	width: 300px;
}

form .formLine textarea {
	overflow-y: scroll;
	width: 300px;
}

form .formLine label {
	clear: both;
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 4px;
	width: 150px;
}

form .formLine label.autoWidth {
	clear: none;
	display: inline;
	float: none !important;
	margin: 0px;
	padding: 0px;
	width: auto;
}

/*
-------------------------------------------------------------------------------
 Buttons
-------------------------------------------------------------------------------
*/

button.hpButton,
input.hpButton {
	border-style: none;
	color: #fff; 
	height: 18px;
}

button.hpButtonSmall,
input.hpButtonSmall {
	border-style: none;
	color: #fff; 
	height: 16px;
	padding: 0px 4px;
}
button.hpButtonVerySmall,
input.hpButtonVerySmall {
	border-style: none;
	color: #fff; 
	font-size: 9px;
	height: 11px;
	padding: 0px 2px;
}
button.helpButton,
input.helpButton {
	color: #fff; 
	padding: 0px 3px 0px 2px;
}
button.hpButton,
button.hpButtonSmall,
button.hpButtonVerySmall,
input.hpButton,
input.hpButtonSmall,
input.hpButtonVerySmall {
	color: #fff; 
	cursor: pointer;
	font-family: Arial,sans-serif;
	font-weight: bold;
	left: -1px;
	position: relative;
	text-align: center;
	text-decoration: none;   
	top: -1px;	
}

div.bWrapperUp,
div.bWrapperOver,
div.bWrapperDown,
div.bWrapperDisabled {
	direction: ltr;
	float: right;
	margin-left: 8px;
}

div.buttonSet {
	text-align: right;
}

div.buttonsAreLeftAligned {
	margin-left: 3px;
	margin-top: 3px;
	text-align: left;
}


div.buttonsAreRightAligned {
	margin-left: 3px;
	margin-top: 3px;
	text-align: right;
}


/* buttonsAreLeftAligned is a modifier class, modifying buttonSet */
div.buttonsAreLeftAligned div.bWrapperUp,
div.buttonsAreLeftAligned div.bWrapperOver,
div.buttonsAreLeftAligned div.bWrapperDown,
div.buttonsAreLeftAligned div.bWrapperDisabled {
	float: left;
	margin-left: 0px;
	margin-right: 8px;
}

div.verticalButtonSet {
	padding-right: 10px;
}
div.verticalButtonSet div.bWrapperUp,
div.verticalButtonSet div.bWrapperOver,
div.verticalButtonSet div.bWrapperDown,
div.verticalButtonSet div.bWrapperDisabled {
	float: none;
	margin-left: 0px;
}

/* this position relative css is what turns the three divs into the 3px slant effect */
div.bWrapperUp div,
div.bWrapperOver div,
div.bWrapperDown div,
div.bWrapperDisabled div {
	left: -1px;
	position: relative;
	top: -1px;
}

.shrinkWrapButton img {
	margin-top: -2px;
}

* html .shrinkWrapButton img {
	margin-top: 2px;
}

.shrinkWrapButton {
	padding: 0px;
	vertical-align: middle;
	width: 22px;
}

button.hpButton,
button.hpButtonSmall,
button.hpButtonVerySmall,
input.hpButton,
input.hpButtonSmall,
input.hpButtonVerySmall {
	background-color: #7591AC;
}

div.bEmphasized button,
div.bEmphasized input,
div.bEmphasized submit{
	background-color: #335C85;
	color: #fff;
}

/* these are the right and bottom edge colors for the various states */
div.bWrapperUp,
div.bWrapperUp div{
	background-color: #3F658C;
}

div.bWrapperDown,
div.bWrapperDown div {
	background-color: #003366;
}

div.bEmphasized,
div.bEmphasized div {
	background-color: #003366;
}

div.bWrapperDisabled,
div.bWrapperDisabled div {
	background-color: #ADADAD;
}

div.bWrapperOver,
div.bWrapperOver div {
	background-color: #1164BA;
}

/* these are the background colors for the button face states. */
div.bWrapperOver button,
div.bWrapperOver input,
div.bWrapperOver submit {
	background-color: #5391CD;
	color: #fff;
}
div.bWrapperDown button,
div.bWrapperDown input,
div.bWrapperDown submit {
	background-color: #335C85;
	color: #fff;
}
div.bWrapperDisabled button,
div.bWrapperDisabled input,
div.bWrapperDisabled submit {
	background-color: #c1c1c1;
	color: #fff;
	cursor: auto;
}
