/* CSS Document */

body{
	background-color:#DDDDDD;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

.inputbox {
	padding: 2px;
	border:solid 1px RGB(127,156,185);
	background-color: #ffffff;
}

.button {
  color: #ff6600;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.bottom_font {
	font-size:9pt;
	color:RGB(10,38,128)
}

/* --------------------------------- */

#Header{
	height:208px;
	background-color:#FFFFFF;
	text-align:center;
}

#AllWrap{
	width:778px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	font-family:ËÎÌå;
}

#Top_Link {
	width:778px;
	height:48px;
	background: url(top_link_back.jpg);
	background-repeat:repeat-x;
}

#Mid_left {
	float:left;
	width:210px;
	height:1060px;
	background-color:#FEF7F2;
	background-image: url('/doc2007/images/left_back.gif'); 
	background-repeat:repeat-y; 
}

#Mid_right {
	float:left;
	width:568px;
	height:1030px;
	background-color:#FFFFFF;
	background: url(/doc2007/images/right_back.gif);
	background-repeat:no-repeat;
	font-size: 12px;
	text-align:left;
	line-height: 180%;
}

#Mid_right_Line{
	background-image:url('/doc2007/images/line.gif');
	background-repeat:repeat-x;
	background-position:0px 5px;
	height:20;
	width:560;
}

#Mid_right_UpFont{
/*	font-family:ËÎÌå;	*/
	font-size:18pt;
	font-weight:bold;
	text-align:center;
	line-height:130%;
}

#Footer{
	clear:both;
	background-color:#FFFFFF;
	height:20px;
	border-style:solid;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-top-width:1px;
	border-top-color:RGB(215,215,215);
	padding:8px;
	line-height:130%;
}

#Mid_Left_LoginAndLogo{
	height:380px;
	background-image: url('/doc2007/images/login_logo_back.gif'); 
	background-repeat: no-repeat; 
/*	background-attachment: fixed; */
	background-position:0px 2px;
	font-size: 12px;
}

#Mid_Left_LoginAndLogo_en{
	height:380px;
	background-image: url('/doc2007/images/login_logo_back_en.PNG'); 
	background-repeat: no-repeat; 
/*	background-attachment: fixed; */
	background-position:0px 2px;
	font-size: 12px;
}

#Mid_Left_Topic{
	background-image: url('/doc2007/images/left_title_back.gif'); 
	background-repeat: no-repeat;
	background-position:0px 0px;
	font-size:12px;
	line-height: 180%;
}

#TitleFontAndBack {
	background: url(/doc2007/images/arrow_br.gif);
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
/*	font-family:ËÎÌå;*/
}


