/*****/

div.phdinv
{
    margin: 0px 15px 10px 15px;
}

div.phdinv div.item
{
    margin-bottom: 10px;
}

div.phdinv table
{
    width: 100%;
    border: 0px solid;
    border-collapse: collapse;
}

div.phdinv td
{
    padding: 2px 2px;
}

div.phdinv td.item_header
{
    height: 18px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 13pt; 
    font-weight: bold; 
    color: #00A1C6; 
    border-bottom: 2px solid #FF0000;
}

div.phdinv td.item_header a
{
    padding-left: 20px;
    color: #00A1C6;
    background-image: url('/images/icons/gallery.gif');
    background-position: left;
    background-repeat: no-repeat;
}

div.phdinv td.item_header a:hover
{
    color: #FF0000;
}

div.phdinv td.item_thumb
{
    width: 120px;
    padding-top: 4px;
}

div.phdinv td.item_thumb img
{
    border: 1px solid #0000FF;
}

div.phdinv td.item_desc
{
    height: 70px;
    padding-left: 5px;
    padding-top: 2px;
}

/*****/

body.popup
{
    padding: 3px 10px;
}

div.popup
{
    margin: 3px Auto;
}

div.popup table
{
    width: 100%;
    border: 0px solid;
    border-collapse: collapse;
}

div.popup td
{
    padding: 2px 2px;
}

div.popup td.popup_header
{
    height: 18px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 13pt; 
    font-weight: bold; 
    color: #00A1C6; 
    border-bottom: 2px solid #FF0000;
    padding-left: 20px;
    background-image: url('/images/icons/gallery.gif');
    background-position: left;
    background-repeat: no-repeat;
}

div.popup td.popup_bigpic
{
    padding-top: 5px;
}

div.popup td.popup_bigpic img
{
    border: 1px solid #0000FF;
}

div.popup td.popup_thumbs
{
    padding-top: 0px;
}

div.popup td.popup_thumbs table
{
    width: auto;
}

div.popup td.popup_thumbs img
{
    border: 1px solid #0000FF;
}

div.popup td.popup_desc
{
    padding-top: 2px;
}

div.popup_buttons
{
    padding-top: 2px;
    text-align: center;
    vertical-align: middle;
}

div.popup_buttons ul
{
    text-align: center;
    vertical-align: middle;
}

div.popup_buttons ul li
{
    display: inline;
}

div.popup_buttons ul li a
{
    margin: 0px 5px;
    padding: 2px 40px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt; 
    font-weight: bold; 
    color: #0000FF;
    background-color: #F8F8FF;
    border: 1px solid #0000FF;
}

div.popup_buttons ul li a:hover
{
    color: #CC0000;
    border: 1px solid #CC0000;
    background-color: #FFF8F8;
}

/*****/