/* 114  global */
body,p,th,td,input,select,textarea{
    font-size:12px;
    color:#111111;
}
body{
	margin:0;
	padding:0 10px 0 10px;
	text-align:center;
    font-size:12px;
	background-color:#FFF;
  SCROLLBAR-ARROW-COLOR: #D66565;
  SCROLLBAR-DARKSHADOW-COLOR: #F3E2E2;
  SCROLLBAR-FACE-COLOR: #FBF4F4;
  SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
  SCROLLBAR-3DLIGHT-COLOR: #FBF4F4;
  SCROLLBAR-SHADOW-COLOR: #FBF4F4;
}
table{
	text-align:left;
}
p{
	margin:15px 0 15px 0;
	padding:3px 0 3px 0;
}
hr{
	border:#000000 0 solid;
	border-top:#D1D7DC 1px solid;
	height:0;
}
img{
	border:0;
}
form{
	margin:0;
	padding:0;
}

.HackBox{
   border-top:1px solid transparent !important;
   border-top:0;
   clear:both;
}
.hidden{
	display:none;
}

.invisible{
	visibility:hidden;
}
.B,H1,.boldFontSize12{
	font-size:12px;
	font-weight:bold;
	
}
.fontSize12_b{
    font-size:12px;
	color:#0044dd;
}
.fontSize12_ff4800{
    font-size:12px;
	color:#ff4800;
}
a.U:link,a.U:visited{
	color:#0044DD;
	text-decoration:underline;
}
a.U:hover,a.U:active{
	color:#FF5500;
	text-decoration:underline;
}

/*Rules for div.Head*/
#Head {}

#Head a:link, #head a:visited{
	color:#0044FF;
	text-decoration:none;
}
#Head a:hover, #head a:active{
	color:#FF6600;
}
#Head a.current:link,#Head a.current:visited{
    color:#FF3300;
	text-decoration:none;
}
#Head a.current:hover,#Head a.current:active{
    color:#FF3300;
	text-decoration:underline;
}
/*Rules for DIV.Content*/
#Content{
	width:760px;
	margin:5px auto;
	text-align:left;
	clear:both;
}

body.W950 #Content{
	width:950px;
}

body.FullWidth #Content{
	width:100%;
	margin:5px 0;
}

/* ============================================
Form Advance Level 1

Usage examples:
N/A
============================================ */
ul.Form_Advance{
	list-style:none;
	margin:0;
	padding:0;
}
ul.Form_Advance li{
	width:100%;
	clear:both;
	margin-bottom:5px !important;
	margin-bottom:0px;
}
ul.Form_Advance li.Title{
	margin:15px 0;
	height:29px;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-indent:50px;
	line-height:29px;
	background:#FFF url(../images/img/form_advance_title_icon.gif) left top no-repeat;
}
ul.Form_Advance li.Seperator{
	width:100%;
	height:0;
	font-size:0;
	clear:both;
	border-top:1px solid #EEE;
}
ul.Form_Advance li.Seperator_2{
	width:100%;
	height:0;
	font-size:0;
	clear:both;
	border-top:1px solid #ff9900;
}
ul.Form_Advance li.Seperator hr{
	display:none;
}
ul.Form_Advance li.Seperator_2 hr{
	display:none;
}
ul.Form_Advance li.SubmitBox{
	text-align:center;
}
ul.Form_Advance li.Paragraph p{
	margin-left:30px;
	line-height:180%;	
}
ul.Form_Advance li.SubmitBox input{
	padding:3px 15px;
}
ul.Form_Advance li div.Hint{
	float:left;
	width:140px;
	text-align:right;
	padding-top:5px !important;
	padding-top:10px;
}
ul.Form_Advance li div.Input{
	float:left;
	margin:5px;
	width:190px;
}
ul.Form_Advance li div.NewLineInfo{
	margin-left:140px;
	padding-top:5px !important;
	padding-top:10px;
}
ul.Form_Advance li div.NewLineInfo span{
	color:#FF3300;
	margin-left:20px;
}
ul.Form_Advance li div.Info{
	float:left;
	width:380px;
}

/*Rules for DIV.Bottom*/
#Bottom{
	width:760px;
	/*margin:5px auto;*/
	padding:15px 0 0 0;
	border-top:1px solid #D1D7DC;
	text-align:center;
	color:#5e5e5e;
}
#Bottom div a{
    color:#5e5e5e;
	text-decoration:none;
}
#Bottom div{
    margin:4px 0;
}
#Bottom div span{
    margin:0 40px;
}
#Bottom ul{
	display:block;
	width:550px;
	margin:15px auto 0;
	height:20px;
}
#Bottom ul li{
	display:block;
	float:left;
	margin:0 7px;
}
#Copyright{
	margin-top:15px;
	font-family:arial;
}
#ServerNum{
	text-align:left;
	font-size:11px;
	font-family:arial;
	color:#FFF;
}
#AdDetector{
    visibility:hidden;
}