/*
 * Copyright (c) 2009 The Olympos Development Team. *  * http://sourceforge.net/projects/olympos/
 *
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html. If redistributing this code,
 * this entire header must remain intact.
 */
.createButton {
	background-image: url("../img/add.png") !important;
}

.editButton {
	background-image: url("../img/pencil.png") !important;
}

.deleteButton {
	background-image: url("../img/delete.png") !important;
}

.saveButton {
	background-image: url("../img/disk.png") !important;
}

.cancelButton {
	background-image: url("../img/cancel.png") !important;
}

.associateButton {
	background-image: url("../img/link.png") !important;
}

.disassociateButton {
	background-image: url("../img/link_break.png") !important;
}

.startButton {
	background-image: url("../img/control_play_blue.png") !important;
}

.stopButton {
	background-image: url("../img/control_stop_blue.png") !important;
}

.loadButton {
	background-image: url("../img/script.png") !important;
}

.cweLogoIcon {
	background-image: url("../img/logoIcon.png") !important;
}

.chartIcon {
	background-image: url("../img/chart_bar.png") !important;
}

.dashboardIcon {
	background-image: url("../img/house.png") !important;
}

ul.deleteMsgBox {
	margin-top: 0.5em;
	list-style-type: disc;
	list-style-position: inside;
}

.AssociateLabel {
	font-weight: bold;
}

.cwe-field-readOnly {
	opacity: 0.6;
}

.searchField {
	background-image: url("../img/magnifier.png");
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 22px;
	border-radius-topleft: 1em;
	border-radius-bottomleft: 1em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-radius-topleft: 1em;
	-webkit-border-radius-bottomleft: 1em;
	border-right: 0px;
}

.resetButton,.searchResetButton {
	background-image: url("../img/cross.png") !important;
}

.searchResetButton {
	border-radius-topright: 1em !important;
	border-radius-bottomright: 1em !important;
	-moz-border-radius-topright: 1em !important;
	-moz-border-radius-bottomright: 1em !important;
	-webkit-border-radius-topright: 1em !important;
	-webkit-border-radius-bottomright: 1em !important;
	background-color: white !important;
	background-position: left center !important;
	border-bottom: 1px solid #B5B8C8 !important;
	border-top: 1px solid #B5B8C8 !important;
	border-right: 1px solid #B5B8C8 !important;
	height: 16px !important;
	padding-top: 2px !important;
	width: 20px !important;
}

.gridRelevance {
	height: 16px;
	border: 1px solid #8DB2E3;
	background-color: #8DB2E3;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

.gridNoRelevance {
	background-color: white;
	height: 16px;
	width: 100%;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

.amountField {
	background-image: url("../img/money.png");
	background-repeat: no-repeat;
	background-position: 2px center;
	text-align: right;
	padding-left: 20px;
}

.amountFieldMessage {
	font-size: 11px;
	background-image: url("../img/calculator.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px;
	padding-left: 20px;
	line-height: normal;
}

.reportButton {
	background-image: url("../img/page_white_acrobat.png") !important;
}

.portrait {
	background-image: url("../img/page_white.png") !important;
}

.landscape {
	background-image: url("../img/page_white_horizontal.png") !important;
}

.menuHeader {
	padding: 2px;
}

.negativeNumber {
	color: red;
}

.managementActionList {
	padding: 6px;
	background-color: white;
}

.managementActionList li {
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	padding-left: 18px;
}

.managementActionList a,.managementActionList a:hover,.managementActionList a:focus,.managementActionList a:visited,a.alwaysBlue,a.alwaysBlue:hover,a.alwaysBlue:focus,a.alwaysBlue:visited
	{
	color: blue;
}

.settingsIcon {
	background-image: url("../img/cog.png") !important;
}

.analysisIcon {
	background-image: url("../img/chart_bar.png") !important;
}

.managementIcon {
	background-image: url("../img/briefcase.png") !important;
}

.searchIcon {
	background-image: url("../img/magnifier.png") !important;
}
