/* 
Title : Global style sheet for client-side web development
Author : Cody Lindley 
*/
#JT_arrow_left { background: url("/images/arrow_left.gif") no-repeat left top; position: absolute; z-index:101; left:-11px; height:23px; width:10px; top: 40px; }
#JT_arrow_right { background: url("/images/arrow_right.gif") no-repeat left top; position: absolute; z-index: 101; height: 23px; width: 11px; top: 40px; }
#JT { position: absolute; z-index: 100; border: 1px solid #ccc; background: #fff; }
#JT_copy { padding: 10px; color: #333; text-align: left; }
.JT_loader { background: url("/images/loading_animation.gif") no-repeat center center; width: 100%; height: 16px; }
#JT_close_left { background: #ccc; text-align: left; padding: 1px 0px 5px 8px; font-weight:bold; }
#JT_close_right { background: #ccc; text-align: left; padding: 1px 0px 5px 8px; font-weight:bold; }
.jTip{ cursor: help; }

#JT_copy h1 { font-family: Georgia, Times, "Times New Roman", serif; font-size: 18px; margin: 0px 0px 20px 0px; font-weight: normal; }
#JT_copy h1 strong { color: #d71921; font-weight: normal; }
#JT_copy h1 em { font-style: normal; font-family: Tahoma, Arial, Helvetica, "sans-serif"; font-size: 12px; font-weight: normal; }
#JT_copy h2 { font-weight: bold; font-size: 12px; line-height: 1.5em; }
#JT_copy h3 { font-family: Georgia, Times, "Times New Roman", serif; font-size: 12px; margin: 0px 0px 20px 0px; font-weight: normal; }
#JT_copy p { font-size: 11px; line-height: 1.5em; }
#JT_copy ol, #JT_copy ul { line-height: 1.5em; }
#JT_copy li { font-size: 11px; }
#JT_copy li a { font-weight: normal; }

