#popDetail
{ width:700px; }
#popAppt
{ width:400px; }
#popFree
{ width:400px; }

table.appt {
	position: relative; 
	width: 350px;
	border: none;
	margin-top: 25px;
	margin-bottom: 25px;
}
table.appt td {
	border: 1.5px solid #CCC;
	padding: 5px;
}

div.popBox
{
	background:#FFFFFF;
	border:1px solid #000;
	padding:0;
	position:absolute;
	z-index:999;
	cursor:default;   
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;   
	display:none;
}

div.popHeader
{
	height:30px;
	background: #000066;
	opacity:0.8;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-khtml-border-top-right-radius: 10px;

	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-khtml-border-top-left-radius: 10px;   
}

div.popHeader a
{
   color:#fff;
   font-family:Verdana,Arial;
   font-size:10pt;
   font-weight:bold;
}

div.popTitle
{
   float:left;
   width:180px;
   margin:5px;
   
   color:#fff;
   font-family:Verdana,Arial;
   font-size:12pt;
   font-weight:bold;   
}

div.popClose
{
   float:right;
   width:80px;
   margin:5px;
}

div.popContent
{
   margin:15px;
}

div.popBG
{
   position: fixed; 
   top:0; 
   left:0; 
   bottom:0; 
   right:0;
   background:#000000;
   opacity: .3;
   -moz-opacity: .3;
   filter: alpha(opacity=30);
   border:1px solid #cecece;
   z-index:1;
   display:none;
}