#sidelink {
	font-size: 80%;
	line-height: 1.7em;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	border-width: 2px 0px 0px;
	border-color: #95A4F7;
	border-style: solid;
	width: 130px;
	float: left;
	position: absolute;
	top: 52px;
	left: 0;
}

#sidelink {
	speak: none;
}

#sidelink div.title {
	background-image: url(/image/bg/grad_darkgray.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	font-size: 90%;
	line-height: 100%;
	color: white;
	background-color: #767676;
	margin: 0px 0px .3em;
	padding: .3em;
}
#sidelink div.menu {
	margin: .5em 0px;
	padding: 0px;
}

#sidelink div.menu p {
	font-size: 120%;
	background-image: url(/image/icon/green.png);
	background-repeat: no-repeat;
	text-indent: 1em;
	border-width: 0px;
	border-color: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


#sideblock {
	margin: 0px;
	padding: 0px;
}
#sideblock {
	border-width: 0px 0px 3px;
	border-color: #95A4F7;
	border-style: solid;
}
#sideblock .content {
	font-size: 120%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#sideblock .content em {
	font-weight: bold;
	color: red;
}
#sideblock table {
	background-color: #EEEEEE;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 85%;
}
#sideblock table td {
	margin: 0px;
	padding: 0px;
}

#sideblock .title a:link { color: white; }
#sideblock .title a:visited { color: white; }
#sideblock .title a:active { text-decoration: underline; }
#sideblock .title a:hover { text-decoration: underline; }
#sideblock form#search input { width: 120px; }

