.panel
{
	width: 450px;
	min-height: 100px;
	background-color: #ffffff;
	border: 1px solid #5A8DAA;
	padding: 10px;
	margin-bottom: 10px;
}

.panel_large {
	min-height: 100px;
	background-color: #ffffff;
	border: 1px solid #5A8DAA;
	padding: 10px;
	margin-bottom: 10px;
}

.panel_title
{
	font-weight: bold;
	border-bottom: 1px solid #5A8DAA;
	padding-bottom: 3px;
	font-size: large;
}

.panel_title a {
	text-decoration: none;
	color: #000;
}

.panel_title a:hover {
	text-decoration: underline;
}

.panel_data
{
	padding-top: 5px;
	font-size: small;
}

.panel_edit_url {
	font-size: small;
	font-weight: normal;
}

.panel_edit_url a {
	color: blue;
	text-decoration: underline;
}

