﻿.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. */

.PrettyGridView .AspNet-GridView
{
    width: 100%;
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    /*color: #00FFFF;*/
    color:white;
    background: #284775;
    font-weight: normal;
    padding: 2px;
}

.PrettyGridView .AspNet-GridView table
{
    border: solid 1px #cccccc;
    width: 100%;
}

.PrettyGridView .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;
}

.PrettyGridView .AspNet-GridView table thead tr th a
{
    color: #F7F6F3;
}

.PrettyGridView .AspNet-GridView table tbody tr
{
	    background: #FFFFFF;
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
    color: #333333;
    padding: 2px 20px 2px 2px;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    text-align: left;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate
{
	   background: #F7F6F3;
}



.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected
{
   background-color:#FDFFC5;
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
}

#emptyGrid
{
	color:Red;
	/*border:solid 1px #CCCCCC;*/
	
}




.MessagesGridView .AspNet-GridView
{
	width: 100%;
}

.MessagesGridView .AspNet-GridView table
{
    border: solid 1px #cccccc;
    width: 100%;
}
.MessagesGridView .AspNet-GridView table tbody tr
{
	    background: #FFFFFF;
}

.MessagesGridView .AspNet-GridView table tbody tr td
{
    padding: 2px 20px 2px 2px;
    border-bottom: solid 1px #CCCCCC;
    /*border-right: solid 1px #CCCCCC;*/
    text-align: left;
}

.MessagesGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate
{
	   background: #EDEAE3;
}


.MessagesGridView .AspNet-GridView table thead tr
{
	display: none;
	background-color: Yellow;
	height: 1px;
}

