div.mynfl {
	border: 1px solid silver;
	background: url(../images/content_bg.gif) repeat-y center;
	margin: 0;
	padding: 0;
	width: 973px;
}

div.mynfl div.content {
	background: url(../images/head_top.gif) no-repeat center top;
	padding-top: 138px;
	padding-left: 30px;
}

div.mynfl div.bottom {
	background: url(../images/bottom_bg.gif) no-repeat;
	width: 973px;
	height: 60px;
}

/* @group box_open */

div.box_open {
	text-align: left;
	width: 385px;
		border: 1px solid silver;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

div.box_open div.topbar {
	text-align: left;
	height: 28px;
	background-image: url(../images/box/box_top.gif);
}

div.box_open div.topbar p {
	padding-left: 24px;
	background: url(../images/box/arrow_open.gif) no-repeat left top;
	height: 28px;
	padding-top: 4px;
}

div.box_open div.box_content {
	text-align: left;
	background: white url(../images/box/box_bg.gif) repeat-x 0 bottom;
}

div.box_open div.box_function {
	text-align: left;
	background: white url(../images/box/function_boxbg.gif) repeat-x 0 bottom;
	height: 24px;
}

div.box_open div.box_function div.right_functions {
	float: right;
	padding-right: 10px;
}

div.box_open div.box_function img.up {
	width: 18px;
	height: 24px;
	background: url(../images/box/icon_up.gif) no-repeat left top;
}

div.box_open div.box_function img.down {
	width: 18px;
	height: 24px;
	background: url(../images/box/icon_down.gif) no-repeat left top;
}

div.box_open div.box_function img.delete {
	width: 18px;
	height: 24px;
	background: url(../images/box/icon_delete.gif) no-repeat;
}

div.box_open div.box_function img.setting {
	width: 18px;
	height: 24px;
	background: url(../images/box/icon_setting.gif) no-repeat left top;
}

div.box_open div.box_function p.readall {
	height: 24px;
	background: url(../images/box/icon_read.gif) no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	margin-left: 5px;
}

/* @end */

/* @group box_close */

div.box_close {
	text-align: left;
	width: 385px;
		border: 1px solid silver;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

div.box_close div.topbar {
	text-align: left;
	height: 28px;
	background-image: url(../images/box/box_top.gif);
}

div.box_close div.topbar p {
	padding-left: 24px;
	background: url(../images/box/arrow_close.gif) no-repeat left top;
	height: 28px;
	padding-top: 4px;
}

div.box_close div.box_function {
	text-align: left;
	background: white url(../images/box/function_boxbg.gif) repeat-x 0 bottom;
	height: 24px;
}

div.box_close div.box_function div.right_functions {
	float: right;
	padding-right: 10px;
}

div.box_close div.box_function img.up {
	width: 18px;
	height: 24px;
	background: url(../images/box/icon_up.gif) no-repeat left top;
}

div.box_close div.box_function img.down {
	width: 18px;
	height: 24px;
	background: url(../images/box/icon_down.gif) no-repeat left top;
}

div.box_close div.box_function img.delete {
	width: 18px;
	height: 24px;
	background: url(../images/box/icon_delete.gif) no-repeat;
}

div.box_close div.box_function img.setting {
	width: 18px;
	height: 24px;
	background: url(../images/box/icon_setting.gif) no-repeat left top;
}

div.box_close div.box_function p.readall {
	height: 24px;
	background: url(../images/box/icon_read.gif) no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	margin-left: 5px;
}

/* @end */

ul.headline {
	font-size: 9pt;
	list-style-position: outside;
	text-shadow: #000000 0 0 0;
	list-style-type: none;
	margin: 0 5px;
	padding: 7px 0 10px 10px;
	border-top: 1px solid silver;
}

ul.headline li {
	font-size: 9pt;
	list-style-position: outside;
	text-shadow: #000000 0 0 0;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 13px;
	background: url(../images/box/bullet.jpg) no-repeat left top;
}

/* typo */

div.box_open div.topbar p {

	color: white;
	font-size: 11pt;
}

div.box_close div.topbar p {

	color: white;
	font-size: 11pt;
}