@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #509046;
  text-decoration: none;
}
a:visited {
	color: #2b7725;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #509046;
  text-decoration: none;
}

.section {
	margin-bottom: 2.5em;
}
#flashContent {
	padding-bottom: 1px;
}

#leftCenter {
	width: 238px;
	float: left;
}
#rightBar {
	width: 239px;
	float: right;
}
.leftBar {
	width: 238px;
	float: left;
}
.mainCol {
	width: 631px;
	float: right;
}

dl.eventList {
	margin: 10px 0 0 0;
}
dl.eventList dt {
	background: url(images/point.gif) no-repeat 0 10px;
	padding-top: 2px;
	padding-left: 12px;
	width: 80px;
	float: left;
	margin-bottom: 1px;
	clear: left;
	letter-spacing: 1px;
	font-size: 108%;
}
dl.eventList dd {
	border-bottom: #999 1px dotted;
	padding: 0 0 4px 119px;
	margin-bottom: 7px;
}

ul.reportList {
	margin: 10px 0 0 0;
}
ul.reportList li a {
	display: block;
	vertical-align: top;	
}
ul.reportList li {
	clear: left;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: #999 1px dotted;	
}
ul.reportList li img {
	float: left;
	clear: left;
	margin: 0 15px 0 0;
	width: 104px;
	height: 78px;
	overflow: hidden;
}

ul.reportList li{
    zoom:1;/*for IE 5.5-7*/
}
ul.reportList li:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html ul.reportList li{
	display:inline-table;
	/*\*/display:block;/**/
}
.fontBig {
	font-size: 131%;
	font-weight: bold;
}
img.photo {
	margin: 0 1em 5px 0;
}
ul.topBanner {
	margin-right: -10px;
}
ul.topBanner li {
	float: left;
	margin: 0 10px 10px 0;
}