﻿body
{
    font-family: Tahoma;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}

.Menu
{
    /*background-image: url(Images/menu_back.png);*/
    height: 30px;
    text-align: center;
}

.Subtitle
{
    font-weight: bold;
}

.MenuSelected
{
    height: 30px;
    /*text-align: center;*/
}

.Form
{
    font-size: 11px;
    font-family: Tahoma;
}

.Button
{
    background-image: url(Images/button.png);
    width: 75px;
    height: 17px;
    text-align: center;
    display: block;
    text-decoration: none;
    border: none;
    background-color: Transparent;
    vertical-align: top;
    cursor: pointer;
    font-size: 11px;
}

input[class=Button]
{
    padding-bottom: 5px;
    #padding-bottom: 0px;
}

.TableTop
{
    font-weight: bold;
    height: 17px;
}

form
{
    margin: 0px;
}

.PaginationLink
{
    font-weight: bold;
    /*font-size: 13px;*/
}

.Error
{
    color: Red;
}

.slideshow
{
    display: block;
    position: relative;
}

.slideshow IMG 
{
    position:absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
}

.slideshow IMG.active 
{
    z-index: 10;
}

.slideshow IMG.last-active 
{
    z-index: 9;
}

.tmcep
{
    margin: 0px;
    padding: 0px;
}

.SearchForm
{
    width: 150px;
    border: 1px solid #a5acb2 !important;
    /*
    border: 2px inset #999 !important;
    border-bottom: 1px solid #D4D0C8 !important;
    border-right: 1px solid #D4D0C8 !important;
    */
}

.MinSearchForm
{
    width: 50px;
    border: 1px solid #a5acb2 !important;
    /*
    border: 2px inset #999 !important;
    border-bottom: 1px solid #D4D0C8 !important;
    border-right: 1px solid #D4D0C8 !important;
    */
}

.MaqSelectedMenu
{
    text-align: center;
}

.MaqMenu
{
    text-align: center;
}

.MaqSubtitle
{
    margin-top: 15px;
    margin-left: 10px;
}

.EvaluationField
{
    width: 210px;
}

.NewLoginField
{
    width: 210px;
}

.ContactField
{
    width: 210px;
}