﻿
div.BasketGrid
{
	background-color: #E6E6E6;
	border:solid 2px #878889;
	width: 786px;
	height:160px;
	margin-left:5px;
	font-size: 0.8em;
	overflow: hidden;
}

div.HotOpps
{
	background-color: #E6E6E6;
	border:solid 2px #878889;
	width: 786px;
	height:160px;
	margin-left:5px;
	font-size: 0.8em;
	overflow: hidden;
}

div.QuickSearchResults
{
	background-color: #E6E6E6;
	border:solid 2px #BDC97D;
	width: 786px;
	height:147px;
	margin-left:5px;
	font-size: 0.8em;
	overflow: hidden;
}

div.FullSearchResults
{
	background-color: #E6E6E6;
	border:solid 2px #BDC97D;
	width: 786px;
	height:147px;
	margin-left:5px;
	font-size: 0.8em;
	overflow: hidden;
}

.Grid
{
	width: 100%;
	border: 0;
	border-style: none;
	background-color:#E6E6E6;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: left;
}

.HeaderRow
{
	background-color:#E6E6E6;
}

.HeaderRow A
{
	background-color:#E6E6E6;
	color: #808080;
	height: 10px;
	text-decoration: none;
}

.NoSortHeaderRow
{
	background-color:#E6E6E6;
	color: #808080;
	height: 10px;
	text-decoration: none;
	/*font-size: 0.8em;*/
}

.GridRow
{
	height: 22px;
	background-color:#E6E6E6;
}

.PagerRow
{
	font-size: 10px;
	padding-right:10px;
	background-color:#E6E6E6;
	color: Gray;
	vertical-align:bottom;
}

.NoResults
{
	padding-top:20px;
	font-size: 1.5em;
	color: #808080;
	background-color: #E6E6E6;
	font-weight: bold;
	text-align: center;
	width:100%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

.NoResults a
{
	color:#88AA1A;
}

.applylink
{
	text-decoration: underline;
	color: #88AA1A;	
}

.HotOppColumn /* Chilli picture sits in here... */
{
	width: 20px;
	text-align: center;	
}

.PlacementTitleColumn
{
	width: 260px;
	text-align: left;
	color: #6676B9;
	cursor:pointer;
}

.PlacementColumn
{
	width: 260px;
	text-align: left;
	color: #6676B9;
	cursor:pointer;
}


.PartnerColumn
{
	width: 225px;
	text-align: left;
	color: #878889;
}

.DurationColumn
{
	text-align: center;
	color: #878889;
	padding-right:14px;
	width:40px;
}

.LocationColumn
{
	width: 130px;
	text-align: left;
	color: #878889;
}


.DistanceColumn
{
	width: 130px;
	text-align: left;
	color: #878889;
}

.SelectColumn
{
	text-align: left;
	color: #6676B9;
	cursor: pointer;
	text-decoration: underline;
	font-weight:bold;
	width:30px;
	padding-right:5px;
	
}

.hotOppsTitle
{
	text-align: left;
	/*color: #6676B9;*/
	color: #CE2128;
	cursor: pointer;
	text-decoration: underline;
	font-weight:900;
	width:100%;
	
}

.hotOppsTitle a
{
	width: 290px;
}


