@charset "utf-8";
@media screen, projection {
	.columns {
		width: 730px;
		}
		.columns-main {
			float: left;
			width: 456px;
			}
			.columns-maini-full {
				width: 730px;
				}
		.columns-sub {
			background: url(../../images/medium-background.gif) top left no-repeat;
			float: right;
			min-height: 120px;
			width: 264px;
			}
	dl.largedatelist {
		margin: 10px;
		}
		dl.largedatelist dt {
			font-size: 10px;
			font-weight: bold;
			margin: 5px 0;
			}
		dl.largedatelist dd {
			font-size: 12px;
			margin: 5px 0 15px 10px;
			}
	.imagescrollimg {
		background: url(../../images/small-shadow.gif) bottom center no-repeat;
		padding-bottom: 10px;
		}
		.imagescrollimg img {
			border: 2px solid #fff;
			}
	.imagescrollfullimg {
		background: url(../../images/image-shadow.gif) bottom center no-repeat;
		padding-bottom: 10px;
		text-align: center;
		}
		.imagescrollfullimgpad {
			border: 3px solid #fff;
			}
		.imagescrollfullimgpadmore {
			background: #fcf9fa;
			border: 3px solid #fff;
			padding: 10px 0;
			}
			.imagescrollfullimgpadmore img {
				border: 3px solid #fff;
				}
	ul.imagescroll {
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		width: 244px;
		}
		ul.imagescroll li {
			display: block;
			float: left;
			padding: 0 5px 0 0;
			}
		ul.imagescroll li a {
			background: #cfe7ae;
			border: 1px solid #4f751d;
			color: #345010;
			display: block;
			font-size: 12px;
			margin: 2px;
			padding: 2px 3px;
			}
		ul.imagescroll li.selected a {
			background: #e4f1d2;
			}
}
@media print, handheld {
}
@media handheld {
}
@media print {
	ul.imagescroll {
		display: none;
		}
}
