﻿
/*  WebGrid SORT glyphs */

th
{
	padding-right: 1em;					/* make enough room for the arrow */
}

th a.asc:after, th a.desc:after
{
	position: relative;
	left: .4em;							/* spacing between header and arrow */
	bottom: .4em;						/* raise it just a tad */
	font-size: 0.6em;					/* I like my arrows a tad smaller */
	color: red;
}

th a.asc:after
{
	content: '▲';
}

th a.desc:after
{
	content: '▼';
}

/*  WebGrid SORT glyphs */


/*  Required fields  */
.required:after 
{
    content: "*";
    font-weight: bold;
    color: red; 
}
/*  Required fields  */
