/**** Categories ****/

div.phdcat
{
    text-align: center;
    margin-bottom: 1em;
}

div.phdcat table
{
    border-collapse: collapse;
    border: none;
    margin: 0 Auto;
}

div.phdcat table td 
{
    padding: 5px 0;
    text-align: center;
}

div.phdcat td a, div.phdcat td a:visited
{
    margin: 0 0.25em;
    padding: 2px 1em;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14px;
    font-weight: bold; 
    color: #000000;
    background-color: #F5F5F5;
    border: 1px solid #131D29;
    display: block;
}

div.phdcat td a:hover
{
    color: #DD0000;
    background-color: #FFEEEE;
    border: 1px solid #DD0000;
}

div.phdcat td.current a, div.phdcat td.current a:visited, div.phdcat td.current a:hover
{
    color: #000000;
    background-color: #DDDDDD;
    border: 1px solid #131D29;
}

/**** Gallery ****/

div.phdinv
{
    margin: 0px Auto;
    width: 700px;
}

div.phdinv div.item
{
    margin-bottom: 1em;
}

div.phdinv table
{
    width: 100%;
    border: 0px solid;
    border-collapse: collapse;
}

div.phdinv td
{
    padding: 2px 2px;
}

div.phdinv td a
{
    cursor: pointer;
}

div.phdinv td.item_header
{
    font-weight: bold; 
    font-style: italic;
    color: #000000; 
    border-bottom: 1px solid #131D29;
}

div.phdinv td.item_header a, div.phdinv td.item_header a:visited
{
    color: #000000;
}

div.phdinv td.item_header a:hover
{
    color: #DD0000;
}

div.phdinv td.item_thumb
{
    width: 250px;
    padding-top: 4px;
    text-align: left;
}

div.phdinv td.item_thumb img
{
    border: 1px solid #000000;
}

div.phdinv td.item_thumb a:hover img
{
    border: 1px solid #000000;
}

div.phdinv td.item_desc
{
    padding-top: 5px;
    padding-left: 5px;
    vertical-align: top;
}

/**** Pop-up ****/

body.popup
{
    padding: 3px 0px;
    background: #F5F5F5;
    color: #000000;
    width: 750px;
    min-width: 750px;
    margin: 0 auto;
}

div.popup
{
    width: 700px;
    margin: 3px Auto;
}

div.popup table
{
    width: 100%;
    border: 0px solid;
    border-collapse: collapse;
    margin: 0 auto;
}

div.popup td
{
    padding: 2px 2px;
}

div.popup td.popup_header
{
    height: 36px;
    text-align: center;
    font-size: 24pt; 
    font-weight: bold; 
    font-style: italic;
    color: #000000; 
    border-bottom: 1px solid #000000;
}

div.popup td.popup_bigpic
{
    padding-top: 0.5em;
    text-align: center;
}

div.popup td.popup_bigpic img
{
    border: 1px solid #000000;
}

div.popup td.popup_bigpic a:hover img
{
    border: 1px solid #000000;
}

div.popup td.popup_thumbs
{
    padding-top: 0px;
    padding-bottom: 0.5em;
    text-align: center;
}

div.popup td.popup_thumbs table
{
    width: auto;
}

div.popup td.popup_thumbs img
{
    border: 1px solid #000000;
}

div.popup td.popup_thumbs a:hover img
{
    border: 1px solid #000000;
}

div.popup td.popup_desc
{
    padding: 0.5em 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: left;
}

div.popup_buttons
{
    padding-top: 2px;
    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, div.popup_buttons ul li a:visited
{
    margin: 0px 5px;
    padding: 2px 40px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt; 
    font-weight: bold; 
    color: #000000;
    background-color: #F5F5F5;
    border: 1px solid #131D29;
    text-decoration: none;
}

div.popup_buttons ul li a:hover
{
    color: #DD0000;
    background-color: #FFEEEE;
    border: 1px solid #DD0000;
}

/*****/