﻿/* CSS Document */

#container {
	position: relative;
	width: 150px;
	margin: 0 0 0 0;
	text-align: left;
}
a:link {
	color: #047391;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
.Accordion {
	overflow: hidden;
}
.AccordionPanelLabel {
	border-bottom: 1px;
	padding: 2px;
	cursor: pointer;
	border-bottom-style: solid;
	line-height:25px;
	width: 150px;
	border-bottom-color: #CCCCCC;
}
.AccordionPanelContent {
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
	padding-left: 2px;
	list-style-type: none;
	margin: 4px;
	font-size: 12px;
	font-weight: bold;
}
.style1 {
	color: #FF0000
}
#Acc1 {
	width: 150px;
	float: center;
	margin: 0px;
	z-index: 50;
}
#Acc1 .AccordionPanelContent {
	height: 0px;
}
#Acc1 .AccordionPanelLabel {
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Acc2 {
	width: 150px;
	float: left;
	margin: 20px;
}
#Acc2 .AccordionPanelLabel {
	cursor: pointer;
	width: 150px;
}
#Acc2 .AccordionPanelContent {
	height: 1px;
	list-style-type: none;
	overflow: hidden;
}
#panel1Content, #panel2Content, #panel3Content, #panel4Content {
	border: none;
}
#panel1Content.AccordionPanelContent{
	height:100px;
}
#panel1Content ul{
	list-style-type:none;
}
#apDiv1 {
	width: 150px;
	height: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	margin-top: 20px;
	padding-top: 20px;
}
#img12hours{
	width: 92px;
	height: 68px;
	float: left; 
	position: relative;
	top: 0px;
	left: 0px;
	border: 1px;
}
#img12hours2{ 
	width: 56px; 
	height: 38px;
	float: right; 
	position: relative;
}
#div12hours3{
	height: 0px; 
	overflow: hidden;
}
#img12hours3{
	width: 150px;
	height: 200px;
	clear: both; 
	opacity: 0.0; 
	filter: alpha(opacity=0);
}
img {
	margin: 0px;
	cursor: pointer;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #047391;
	background-color: #FFFFFF;
}
