/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background: #FFF;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height: 4px;
	background: #FFF;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #CCC;
	position: relative;
}

.jspDrag
{
	background: #333;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: ##80808d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 4px;
}

.jspHorizontalBar .jspArrow
{
	width: 4px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


.new_red {
	color: #F00;
}
.sns_blue {
	font-weight: bold;
	color: #06F;
}
.hr_700{width:810px; boder:none; border-top:dotted 1px #999; margin-bottom:5px;}

.box_mR20_s {
	width: 850px;
	border-bottom:solid 1px #999;
	border-left:solid 1px #999;
	margin-right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height:400px;
	overflow:auto;
	box-sizing:border-box;
}
table.topics{width:820px; border:0; cellspacing:0; cellpadding:0; margin:0 10px 5px 10px; font-size:14px; line-height:150%;}
td.w44{width:40px; text-align:center; vertical-align:top;}
td.w90{width:80px; text-align:center; vertical-align:top;}
td.w566{width:700px; text-align:left; vertical-align:top;}
.topics_bold {
	font-weight: bold;
	color: #000;
}
.event_pink {
	font-weight: bold;
	color: #F69;
}
.back_yellow{background:#FFC;}
