/*@charset "UTF-8"; */
/* FUELECONOMY.GOV STYLES */

body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif; color: #666;}

/* fegTable */

table.fegTable {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	background-color: white;
	border-collapse: collapse;
	color: #666;
}
table.fegTable th {
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-style: solid none solid none;
	border-color: #6eb43f white #6eb43f white;
	background-color: #6eb43f;
	color: white;
}
table.fegTable td {
	border-width: 1px 1px 1px 1px;
	padding: 5px;
	border-style: solid none solid none;
	border-color: #CCC white #CCC white;
	background-color: white;
	vertical-align: top;
	font-size: 12px;
}

/* fegTablenb (no border) */

table.fegTablenb {
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	background-color: white;
	border-collapse: collapse;
	line-height: normal;
	color: #6eb43f;
	vertical-align: top;
}
table.fegTablenb td {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	background-color: white;
	color: #6eb43f;	
    vertical-align: top;
	font-size: 12px;
}
table.fegTablenb th {
	border-width: 1px;
	padding: 0px;
	border-style: none;
	border-color: white;
	background-color: white;
	color: #6eb43f;
}

/* fegSelectModel */

table.fegSelectModel {
	line-height: normal;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}
table.fegSelectModel tr {
	vertical-align: top;
}
table.fegSelectModel th {
	color: #6eb43f;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
table.fegSelectModel td {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

/* fegPopup */

table.fegPopup {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	background-color: white;
	border-collapse: collapse;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}
table.fegPopup th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #CCC;
	background-color: #6eb43f;
	color: white;
	font-size: 13px;
}
table.fegPopup td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #CCC;
	border-collapse: collapse;
	background-color: white;
	vertical-align: top;
}

/* Other */

.green-bold {
	color: #6eb43f;
	font-weight: bold;
}
#table-content ul {
	margin-bottom: 0px;
	text-align: left;
	font-size: 12px;
}
#table-content li {
	text-align: left;
	font-size: 12px;
}
.tableFootnote {
	font-size: 10px;
	line-height: normal;
}
.figureRtAlign {
  	float: right;
	font-size: 12px;  
	margin: 5px;
	text-align: center;
	vertical-align: top;
}
.figureRtAlign img {
	border: solid 1px gray;
}
.figureLtAlign {
	float: left;
	font-size: 12px;
	margin: 5px;
	text-align: center;
	vertical-align: top;
}
.figureLtAlign img {
	border: solid 1px gray;
}
.figureLtAlign p {
	text-align: center;
}
p.warning {
	font-weight: bold;
	color: #CC0000;
}
.qualifiesYes {
	color: #6eb43f;
	font-weight: bold;
}
.qualifiesNo {
	color: #993300;
	font-weight: bold;
}
a {
	color: #6eb43f;
}

.med-spacer {
	clear: both; 
	height: 200px;
}
	
