/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */









/* ----- add selectors here for font sizing ----- */
#JT_copy p, #JT_copy ul{font-size: 1.1em;}



/* ----- base links ----- */


#contentPad{
margin:10px;
}


/* ---------->>> jtip <<<---------------------------------------------------------------*/
.JT_up_left{
	position: absolute;
	z-index:100000;
	background-image: url(../../images/jtipUserInfo/Card_Bg04.gif);
	background-repeat:no-repeat;	
	background-position: left top;
	padding-left:5px;
	border:0px;
	height:178px;
	width:243px;
}
.JT_down_left{
	position: absolute;
	z-index:100000;
	background-image: url(../../images/jtipUserInfo/Card_Bg03.gif);
	background-repeat:no-repeat;	
	background-position: left top;
	padding-left:5px;
	border:0px;
	height:178px;
	width:243px;
}
.JT_up_right{
	position: absolute;
	z-index:100000;
	background-image: url(../../images/jtipUserInfo/Card_Bg02.gif);
	background-repeat:no-repeat;	
	background-position: left top;
	padding-left:25px;
	border:0px;
	height:178px;
	width:243px;
}

.JT_down_right{
	position: absolute;
	z-index:100000;
	background-image: url(../../images/jtipUserInfo/Card_Bg01.gif);
	background-repeat:no-repeat;	
	background-position: left top;
	padding-left:25px;
	border:0px;
	height:178px;
	width:243px;
}

#JT_copy{
	padding:0px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	/*background-color: #CCCCCC;*/
	text-align: left;
	padding-left: 8px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:hand;
}

.Cardbox {
	}
.Cardbox_user_name{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, "宋体";
	line-height: 34px;
	}
.Cardbox_user_title {
	color: #669933;
	font-weight: normal;
}
.Cardtxt {
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	margin:12px 0 25px 0;
	}
.Cardbox h3 {
	}

