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

Title : Global style sheet for client-side web development
Author : Cody Lindley 
/* ----- base default font size, type, and line height ----- */
/* ----- add selectors here for font sizing ----- */

/* ----- base links ----- */
/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #a04b0c;
	background-color: #f7ea80;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#000000;
	font-size:12px;
	font-family:Tahoma;
	line-height:16px;
}
#JT_copy img{
	float:left;
	margin:5px 10px 0 0;
}
.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: #a04b0c;
	text-align: left;
	padding:2px 0 5px 8px;
	font-weight:normal;
	color:#ffffff;
	font-size:11px;
	line-height:14px;
	z-index:500;
	position:relative;
}

#JT_close_right{
	background-color: #a04b0c;
	text-align: left;
	padding:2px 0 5px 8px;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	color:#ffffff;
	z-index:500;
	position:relative;
}

#JT_copy p{
margin:3px 0;
}

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

.jTip{
/*cursor:help;*/
}
span#close{
	width:12px;
	height:12px;
	cursor:pointer;
}
#JT_close_left span#close{
	position:absolute;
	right:0;
	top:0;
	background:transparent url('../images/close-icon.gif') no-repeat scroll left top;
	margin:3px 3px 0 10px;
	overflow:hidden;
}
#JT_close_right span#close{
	top:0;
	right:0;
	float:right;
	background:transparent url('../images/close-icon.gif') no-repeat scroll left top;
	margin:3px 3px 0 10px;
	overflow:hidden;
}
