/* CSS Document */

#contentsTitle{
	margin:0;
	padding:0;
	text-align:right;
	width:650px;
	height:220px;
}

#blogTitle{
	width:630px;
	height:81px;
	background-image:url(../report/_share/title_bgimage.gif);
	padding:5px 0 0 20px;
	font-size:20px;
	font-weight:bold;
}
#blogTitleHead{
	font-size:10px;
	font-weight:normal;
	line-height:200%;
}

#sideLeft{
	float:left;
	width:176px;
	margin:10px 0 0 8px;
	background-color:#D8D8D8;
}

#leftContents{
	width:150px;
	margin:0 auto;
	padding:0;
}
#sideRight{
	float:right;
	width:445px;
	padding:10px 10px 0 0;
}

#leftHeader{
	width:176px;
	height:11px;
	background-image:url(../report/_share/sidobar_header.jpg);
	background-repeat:no-repeat;
}
#leftFooter{
	width:176px;
	height:11px;
	background-image:url(../report/_share/sidobar_footer.jpg);
	background-color:#ffffff;
	background-repeat:no-repeat;
}


#leftContents{
	color:#003300;
}

#entryHeader{
	padding:5px 0 10px 4px;
	border-bottom:solid 1px #eeeeee;
	font-size:16px;
}

#reportEntries ul{
	margin:0 0 10px 0;
	line-height:110%;
	list-style:none;
}
#reportEntries li{
	border-bottom:dotted 1px #FFFFFF;
}
#reportEntries a{
	display:block;
	text-decoration:none;
	color:#555555;
	padding:4px;
}
#reportEntries a:hover{
	background-color:#eeeeee;
}
.sideEntryDate{
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 1px;
}
.sideEntryTitle{
	font-size:10px;
}


#entryDate{
	width:60px;
	font-size:10px;
	color:#999999;
	font-weight:bold;
}

#entryTitle {
	width:350px;
	font-size:16px;
	font-weight:bold;
	color:#555555;
	line-height:120%;
}
#entryText{
	font-size:12px;
	line-height:150%;
	letter-spacing:1px;
	margin:0 0 10px 0;
	padding:5px;
}

.entryLine{
	margin:0 0 10px 5px;
	padding:0;
	list-style:none;
	border-bottom:dashed 1px #999999;
}


.entryLine a{
	text-decoration:none;
}
.entryLine a:hover{
/*	background-color:#eeeeee; */
}




