﻿/** Gridview component **/

.gridViewStyle {
	width:100%;
}

.gridViewRowStyle td {
	padding: 4px 8px;
	border: 1px solid #82B1CA;
}

.gridViewRowStyle th {
	padding: 4px 8px;
	border: 1px solid #82B1CA;
	border-bottom:none;	
}

.gridViewPagerStyle  {
	
}

.gridViewEmbargoedStyle td {
	padding: 4px 8px;
	border: 1px solid #82B1CA;
	background-color:#FEECEC;
}

.gridViewPendingCommentsStyle td {
	padding: 4px 8px;
	border: 1px solid #82B1CA;
	background-color:#FFFFC0;
}

th.sortAscendingStyle {
	background-image: url(/images/template/sort-ascending.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left:23px;
}

th.sortDescendingStyle {	
	background-image: url(/images/template/sort-descending.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left:23px;
}
