/*---------------EVENT LIST--------------*/
/*HEADER*/
.next-mon {
	float: left;
	background: url("img/button-nextmon.gif") no-repeat 0px 0px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	width:150px;
	height:27px;
}
	.next-mon:link,
	.next-mon:visited
	{
		background: url("img/button-nextmon.gif") no-repeat 0px 0px;
		padding: 0px;
		margin: 0px 0px 5px 0px;
		width:150px;
		height:27px;
	}
	.next-mon:hover,
	.next-mon:active
	{
		background: url("img/button-nextmon-over.gif") no-repeat 0px 0px;
		padding: 0px;
		margin: 0px 0px 5px 0px;
		width:150px;
		height:27px;
	}
.pre-mon {
	float: left;
	background: url("img/button-premon.gif") no-repeat 0px 0px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	width:150px;
	height:27px;
}
	.pre-mon:link,
	.pre-mon:visited
	{
		background: url("img/button-premon.gif") no-repeat 0px 0px;
		padding: 0px;
		margin: 0px 0px 5px 0px;
		width:150px;
		height:27px;
	}
	.pre-mon:hover,
	.pre-mon:active
	{
		background: url("img/button-premon-over.gif") no-repeat 0px 0px;
		padding: 0px;
		margin: 0px 0px 5px 0px;
		width:150px;
		height:27px;
	}
/*EVENT*/
.outlinearea{
	padding: 0px;
	margin: 0px 0px 0px 180px;
}
	.outline{
		padding: 0px;
		margin: 0px 0px 50px 0px;
		width:510px;
	}
		.exp{
			float: left;
			padding: 0px;
			margin: 0px;
			width:230px;
		}
			.iconarea{
				float: left;
				padding: 0px;
				margin: 0px;
				width:30px;
			}
			a.explink{
				float: left;
				padding: 0px;
				margin: 0px;
				width:200px;
				font-size:1em;
				line-height:1.5em;
				color: #A542DF;
			}
				a.explink:link{
					color: #A542DF;
				}
				a.explink:visited{
					color: rgb(140,140,140)
				}
				a.explink:hover{
					color: red;
				}
				a.explink:active{
					color: red;
				}
.markarea{
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width:180px;
}
.event{
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width:510px;
}
	.eventarea{
		padding: 0px;
		margin: 5px 0px 10px 0px;
	}
.tablearea{
	float: left;
	padding: 0px;
	margin:10px 0px 0px 0px;
	width:690px;
}
	table.eventtb{
		border-collapse:collapse;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-spacing: 0px 0px;
		empty-cells: show;
		width:690px;
		font-size:0.875em;
		line-height:1.5em;
		text-align:left;
	}
		.head{
			background-color:rgb(183,212,255);
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			font-size:0.75em;
			line-height:1.5em;
			font-weight: bold;
			height:30px;
		}
		.obj{
			height:30px;
		}
		.obj td,
		.obj th
		{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			vertical-align:top;
			border-bottom: 1px solid #aaa;
		}
			.libname1{
				width:50px;
			}
			.title1{
				width:140px;
			}
			.obj .title1{
				color: rgb(0,60,255)
			}
			.content1{
				width:250px;
			}
			.date1{
				width:100px;
			}
			.obj .date1{
				color: rgb(0,60,255)
			}
			.note1{
				width:150px;
			}
			.libname2{
				width:50px;
			}
			.title2{
				width:390px;
			}
			.obj .title2{
				color: rgb(0,60,255)
			}
			.date2{
				width:100px;
			}
			.obj .date2{
				color: rgb(0,60,255)
			}
			.note2{
				width:150px;
			}
	.table-end {
		float:right;
		padding: 0px 0px 40px 0px;
		width:120px;
	}


