﻿.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%;
    
    
    
    
}

.smallEdit .PrettyGridView .AspNet-GridView  input[type="text"]
{
	width:100%;
	font-size:10px;
}

.smallEdit .PrettyGridView .AspNet-GridView select
{
	width:auto;
	font-size:10px;
}


.PrettyGridView .AspNet-GridView table
{
    border: solid 1px #CCCCCC;
    /*width: 100%;*/
}

.PrettyGridView .AspNet-GridView .noBorders table ,
.PrettyGridView .AspNet-GridView .noBorders td
{
    border: 0px;
    padding:0px;
    border-width:0px;
    margin:0px;
   
    /*width: 100%;*/
}



.PrettyGridView .AspNet-GridView table thead, 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 td
{
    color: #333333;
    background: White;
    padding: 2px 20px 2px 2px;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    vertical-align:top;
    
}

.PrettyGridView .alignRight
{
	float:right;
}

.actions
{
	/*font-size:100px;*/
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
	
}

.filter, .filter input, .filter select
{
	border: 0px;
    padding:0px;
    border-width:0px;
    margin:0px;
    font-size:15px;
    font-weight: bold;
}

tr.dataGridHeadingLevel0
{
	background-color:Gray;
	font-weight:bold;
}
tr.dataGridHeadingLevel1
{
	font-weight:bold;
	background-color:Gray;
}
tr.dataGridHeadingLevel2
{
	font-weight:bold;
	background-color:Gray;
}
tr.dataGridHeadingLevel3
{
	font-weight:bold;
	background-color:Gray;
}



.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
{
}

