﻿
.mGrid
{
	width: 800px;
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: solid 1px #525252;
	border-collapse: collapse;
}
.mGrid td
{
	padding: 2px;
	border: solid 1px #c1c1c1;
	color: #717171;
}
.mGrid th
{
	padding: 4px 2px;
	color: #fff;
	background: #424242 url(grd_head.png) repeat-x top;
	border-left: solid 1px #525252;
	font-size: 0.9em;
	font-size: 12px;
	text-decoration: none;
	color: White;
}

.mGrid th a:link
{
	color: white;
	text-decoration: none;
}

.mGrid th a:visited
{
	color: white;
	text-decoration: none;
}

.mGrid th a:hover
{
	color: white;
	text-decoration: underline;
}

.mGrid th a:active
{
	color: white;
	text-decoration: underline;
}





.mGrid .alt
{
	background: #fcfcfc url(grd_alt.png) repeat-x top;
}
.mGrid .pgr
{
	background: #424242 url(grd_pgr.png) repeat-x top;
}
.mGrid .pgr table
{
	margin: 5px 0;
}
.mGrid .pgr td
{
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	font-weight: bold;
	color: #fff;
	line-height: 12px;
}
.mGrid .pgr a
{
	color: #666;
	text-decoration: none;
}
.mGrid .pgr a:hover
{
	color: #000;
	text-decoration: none;
}


/*rounded corner*/

.R1
{
	display: block;
	position: relative;
	margin: 4px 1px;
	border-width: 1px 0;
	border-style: solid;
	text-decoration: none;
	background-color: black;
}

.D1
{
	display: block;
	background-color: black;
	margin: 0 -1px;
	padding: 2px 16px;
	color: white;
}


/* The following styles are for the Rating */.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}
.filledRatingStar
{
	background-image: url(FilledStar.png);
}
.emptyRatingStar
{
	background-image: url(EmptyStar.png);
}
.savedRatingStar
{
	background-image: url(SavedStar.png);
}
/******************************************/




