.dblist {
	background-color:#DDFFDD;
	padding: 10px;
}
.dblink {

}
.dblinkbox {
	text-align: center;
	width: 300px;
	border: solid 1px #BBEEBB;
}
.dbnolinkbox {
	background-color:#BBCCBB;
	text-align: center;
	width: 300px;
	border: solid 1px #BBEEBB;
}

.title {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.dbadminlinkbox {
	text-align: center;
	width: 80px;
	border: solid 1px #BBEEBB;
	background-color:#EEFFDD;
}

.dbinfobox {
	text-align: center;
	width: 300px;
	border: solid 1px #BBEEBB;
}
.dbnolinkinfobox {
	text-align: center;
	width: 300px;
	background-color:#BBCCBB;
	border: solid 1px #BBEEBB;
}

.main {
	border: 1px dashed black;
	padding: 15px;
	margin: 20px;
	background-color:#CCFFCC;
}

