/**** Categories ****/

div.phdcat table
{
    border-collapse: collapse;
    border: none;
    margin: 0;
    width: 600px;
}

div.phdcat table td 
{
    padding: 5px 0;
    text-align: center;
}

div.phdcat td a 
{
    margin: 0px 5px;
    padding: 2px 2px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt; 
    font-weight: bold; 
    width: 10em;
    display: block;
}

/**** Gallery ****/

div.phdinv
{
    width: 100%;
}

div.phdinv div.item
{
    margin-bottom: 1em;
}

div.phdinv table
{
    width: 100%;
}

div.phdinv td.item_header a, div.phdinv td.item_header a:visited
{
    text-decoration: none;
    font-size: 1.2em;
    font-family: Times New Roman, Georgia, Serif;
    font-weight: bold;
    font-style: italic;
}

div.phdinv td.item_header a:hover
{
    text-decoration: none;
}

div.phdinv td.item_thumb
{
    width: 160px;
    padding-top: 4px;
    text-align: left;
}

td.item_thumb *
{
    text-align: left;
}

div.phdinv div.v2 td.item_thumb
{
    width: 100%;
    text-align: center;
}

div.phdinv div.v2 td.item_thumb table
{
    width: auto;
    margin: 0 Auto;
}

div.phdinv td.item_thumb table
{
}

div.phdinv td.item_thumb table td
{
    padding: 5px;
}

div.phdinv td.item_thumb a, div.phdinv td.item_thumb a:visited, div.phdinv td.item_thumb a:hover
{
    cursor: pointer;
}

div.phdinv td.item_desc
{
    padding-top: 5px;
    line-height: 140%;
    text-align: left;
    vertical-align: top;
}

#content div.phdinv td.item_desc a, #content div.phdinv td.item_desc a:visited
{
    text-decoration: none;
}

#content div.phdinv td.item_desc a:hover
{
    text-decoration: underline;
}

/**** Pop-up ****/

body.popup
{
    padding: 5px 5px;
    width: 760px;
    min-width: 760px;
    margin: 0 auto;
}

div.popup
{
    width: 760px;
    margin: 3px 10px;
}

div.popup table
{
    width: 100%;
    border: 0px solid;
    border-collapse: collapse;
    margin: 0 auto;
}

div.popup td
{
    padding: 2px 2px;
    text-align: center;
}

div.popup td.popup_header
{
    height: 36px;
    font-size: 24pt; 
    font-family: Times New Roman, Times, Serif;
    vertical-align: middle;
}

div.popup td.popup_bigpic
{
    padding-top: 5px;
}

div.popup td.popup_bigpic img
{
}

div.popup td.popup_bigpic a:hover img
{
}

div.popup td.popup_thumbs
{
    padding-top: 0px;
    padding-bottom: 5px;
}

div.popup td.popup_thumbs table
{
    width: auto;
}

div.popup td.popup_thumbs img
{
}

div.popup td.popup_thumbs a:hover img
{
}

div.popup td.popup_desc
{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

div.popup_buttons
{
    padding-top: 2px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    width: 760px;
}

div.popup_buttons ul
{
    margin-top: 5px;
    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; 
    text-decoration: none;
}

div.popup_buttons ul li a:hover
{
}

/*****/