/* Box Layout */
.startBox{
	margin-bottom:-20px;
}

.headerBgRight{
	position:relative;
	float:right;
	width:13px;
	height:28px;
	background:url(../images/bg_box_right.gif) no-repeat;
}

.headerBgLeft{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:13px;
	height:28px;
	background:url(../images/bg_box_left.gif) no-repeat;
}

.headerBg{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:28px;
	background:url(../images/bg_box.gif) repeat-x;
}

.boxContent{
	position:relative;
	/*margin-top:-20px;*/
	left:0px;
	padding-top:7px;
	padding-left:13px;
	padding-right:13px;

}

.boxContent .boxHeader{
	margin-top:-25px;
}


/* For content_global pages */
.content .boxContent{
	padding:0px;
}

.content .startBox .boxContent{
	padding-top:7px;
	padding-left:13px;
	padding-right:13px;
}

.content .boxContentClose{
	padding:0px;
}

.boxContentClose{
	position:relative;
	left:0px;
	padding-left:13px;
	padding-right:13px;
}

.boxCloser{
	clear:both;
	margin:0;
	padding:0;
	margin-top:20px;
	margin-bottom:10px;
	height:18px;
	border:none;
	background:#FFFFFF url(../images/bg_box_close.gif) repeat-x;
	text-align:left;
	width:100%;
}

.boxHeader{
	margin-bottom:10px;
}

.headerTitle{
	position:relative;
	float:left;
	padding-top:8px;
	font-size:14px;
	font-weight:bold;
	color:#318282;
}

.boxContent h1 {font-size:14px;
	font-weight:bold;
	color:#318282; margin:-27px 0 15px;}

