@charset "utf-8";
/* CSS Document */
body {
}
h3 {
	margin-bottom: 5px;
}
.container {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
.date {
	float: right;
	font-style: italic;
	color: #999999;
	margin-right: 5px;
}
.footer {
	font-size: 0.75em;
	color: #666666;
	text-align: center;
	line-height: 0.75em;
}
.rightfloat {
	float: right;
}
.sbc_nav a {
        text-decoration: none;
}
.sbc_nav ul {
        list-style-type: none;
}
.sbc_nav li {
        margin-left: -10px;
        border-bottom: 1px solid #eeeeee;
}

.sbc_nav .active {
        background-color: #cccccc;

}

.sbc_nav .self {
        background-color: #eeeeee;

}

.content {
}

.login {
        border: 1px solid black;
        padding: 5px;
        background-color: #DDDDDD;
        float: right;
        margin-right: 5px;
}


