@charset "utf-8";
/* CSS Document */

/* email alerts */
#emailalerts { width: 251px; height:100px; }
	#emailalerts a { 
		display: block; height: 100px; widows: 251px; overflow: hidden;
		text-indent: -9999px; background: url(/econgeography/images/emailalerts.gif) no-repeat top left; }


table.subscribe { 
	width: 250px;
	border: 1px solid #6971B0; border-collapse: collapse; }
	table.subscribe tr { vertical-align:top; }
	table.subscribe th {  
		background-color: #6971B0; text-align: right; padding: 10px 25px 8px 0; border: none; }
		table.subscribe th h3 { 
			color: #FFC20E; font-size: 1.4em; font-weight:normal; margin:0; padding:0; }
		table.subscribe th p { font-style: italic; color: white; font-weight:normal; font-size: 1.2em; margin:0; padding:0; }
		table.subscribe td { padding: 4px; border: 1px solid #6971B0; border-collapse: collapse; }
		table.subscribe td.blue { background-color: #6971B0; color: #FFF; padding: 8px; }

