/* ELO OVERRIDES */

/* STYLES FOR CORPORATE HOMEPAGE */
	#TE_corp_paletteContainerLeft {
	display:table;
	float:left;
	width:670px;
	}
		#TE_corp_floatPalette01 {
		float:left;
		width:310px;
		border:0px;
		}
		
		#TE_corp_floatPalette02 {
		float:right;
		width:310px;
		border:0px;
		}
	
	#TE_corp_palleteContainerRight {
	display:table;
	float:left;
	width:670px;
	}
		
		#TE_corp_floatPalette03 {
		float:left;
		width:310px;
		border:0px;
		}
		
		#TE_corp_floatPalette04 {
		float:right;
		width:310px;
		border:0px;
		}

/* END STYLES FOR CORPORATE HOMEPAGE */

/* ELO ADDITIONS */

h2 {	
	font-size: 1.3em;
	line-height: 20px;
}
h3 {
	font-size: 1.1em;
	line-height: 14px;
}
h4 {
	font-size: 1.0em;
	line-height: 14px;
}
h5 {
	font-size: 0.9em;
	line-height: 14px;
}
.Elo_popup {
	background:#FFFFFF;
	padding: 5px;
}
	
.Elo_imgright {
	float:right;
	margin: 0px 0px 0px 5px;
}
.Elo_imgleft {
	float:left;
	margin: 0px 5px 0px 0px;
}
.TE_table th {
	vertical-align:bottom;
}
.TE_table td {
	vertical-align:top;
}
.TE_tableGrid th {
  background-color:#f4f4f4;
  vertical-align:top;
  text-align:center;
}
.TE_tableGrid td {
  border: solid 1px #dddddd;
  vertical-align:top;
  text-align:center;
}

p.Elo_titlefigure {
	font-style: italic;
}
p.Elo_titletable {
	font-style: italic;
}
table.Elo_pullquote {
	border-color: #CBD1D4;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-style: solid;
}

/*****************************************************************************
** standard grid table with header on side
*****************************************************************************/
table.Elo_table_sidehead {
  border: solid 1px #000000;
  border-bottom: solid 1px black;
  border-collapse: collapse;
}
.Elo_table_sidehead caption {
  border-bottom: 1px solid black;
  text-align:center;
  background-color:#F7F7F7;
  padding:4px;
  font-weight: bold;
}
.Elo_table_sidehead th {
  border-top:#C6A765;  
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  background-color: #E4EEF4;
  vertical-align:top;
  text-align:left;
  padding:3px;
}
.Elo_table_sidehead td {
  border: solid 1px #dddddd;
  padding:3px;
  vertical-align:top;
  text-align:left;
 }
.Elo_table_sidehead tr.altColor {
  background-color: #eeeeee;
}
.Elo_table_sidehead tr.footer th, .Elo_table_sidehead tr.footer td {
  border-top: solid 1px black;
  border-left: solid 1px black;
  border-bottom: solid 1px black;
  background-color: #E4EEF4;
}
.Elo_table_sidehead tr.footer td input {
  font-size: 90%;
}
table.Elo_table_sidehead td ul{
  margin-left:5px;
  padding:0 0 0.2em 1.3em;
}
table.Elo_table_sidehead td ol{
  margin-left:12px;
  padding:0 0 0.2em 1.3em;  
}
table.Elo_table_sidehead table td ul {
  margin-left:-10px;
}
table.Elo_table_sidehead table td ol{
  margin-left:-2px;
}