﻿.inputcontainer {
	 width: 450px;
	 border: solid 1px #D4E7ED;
	 padding: 5px;
}

.inputcontainer label, .infobox label { 
	float: left;
	width: 150px; 
	padding-top: 5px;
}

.inputcontainer input { 
	width: 170px; 
	margin-bottom: 5px;
}

.inputbox {
	font-family: Arial;
	font-size: 12px;
}

.usertable, .messagetable, .bookingstable {
	table-layout: fixed;
	width: 100%;
	text-align: left;
	float: left;
}

.smallwidth { width: 60% !important; }

.usertable td, .messagetable td, .bookingstable td {
	padding-bottom: 10px;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: solid 1px #91B0AA;
}

.usertable td.standard { width: 20%; }

.bookingstable td.standard { width: 16%; }

.usertable td.long { width: 40%; }

.messagetable td.standard { width: 15%; }

.messagetable td.schedule { width: 20%; }

.usertable .noformat, .messagetable .noformat, .bookingstable .noformat {
	text-decoration: none;
	font-weight: normal;
}

.bookingstable .noformat { color: Black; }

.messagerow { width: 80%; }

.download, .moreinfo { 
	background-image: url(../Images/Icons/download.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
}

.moreinfo  {
	background-image: none; 
    padding-left: 0;
    text-align: center;
}

.download a, .moreinfo a { padding-top: 5px; }

.calendarcontainer  { 
	float: left;
	margin-top: 15px;
}

.declinebox {
	border:1px solid #C6D3E0; 
}