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

Modified this css library because based on Dinesh's new design, we need to change help tooltip styling.

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

/*{padding: 0; margin: 0;}*/

/* ----- global default/initial styles ----- */
/*body {background-color:#fff;}

html, body {height:100%;}*/

/* ----- base default font size, type, and line height ----- */
/*html body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}
html>body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}*/

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 10px;}
#JT_copy p, #JT_copy ul{font-size: 10px;}
/*p, label{font-size: 1.2em;}*/


/* ----- base links ----- */
/*a:link {color: #CC6633;}
a:visited {color: #CC6633;}
a:hover {color: #999966;}
a:active {color: #CC6633;}
a:focus{color: #CC6633;}

p {line-height:1.4em;margin:10px 0;}
hr{margin:10px 0;color:#999999;}

ul{
	list-style: none;
}

ul li{
padding-top:3px;
}

#contentPad{
margin:20px;
}
*/

.helptip_bold_text {
    font-family: Univers65Bold, Arial;
    font-size: 12px;
}

.divider_help_icon {
    display: inline-block;
    margin-left: 5px;
}

.divider_help_icon_centered {
    display: inline-block;
    vertical-align: middle;
}

.formInfo a, .formInfo a:active, formInfo a:visited {
    /*background-color:#2c65a0;*/
    font-size: 12px;
    font-weight:bold;
    padding:1px 2px;
    margin-left:5px;
    color:#FFFFFF;
    text-decoration: none;

}

.formInfo a:hover {
    color:#2c65a0;
    text-decoration: none;
}

/*.formInfo a:hover #JT{
    display: block;
    opacity: 1;
    transition-delay: 0.3s;
    visibility: visible;
}*/

/* ---------->>> jtip <<<---------------------------------------------------------------*/

.tipbodytext {
    font-weight: normal;
    font-size: 10px;
    font-family: arial,tahoma,verdana,sans-serif;

}

.helptip_text {
     font-size:12px;
     text-align:left;
     font-family:Univers45Light;
}

#JT {
    /*opacity: 0;
    transition-delay: 0.3s;
    visibility: hidden;*/
    position: absolute;
    z-index:100;
    border: 1px solid #CCCCCC;
    background-color: #fff;
}


#JT_copy{
    padding:10px 10px 10px 10px;
    color:#333333;
}

.JT_loader{
    background-image: url(../img/sm_img/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:12px;
}


#JT_copy p{
    margin:3px 0;
}

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

.jTip{
    cursor:help;
    padding: 0px 0px 0px 0px;
}

#JT_close_left {
    display: none;
}


#JT_close_right {
    display: none;
}
