/* Common CSS for All Pages | Written by IKKI 2007-11-16 */

/* All ------------------------------ */
body, table, input, textarea, select {
	font-family: Arial, Verdana, SimSun;
	font-size: 12px;
	color: #666666;
}

body {
	margin: 0;
	padding: 0;
	background: #f2f2f2 url(../_img/common/body_bg.gif) repeat-y center;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

select {
	color: #959595;
}

img {
	border: none;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#All_Contain {
	margin: auto;
	width: 968px;
	background-color: #ffffff;
	text-align: left;
}

.Clear_Both {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.Float_Left {
	float: left;
}

.Float_Right {
	float: right;
}

.Show {}

.Hide {
	display: none;
}

.Dash_Line {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 0px;
	background: url(../_img/common/dashed_2.gif) repeat-x top;
}

/* Header ------------------------------ */
#Header {
	height: 156px;
	border-top: 2px solid #cdcdcd;
}

#Slogan {
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
	text-align: right;
}

#Slogan a {
	margin: 0 5px;
}
#Slogan b{
	margin-left:15px;
	color:#343434;
}
.#Slogan a{
	color:#343434;
	text-decoration:underline;
}
#Slogan a:hover{
	color:#666;
}
#Slogan span a{
	color:#d44960;
	text-decoration:underline;
}
.#Slogan a:hover{
	color:#666;
}

#Logo {
	float: left;
	padding-left: 20px;
	height: 60px;
	width: 300px;
}

#Banner {
	float: right;
	padding-right: 5px;
	height: 60px;
	width: 561px;
}

/* Main Navigation ------------------------------ */
#Main_Nav {
	clear: both;
	height: 46px;
	background: url(../_img/common/main_nav_bg.gif) repeat-x bottom;
}

#Main_Nav ul {
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}

#Main_Nav li {
	float: left;
	line-height: 46px;
	font-size: 12px;
	text-align:center;
}
#Main_Nav li p {
	font-size: 9px;
	color:#e27e88;
	margin:-33px 0 -38px 0;

}
*html #Main_Nav li p {
	font-size:9px;
	color:#e27e88;
	margin:-34px 0 -15px 0;

}
*+html #Main_Nav li p {
	font-size:9px;
	color:#e27e88;
	margin:-34px 0 0 0;

}
#Main_Nav li a {
	font-size: 12px;

}

#Main_Nav li a:hover {
	color: #f8677d;
	text-decoration: none;
}

.Main_Nav_Line {
	width: 21px;
	background: url(../_img/common/main_nav_line.gif) no-repeat center bottom;
}

.Main_Nav_Now {
	color: #f8677d;
}

.Main_Nav_New {
	width: 28px;
	background: url(../_img/common/main_nav_new.gif) no-repeat 2px 8px;
}

/* Login ------------------------------ */
#Login {
	float: right;
	margin-top: 14px;
	padding-right: 5px;
}

#Login input {
	margin: 0 10px 0 5px;
	height: 14px;
	width: 72px;
	background-color: #f4f4f4;
	border: 1px solid #e1e1e1;
	color: #959595;
}

#Login .Btn {
	height: 18px;
	width: 50px;
	line-height: 18px;
	background: url(../_img/common/login_bg.gif) no-repeat;
	border: none;
	color: #ffffff;
}

/* Sub Navigation ------------------------------ */
#Sub_Nav {
	clear: both;
	height: 30px;
	line-height: 30px;
	background: url(../_img/common/sub_nav_bg.gif) repeat-x bottom;
}

#Sub_Nav a:hover {
	color: #f8677d;
	text-decoration: none;
}

#Sub_Nav ul {
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}

#Sub_Nav li {
	float: left;
}

#Sub_Nav li a {
	margin-right: 20px;
	white-space: nowrap;
}

.Sub_Nav_Now {
	color: #f8677d;
}

#Sub_Nav .Red {
	margin-right: 6px;
	font-family: Simhei;
	font-weight: bold;
	color: #ff3366;
}

#Sub_Nav .Orange {
	margin-right: 6px;
	font-family: Simhei;
	font-weight: bold;
	color: #feb005;
}

#Sub_Nav .Yellow {
	margin-right: 6px;
	font-family: Simhei;
	font-weight: bold;
	color: #ffce39;
}

