.grid {
	font-size: 12px;
	font-family: arial;
}

.gwt-RadioButton {
	font-size: 12px;
	font-family: arial;
}

.gwt-Label {
	font-size: 12px;
	font-family: arial;
}

.gwt-TabPanel {
	font-size: 12px;
	font-family: arial;
	border: 1px solid #727272;
    background-image: url(com.exacq.evCalc/Logo.jpeg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
	height: 100%;
	width: 100%;
}

.noBorder {
  border-color: #FFFF00;
  border-style: hidden;
  border-width: 0px;
  overflow: hidden;
  padding: 6px;
}

.gwt-TabBar {
	font-size: 12px;
	font-family: arial;
	background-image: url(com.exacq.evCalc/Gradient.gif);
	background-repeat: repeat-x;
	height: 25px;
	border-bottom: 1px solid #727272;
}

.gwt-TabBar .gwt-TabBarItem {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF;
	border-width: 1px; border-style: solid; border-color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 5px;
	height: 20px;
}

.gwt-TabBar .gwt-TabBarItem-selected {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #000000;
	border-width: 1px; border-style: solid; border-color: #FFFFFF;
    cursor: default;
    padding-right: 10px;
}

.gwt-ListBox {
	font-size: 12px;
	font-family: arial;
	width: 150px;
}

.gwt-HorizontalPanel {
	font-size: 12px;
	font-family: arial;
}

.gwt-TextBox {
	font-size: 12px;
	font-family: arial;
	background-color: #AAAAAA;
	font-family: arial;
	width: 150px;
}

.blueGradSmall {
	background-image: url(com.exacq.evCalc/Gradient.gif);
	background-repeat: repeat-x;
}

.fake-link {
	font-size: 14px;
	font-family: arial;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	padding-right: 15px;
}

.gwt-DialogBox.Caption {
	font-size: 18px;
	font-family: arial;
	background-image: url(com.exacq.evCalc/greyGradSmall.gif);
	background-repeat: repeat-x;
}

.header1 {
	font-size: 18px;
	font-family: arial;
	background-image: url(com.exacq.evCalc/greyGradSmall.gif);
	background-repeat: repeat-x;
}

.header2 {
	font-size: 18px;
	font-family: arial;
}

.gridHeader {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #000000;
	background-image: url(com.exacq.evCalc/greyGradSmall.gif);
	background-repeat: repeat-x;
	padding: 4px;
}

.toolTip-label {
	font-size: 12px;
	font-family: arial;
	cursor: help;
	width: 125px;
	padding: 1px;
}

.toolTip-text {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	background-color: transparent;
}

.toolTip-panel {
	font-size: 12px;
	font-family: arial;
	background-color: #ADCEF8;
	border-width: 2px; border-style: inset; border-color: #AAAAAA;
}

.edit-panel {
	font-size: 12px;
	font-family: arial;
	background-color: #EEEEEE;
	border-width: 2px; border-style: solid; border-color: #303030;
}

.system-dp {
	font-size: 14px;
	font-family: arial;
	/* border-width: 1px; border-style: solid; border-color: #AAAAAA; */
	/* margin: 1px; */
	/* padding: 1px; */
	width: 100%;
	height: 100%;
}

.header-dp {
	font-size: 12px;
	font-family: arial;
	border-width: 1px; border-style: solid; border-color: #AAAAAA;
	padding: 2px;
	margin: 2px;
	width: 100%;
}
