/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

/* ---------->>> jtip <<<---------------------------------------------------------------*/
.jTip{
    cursor: default;
}

#JT_arrow_left{
    /*background-image: url(../pics/jtip_arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;*/
    position: absolute;
    z-index: 101;
    left: -10px;
    height: 23px;
    width: 10px;
  top:-2px;
}

#JT_arrow_right{
    /*background-image: url(../pics/jtip_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;*/
    position: absolute;
    z-index: 101;
    left: 0px;
    height: 23px;
    width: 11px;
  top: -2px;
}

#JT {
    position: absolute;
    z-index: 100;
    background-color: #fff;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #666;
}

#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-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight: bold;
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #fff #666 #fff #666;
}

#JT_close_right{
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight: bold;
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #fff #666 #fff #666;
}


