﻿@media screen {
	.adlist_header {
		background-color: Black;
		color: White;
		font-weight: bold;
		padding: 2px 4px 2px 4px;
	}
	.adlist_header a {
		color: White;
		text-decoration: none;
	}
	.adlist_header a:hover {
		text-decoration: underline;
	}
	.adlist_action {
		background-color: #FC0;
		font-weight: bold;
		padding-left: 5px;
	}
	.addlist_item {
	}
	.adlist_printbutton {
		text-align: right;
	}
	.alternate {
		background-color: #FEF2CD;
	}
	.printCol {
		background-image: url(/images/icons/print.gif);
		background-image: url(/images/icons/printOff.gif);
		background-position: center center;
		background-repeat: no-repeat;
		width: 16px;
	}
	.printOn {
		background-color: #FCE89F;
	}
	.printOn .printCol {
		background-image: url(/images/icons/print.gif);
		background-position: center center;
		background-repeat: no-repeat;
		width: 16px;
	}
}
@media print {
	.printOn {
		background-color: #FCE89F;
	}
	.adlist_header {
		display: none;
	}
	.addlist_item {
		display: none;
	}
	.adlist_action {
		border-bottom: solid 1px #000;
	}
	.adlist_printbutton {
		display: none;
	}
}
/*.map {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 18px;
}
.map a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	/* position: absolute;* /
	top: -1px;
	width: 1px;
	/*filter:alpha(opacity:80); * /
	z-index: 1000;
}
.map a img {
	border: 0;
}
.map a.p1, .map a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 19px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 18px;
}
.map a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}
.map a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 300px;
	left: 150px;
	/*position: absolute;* /
	/*top: -60px;* /
	width: 250px;
	z-index: 1000;
}
*/
