/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;       
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_bottom, div#mb_center  {
position: absolute;
left: 50%;
margin-top: 0;
overflow: hidden;
background-color: #DDDDDD;
float: left;
margin-left: 0px;
margin-top: 20px;
vertical-align: middle;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFFFFF;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: none;
float: right;
width: 66px;
height: 22px;
/*background: transparent url(../img/closelabel.gif) no-repeat center;*/
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}
     

      
      
.tool-tip {
    color: #fff;
    z-index: 13000;
    border-style: solid;
    border-width: 1px;
    border-color: #FF00FF;
}
 
.tool-title {
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    color: #FF00FF;
    padding: 0px 20px 0px;
    background: url(bubble.png) #000000 top left;
    text-align: left;
    
}
 
.tool-text {
    font-size: 11px;
    padding: 0px 20px 0px;
    background: url(bubble.png) #000000 bottom right;
    color: #FFFFFF;
    text-align: left;   
}
 