/*-----------------------------------------------------------------------------

   Pool Popup CSS

-----------------------------------------------------------------------------*/

/* Global Reset
-----------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, pre, blockquote {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

*:link, *:visited { text-decoration: none; }

/* Pool Popup
-----------------------------------------------------------------------------*/

body {
	background-color: white;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 10px;
}

.images {
	margin: 0 0 7px 0;
}

.photo {
	border: 1px solid #eee;
	margin: 0 5px 0 0;
}

strong {
	color: #0051a3;
	font-size: 1.1em;
}

table {
	margin: 5px 0 0 0;
}

td {
	background-color: #e9e9e9;
	font-size: 1em;
	padding: 2px 3px;
}

/*---------------------------------------------------------------------------*/
