﻿body
{
    font-family: tahoma;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    background: #ccc;
    letter-spacing: 1px;
    padding: 0px;
    margin: 0px;
}

#divleft
{
    width: 400px;
    float: left;
    text-align: left;
    font-size: 11.5px;
    padding-left: 25px;
}

#divright
{
    width: 310px;
    float: right;
    text-align: left;
    font-size: 11.5px;
    padding-left: 10px;
}

#page
{
    width: 797px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
}
#mainarea
{
    text-align: left;
    width: 100%;
    float: left;
}
#header
{
    width: 100%;
    background: #bbe0f8;
}

#sidebar
{
    width: 20%;
    float: left;
}

#content
{
    width: 80%;
    float: left;
}
#footer
{
    text-align: center;
    width: 100%;
    font-size: 11px;
    vertical-align: middle;
}
label
{
    font-weight: bold;
    vertical-align: top;
    line-height: 1.7em;
}
a:link, a:visited
{
    color: Black;
    text-decoration: none;
}
a:hover
{
    color: Red;
}
.atright
{
    text-align: right;
}

.atleft
{
    text-align: left;
}
.atcenter
{
    text-align: center;
}

.nav li
{
    padding: 4px;
    display: inline;
    list-style-type: georgian;
}
.nav ul
{
    list-style-type: square;
}


.nav li a
{
    display: block;
}

.mytable
{
    width: 100%;
    
}

.mytable th
{
    text-transform: capitalize;
    padding: 2px;
}
.mytable td
{
    padding: 2px;
}

.ptcolor
{
    color: #5899cf;
}
.protoncolor
{
    color: #79347F;
}
.sbmcolor
{
    color: #E77817;
}

.ptuniv
{
    background: #c7eafb;
    height: 23px;
    vertical-align: middle;
    text-align: center;
    padding-top: 9px;
}
.ptuniv a, .ptuniv a:link, .ptuniv a:visited
{
    text-decoration: none;
}


.menuitem
{
    padding-top: 5px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.menuitem a, .menuitem a:link, .menuitem a:visited
{
    color: #FFF;
    text-decoration: none;
}
#menu
{
    background: url(images/line.gif);
    width: 797px;
    height: 22px;
    padding: 0px;
    margin: 0px;
    display: block;
    padding-top: 5px;
}

.front
{
    padding: 20px;
    text-align: left;
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 11px;
    vertical-align:top;
}

.front td{
vertical-align:top;
}
#gal td
{
    border: 2px solid #c7eafb;
    padding: 4px;
    font-weight: bold;
}

.selectedItem
{
    font-weight: bold;
}

.viditem
{
    border: 1px solid #006699;
    vertical-align: top;
    width: 33%;
}

.viditem .vidtext
{
    display: block;
    background: #6AABEB;
    color: White;
}

#header img
{
    border: 0px none;
}
