﻿/*******************
 * data.css
 * Controls: #partners-list
 */


/** #partners-list ****************/
table#partners-list
{
    width:100%;
    margin:4px;
}

table#partners-list td
{
    padding:5px;
}

table#partners-list td.logo
{
    text-align:center;
    width:5%;
}

table.application
{
    border-collapse:collapse;
    width:100%;
    border:0;
    padding:0;
}

table.application tr.insert
{
    background-color:#c3d8fd;
}

table.application tr.head
{
    background-color:#465674;
    color:White;
}
table.application input, table.application textarea
{
    border: 1px solid #465674;
}
table.application tr th
{
    text-align:left;
    white-space:nowrap;
    overflow:auto;
}