/*****/

div.phdinv
{
    margin: 0px 15px 10px 15px;
}

div.phdinv div.item
{
    margin-bottom: 10px;    
}

div.phdinv table
{
    border: 0px solid;
    border-collapse: collapse;
    width: 100%;
}

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: #035310; 
    border-top: 1px solid #4d8948;
    padding-top: 10px;
}

div.phdinv td.item_header a
{
    color: #035310;
    cursor: pointer;
}

div.phdinv td.item_header a:hover
{
    color: #999999;
    cursor: pointer;
}

div.phdinv td.item_thumb
{
    width: 155px;
    padding-top: 4px;
}

div.phdinv td.item_thumb img
{
    border: 1px solid #4d8948;
    cursor: pointer;
}

div.phdinv td.item_thumb a:hover img
{
    border: 1px solid #999999;
    cursor: pointer;
}

div.phdinv td.item_desc
{
    height: 70px;
    padding-left: 5px;
    padding-top: 2px;
}

div.phdinv td.item_desc a
{
    cursor: pointer;
}

/*****/

body.popup
{
    background-color:#55914f;
}

div.popup
{
    margin: 3px Auto;
    text-align:center;
}

div.popup table
{
    width: 700px;
    border-collapse: collapse;
    margin: 0 auto;
    background: #b8ca9f;
    border: 1px solid #000000;
}

div.popup table table
{
    width: 700px;
    border: 0px solid;
    border-collapse: collapse;
    background: #b8ca9f;
}

div.popup td
{
    padding: 10px 5px;
}

div.popup td.popup_header
{
    height: 22px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 18pt; 
    font-weight: bold; 
    color: #000000;
    text-align: center; 
}

div.popup td.popup_bigpic
{
    padding-top: 5px;
}

div.popup td.popup_bigpic img
{
    border: 1px solid #2f4b08;
}

div.popup td.popup_bigpic a:hover img
{
    border: 1px solid #000000;
}

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 #2f4b08;
}

div.popup td.popup_thumbs a:hover img
{
    border: 1px solid #000000;
}

div.popup a:hover img
{
    border: 1px solid #000000;
}

div.popup td.popup_desc
{
    color: #000;
    padding: 0 30px 10px;
}

div.popup_buttons
{
    padding: 12px 0 10px 0;
    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: #035310;
    background-color: #cccccc;
    border: 1px solid #035310;
}

div.popup_buttons ul li a:hover
{
    color: #035310;
    border: 1px solid #035310;
    background-color: #999999;
}

div.popup_buttons li#window-print
{
    
}

/*****/