﻿/* HACKS TO THE MS POPUP TO REMOVE EXTRA LINES SPACES */
.firstChild br, .firstChild p
{display:none;}
/* END HACKS */


.popup br{
	display:inline;
}

.popup{
	font-family:Verdana;
}

.popup th {
	font-weight:bold;
}

.popup thead th{
	font-size:12px;
	padding-bottom:8px;
}

.popup tfoot{
	background-color: gainsboro;
}

.popup tfoot td{
	padding:8px;
}
.popup td{
	padding:0 0 8px 8px;
}
.popup a{
	color: #000099;
	text-decoration: none;
}
.popup a:hover{
	color: #ff6633;
	text-decoration: underline;
}

