@charset "UTF-8";
/* CSS Document */
.box,
.box-dot,
.box-titled
{
	margin: 2px;
	padding: 0px;
	background: #FFF url(../pic/mid-new.jpg) left top repeat-x;
}


/*---------------------*/

.box_title_main {
	background: #999;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
	color: #FFF;
}


/*.box_title_main_left {}*/

.box_inner {
	border-left:  1px solid #CCC;
	border-right: 1px solid #CCC;
}

#page_content {
	font-size: 11px;
	padding: 30px;
	padding-top: 5px;
    color: #333;
	line-height: 16px;
}

#page_content h2 {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 30px;
}

#page_content span {
	color: #06C;	
}

#page_content object,
#page_content embed {
	border: 2px solid #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}

.contentSplash1 {
	background: url(../pic/splash1.png) no-repeat right top;	
}

.contentSplash2 {
	background: url(../pic/splash2.png) no-repeat right top;	
}

.contentSplash3 {
	background: url(../pic/splash3.png) no-repeat right top;	
}

.box_title {
	background: url(../pic/top-left.jpg) left top no-repeat;
}

.box_left {
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	padding: 3px;   /* <------------------ */
	padding-left: 10px;
	background: url(../pic/top-right.jpg) no-repeat right top;
}

.box_box {
	position: relative;
	padding-bottom: 12px;
}

.box_footer {
	height: 12px;
	background-image: url(../pic/bottom-left.jpg); 
	background-position: left top; 
	background-repeat:no-repeat;
	text-align: right;
}

.box_end {
	height: 12px;
	background-image: url(../pic/bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


.tools_box {
	font-size: 11px;
	border-left:  1px solid #CCC;
	border-right: 1px solid #CCC;
	padding-left: 10px;
}
