.blue_panel {
	background: #dee9ff url(../_images/blue_panel/header_tile.jpg) left top repeat-x;
	border-collapse: collapse;
	font-weight: bold;
	width: 100%;
}

.blue_panel a:hover{
	text-decoration: none;
}

.blue_panel image {
	border: 1px solid white;
}

.blue_panel input,
.blue_panel textarea {
	border: 1px solid #7e9db9;
	display: block;
	margin-bottom: 3px;
	padding: 0px;
	width: 180px;
}

.blue_panel p {
	font-size: 0.85em;
	font-weight: normal;
	text-align: left;
}

.blue_panel thead {
	color: #dee9ff;
	font-size: 1.1em;
}

.blue_panel thead .left,
.blue_panel thead .right {
	height: 33px;
	width: 7px;
}

.blue_panel thead .left {
	background: transparent url(../_images/blue_panel/header_left.jpg) left top no-repeat;
}

.blue_panel thead .center {
	padding: 8px 0px 0px 4px;
	white-space: nowrap;
}

.blue_panel thead .right {
	background: transparent url(../_images/blue_panel/header_right.jpg) right top no-repeat;
}

.blue_panel .body {
	border: 1px solid #9bb3e3;
	border-top: 0px;
}

.blue_panel .body ul {
	margin: 0px;
}

.blue_panel .body li {
	border-bottom: 1px dashed #9bb3e3;
	list-style: none;
	margin: 0px;
	padding: 0.3em 1em;
	vertical-align: middle;
}

.blue_panel .body li.last {
	border: 0px;
}