﻿table.gvList td.buttonCol
{
    width: 18px;
    text-align: right;
}

table.gvList td.buttonCol input
{
    padding: 0px;
    margin: 0px;
    float: left;
}

table.gvList td textarea
{
    font-size:1.0em;
}

table.gvList tr.Row, table.viewDev tr.Row
{
    background-color: #E8E9EB;
    background-color: Aqua;
}

table.gvList tr.Row td.sort
{
    background-color:Lime;   
}

table.gvList tr th
{
	background-color: #FFFFFF;
}
table.gvList tr.altRow, table.viewDev tr.altRow
{
	background-color: #FFFFFF;
}

table.gvList tr.altRow td.sort
{
    background-color:Orange;   
}

/******************************************/
table.viewDev, table.viewDev tr, table.viewDev tr td
{
    border: 0px;
}

table.viewDev input, table.viewDev select
{
    font-size: 1.0em;
}

table.viewDev input
{
    width: 200px;
}

table.viewDev span.checkBox input
{
    width:auto;
}

/******************************************/
table.ItemView td
{
    background-color:#ece9d8;
    padding:5px 0 5px 0;
}

table.ItemView tr.altRow td
{
    background-color:#FFFFFF;
    
}

table.ItemView td.colHeader
{
    font-weight:bold;
    width:215px;
}

table.ItemView input, table.ItemView select
{
    font-size: 1.0em;
}

table.ItemView input
{
    width: 200px;
}

table.ItemView span.checkBox input, table.ItemView input.button, table.ItemView td.checkBox input
{
    width:auto;
}