﻿.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%;
    text-align:center;    
}

.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;
	*/   
   
    padding: 2px;
    text-align:left;		/* paging */
}

.PrettyGridView .AspNet-GridView table
{
    border: solid 1px #CCCCCC;
    width: 100%;
    
}

.PrettyGridView .AspNet-GridView table thead tr th
{
    
    /*												background Header
    background: #5D7B9D;						    
    BACKGROUND: url(../images/sfx_titlebar_bg2.png) #eef0f3 	repeat-x left bottom; 
*/

    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;			color text header
*/	  
    text-align:center;   
    
}


.PrettyGridView .AspNet-GridView table tbody tr td
{
    background: White;
    padding: 2px 20px 2px 2px;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    text-align: center;				/* item record */
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F7F6F3;	/* color xen ke */
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
}




.PrettyGridView1 .AspNet-GridView
{
    
}

.PrettyGridView1 .AspNet-GridView table thead tr th a
{
    color: #F7F6F3;
}






.PrettyGridView2 .AspNet-GridView
{
    width: 100%;
    text-align:justify;   
    margin-top:0px;
}

.PrettyGridView2 .AspNet-GridView div.AspNet-GridView-Pagination,
.PrettyGridView2 .AspNet-GridView div.AspNet-GridView-Pagination span
{   
	color:Red;
    padding: 2px;
    text-align:right;		/* paging */
}

.PrettyGridView2 .AspNet-GridView div.AspNet-GridView-Pagination a
{
	color:Blue;
	padding: 2px;
    text-align:right;		/* paging */
	}

.PrettyGridView2 .AspNet-GridView table
{    
    width: 100%;    
}

.PrettyGridView2 .AspNet-GridView table thead tr th
{          
    height:0px;
    margin:-5px;
    font-size:0px;
}

.PrettyGridView2 .AspNet-GridView table thead tr th a
{ 
    text-align:justify;    	/* 	color text header */	 
}


.PrettyGridView2 .AspNet-GridView table tbody tr td
{
    
    background: White;
    padding: 0px;    
    text-align: justify;				/* item record */
}

.PrettyGridView2 .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F7F6F3;	/* color xen ke */
}


.PrettyGridView3 .AspNet-GridView
{
    float:left;
    width:100%;    
}


A {
	TEXT-DECORATION: none
}

A:hover {

}




.PrettyGridView4 .AspNet-GridView
{
    width: 100%;
    text-align:justify;   
    margin-top:0px;
}

.PrettyGridView4 .AspNet-GridView div.AspNet-GridView-Pagination,
.PrettyGridView4 .AspNet-GridView div.AspNet-GridView-Pagination span
{   
	color:Red;
    padding: 2px;
    text-align:right;		/* paging */
}

.PrettyGridView4 .AspNet-GridView div.AspNet-GridView-Pagination a
{
	color:Blue;
	padding: 2px;
    text-align:right;		/* paging */
	}

.PrettyGridView4 .AspNet-GridView table
{    
    width: 100%;    
}

.PrettyGridView4 .AspNet-GridView table thead tr th
{          
    height:0px;
    margin:-5px;
    font-size:0px;
}

.PrettyGridView4 .AspNet-GridView table thead tr th a
{ 
    text-align:justify;    	/* 	color text header */	 
}


.PrettyGridView4 .AspNet-GridView table tbody tr td
{
    
    background: White;
    padding: 0px;    
    text-align: justify;				/* item record */
}

.PrettyGridView4 .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: white;	/* color xen ke */
}
