@charset "utf-8";
/* CSS Document */
.vert-pictures {
	background-color: #EEEEEE;
	float: right;
	width: 320px;
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
	text-align: center;
}
.horz-pictures {
	background-color: #EEEEEE;
	
	
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
	text-align: center;
}

.schedule {
	background-color: #EEEEEE;
	float: right;
	width: 290px;
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
}
.schedule  .time {
	margin-left: 20px;
	text-align: left;
	padding-top: -10px;
}
.schedule .time .style1 {
	font-size: 11px;
}

.schedule h1 {
	color: #0066CC;
	font-size: 12px;
	font-weight: bold;
}
.schedule h2 {
	font-size: 15px;
	color: #003366;
	text-align: center;
}
.footer {
	color: #666666;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	padding: 10px;
}
.content {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #003366;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
.h1 {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
.shadow {

filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction=135, Strength=3);
	-moz-box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	box-shadow: 0px 0px 10px #CCC;
	border: 1px solid #CCCCCC;
}

