.resultsTable{
	table-layout : auto;
	display : table;
	width : 60%;
	width/* */:/* */100%;
}

.linedTable{
	table-layout : auto;
	display : table;
	width : 60%;
	width/* */:/* */100%;
}

.resultsTable td{
	vertical-align : top;
	padding : 4px;
}

.resultsTable th{
	vertical-align : top;
	padding : 4px;
	text-align : left;
}

.groupMemberUnselected{
	color : #000;
	background-color : #fff;
	border: none;
	border-top: solid 1px #c0c0c0;
}
.groupMemberSelected{
	color : #000;
	background-color : #DADEEB;
	border: none;
	border-top: solid 1px #c0c0c0;
}

.divTableOdd{
	color : #000;
	background-color : #DADEEB;
	border: solid 1px #DADEEB;
}

.divTableEven{
	color : #000;
	background-color : #fff;
	border: solid 1px #fff;
}


#calendarTable {
	border : thin solid;
	background-color : #d3d3d3;
	color : #000;
	width: 100%;
	table-layout: fixed;
}

#calendarTable th {
	background-color: white;
	color : #000;
	width: 100px;
}

#calendarTable td {
	background-color: white;
	color : #000;
	vertical-align: top;
	width:14%;
/*	min-height:80px; */
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 70%;
	overflow:hidden;
}

.calendarCell {
	min-height:80px;
}

.calendarButtons {
	display: block;
	border: 1px solid black;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-family: arial;
	background:#e0e0e0;
}

.calendarButtons a:hover {
	text-decoration:none;
	background:#f0f0f0;
}

.calendarTime { 
	color: #4D5E99;
	background-color : transparent;
}

#serviceitemscontainer {
	width:600px;
	left:100px;
}

#serviceitems{
	position:absolute;
	width:700px;
	left:100px;
	border: 1px solid #4d5e99;
}

#serviceitems div {
	position: absolute;
	background: #c5cbe0;
	width: 99%;
	vertical-align: middle;
	margin: 2px;
}

#serviceitems #icon {
	display: block;
	clear: none;
	float: left;
}

#serviceitems #delete {
	display: block;
	clear: none;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}

#serviceitems #content {
	display: block;
	clear: none;
	margin-left: 50px;
	margin-top: 10px;
}

#serviceitems #right {
	display: block;
	clear: none;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	font-family: verdana;
	font-size: 9px;
}

#serviceitems #content #text {
	display: block;
	clear: none;
	float: left;
}

.comboodd {
	width:100%;
	background-color: #DADEEB;
	padding: 2px;
	font-family:arial;
	font-size:12px;
}

.comboodd a {
	color: #000;
	cursor: pointer;
}
.comboodd a:hover {
	color: #444;
	cursor: pointer;
	text-decoration: none;
}
.comboeven {
	width: 100%;
	background-color: #fff;
	padding: 2px;
	font-family:arial;
	font-size:12px;
}
.comboeven a {
	color: #000;
	cursor: pointer;
}
.comboeven a:hover {
	color: #444;
	cursor: pointer;
	text-decoration: none;
}

.addressCard {
	font-family: arial;
	padding: 5px;
}
.addressCardTitle {
	font-size: 16px;
	font-weight: bold;
	padding:5px;
}
.addressCardInfo {
	font-size: 12px;
	padding:3px;
	padding-left: 10px;
}

.bookingformcandidaterow {
	border-top:solid 1px #c0c0c0;
	height:30px;
}

.paymenttable td {
	border-top: solid 1px #e0e0e0;
	padding:2px;
	padding-left:10px;
}

h1, h2, h3, h4 {
	clear:both;
}

.leftimage, .rightimage {
	border:none;
}

.horizontal_div {
 width:100%;
 height:1px;
 background:black;
}

.activitybookingsearchresults {
	margin:10px;
	margin-left:100px;
	border:solid 1px #c0c0ff;
}

.activitybookingsearchresults td {
	border-top:solid 1px #c0c0c0;
	padding:3px;
	cursor:pointer;
}

.activitybookingsearchresults tr:hover {
	background:#f0f0f0;
}


.leftscrollupcontainer, .rightscrollupcontainer {
	border: solid 5px transparent;
}
.rightscrollupcontainer {
	float:right;
	border-left: solid 15px transparent;
	border-right: 0px;
}

.leftscrollupcontainer {
	float:left;
}


.leftscrollup, .rightscrollup {
	position:relative;
	overflow:hidden;
}

.headline {
	position:absolute;
}

.rightscrollup {
}

.leftscrollup {
}


