﻿input, select
{
    background-color: #eae9e9;
}

.bnArrow1
{
    width: 15px;
    background: url('Images/arrow_white.gif') no-repeat center #eae9e9;
    height: 15px;
}

.bnArrow3
{
    width: 15px;
    height: 15px;
    background: url('Images/arrow_gray.gif') no-repeat center #a8adb5;
}

div#divTesters table
{
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

div#dlTestersContainer
{
    width: 100%;
    border: 1px solid black;
    background-color: #eae9e9;
    height: 180px;
    overflow: auto;
    margin-top: 10px;
}

div#dlAccessoriesContainer, div#dlAccessoriesAddContainer
{
    width: 570px;
    border: 1px solid black;
    background-color: #eae9e9;
    height: 180px;
    overflow: auto;
}

div#dlTestersContainer table, div#dlAccessoriesContainer table, div#dlAccessoriesAddContainer table
{
    width: 100%;
    font-size: 12px;
    overflow: auto; 
}

div#dlTestersContainer table td, div#dlAccessoriesContainer table td, div#dlAccessoriesAddContainer table td
{
    border: 1px solid black;
    font-size: 11px;
}

.bnArrow, .bnArrow input
{
    width: 14px;
    background: url('Images/enter.gif') no-repeat center #EAE6DD;
    height: 16px;
    margin-left: 2px;
}

td.selected
{
	background-color: #a8adb5;
}

.SelectedID
{
    color: #a8adb5;
}

table#dlAccessoriesBorder, table#dlAccessoriesAddBorder
{
    border: 1px solid black;
}

.dgCustomers
{
    width: 100%;
    background-color: White;
    height: 200px;
    overflow: auto;
    margin-bottom: 5px;
}

.dgCustomers .header
{
    text-align: center;
    background-color: #B5B5B5;
}

.dgCustomers .itemstyle
{
    font-size: 10px;
}

div.header_text1
{
    font-size: 13px;
    margin-left: 10px;
}

.divCustomers
{
    border: 1px solid black;
    padding: 10px;
    width: 95%;
    text-align: right;
    font-size: 12px;
    height: 180px;
    overflow: auto;
}

.divCustomers input
{
    font-size: 12px;
}

.divCustomers table
{
    height: auto;
}

.inputtext
{
	width: 150px;
}

.button1
{
    width: 70px;
}