﻿.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%;
    padding:0px;
    margin:0px;
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination
{
	color: #09405e;
	text-align:center;
	background: #c6e3f2;
	font-weight: bold;
	padding: 2px;
	border-bottom:solid 1px #6ed0fd;
	border-left:solid 1px #6ed0fd;
	border-right:solid 1px #6ed0fd;
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination a, 
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
	color: #09405e;
	font-weight: bold;
	padding: 2px;
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination a:hover
{
	text-decoration:underline;
	color: #CE8574;
	font-weight: bold;
	padding: 2px;
}

.PrettyGridView .AspNet-GridView table
{
    border: solid 1px #6ed0fd;
    width:100%;
}

.PrettyGridView .AspNet-GridView table thead tr th
{
	color: #09405e;
	text-align:left;
	background: #c6e3f2;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	border-bottom:solid 1px #6ed0fd;
	border-right:solid 1px #6ed0fd;
}

.PrettyGridView .AspNet-GridView table thead tr th a
{
    color: #09405e;
    font-weight:bold;
    text-decoration:underline;
}

.PrettyGridView .AspNet-GridView table thead tr th a:hover
{
    color: #CE8574;
    text-decoration:none;
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
	color: #09405e;
	text-align:left;
	background: #ffffff;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	border-bottom: solid 1px #6ed0fd;
    border-right: solid 1px #6ed0fd;
    margin:0px;
}

.PrettyGridView .AspNet-GridView table tbody tr td a
{
	color: #09405e;
    font-weight:bold;
    text-decoration:underline;
}

.PrettyGridView .AspNet-GridView table tbody tr td a:hover
{
    color: #CE8574;
	text-decoration:none;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #ffffff;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
	 background: #f9f2c3;
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
}

.col_title_main
{
	width:150px;
}

.col_title
{
	width: 300px;
}

.col_img
{
	width:65px;
}