﻿@charset "utf-8";

/* --- shared css for new layout (2007) --- */

#wrapper { clear: both; border: none;
width:960px; height: auto;
text-align:left; 
margin-top: 0px; 
margin-bottom: 0px; 
margin-right: auto; 
margin-left: auto; 
padding: 0px;}       

#wrapper:after { 
content:".";
display:block;
height: 0;
clear: both; 
visibility: hidden; }

/* for col */
.colbox {width:960px; text-align:left; border: none; clear:both;  }

.colbox:after { 
content:".";
display:block;
height: 0;
clear: both; 
visibility: hidden; }

.colbox .clear {clear:both;}


.box960 {width: 960px; text-align:left; 
clear: both; background: url(/css/en/asset/body_bg_960.gif) repeat; padding: 0; margin: 0;/*margin-bottom: 10px;*/
}
.box960TitleO {text-align:left; 
height: 24px; width: 960px; line-height: 24px; font-weight: bold; background: url(/css/en/asset/title_bg_960_o.gif) no-repeat left bottom; color: #fff;
}

.box960TitleG {text-align:left; 
height: 24px; width: 960px; line-height: 24px; font-weight: bold; background: url(/css/en/asset/title_bg_960_g.gif) no-repeat left bottom; color: #fff;
}
.box960Body { text-align:left;   margin: 0; border: 0;
height: auto; background: url(/css/en/asset/box_bg_960.gif) no-repeat left bottom ; clear: both; padding:0 0 10px;
}
.box960Body:after { 
content:".";
display:block;
height: 0;
clear: both; 
visibility: hidden; 
}

/* title text part */
.title1 { float:left; width: 400px; font-weight: bold; line-height: 24px; margin-left: 10px; }

/* --- inner boxes --- */

div.bodySubmenu, .inBox, .inBoxNb {margin-left: 20px; margin-top: 5px;  clear:both;}

div.bodySubmenu { background: url(/css/en/asset/subbar_bg_lg.gif) center bottom; padding-left: 10px;  margin-top: 10px; height: 24px; line-height: 24px; font-weight: bold; border-bottom: 1px solid #ccc; width:912px; _width:920px;}

.inBox {padding: 10px; border: 1px solid #ccc; background: #fff; width:900px; _width:920px;}

.inBox:after { 
content:".";
display:block;
height: 0;
clear: both; 
visibility: hidden;
}


/* inner box - no border */
.inBoxNb {border: none; padding: 0px; margin-top: 10px; width:900px; _width:920px;}


.inBoxPT {text-align: right; padding-right: 20px; padding-top: 2px; clear:both;}

/* after float
.clearBox {clear: both; height: 1px; line-height: 1px; padding: 0; border: 0; overflow: hidden;}*/

/* join */
.joinBtn {
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	width: 130px;
	height: 24px;
	left: 20px;
	margin-left: 0px;
	color: #FFFFFF;
}
.joinBtn a {
	background: url(/css/en/asset/btn_b130x24.gif) no-repeat top left;
	margin:auto;
	color: #fff;
	display: block;
	font-size: 12px;
	width: 130px;
	height: 24px;
	line-height: 24px;
	font-weight:normal;
	text-decoration: none;
	float:left;
	text-align: center;
}
.joinBtn a:hover {
	background: url(/css/en/asset/btn_bl130x24.gif) no-repeat bottom left;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	float:left;
	height: 24px;
	width: 130px;
	text-align: center;
}

