/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-family:Arial, Helvetica, sans-serif;
	
	font-size:14px;
	
	font-weight:bold;
	
	color:#858585;
	
	margin:0;
	
	text-decoration:none;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT {
	position: absolute;
	z-index:100;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_copy2{
	padding:10px 0px 0px 0px;
	color:#116C91;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	text-align: left;
	padding-right:47px;
	padding-left: 75px;
	padding-bottom: 16px;
	padding-top: 34px;
	font-weight:bold;
	color:#FFFFFF;
	white-space:normal;
}

#JT_close_right{
	text-align: left;
	padding-right:75px;
	padding-left: 47px;
	padding-bottom: 16px;
	padding-top: 34px;
	font-weight:bold;
	color:#FFFFFF;
}

#JT_copy{
	text-align: left;
	
	padding-bottom: 32px;
	padding-top: 20px;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:pointer;
}

.JTLeft {

	background-image:url(../images/balloon_bg.png); width:339px; height:349px;
	
}

.JTRight {

background-image:url(../images/balloon_bg_left.png); width:339px; height:349px;

}