#Sub_Nav .Green {
	margin-right: 6px;
	font-family: Simhei;
	font-weight: bold;
	color: #85b219;
}

#Sub_Nav .Cyan {
	margin-right: 6px;
	font-family: Simhei;
	font-weight: bold;
	color: #67c5de;
}

#Sub_Nav .Blue {
	margin-right: 6px;
	font-family: Simhei;
	font-weight: bold;
	color: #0066cc;
}

#Sub_Nav .Purple {
	margin-right: 6px;
	font-family: Simhei;
	font-weight: bold;
	color: #c33cbd;
}

/* Signup ------------------------------ */
#Signup {
	float: right;
}

#Signup a {
	margin: 0 5px;
}
.#Signup b{
	margin-left:15px;
	color:#343434;
}
.#Signup a{
	color:#343434;
	text-decoration:underline;
}
.#Signup a:hover{
	color:#666;
}
.#Signup span a{
	color:#d44960;
	text-decoration:underline;
}
.#Signup a:hover{
	color:#666;
}


/* Path ------------------------------ */
#Path {
	clear: both;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background: url(../_img/common/path_arrow.gif) no-repeat 7px 13px;
}

#Path a {
	color: #f8677d;
}

#Path span {
	margin: 0 5px;
}

/* Right Title ------------------------------ */
.Right_Title_Blue {
	margin: 0 0 2px 0;
	padding: 0 0 0 10px;
	height: 23px;
	line-height: 23px;
	background: url(../_img/common/right_title_blue.gif) repeat-x;
	font-family: Century Gothic, SimYou;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #7cc0d9;
	color: #ffffff;
}

.Right_Title_Red {
	margin: 0 0 2px 0;
	padding: 0 0 0 10px;
	height: 23px;
	line-height: 23px;
	background: url(../_img/common/right_title_red.gif) repeat-x;
	font-family: Century Gothic, SimYou;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #f78dad;
	color: #ffffff;
}

/* Footer ------------------------------ */
#Footer {
	clear: both;
	padding: 20px 0 30px 0;
	text-align: center;
	color: #959595;
}

#Foot_Menu {
	line-height: 20px;
	padding:5px 0 3px 0;
	background-color: #bfc4c3;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#Foot_Menu a {
	color: #ffffff;
	margin:0 5px;
}

#Foot_Menu span {
	margin: 0 1px 0 5px;
}

#Foot_Tag {
	height: 24px;
	line-height: 24px;
	background-color: #ebebeb;
}

#Foot_Tag a {
	color: #959595;
}

#Foot_Tag a:hover {
	color: #ff0000;
}

#Foot_Tag span {
	margin: 0 1px 0 3px;
}

#Foot_Nav {
	height: 24px;
	line-height: 24px;
}

#Foot_Nav a {
	color: #959595;
}

#Foot_Nav a:hover {
	color: #ff0000;
}

#Foot_Nav span {
	margin: 0 1px 0 4px;
}

#Footer p {
	margin: 5px;
}

/* Pages -----------------------------*/
.Pages {
	float: right;
	padding-right: 15px;
	font-weight: bold;
}

.Pages a:link {
	font-weight: normal;
	text-decoration: underline;
}

.Pages a:visited {
	font-weight: normal;
	text-decoration: underline;
}

.Pages a:hover {
	font-weight: normal;
	color: #ff0000;
	text-decoration: underline;
}

/* Button -----------------------------*/
.Btn_64 {
	height: 19px;
	width: 64px;
	line-height: 19px;
	background: url(../_img/common/btn_64.gif) no-repeat;
	border: none;
	color: #4fa1bd;
}

.Btn_80 {
	height: 19px;
	width: 80px;
	line-height: 19px;
	background: url(../_img/common/btn_80.gif) no-repeat;
	border: none;
	color: #4fa1bd;
}
.red_bg{
	background:url(../_img/common/red_bg.gif) no-repeat left top;
	height:15px;
	width:33px;
	border:none;
	color:#fff;
	font-size:12px;
	*padding-top:2px;
	text-align:center;
	margin:0 5px 0 15px;
}
.blue_bg{
	background:url(../_img/common/blue_bg.gif) no-repeat left top;
	height:15px;
	width:57px;
	border:none;
	*padding-top:2px;
	color:#fff;
	font-size:12px;
	text-align:center;
}
