/*-----------------------------------------------------------------------------------------------*/
/*                   A BETTER TOOLTIP - POWERED BY JQUERY AWESOMENESS                            */
/*                   AUTHOR: jon cazier                                                          */
/*                   EMAIL: jon at 3nhanced dot com                                              */
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*                                  CSS RESET THANKS TO ERIC MEYER                               */
/*                   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/                */
/*-----------------------------------------------------------------------------------------------*/

/
	.tTip {width: 300px; position: absolute; cursor: pointer; color: #77787C; font-size:12px; /*margin-bottom:-20px; */}
	.tip {color: #77787C; /*font-style: italic;*/ font-size:13px;}
    #cloud1 {  display:inline-block; display: inline;   *display: inline; _display: inline;  cursor: pointer;   margin: 0; padding: 0; width: auto; text-decoration: underline;    }
    .glossary-p {  display:inline-block; display: inline;   *display: inline; _display: inline;     }

/*
		#cloud1 {top: 93px; left: 230px;}
		#cloud2 {top: 168px; left: 440px;}
		#cloud3 {top: 228px; left: 100px;}
		#cloud4 {top: 350px; left: 370px;}
		#cloud5 {top: 370px; left: 60px;}
*/
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {

	width: auto;
	/*padding-top: 20px;  */
	padding: 10px 15px;
    border: 1px solid #8642a2;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	top:10px;
	/*
	background: transparent url(images/white-back.png) repeat top left; 
	*/
	background-color:#FFFFFF;
 }

.tip-closing { margin-top:-10px; margin-right:-10px; float:right;color:#8642a2;}
.tip a { color: #204E82; font-weight:bold;color:#8642a2;}
.tipMid {/*background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 0px 25px; width:262px;*/}
.tipBtm {/*background: transparent url(images/tipBtm.png) no-repeat bottom; *//*height: 17px; height: 0px; z-index: 2000;*/ }



.arrow-area { width: 150px; padding:5px 5px;    font-size: 12px;   color:#ffffff;    height: 30px;    float: right;    text-align: center; background: #B3B1B0; border: none; line-height: 29px; margin-top: -10px; margin-bottom: 20px; }

.arrow-next { background: url(images/arrow-next.jpg) top left no-repeat; width: 29px; height: 31px; float:right; }
.arrow-next:hover { background: url(images/arrow-next-over.jpg) top left no-repeat; width: 29px; height: 31px; float:right; }
.arrow-next-disabled { background: url(images/arrow-next-dis.jpg) top left no-repeat; width: 29px; height: 31px; float:right; }
.arrow-previous { background: url(images/arrow-prev.jpg) top left no-repeat; width: 29px; height: 31px; float:left; }
.arrow-previous:hover { background: url(images/arrow-prev-over.jpg) top left no-repeat; width: 29px; height: 31px; float:left; }
.arrow-previous-disabled { background: url(images/arrow-prev-dis.jpg) top left no-repeat; width: 29px; height: 31px; float:left; }
