﻿.PageHeading
{
	font-family:Tahoma;
	font-size:12pt;
	font-weight:bold;	
	color:Blue;
}
.RowSeperator
{
	height:4px;
}
.TableHeading
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;	
}

.LabelCaption
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;	
}
.LabelValue
{
	font-family:Tahoma;
	font-size:8pt;	
}

.CaptionColumn
{
	width:30%
}

.Arrival
{
	text-align:left;
	font-size:8pt;
	width:80px;
}
.Departure
{
	text-align:left;
	font-size:8pt;
	width:80px;
}
.Activity
{
	text-align:left;
	font-size:8pt;
	width:160px;
}
.Points
{
	text-align:right;
	font-size:8pt;
	width:80px;
}
.Bonus
{
	text-align:right;
	font-size:8pt;
	width:80px;
}
.Total Points
{
	text-align:right;
	font-size:8pt;
	width:80px;
}
.dropdownlist
{
	font-size: 8px;
	width: 135px; 
}
.leftpadding
{
	padding-left: 5px;
}