﻿        /* tooltip for FolioArchive logo -> footer */
#dhtmlfloatie{
    position: absolute;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    border: 2px solid #999999;
    background-color:#000000;
    padding: 5px;
    z-index: 100;
    width: 130px;
    visibility: hidden;
    text-align:left;
    cursor:pointer;
}
        
#footer{
   padding: 0px 20px 0px 20px;
    height:24px;
    overflow:hidden;
    position:relative;
    top:0;
    left:0;
    background:#000 url("../../images/BlackSkin/navbar2_gnd.jpg") repeat-x;
    border-top: 1px solid #000;
    color: #bbb;
    font:bold 11px "Tahoma","Helvetica","Arial",sans-serif;
}
#footer a{
    color: #999;
}

#footer a:hover{
    color: #333;
    cursor:pointer;
}
#footer #copyright {float:left; padding:2px 0px 2px 0px;}
#footer #poweredtext {float:right; padding:2px 0px 2px 0px;}

#footer #powered {float:right; padding-top:1px;padding-bottom:1px;}

        /* color for tooltip mouseover footer for FolioArchive  */
        /* style for the text in tooltip */
.floatiebgcolor 
{
	background-color: #E5E5E5;
	
}
