﻿#container
{
    padding-right:17px;
    overflow-x:hidden;
    overflow-y:scroll;
}
 
.teste
{
    text-align:right;
    width:100%;
    background-color:Blue;
    line-height:20px;
    padding-right:20px;
}

.divtable 
{
    width:100%;
    display:block;
}

.divrow 
{
    /*border:1px solid;*/
    display:block;
    width:100%;
}    

.divcell 
{
    display:block;
    float:left;
}

.tbSearchHeader
{
    width:447px;
}

.ddlKeysHeader
{
    width:200px;
}

.ddlOperator 
{
    width:100px;
}

.ddlKeys 
{
    width:200px;
}

.tbSearch
{
    width:338px;
}

.tbSearch input {
    width:336px;
}

.tbSearchFirst {
    width:442px;
}

.tbSearchFirst input {
    width:440px;
}


.SelectOptionsSection
{
    display:block;
    float:left;
}


.SendOptionsSection
{
    border:1px solid;
    display:block;
    float:right;
}

.PagerSection
{
    border:1px solid;
    display:block;
    float:left;
    width:50%;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    height:32px;
    line-height:32px;
}

.FormatOptionsSection
{
    display:block;
    padding-left:10px;
    float:left;
}

.SortFormatOptionsSection
{
    padding-left:10px;
    display:block;
    float:left;
}

