﻿body
{
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #fff;
}

html
{
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}

#content
{
    width: 908px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header
{
    margin: 10px 0 5px 0;
}

#header span
{
    display: inline-block;
}

#topmenu
{
    font-family: Tahoma;
    width: 335px;
    text-align: right !important;
    position: relative;
    top: 0px;
    color: #666;
    font-size: 90%;
}

#topmenu a
{
    display: inline-block;
    padding: 3px 3px 3px 2px;
    color: #666;
    text-decoration: none;
}
#topmenu a:hover
{
    text-decoration: underline;
}

#menu td
{
    vertical-align: middle;
    padding: 3px 0 3px 0;
}

#menu
{
    font-family: Tahoma;
    background-color: #eb3a00;
    color: #fff; /*background-color: #333;     position: relative;     top: 1px;*/
}

#menu a
{
    font-size: 85%;
    padding: 0px 6px 0px 4px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
#menu a:hover
{
    text-decoration: underline;
}

#flash
{
    border: solid 1px red;
    padding: 4px;
}

#footer
{
    width: 908px;
    padding-top: 1px;
}

#cp
{
    display: inline-block;
    width: 600px;
    font-size: 11px;
    text-align: left;
}

#lng
{
    display: inline-block;
    width: 300px;
    text-align: right !important;
    font-size: 11px;
    color: #666;
}

span.space
{
    display: inline-block;
    width: 28px;
}

/* image */
.imgPhoto
{
    float: left;
}
span.imgName
{
    float: left;
    position: relative;
    top: -161px;
    left: -19px;
    background-color: #eb3a00;
    color: #fff;
    xdisplay: inline-block;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 3px 1px 3px;
    min-width: 40px;
}
span.imgCamera
{
    float: left;
    position: relative;
    top: -161px;
    left: 101px;
}

.imgtable
{
    margin-left: 15px;
}
td.imgCell
{
    width: 120px;
    vertical-align: top;
    padding-right: 20px;
}
img.Pic
{
    border: solid 1px #eb3a00 !important;
}
img.Pic:hover
{
    border: solid 1px #000 !important;
}
img.Frame
{
    border: solid 1px #eb3a00 !important;
}
img.Frame:hover
{
    border: solid 1px #eb3a00 !important; /*border: solid 1px #000 !important;*/
}
img.NoFrame
{
    border-right: solid 2px #eb3a00 !important;
    position: relative;
    left: -90px;
    top: 0px;
}
/* image */

/* pager*/
td.Pager
{
    padding-bottom: 15px;
}
td.Pager table
{
    font-size: 12px;
    float: left;
    font-weight: bold;
    border-collapse: collapse;
}
td.Pager a
{
    display: block;
    padding: 2px 5px 2px 5px;
    border: solid 1px #000;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
td.Pager a:hover
{
    padding: 2px 5px 2px 5px;
    border: solid 1px #666;
    background-color: #666;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
td.Pager span
{
    display: block;
    padding: 2px 5px 2px 5px;
    border: solid 1px #eb3a00;
    background-color: #eb3a00;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
/* pager */
