/*****************************************************************
*
* COPYRIGHT (C) 2004-2015 SICOM Systems Inc
* 4434 Progress Meadow Drive
* Doylestown, PA 18902
* 215-489-2500, FAX: 215-489-2769
*
*****************************************************************/

/* toolbar style */
.withtoolbar #contentarea {
	top: 4.5em !important;
}

.withtoolbar_double #contentarea {
	top: 6.5em !important;
}

.toolbar {
	/*border-bottom:1px solid #ddd;*/
	height: 21px;
	margin: 2px 10px;
}

.toolbar ul {
	list-style: none;
	margin: 0;
}

.toolbar ul a {
	padding-top: 1px;
}

.toolbar ul li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 2px;
}

.toolbar ul.nav li {
	float: left;
	margin-right: 2px;
}

.toolbarwarning {
	color: #9b0000;
	display: block;
	margin-left: 5px;
	margin-top: 0.3em;
	padding-left: 20px;
	margin-top: 0.2em;
}

.toolbar small {
	margin-top: 2px;
	background-position: 5px top;
}

.toolbar .separator {
	background-color: #dddddd;
	width: 1px;
	height: 1.8em;
	margin-right: 5px;
}

#bottomButtonRow {
	padding-left: 10px;
}

input[type="text"].searchbox {
	margin-left: 5px;
	font-size: 100%;
	font-style: italic;
	color: #666666;
	width: 14em;
	background: #ffffff url('./images/icons/search.png') no-repeat right center;
	padding-right: 20px;
	position: relative;
	bottom: 2px;
	left: 2px;
}

.toolbar select {
	margin-right: 2px;
	padding: 1px;
	width: 14em;
}

/* "button" styles */

.button, .CommonButton {
	padding: 2px 3px;
	color: #000000 !important;
	background-color: #dddddd;
	border: 1px solid #888888;
	text-decoration: none;
	cursor: pointer;
}

/*
.button {
  display: block;

}
*/

.button:hover {
	color: #000000;
	background-color: #eeeeee;
	border-color: #aaaaaa;
}

.button:active {
	background-color: #bbbbbb !important;
	border: 1px solid #333333;
}

.navbutton {
	font-size: 85%;
	padding: 2px 1px 1px 16px;
	margin-top: 3px;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	cursor: pointer;
}

.navbutton:hover {
	background-color: #fefefe !important;
	border-color: #dddddd;
}

.navbutton.disabled {
	color: #aaaaaa;
	border-color: #f2f2f2;
	background-color: #ffffff;
}

.disabled {
	cursor: normal;
}

.helptext {
	font-size: 85%;
	margin-top: 3px;
	padding-top: 2px;
}

textarea.formulaeditor {
	width: 100%;
	height: 15em;
	font-size: 1em;
}

.redbutton {
	background-color: #fce4e4;
	border-color: #e97676;
}

.redbutton:hover {
	background-color: #feeeee !important;
	border-color: #f6a7a7;
}

.bluebutton {
	background-color: #d5e1f5;
	border-color: #6997d0;
}

.bluebutton:hover {
	background-color: #e3ebf8 !important;
	border-color: #769fd2;
}

.tealbutton {
	background-color: #d4e7e7;
	border-color: #59a7a5;
}

.tealbutton:hover {
	background-color: #e8f2f2 !important;
	border-color: #5faaa8;
}

.purplebutton {
	background-color: #e1dbe6;
	border-color: #937da5;
}

.purplebutton:hover {
	background-color: #f1e7f9 !important;
	border-color: #bbadc7;
}

.orangebutton {
	background-color: #ffe0a9;
	border-color: #f99c00;
}

.orangebutton:hover {
	background-color: #ffe8be !important;
	border-color: #ffcc6f;
}

.greenbutton {
	background-color: #e9f8cf;
	border-color: #7cad0d;
}

.greenbutton:hover {
	background-color: #f7fdeb !important;
	border-color: #98d510;
}

.sandbutton {
	background-color: #f2edd0;
	border-color: #d4c25d;
}

.sandbutton:hover {
	background-color: #faf8ec !important;
	border-color: #ded080;
}

.ltgreybutton {
	background-color: #eeeeee;
	border-color: #aaaaaa;
}

.ltgreybutton:hover {
	background-color: #fefefe !important;
	border-color: #cccccc;
}
