html {
min-height: 100%;
margin-bottom: 1px;
}

BODY {
   padding: 0px;
   margin: auto;
   overflow: hidden;
   text-align: center;
}

A {
    outline: none;
}

A:Hover {
    outline: none;
}

#wrapper
{
    width:1024px;
    position: relative; 
    text-align: center;
    z-index: 7; 
}

#iframe
{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}
#main_frame
{
    border: none;
    border: solid 0px black;
    padding: 0px;
    margin: 0px;
}

#search_pannel
{
    position: relative;
    top:0px;
    width:100%;
    height:91px;
    text-align: center;
    z-index: 6;

}

#flash_object
{
    margin: auto;
    width: 1001px;
}

#search_minimized
{
    width:130px;
    height:37px;
    position: absolute;
    top:-37px;
    right:20px;
    z-index: 10;
}

.hand
{
    cursor: hand; cursor: pointer;
}

.noHand
{
    cursor:auto;
}

.validate_txt
{
    position: absolute;
    top:80px;
    left:40px;
}

#div_all_plugins
{
    width:385px;
    height:478px;
    background-image: url(../images/all_plugins_back.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right:20px;
    top:-500px;
    /*z-index: 2;*/
}

.tblplugins
{
    width: 360px;
    height: 465px;
    position: absolute;
    left: 10px;
    top:10px;
    padding: 0px;
    margin: 0px;
}

.cell1
{
    padding-left: 10px;
    padding-top:0px;
    padding-bottom:0px;
    text-align: left;
    height: 15px;
    width: 230px;
    vertical-align: middle;
}

.cell2
{
    padding-left: 10px;
    text-align: left;
    padding-top:0px;
    padding-bottom:0px;
    height: 15px;
    width: 200px;
    vertical-align: middle;
}

.plugins_link
{
    font-family: Arial, Verdana;
    font-size: 12px;
    text-decoration: none;
    color: #555555;
}

.plugins_link:hover
{
    font-family: Arial, Verdana;
    font-size: 12px;
    text-decoration: underline;
    color: #888888;
}

.cat_icon
{
    vertical-align: middle;
    /*padding: 2px;*/
    margin-top: -1px;
    height: 16px;
}

#all_plugins_close
{
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 5;
}
