﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the GridView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.SmGridView .AspNet-GridView
{
    width: 100%;
}

.SmGridView .AspNet-GridView div.AspNet-GridView-Pagination,
.SmGridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.SmGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #00FFFF;
    background: #284775;
    font-weight: normal;
    padding: 2px;
}

.SmGridView .AspNet-GridView table
{
    border: solid 1px #CCCCCC;
    width: 100%;
}

.SmGridView .AspNet-GridView table thead tr th
{
    color: #F7F6F3;
    background: #5D7B9D;
    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    padding: 2px;
}

.SmGridView .AspNet-GridView table thead tr th.EditColumn
{
    width: 100px;
}

.SmGridView .AspNet-GridView table thead tr th a
{
    color: #F7F6F3;
}

.SmGridView .AspNet-GridView table tbody tr td
{
    color: #333333;
    background: White;
    padding: 10px 4px;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    vertical-align: top;
}

.SmGridView .AspNet-GridView table tbody tr td.Title
{
}

.SmGridView .AspNet-GridView table tbody tr td.Title input
{
	width: 200px;
	height: 22px;
	font-size: 18px;
}

.SmGridView .AspNet-GridView table tbody tr td.Description
{
}

.SmGridView .AspNet-GridView table tbody tr td.Description textarea
{
	width: 300px;
	height: 80px;
}

.SmGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F7F6F3;
}

.SmGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.SmGridView .AspNet-GridView table tfoot tr td
{
}
