/* Document */
.container_head
{
	padding: 8px 10px 0 8px;
	text-align: left;
	color: #43494D;
	background-color:#f8f8f8;
}
.container_content
{
	clear: both;
	background-color:#f8f8f8;
}
.container_contentpane
{
	padding: 8px 15px 0 8px;
	text-align: left;
	background-color:#f8f8f8;
}
.container_footer
{
	margin-bottom: 0px;
	padding: 8px 10px 8px 15px;
	text-align: right;
	background-color:#f8f8f8;
}

.title
{
	margin-top: 8px;
	float: left;
	white-space: nowrap;
}
.title_vis
{
	margin-top: 8px;
	float: right;
	text-align: right;
}

/*---------- borders -----------*/
.border_topleft
{
	padding: 0px;
	margin: 0px;
	background: url('images/top_left.png') no-repeat left top;
	height: 23px;
}
.border_topright
{
	padding: 0px;
	margin: 0px;
	background: url('images/top_right.png') no-repeat right top;
	height: 23px;
}
.border_topmiddle
{
	padding: 0px;
	margin: 0 16px 0 16px;
	background: url('images/top.png') repeat-x 50% top;
	height: 23px;
}

.border_botleft
{
	padding: 0px;
	margin: 0px;
	background: url('images/bottom_left.png') no-repeat left top;
}
.border_botright
{
	padding: 0px;
	margin: 0px;
	background: url('images/bottom_right.png') no-repeat right top;
}
.border_botmiddle
{
	padding: 0px;
	margin: 0 16px 0 16px;
	background: url('images/bottom.png') repeat-x 50% bottom;
	height: 16px;
}

.border_sideleft
{
	padding: 0px;
	margin: 0px;
	background: url('images/left.png') repeat-y left top;
	background-color:#f8f8f8;
}
.border_sideright
{
	padding: 0px;
	margin: 0px;
	background: url('images/right.png') repeat-y right top;
}
.middle
{
	padding: 0px;
	margin: 0 21px 0 21px;
	background-color:#f8f8f8;
}

.bottom_space
{
	padding: 0px;
	margin: 0px;
	background-color: Transparent;
	height: 20px;
}

/*---------- default style for head & normal -----------*/
.Head
{
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#1a3881;
}
.Normal
{
	color: #43494D;
}
.Normal p
{
	margin-top: 0px;
}

