@import url(reset.css);
@import url(color.css);
@import url(typography.css);

a 
{
	border-bottom: 1px dotted;
}

.actions 
{
	text-align: center;
	padding: 10px;
}

body
{
	text-align: center;
}

#content 
{
	width: 100%;
	overflow: hidden;
}

#companies 
{
	width: 310px;
	float: left;
	margin-left: 10px;
}

ul.companies
{
	margin: 10px 0;
}

ul.companies li
{
	margin: 5px 0;
}

/*
#companies li h4 a 
{
	border-bottom: 1px dotted;
}
*/
ul.companies li a.image, ul.companies li a.image:hover
{
	border: none;
}

ul.companies li a:hover
{
	border-style: solid;	
}

ul.companies li img 
{
	vertical-align: middle;
}

ul.companies li p 
{
	padding-left: 64px;
}

#dates legend, #destination legend
{
	padding-left: 22px;
}

.field 
{
	padding: 5px 0;
	clear: both;
}

.field img 
{
	vertical-align: middle;
	margin: 3px;
}

.field label 
{
	float: left;
	line-height: 20px;
	width: 150px;
}

fieldset 
{
	border-width: 1px;
	border-style: solid;
	padding: 10px;
}

fieldset legend 
{
	line-height: 22px;
}

img.ui-datepicker-trigger 
{
	vertical-align: middle;
	margin-left: 5px;
}

.rcbArrowCell a, .rcbArrowCell a:hover
{
	border: none;
}

#results 
{
	padding: 10px;
	width: 710px;
	float: left;
}

#search 
{
	width: 400px;
	float: left;
	padding: 0 10px 10px 10px;
}

table.time-table 
{
	width: 100%;
	margin-bottom: 15px;
}

table.time-table th 
{
	padding: 5px 21px 5px 5px;
	background-position: center right;
	background-repeat: no-repeat;
	text-align: left;
	border-style: solid;
	border-width: 1px;
}

table.time-table td 
{
	text-align: left;
	padding: 3px;
}

table.time-table td img
{
	vertical-align: middle;
}

#wrapper
{
	width: 750px;
	text-align: left;
	margin: 15px auto;
}