#html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
@charset "utf-8";
body  {
	font:12px, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color:#3366BB;
	text-decoration:none;
} 
a:visited {
	color:#3366BB;
	text-decoration:none;
} 
a:hover {
	color:#C60;
	text-decoration:underline;
} 

input {
	color:#333;
	font-size:medium;
}  

form {
	margin:0;
	padding:0;
}

#container { 
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
}  

#header {
	width:960px;
	height:146px;
	margin: 0;
	padding:0;
	background-position:center;
	text-align:left;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
	font:28px, Arial, Helvetica, sans-serif;
}
.menu {
	height:28px;
	list-style:none;
	text-align:center;
	font:13px, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color:#06C;
} 
.menu a {
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
} 
.menu a:hover {
	text-decoration:underline;
} 
.menu ul {
	margin: 0;
	padding:0;
	list-style:none;
} 
.menu ul li{
	float:left;
	width:90px;
	display:block;
	line-height:28px;
	color: #FFF;
	background-color:#06C;
	border-right-style:solid;
	border-right-color:#FFF;
	border-right-width:1px;
}

#pageBody {
	width:960px;
	margin: 0 auto;
	font:11px, Arial, Helvetica, sans-serif;
} 

#pageBody h2 {
	margin: 0 auto;
	text-align:center;
	font:20px, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#039;
	line-height:50px;
} 
.infowindow {
	text-align:left;
	font-size:12px;
	line-height:20px;
}
.menu2 {
	margin: 3px 0;
	height:28px;
	text-align:center;
	font:13px, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333;	/*background-color:#F4F4F4;*/
} 
.menu2 a {
	float:left;
	color:#333;
	text-decoration:underline;
	cursor:pointer;
	padding:0 0 0 4px;
	background:url("tableftB.gif") no-repeat left top;
} 
.menu2 a span {
	float:left;
	display:block;
	background:url("tabrightB.gif") no-repeat right top;
	padding:5px 10px 4px 4px;
	color:#333;
} 
.menu2 a:hover {
	display:block;
	color:#F00;
	background-position:0% -42px;
}
.menu2 a:hover span {
	color:#F00;
	background-position:100% -42px;
} 
.menu2 ul {
	margin:0;
	padding:0;
	list-style:none;
} 
.menu2 ul li{
	float:left;
	display: block;
	line-height:24px;
	color: #333;
}

.detailList {
	width:100%;
	margin:0;
	padding:0;
	font-size:12px;
} 
.detailList p {
	padding:5px;
	font-size:12px;
} 
.detailListFiler  {
	float:left;
	display:block;
	width:100%;
	margin: 0;
	padding:0;
	text-align:center;
	background-color:#FFF;
} 
.detailListFiler ul {
	width:100%;
	margin: 0 auto;
	padding:0;
	list-style:none;
} 
.detailListFiler ul li{
	float:left;
	display:block;
	padding: 0 10px;
	line-height:24px;
	background-color:#FFF;
	color:#3366BB;
	font-size:12px;
	font-weight:bold;
	border-style:none;
}
.detailListFiler ul li:hover {
	color:#C60;
	text-decoration:underline;
} 
.detailList table {
	width:100%;
	border-width:0;
	border-spacing:0;
	border-collapse:collapse;
} 
.detailList TABLE TD {
	BORDER-BOTTOM: #e1e7f3 1px solid;
}
.detailListHeader {
	float:left;
	display:block;
	width:100%;
	/*background-color:#5BA1E0;*/
	background-color:#E8EDEB;
	font-weight:bold;
	text-align:center;
	/*color:#FFF;*/
	color:#333;
	line-height:24px;
}
.detailListItem {
	float:left;
	display:block;
	width:100%;
	background-color:#FFF;
	color:#333;
	text-align:center;
	line-height:20px;
	/*height:580px;
	overflow: scroll;*/
}
.detailListItemStrong4 {
	font-weight:bold;
	color:#000;
}
.detailListItemStrong6 {
	font-weight:bold;
	color:#F00;
}

.detailListItem table tr:hover {
	text-decoration:underline;
	background-color:#CCC;
	color:#06F;
} 
.detailListToolbar {
	background-color:#FFF;
	color:#039;
	text-align:center;
	line-height:20px;
}
.disabled {
	color:#CCC;
}
.detailListNote {
	display:block;
	background-color:#FF9;
	color:#333;
	font-size:11px;
	margin:0;
	padding:5px 10px 5px 30px;
	list-style-image: url(../icon/GIF/icon_warning.gif);
}

.simpleList {
	width:100%;
	margin:0;
	padding:0;
	font-size:13px;
	color:#3366BB;
} 
.simpleList ul {
	margin:0;
	padding:10px 10px 0 25px;
	border:none;
}
.simpleList ul li {
	margin:0;
	padding:5px 0;
	list-style-type:square;
}
.simpleList ul li.showMore {
	padding:2px 0;
	font-size: 12px;
	list-style-type:none;
	text-align:right;
}
.simpleList ul li:hover {
	color:#C60;
	text-decoration:underline;
} 
.simpleList input {
	color:#333;
	font-size:12px;
}

#footer {
	width:960px;
	height:102px;
	margin:3px;
	padding:10px 0 10px 0;
	text-align:left;
	background-image:url(../image/bottom.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:11px;
	line-height: 20px;
	color:#333;
} 
#footer p {
	margin: 0;
	padding: 5px 0; 
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
  font-size: 1px;
  line-height: 0px;
}

.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
}

