@charset "UTF-8";
/* CSS Document */

.details{
	display:none;
	background:#CCFFCC;
	border-left:thin dashed #999999;
	border-right:thin dashed #999999;
	border-bottom:thin dashed #999999;
	padding:10px;
}
.date-heading{
	font-size:1.2em;
	background-color: #CCCCCC;
	text-indent: 0px;
	border-bottom: 1px dashed #999999;
}
.date-content{
	text-indent: 10px;
}
.add_new{
	display:none;
}
.name-title{
	display:block;
	font-size:1.5em;
	text-indent: 10px;
	border-bottom: 0px dashed #999999;
}
.name{
	display:block;
	font-size:1em;
	text-indent: 10px;
	border-bottom: 1px dashed #999999;
	cursor:pointer;
	color:#006600;
}
.name:hover{
	color:#00CC00;
}
.name-details{
	display:block;
	margin-left:20px;
	padding-bottom:10px;
}
.view{
	text-align:left;
	position:absolute;
	left:299px;
}
.go{
	padding-top:3px;
	text-align:left;
	position:absolute;
	left:440px;
	font-size: 0.75em;
}
.go a{
	color:#CC6600;
}
.go a:hover{
	color:#3366CC;
}
.admin{
	width:60px;
	margin-top:20px;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:2px;
	text-align:center;
	position:relative;
	background-color:#CCCCCC;
	border-top: 1px #999999 solid;
	border-right: 1px #999999 solid;
	border-left: 1px #999999 solid;
}
.footer{
	display:block;
}
.footer a{
	color:#666666;
}
.footer a:hover{
	color:#000000;
}

