﻿/* TRIPS PAGE EFFECTS */

/* pop-up tips */
.hov table {position:absolute; border:0; border-collapse:collapse; left:0;}
.hov a {background:#9c9; color:#000; text-decoration:none;}
.hov b {display:none; font-weight:normal;}
.hov:hover {position:relative; z-index:100;}
.hov a:hover,
.hov:hover a
{border:0; text-decoration:none; position:relative;}
.hov:hover b, 
.hov a:hover b
{display:block; visibility:visible; position:absolute; left:-300px; top:1em; background:#ffc; cursor:pointer; border:1px solid #888; padding:5px 10px; width:250px; text-align:center; overflow:hidden;}
.hov b a {white-space:nowrap; color:#000; text-decoration:none; background:transparent; display:block;}
.hov b a:hover {text-decoration:underline;}

.clear {clear:both;}


/* AJAX pop-up tips */
.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 300px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 1px solid gray;
border-width: 1px 2px 2px 1px;
padding: 5px;
color: Black;
}


/*SLIDEPAGE*/
ul.multipage, ul ul {padding:0; margin:0; border:0; list-style-type:none; height:auto; overflow:visible; background:transparent; width:14em; text-align:left; color:#ccc; border:0px;}
ul.multipage table {border-collapse:collapse; padding:0; margin:0; font-size:inherit;/*font-size:1em;*/}
ul.multipage ul {margin-left:1em;}
ul.multipage li {text-indent:0.5em;}
ul.multipage li.drop {margin-bottom:-2px;}
ul.multipage li a, 
ul.multipage li a:visited {display:block; width:14em; height:2em; line-height:1.9em; text-decoration:none; color:#fff;}
ul.multipage li a.last, 
ul.multipage li a.last:visited {display:block; width:14em; height:14em; line-height:2em;}
ul.multipage li ul {display:none;}

ul.multipage li:hover a, 
ul.multipage li a:hover {border:0; color:#fff; font-weight:inherit;/*font-weight:bold;*/}
ul.multipage li:hover ul, 
ul.multipage li a:hover ul {display:block; height:auto; width:700px; margin-top:-1px; background:transparent; border:0px;}
ul.multipage li:hover ul li a, 
ul.multipage li a:hover ul li a {height:2em; background:transparent; color:#fff; font-weight:inherit;/*font-weight:normal;*/}
ul.multipage li:hover ul li:hover a, 
ul.multipage li a:hover ul li a:hover {background:transparent; color:#fff;}

/*IMAGE LINKS no decor*/
.imagelinks { border:0;}
