﻿table.keeper td.name, table.keeper td.price
{
	color:#008ADF;
	font-weight:bold;
}

table.keeper td.price
{
	font-style:italic;
	color:#221E78;
}

table.flights td
{
	background:#D4EAF4;
	color:#221E78;
}

table.flights td.air
{
	width:207px;
	background-color:#D4EAF4;
}


td.header b
{
	font-size:18px;
	font-style:italic;
}

td.header span.bold
{
	font-weight:bold;
}

tr.light td
{
	color:#5D5ABA;
}

tr.dark td
{
	font-weight:bold;
}

div.space
{
	padding-top:3px;
	padding-bottom:3px;
}

div.space input.button
{
	border-style:solid;
	background:#D4EAF4;
	font-weight:bold;
	color:#221E78;
	height:20px;
	border-width:1px;
	
}

input.button
{
	border-style:solid;
	background:#D4EAF4;
	font-weight:bold;
	color:#221E78;
	height:20px;
	border-width:1px;
	
}



