
div.box {
	background:#f3f5f9;
	border:0px;
	padding:0px;
	margin-bottom:10px;
}
div.box h3 {
	font-size:11pt;
	padding:0px;
	margin:0px;
}

div.box h4 {
	margin-top:2px;
	margin-bottom:2px;
	font-size:10pt;
	border-bottom:1px solid #c2cfe4;
}

div.box .top_left {
	background:url('images/box-top-left.png') right top no-repeat;
	width:9px;
	height:9px;
}
div.box .top_center {
	background:url('images/box-top-center.png') top repeat-x;
	height:9px;
}
div.box .top_right {
	background:url('images/box-top-right.png') left top no-repeat;
	height:9px;
	width:9px;
}
div.box .title_left {
	background:url('images/box-title-top-left.png') right repeat-y;
	width:9px;
	vertical-align:bottom;
}
div.box .title_left div {
	background:url('images/box-title-left.png') right bottom no-repeat;
	height:16px;
}
div.box .title_center {
	background:#d3d7e7 url('images/box-title-center.png') left bottom repeat-x;
	color:#758aa2;
	padding-top:0px;
}
div.box .title_right {
	background:url('images/box-title-top-right.png') left repeat-y;
	width:9px;
	vertical-align:bottom;
}
div.box .title_right div {
	background:url('images/box-title-right.png') left bottom no-repeat;
	height:16px;
}
div.box .title_center a {
	color:#758aa2;
}
div.box .main_left {
	background:url('images/box-main-left.png') right repeat-y;
	width:9px;
	vertical-align:bottom;
}
div.box .main_left div {
	background:url('images/box-bottom-left.png') right bottom no-repeat;
	width:9px;
	height:9px;
}
div.box .main_center {
	background:#f3f5f9 url('images/box-bottom-center.png') bottom repeat-x;;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}
div.box .main_right {
	background:url('images/box-main-right.png') left repeat-y;
	width:9px;
	vertical-align:bottom;
}
div.box .main_right div {
	background:url('images/box-bottom-right.png') left bottom no-repeat;
	width:9px;
	height:9px;
}

div.box h4 {
	border-bottom:1px solid #c2cfe4;
}



table.page_selection {
	width:100%;
	border:0px;
	background:#f3f5f9;
	border-collapse:collapse;
	margin-bottom:10px;
}
table.page_selection td {
	padding:0px;
}
table.page_selection table td {
	padding:0px;
	text-align:center;
}
table.page_selection th {
	border:2px solid #FFFFFF;
	background:#A0C0FF;
	font-weight:bold;
}
table.page_selection a.selected {
	color:#FF0000;
	font-weight:bold;
}
table.page_selection .top_left {
	background:url('images/pageselection-top-left.png') right bottom no-repeat;
	width:9px;
	height:9px;
}
table.page_selection .top_title {
	background:url('images/pageselection-top-title.png') bottom repeat-x;
	height:9px;
}
table.page_selection .top_center {
	background:url('images/pageselection-top-center.png') bottom repeat-x;
	height:9px;
}
table.page_selection .top_right {
	background:url('images/pageselection-top-right.png') left bottom no-repeat;
	height:9px;
}
table.page_selection .main_left {
	background:url('images/pageselection-main-top-left.png') right repeat-y;
	width:9px;
	vertical-align:bottom;
}
table.page_selection .main_left div {
	background:url('images/pageselection-main-left.png') right bottom no-repeat;
	height:11px;
}
table.page_selection .main_title {
	background:#d3d7e7 url('images/pageselection-main-title.png') bottom repeat-x;
	color:#758aa2;
	padding-right:4px;
}
table.page_selection .main_right {
	background:#d3d7e7 url('images/pageselection-main-right.png') left repeat-y;
	width:9px;
}
table.page_selection .bottom_left {
	background:url('images/pageselection-bottom-left.png') right top no-repeat;
	width:9px;
	height:9px;
}
table.page_selection .bottom_title {
	background:url('images/pageselection-bottom-title.png') top repeat-x;
	height:9px;
}
table.page_selection .bottom_center {
	background:url('images/pageselection-bottom-center.png') top repeat-x;
	height:9px;
}
table.page_selection .bottom_right {
	background:url('images/pageselection-bottom-right.png') left top no-repeat;
	height:9px;
}
