/* CSS Document */
/* Styles in this document are specific to exchange */

/*================================================*/

/*GROUP LISTING TABLE CLASS*/

table.groups0 {
	border-spacing: 0px 0px;
	border-collapse: collapse;
}
table.groups0 tr td {
	background-color: #FEFEEC;

}
table.groups1 {
	border-spacing: 0px 0px;
	border-collapse: collapse;
}
table.groups1 tr td {
	background-color: #FFF7E7;

}

table.none {
	background-color: #ffffff;
	padding: 0em 0px;
}
table.none td {
	padding: 0em 0px;
	}

/*================================================*/


/*SECTION HEADER TABLE CLASS*/

table.sectionheader {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	border: solid 1px #FC827D;
	margin-bottom: 10px;
}

table.sectionheader th,
table.sectionheader td  {
	background-color: #FFEDEC;
	padding: 4px 8px;
	font-size: 11px; 
    font-family: verdana, arial, helvetica, sans-serif;
	color: #660000;
}

table.sectionheader th {
	text-align: left;
	text-transform: uppercase;
}

table.sectionheader td {
	text-align: right;
}

/*================================================*/