@charset "utf-8";
/*
Global Css 
it's can be used everywhere.
First add by leo at 2008-5-29.
Last modified at 2008-5-29.
*/

/*About the Color*/
.r_{
	color:red;}
.g_{
	color:#008000;}
.cPink{color:#EF5589;}
.c555{color:#555;}
.c777{color:#777;}
.c999{color:#999;}
.yellow{color:#FE7D00;}

/*About the Font*/
.p10{
	font-size:10px;}
.p11{
	font-size:11px;}
.p12{
	font-size:12px;}
.p13{
	font-size:13px;}
.p14{
	font-size:14px;}
.p15{
	font-size:15px;}
.p16{
	font-size:16px;}
.p18{
	font-size:18px;}
.b{font-weight:bold;}

/*About the Position*/
.pad5{padding:5px;}
.clear{
	clear:both;display:block;}
.hide{
	display:none;}
.d_none{
	display:none;}
.d_inline{
	display:inline;}
.o{
	margin:0;padding:0;}
.left{
	float:left}
.right{
	float:right;}
.click{float:right;margin:0 2px;}	
/*About the link */
.linkstyle1{
	padding:0 0 0 35px;
	background-color:#f6f6f6;
	background-image:url(/images/arr3.gif);
	margin-bottom:1px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: 20px center;
	}
.linkstyle2{
	padding:2px 0 0 25px;
	background-image:url(/images/left_arr.gif);
	cursor:pointer;
	background-repeat: no-repeat;
	background-position:2px center;
	}
.cursor{cursor:pointer;}
.hidden{
	visibility:hidden;
}
.absolute{
	position:absolute;
}
.tages{
	color:#CCCCCC;
	padding-top:15px;
}
.tages a{
	color:#CCCCCC;
}
/*About the Position*/
.yc{
	visibility:hidden; position:absolute
}
h2{ font-size:12px; padding:0px; margin:0px}