﻿#Content{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}
#Content h1{
	font-weight:normal;
}
.ApptDetailContainer{
	width:900px;
	left:40px;
	float:left;
	position:relative;
	overflow:visible;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}
.ApptDetailContainer h2,.ApptDetailContainer p{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	font-weight:normal;
}
#div_MyApptText{
	height:500px;
}
#div_MyApptDetail p{
	text-align:center;
}
.ApptHeader{
	height:28px;
	overflow:visible;
	text-align:center;
	font-weight:bold;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.ApptLine{
	height:30px;
	line-height:28px;
	overflow:visible;
	text-align:center;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.ApptSpacer{
	width:10px;
	float:left;
}
.ApptQty{
	width:50px;
	float:left;
}
.ApptDetail{
	width:350px;
	float:left;
}
.ApptDetail a:hover{
	color:#B3B3B3;
}
.ApptDuration{
	width:100px;
	float:left;
}
.ApptCost{
	width:80px;
	float:left;
}
.ApptRemove{
	width:72px;
	float:left;
	background-image:url('../Images/Button_Remove.gif');
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.ApptRemove:hover{
	background-position:center bottom;
}
.ApptRemove a{
	width:72px;
	display:block;
}
.ApptTotal{
	width:400px;
	float:left;
	text-align:right;
	height: 25px;
}
.ApptTotalSpacer{
	width:20px;
	float:left;
}
.ApptButtonRow{
	height:42px;
	margin:10px;	
	}
.ApptButtonSpace{
	width:72px;
	float:right;
}
.ApptButtonSpacesml{
	width:20px;
	float:right;
}
.ApptConfirmButton{
	width:124px;
	float:right;
	margin-right:98px;
	height:42px;
	background-image:url('../Images/Button_BookNow.gif');
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.ApptConfirmButton a{
	width:124px;
	display:block;
	line-height:42px;
}
.ApptConfirmButton:hover{
	background-position:center bottom;
}
#DiagramRow
{
	height:150px;
	width:747px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.Diagram{
	width:249px;
	height:150px;
	float:left;
	background-position:center center;
	background-repeat:no-repeat;
}
.Diagram h3, .Diagram p
{
	text-align:center;
	margin:5px;
	margin-bottom:0;
	font-weight:normal;
	}
#Diagram1{background-image:url('../Images/MyAppt_BG_SpaMenu.png');}
#Diagram2{background-image:url('../Images/MyAppt_BG_ApptAdd.png');}
#Diagram3{background-image:url('../Images/MyAppt_BG_ApptRTN.png');}


