/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

/* ---------->>> jtip <<<---------------------------------------------------------------*/
.jTip, .jTip:hover{
    cursor: default;
    color:#000;
}

#JT_arrow_left{
    background-image: url(../pics/jtip_arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index: 101;
    top:-2px; 
    left: -10px;
    height: 23px;
    width: 10px;
}

#JT_arrow_right{
    background-image: url(../pics/jtip_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index: 101;
    top: -2px;
    left: 0px;
    height: 23px;
    width: 11px;
}

#JT {
    position: absolute;
    z-index: 100;
    background-color: #fff;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #666;
    font-size:11px;
    display:none;
}

#JT_copy{
    padding: 0px 10px 5px 10px;
    color: #333333;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #666;
}

.JT_loader{
    background-image: url(../pics/jtip_loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 12px;
}

#JT_close_left{
    text-align: left;
    padding: 2px 0 5px 8px;
    font-weight: bold;
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #fff #666 #fff #fff;
}

#JT_close_right{
    text-align: left;
    padding: 2px 0 5px 8px;
    font-weight: bold;
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #fff #fff #fff #666;
}

