﻿.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: 770px;}

.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; background: #284775; font-weight: normal; padding: 2px;}

.PrettyGridView .AspNet-GridView table{border: solid 1px #CCCCCC; width: 100%;}

.PrettyGridView .AspNet-GridView table thead tr th{padding:10px; background-image: url('../Images/Grid/bg.jpg'); background-color: #d7d7d7; 
                                                   background-position: center; background-repeat: repeat-x;}

.PrettyGridView .AspNet-GridView table thead tr th a{color: #F7F6F3;}

.PrettyGridView .AspNet-GridView table tbody tr td{vertical-align:top; text-align:left; color: #333333; background: White; padding: 10px 10px 10px 10px;
    border-bottom: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC;
}

.PrettyGridView .AspNet-GridView table tbody tr td a:link, .PrettyGridView .AspNet-GridView table tbody tr td a:visited{font-size:11px; font-weight:bold; color: #393939; text-decoration:underline;}
.PrettyGridView .AspNet-GridView table tbody tr td a:hover{font-size:11px; font-weight:bold; color: #ffb500; text-decoration:none;}

.PrettyGridView .AspNet-GridView table tbody tr td a.simpleLink:link, .PrettyGridView .AspNet-GridView table tbody tr td a.simpleLink:visited{font-weight:normal; font-size:11px; color:#0066cc; text-decoration:underline;}
.PrettyGridView .AspNet-GridView table tbody tr td a.simpleLink:hover{color:#0066cc; text-decoration:none;}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td{background: #F7F6F3;}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td{}

.PrettyGridView .AspNet-GridView table tfoot tr td{}


/**/
.PrettyGridView1 .AspNet-GridView{width: 770px;}

.PrettyGridView1 .AspNet-GridView div.AspNet-GridView-Pagination,
.PrettyGridView1 .AspNet-GridView div.AspNet-GridView-Pagination a,
.PrettyGridView1 .AspNet-GridView div.AspNet-GridView-Pagination span{color: #00FFFF; background: #284775; font-weight: normal; padding: 2px;}

.PrettyGridView1 .AspNet-GridView table{border: solid 1px #CCCCCC; width: 100%;}

.PrettyGridView1 .AspNet-GridView table thead tr th{padding:10px; background-image: url('../Images/Grid/bg.jpg'); background-color: #d7d7d7; 
                                                   background-position: center; background-repeat: repeat-x;}

.PrettyGridView1 .AspNet-GridView table thead tr th a{color: #F7F6F3;}

.PrettyGridView1 .AspNet-GridView table tbody tr td{vertical-align:top; text-align:left; color: #333333; background: White; padding: 10px 10px 10px 10px;}

.PrettyGridView1 .AspNet-GridView table tbody tr td a:link, .PrettyGridView1 .AspNet-GridView table tbody tr td a:visited{font-size:11px; font-weight:bold; color: #393939; text-decoration:underline;}
.PrettyGridView1 .AspNet-GridView table tbody tr td a:hover{font-size:11px; font-weight:bold; color: #ffb500; text-decoration:none;}

.PrettyGridView1 .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td{}

.PrettyGridView1 .AspNet-GridView table tbody tr.AspNet-GridView-Selected td{}

.PrettyGridView1 .AspNet-GridView table tfoot tr td{}
