﻿.foo {}

/* DEFAULT TABLE */
.default-table .AspNet-GridView
{
	padding-top:10px;
    width: 100%;
}
.default-table .AspNet-GridView div.AspNet-GridView-Pagination, 
.default-table .AspNet-GridView div.AspNet-GridView-Pagination a, 
.default-table .AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #586673;
	/*background: #99CCFF;*/
	font-weight: normal;
	padding: 2px;
    /*background: #F2F2F2 url('images/h3.png') repeat-x;	*/
}
.default-table .AspNet-GridView table
{
    /*border: solid 1px #CCCCCC;*/
    width: 100%;
}
.default-table .AspNet-GridView table thead tr th
{
    color: #586673;
    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    padding: 2px;
    /*background: #F2F2F2 url('images/h3.png') repeat-x;*/
}
.default-table .AspNet-GridView table thead tr th a
{
    text-decoration:underline;
}
.default-table .AspNet-GridView table thead tr th a:hover
{
    text-decoration:underline;
}
.default-table .AspNet-GridView table tbody tr td
{
    /*color: #333333;*/
    /*border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;*/
	vertical-align:middle;
	padding:2px;
}
.default-table .AspNet-GridView table tbody tr:hover td
{}

.default-table .AspNet-GridView table tbody tr a
{
    font-weight: bold;
    text-decoration:none;
}

.default-table .AspNet-GridView table tbody tr.AspNet-GridView-Normal td
{
	padding:2px;
}
.default-table .AspNet-GridView table tbody tr.AspNet-GridView-Normal:hover td
{
    /*background-color: #EBEBEB;*/
}
.default-table .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	padding:2px;
	/*background-color: #F7F6F3;*/
}
.default-table .AspNet-GridView table tbody tr.AspNet-GridView-Alternate:hover td
{
    /*background-color: #EBEBEB;*/
}

.default-table .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{}

.default-table .AspNet-GridView table tfoot tr td
{}

/* COMMENTARY COLUMN */
.comments-table .AspNet-GridView table
{
	width:100%;
}
.comments-table-col-comment
{
	width:100%;
	padding:0 5px 0 5px;
}
.comments-reply-table .AspNet-GridView table
{
	width:100%;
	padding-left:10px;
}
.comments-reply-table .AspNet-GridView table thead tr th
{
	color:#ffffff;
	text-align:left;
}
.comments-reply-table-col-comment
{
	color:#ffffff;
	width: 100%;
	padding: 2px;
	padding-top:0px;
}


/* CONTACTS COLUMNS */

.contacts-table-col-name
{
}
.contacts-table-col-telephone
{
	text-align:right;
	width:30%;	
}

/* DOWNLOADS */
.downloads-table-col-fileicon
{
	text-align:center;
	width:32px;
}	
.downloads-table-col-download
{
	text-align:center;
	width:32px;
}
.downloads-table-col-count
{
	text-align: center;
}
.downloads-table-col-title
{
	vertical-align:middle;
}
.downloads-table-col-date
{
	text-align: center;
}

/* GALLERIES COLUMNS */
.galleries-table-col-title
{
}


/* TABLES COLUMNS */
.table-col-checkbox
{
	text-align:center;
	width: 25px;
}
.table-col-title
{
}

/* SHOP TABLE  */

/* ORDERS BROWSE */
.shop-orders-table-col-date
{
	text-align:right;
}

/* BASKET BROWSE COLUMNS */
.shop-basket-table-col-quantity
{
	text-align: center;
	width: 80px;
	vertical-align:middle;
}
.shop-basket-table-col-price
{
	text-align: right;
	min-width: 50px;
	vertical-align:middle;
}
.shop-basket-table-col-delete
{
	text-align: center;
	width: 25px;
	vertical-align:middle;
}

/* PRODUCTS COLUMNS */
.shop-products-table-col-thumb
{
	vertical-align:middle;
	width:110px;
	height:83px;
	padding:0px !important;
}
.shop-products-table-col-title
{
	vertical-align:middle;
	padding: 2px;
}
.shop-products-table-col-price
{
	text-align:right;
	vertical-align:middle;
	margin-right: 10px;
	width:160px;
	min-width:160px;
}
.shop-products-table-col-lastadded
{
	text-align:center;
	vertical-align:middle;
}

/* LAST ADDED */
.shop-table-lastadded .AspNet-GridView
{
    width: 100%;
}
.shop-table-lastadded .AspNet-GridView .AspNet-GridView-Pagination, 
.shop-table-lastadded .AspNet-GridView .AspNet-GridView-Pagination a, 
.shop-table-lastadded .AspNet-GridView .AspNet-GridView-Pagination span
{
	text-align:center;
	padding: 2px;
}
.shop-table-lastadded .AspNet-GridView .AspNet-GridView-Pagination span
{
	font-weight:bold;
}
.shop-table-lastadded .AspNet-GridView table
{
    width: 100%;
}
.shop-table-lastadded .AspNet-GridView table thead tr th
{}
.shop-table-lastadded .AspNet-GridView table thead tr th a
{}
.shop-table-lastadded .AspNet-GridView table thead tr th a:hover
{}
.shop-table-lastadded .AspNet-GridView table tbody tr td
{
    padding: 2px;
}
.shop-table-lastadded .AspNet-GridView table tbody tr:hover td
{}
.shop-table-lastadded .AspNet-GridView table tbody tr a
{
	font-weight:bold;
	text-decoration:none;
}
.shop-table-lastadded .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    padding: 2px;
}
.shop-table-lastadded .AspNet-GridView table tbody tr.AspNet-GridView-Alternate:hover td
{}
.shop-table-lastadded .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{}
.shop-table-lastadded .AspNet-GridView table tfoot tr td
{}


