/* - - - - - - 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-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}


#contentPad{
margin:0;
}

.formInfo a, .formInfo a:active, formInfo a:visited{
	/*background-color:none;*/
	font-size: 1.3em;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#ff0000;
	font-weight:bold;
	text-decoration: none;
	width:285px;
}

.formInfo a:hover{
	color:#ccc;
	text-decoration: none;
}


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/mep/arrow-left2-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:6px;
	height:14px;
	width:11px;
    top:220px;
}

#JT_arrow_right{
	background-image: url(../images/mep/arrow-right2-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:220px;
	margin-left:-18px;
}

#JT {
	position: absolute;
	z-index:100;
	/*background-color: #0062ad;*/
	background-image: url(../images/mep/fond_jtip_historique-trans.png);
	height:220px;
}

#JT_copy{
	color:#FFF;
}

.JT_loader{
	background-image: url(../images/mep/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

/*#JT_close_left{
	background-color:black;
	color:#ccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}
*/
/*#JT_close_right{
	background-color: #999999;
	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:help;*/

}

