@import url(../../base/css/common.css);
.disignBoxFirst {
	background-image:none;
	border: none;
	margin-bottom: 20px;
}
.boxFirstHeader {
	height: 30px;
	border-bottom: none;
	padding: 0px;
}
.disignBoxFirst .boxFirstHeader .dbTopMenu, .disignBoxFirst .boxFirstHeader .caption_item {
	right: 10px;
	top: 0;
}
.dbBoxHeaderCenter {
	background-image: url(../images/tc.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 11px;
	top: 0px;
	right: 11px;
}
.dbBoxHeaderLeft {
	background-image: url(../images/tl.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 30px;
	width: 11px;
	left: 0px;
	top: 0px;
}
.dbBoxHeaderRight {
	background-image: url(../images/tr.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 30px;
	width: 11px;
	top: 0px;
	right: 0px;
}
.boxContent {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000080;
	border-left-color: #000080;
}
.dbTitle {
	padding-top: 7px;
	padding-left: 10px;
	color: #FFFFFF;
}
.dbBoxFooterLeft {
	background-image: url(../images/bl.png);
	height: 11px;
	width: 11px;
	position: absolute;
	left: 0px;
}
.dbBoxFooterCenter {
	background-image: url(../images/bc.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 11px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 11px;
	right: 11px;
}
.dbBoxFooterRight {
	background-image: url(../images/br.png);
	height: 11px;
	width: 11px;
	position: absolute;
	right: 0px;
}
.dbBoxFooterItem {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin-right: 4px;
	margin-left: 4px;
}
.dbTopMenu div.active {
	background:url("../images/icons/_dbtopmenu_left.png") no-repeat scroll 0 50% transparent;
	cursor:pointer;
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	padding:0 0 0 5px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
.dbTopMenu .active span {
	background:url("../images/icons/_dbtopmenu_right.png") repeat-y scroll right top transparent;
	display:block;
	float:left;
	height:28px;
	padding:0 5px 0 0;
}
.dbTopMenu div a, .dbTopMenu div a:link, .dbTopMenu div a:hover, .dbTopMenu div a:active, .dbTopMenu div a:visited {
	color:#E5E5E5;
}
.MsgBox .msgbox_left_side, .MsgBox .msgbox_right_side, .MsgBox .msgbox_top_side, .MsgBox .msgbox_bottom_side {
	background-color:#F8F8F8;
	background-image:url("../images/msgbox_bd.gif");
	font-size:0;
}
.MsgBox .msgbox_text {
	color:#000080;
}
