/**
 * The ERIC 1.5 CSS File 
 * contains the new styles for ERIC 1.5
  * MINI
*/
form {
  padding: 0px;
  margin: 0px;
}

.headerMenu {
  font-size: 12px;
  font-weight: bold;
  color: #EEEEEE;
}

.bodyEric {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #000000;
}

.metanavTableCell {
  padding-left: 12px;
  padding-right: 14px;
  height: 22px;
  vertical-align: bottom;
  padding-bottom: 2px;
}

.searchElementsBackground {
  background-color: #FFFFFF;
}

.selectbox {
  width: 170px;
  font-family: Arial, Helvetica;
  font-size: 10px;
}

.labelCell {
  padding-left: 12px;
  padding-right: 3px;
}

input.tabActive {
  background-color: #666666;
  color: #FFFFFF;
  border-top:  1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom:1px solid #666666;
  height: 19px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
  white-space: nowrap;
}

input.tabInActive {
  background-color: #333333;
  color: #CCCCCC;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  height: 19px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
  white-space: nowrap;
  border-left: none;
}

/** DISABLED TABS */
div.tabInActive {
  background-color: #333333;
  color: #CCCCCC;
  border-bottom: 1px solid #000000;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 18px;
  padding-left: 8px;
  padding-top: 3px;
  padding-right: 2px;
  padding-bottom: -2px;
  font-size: 11px;
  white-space: nowrap;
}

input.submitGrey {
  width: 169px;
  height: 20px;
  background-color: #999999;
  border: none;
  color: #FFFFFF;
}

input.submitGrey:hover {
  width: 169px;
  height: 20px;
  background-color: #999999;
  border: none;
  color: #FFFFFF;
}

select.actionDropDown {
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica;	
}

td.widgetHeader {
  background-color: #999999;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-top: 3px;
  color: #FFFFFF;
  font-weight: bold;
}

.whiteText {
  color: #FFFFFF;
  font-size: 8pt;
}

td.searchselectcell {
  padding-left: 20px;
  font-size: 10px;
  color: #FFFFFF;
}

td.searchselectcellNoPad {
  font-size: 10px;
  color: #FFFFFF;
}

a.black:link {
  color: #000000;
  text-decoration: none;
}

a.black:hover {
  color: #000000;
  text-decoration: none;
}

a.black:visited {
  color: #000000;
  text-decoration: none;
}

a.black:active {
  color: #000000;
  text-decoration: none;
}

.tooltipContent {
  background-color: #FFFFFF;
  vertical-align: top;
  overflow: hidden;
  height: 210px;
}

.redBorder {
  border-color: red;
  width: 160px;
  font-size: 9px;
  font-family: Arial, Helvetica;
}
.checkLayoutConfig
{
	height:	9px;
	width:	9px;
	margin-bottom:0px;
	margin-top:2px;
}
img.closeButton
{
	width:14px;
	height:14px;
	padding-top:0px;
	padding-right:0px;
	cursor:hand;	
}
