/*  
This is a style sheet for the subscription box for the NRETA web site.  
Karen Feldbauer
*/ 

table {
	border-collapse: collapse;
	border-color: transparent;
	empty-cells: show;
}

table#layout {
	background-color: transparent;
	border-left: 1px solid #BFDAD8 !important;
	border-right: 1px solid #BFDAD8 !important;
	border-bottom: 1px solid #BFDAD8 !important;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}	

th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.05em;	color: #000000;
	background: transparent; /* E2F1CF */
	vertical-align: bottom;
	border-top: 1px solid #C1D82F;
	border-left-style: none;
	border-right-style: none;
	border-bottom: 2px solid #C1D82F;
}

table.bordergrey th {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

tr {
	font-family: Arial, Helvetica, sans-serif; 
}
