/*
    MIRANDA CODE ver 1.5 - UCPanel.css
    Author: Raffaele Adinolfi for HRX Pty Ltd
    Last update: 28/01/2010
*/

#UCPanel{
    position: absolute;
    top: 348px;
    left: 790px;
    width:304px;
    background: url(../../M_images/ucp/rep.png);
    display: none;
    z-index: 1000;
}

#UCPanel .tipTop{position: absolute; left: 0; width: 100%; display: block;}
#UCPanel .tipBottom{position: absolute; left: 0; top:100%; width: 100%; display: block; }

#UCPanel .tipContent{position: relative; padding: 10px 50px 0; display: block;}
#UCPanel .tipContent strong{font-size: 14px; color: #000;padding: 0 0 12px; font-weight: normal; margin: 0; display: block;}
#UCPanel .tipContent em{font-size: 12px; color: #666; padding: 0 0 12px 0; margin: 0; font-style: normal; display: block; line-height: 18px;}
#UCPanel .tipContent .ul{padding: 0 0 5px 0; text-align: left;display: block;}
#UCPanel .tipContent .ul em{padding: 0; display: block; clear: both;}
#UCPanel .tipContent .ul em a{background: url(../../M_images/ucp/arrows/right-grey-a6a6a6.gif) no-repeat 0 4px; color: #004574; padding: 0 0 6px 12px; height: auto; display: block; width: auto; float: none; cursor: pointer; text-decoration: none; font-size: inherit;}
#UCPanel .tipContent .ul em a:hover{color: #000; background-image: url(../../M_images/ucp/arrows/right-darkgrey-646464.gif);}

#UCPanel .tipTop{height: 49px; background: url(../../M_images/ucp/arrow-top.png) no-repeat; top:-49px; }
#UCPanel .tipBottom{height: 40px; background: url(../../M_images/ucp/flat-bottom.png) no-repeat bottom;}
