/*
aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, yellow
*/
* { padding: 0; margin: 0; }
body {
	margin:0px 0px 0px 0px;
/*
*/
}
/*
*/
a:link { color: #000000; text-decoration: none; } 
a:active { color: #000000; text-decoration: none; } 
a:visited { color: #000000; text-decoration: none; } 
a:hover { color: #556677; text-decoration: none; }

#bodyContent {
	padding: 0px;
	margin:1% 0% 0% 1%;
	height:770px;
	width:754px;
/*
	margin: 0px;
	background-color:#d0eee0;
	background-image:  url("../images/headerbackground.jpg");
	background-repeat:repeat-x;
	border: 1px solid red;
*/
}

.monthHeading {
	width:712px;
/*
	height:30px;
*/
	border:1px solid silver;
	background-color:#ccaaaa;
	text-align:center;
	background-image:url(../images/monthNavBar.png);
}
#monthHeadingBOTTOM {
	width:712px;
	height:8px;
	border:1px solid silver;
	background-color:#d9d9d9;
	padding:5px 0px 3px 0px;
	text-align:center;
	background-image:url(../images/monthNavBarBottom.png);
	background-repeat:repeat-x;
	font-size:x-large;
/*
	height:30px;
*/
}

.nullDayCell {
	border:1px solid #d9d9d9;
	height:100px;
	width:100px;
	background-color:#d9d9d9;

	/* for IE */
	filter:alpha(opacity=58);
	/* CSS3 standard */
	opacity:0.58;
	/* for Mozilla */
	-moz-opacity:0.60;

/*
*/
}

.dayCell {
	z-index:4;
	overflow:visible;
	float:left;

	border:1px solid silver; /* */
	background-image:url(../images/monthDayCellRaised.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:100px;
	height:100px;
}
/*
.dayCell:hover {
	cursor:pointer;
}
*/
.dayCelltoday {
	z-index:4;
	overflow:visible;
	float:left;
	border:1px solid #A59405;

	background-image:url(../images/monthDayCellRaisedToday.png);
	background-position:bottom;
/*
	background-image:url(../images/weekDayCellBGtoday.png);
*/
	background-repeat:no-repeat;
	width:100px;
	height:100px;
}

.dayNumber {
	/* for IE */
	filter:alpha(opacity=88);
	/* CSS3 standard */
	opacity:0.88;
	/* for Mozilla */
	-moz-opacity:0.88;

	position:relative;
	background-color:#dddddd;
	width: 20px;
	height: 20px;
	border:1px solid silver;
	text-align:center;
	overflow:visible;
	float:left;
	background-image:url(../images/calNumBG.png);
/*
	z-index:4;text-align:center;' 
*/
}
.dayNumber:hover {
/*	cursor:pointer;
*/
}
/*
<ul>
	<li>$dayCount
		<ul>
			<li>Click to add a new event on this date.</li>
		</ul>
	</li>
</ul>
*/
.dayNumber ul {
	list-style: none;
}
.dayNumber ul li ul li {
	visibility:hidden;
	position:absolute;
}
.dayNumber ul li ul li:hover {
	visibility:visible;
}

.dayName {
	/* for IE */
	filter:alpha(opacity=88);
	/* CSS3 standard */
	opacity:0.90;
	/* for Mozilla */
	-moz-opacity:0.90;

	z-index:10;
	border:1px solid #ccaaaa;
	border-left:0px;
	border-right:2px;

	height:20px;
	float:left;
	padding:0px 5px 0px 1px;
	width:70px;
	top:0px;
	left:0px;
	text-align:center;
	background-color:#ccaaaa;
	position:relative;
	background-image:url(../images/weekDayBG.png);
}
.dayName a {
	text-decoration:none;
	color:black;
}
.WEEKVIEWdayName {
	/* for IE */
	filter:alpha(opacity=88);
	/* CSS3 standard */
	opacity:0.90;
	/* for Mozilla */
	-moz-opacity:0.90;

	z-index:10;
	border:1px solid #ccaaaa;
	border-left:0px;
	border-right:2px;

	height:20px;
	float:left;
	padding:0px 5px 0px 1px;
	width:120px;
	top:0px;
	left:0px;
	text-align:center;
	background-color:#ccaaaa;
	position:relative;
	background-image:url(../images/weekDayBG.png);
}
.WEEKVIEWdayName a {
	text-decoration:none;
	color:black;
}

.dayCellContent {
	position:relative;
	bottom: 21px;
	left: 0px;
	height:54px;
	width:97px;
	border:1px solid silver;
/*
	background-color:#FFFFCC;
	position:absolute;
*/
}
.eventDescription {
	z-index:50;
	overflow:visible;
	text-align:left;
	position:relative;
	top:5px;
	left:30px;
	background-color:#D9CEB9;
	border:2px solid black;
	width:150px;
	height:auto;
	padding:6px 6px 6px 6px;
	visibility:hidden;
/*
	font-size:larger;
*/
}
.eventDescriptionInstall {
	z-index:50;
	overflow:visible;
	text-align:left;
	position:relative;
	top:0px;
	left:0px;
	background-color:#efefef;
	border:1px solid black;
	width:150px;
	padding:6px 6px 6px 6px;
	visibility:hidden;
	height:auto;
/*
	height:64px;
	font-size:larger;
*/
}
.eventDescriptionRemoval {
	z-index:50;
	overflow:visible;
	text-align:left;
	position:relative;
	top:0px;
	left:0px;
	background-color:#e9CEB9;
	border:2px solid black;
	width:150px;
	padding:6px 6px 6px 6px;
	visibility:hidden;
	height:auto;
/*
	height:22px;
	font-size:larger;
*/
}
.eventDescriptionDownload {
	z-index:50;
	overflow:visible;
	text-align:left;
	position:relative;
	top:0px;
	left:0px;
	background-color:#D9dEB9;
	border:2px solid black;
	width:150px;
	padding:6px 6px 6px 6px;
	visibility:hidden;
	height:auto;
	font-size:16px;
/*
	height:16px;
*/
}
.eventDescriptionTransfer {
	z-index:50;
	overflow:visible;
	text-align:left;
	position:relative;
	top:0px;
	left:0px;
	background-color:#D9dEd9;
	border:2px solid navy;
	width:150px;
	padding:6px 6px 6px 6px;
	visibility:hidden;
	height:auto;
/*
	height:64px;
	font-size:larger;
*/
}
.eventDescriptionOther {
	z-index:50;
	overflow:visible;
	text-align:left;
	position:relative;
	top:0px;
	left:0px;
	background-color:#D9dEd9;
	border:2px solid navy;
	width:150px;
	padding:6px 6px 6px 6px;
	visibility:hidden;
	height:auto;
/*
	height:64px;
	font-size:larger;
*/
}

.eventDescriptionHoliday {
	z-index:50;
	overflow:visible;
	text-align:left;
	position:relative;
	top:0px;
	left:0px;
	background-color:#D9dEd9;
	border:2px solid navy;
	width:150px;
	padding:6px 6px 6px 6px;
	visibility:hidden;
	height:auto;
/*
	height:64px;
	font-size:larger;
*/
}

.oneAppointment {
	border:1px dotted gray;
}

.dayHelp {
/*
*/
	z-index:60;
	left:-20px;
	top:5px;
	text-align:left;
	position:relative;
	background-color:#ffff99;
	border:1px solid black;
	width:80px;
	height:auto;
	padding:3px 3px 3px 3px;
	visibility:hidden;
}
.weekViewHelp {
	z-index:100;
	left:22px;
	top:-75px;
	text-align:left;
	position:relative;
	background-color:#ffff99;
	border:1px solid black;
	width:67px;
	height:auto;
	padding:3px 3px 3px 3px;
	visibility:hidden;
}

.makeNewEventInfo {
	z-index:4;
	left:20px;
	text-align:left;
	position:relative;
	background-color:#ffff99;
	border:1px solid black;
	width:100px;
	height:auto;
	padding:3px 3px 3px 3px;
	visibility:hidden;
}

.hourlyTimeSlot {
	background-color:#6699FF;
	border:1px solid silver;
	width:100px;
	height:40px;
}

/* *******************************  Day Display Styles *******************************  */

.timeStamp {
	color:#5B4127;
	border:1px dotted #996633;
	border-bottom-width:0px;
	border-top-width:0px;
	background-color:#ddcc77;
	float:left;
	width:93px;
	height:25px;
	text-align:right;
	font-size:22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}

.backToMonth {
	border:0px solid red
}
.dayHeading {
	width:750px;
	border:1px solid navy;
	background-color:#eeFFee;
	text-align:center;
	height:90px;
/*
*/
}

#calendarWrapper{
	height:756px;
	width:714px;
	overflow:visible;
	padding:1px 1px 1px 1px;	
	border:3px solid silver;
}

/*  Contains the entire day calender, puts it in a scroll box */
#dayCalendar {
	border:0px dashed silver;
/*
	height:600px;
	width:800px;
	overflow:visible;
*/
}

/*  One chunk of time, time span dependent on calendar time-scale timeSlotSize */
.onetimeSlotSize {
/* top dog, timeSlotSize.  Contains entire code for a single event on the calendar */
/*width:750px; /* 850px; */
/*
background-image:url(images/eventBackground.png);
background-repeat:no-repeat;
background-repeat:repeat-x;
background-color:#CCFFFF;
border:1px dashed #bbeeee;
background-color:gray;
visibility:visible;
overflow:visible;
*/
}

.timeDisplayArea {
/*  Resides in timeSlotSize */
/*
position:static;
background-color:#FFFFFF;
text-align:center;
border:1px solid black;
width:60px;
float:left;
height:38px;
*/
}

.eventAreaBackground {
/*  Resides in timeSlotSize, holds quarterCell, halfCell and fullCell hour cells (w and w/out events) */
	background-color:#d9FFd9;
	border:1px dashed #aaddaa;
	width:670px;
	float:left;
	visibility:visible;
/*
overflow:inherit;
position:static;
z-index:10;
float:left;
left: 162px;
left: 62px;
top:-42px;
width:100%;
height:37px;
*/
}

.quarterHourCell {

/*  Resides in eventAreaBackground */

/*
background-color:Yellow;
z-index:2;
width:700px;
position:relative;
left: 63px;position:static;
width:670px;
width:95%;
*/
}

.halfHourCell {
/*  Resides in eventAreaBackground */
	background-color:Green;
	z-index:2;
	width:700px;
	position:relative;
	left: 63px;
/*
position:static;
width:670px;
position:relative;
*/
}

.fullHourCell {
/*  Resides in eventAreaBackground */
	background-color:Red;
	width:700px;
	z-index:50;
	position:relative;
	left: 63px;
	top: 3px;
/*
	float:right;
	width:670px;
	position:relative;
	z-index:2;
	width:95%;
	width:640px;
*/
}

.timeSlotSizePositioned {
}
/* --------------------------------event detail -----------------------*/
#showEventDiv {
	padding:10px;
	border: 0px solid green;
	width:100%;
}

.eventDetailWrapper {
	border:2px dashed #660000;
	padding: 8px 8px 8px 8px;
	width:405px;
/*
	height:600px;
*/
}

.additionalEventsDetailWrapper {
	background-color:#eeeebb;
	padding: 5px 5px 5px 5px;
/*
	border: 3px solid gray;
	color:#bb2222;
	width:1500px;
*/
}

.additionalClientAppointmentsWrapper {
	background-color:#FFFFCC;
	padding: 5px 5px 5px 5px;
/*
	border: 3px solid gray;
	color:#bb2222;
	width:1500px;
*/
}


.showSingleEventDetail {
	background-color:#FFFFCC;
}


.showSelectedEventDetail {
/* entire event detail area - has a second background - remove this one? */
	border:0px dotted blue;
	background-color:#ddFFFF;
	font-size:20px;
	color:#000000;
	list-style:none;
/*
*/
}
.showSelectedEventDetail ul li {
/* entire event detail area - has a second background - remove this one? */
	border:0px dotted red;
	background-color:#ddFFFF;
	font-size:20px;
	color:#000000;
	list-style:none;
/*
*/
}
.showSelectedEventDetail ul ul li {
/* category and telephone */
	font-size:x-large;
	color:#000000;
/*
	border:1px dotted blue;
	background-color:#CCCCCC;
*/
}
.showSelectedEventDetail ul ul li ul li{
	font-size:x-large;
/* apparently holds no data? */
/*
	background-color:#CCCCCC;
	height:100px;width:100px;
	border:5px dotted blue;
	color:#000000;
	visibility:hidden;
*/
}
.showSelectedEventDetail ul ul ul li {
/* First Name event detail */
	font-size:25px;
/*
	background-color:#CCFFFF;
	color:#003388;
	border:1px dotted blue;
*/
}


.linkToDayDetail {
	visibility:hidden;
	color:blue;
}

.linkToDayDetail ul {
	visibility:hidden;
/*
	visibility:visible;
*/
}
.linkToDayDetail ul li {
	visibility:hidden;
/*
	visibility:visible;
*/
}

.linkToDayDetail ul li:hover {
	color:red;
	visibility:visible;
}

.apptType {
	width: 100px;
	height:auto;
	border: 1px solid green;
}
.apptTypeValue {
	width: 90px;
/*
	position:relative;
*/
	border: 1px solid blue;
}
/*  ***************************************  For possible use later - final dress-up  */
#headerImage {
/*
padding: 0;
margin: 0;
width:640px;
position:relative;
background-image:  url("../images/headerlogo.jpg");
background-repeat:no-repeat;
height:100px;
/*
height:100px;
border: 1px solid green;
*/
}
#content {
/*
height:auto;
padding: 0;
margin: 0;
position:relative;
border:0px solid red;
/*
height:220px;
*/
}
#leftColumn {
/*
position:relative;
float:left;
width:350px;
height:2024px;
background-image: url("../images/main2.jpg");
background-repeat:no-repeat;
background-color:#d0eee0;
/*
border:1px solid red;
*/
}
#rightColumn {
/*
float:left;
width:auto;
max-width: 650px;
height:350px;
padding: 20px 20px 20px 20px;
/*
border:1px solid green;
background-image:  url("../images/main2.jpg");
*/
}

.title {
/*
color: black;
font-weight: bold;
*/
}
/*
#m{margin:0 25px;padding:0;list-style:none;
   border-top:1px solid #c0afcf;}
#m a:link,#m a:visited{display:block;margin:1px 0;
   padding:3px 0;background:#9966ad; 
   color:#fff;text-decoration:none;text-indent:6px;
   font-weight:bold;width:150px}
#m a:hover{background:#dcdcdc;font-weight:bold;color:#9966ad}

li ul {
  display:none;
  position:absolute; 
  top:1em;
  left:0;
}
li:hover ul, li.over ul{display:block;}
*/





#layoutcontainer {
	padding:2%;
	margin: 1em 5%;
	background-color: #d8d8c8;
	background-repeat: repeat-y;
	border-top:1px solid #eeeeee;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:2px solid #eeeeee;
	
/*
	border: 1px solid #333;
	width: 90%;
	width: 75%;
	background-color: #layoutfff;
	color: #layout333;
	border: 1px solid gray;
	line-height: 130%;
	background-image: url(background.jpg);
*/
}

#layouttop {
	margin: 2%;
	padding: .5em;
	background-color: #afafaf;
	border-top: 2px solid #998844;
	border-right: 2px solid #666600;
	border-bottom: 2px solid #666600;
	border-left: 2px solid #998844;
	margin:2% 2% 0px 0px;
}
#showTheClientFormIcon {
position:relative;
/*
	float:left;
	bottom:100px;
*/
}
#h1 {
	position:relative;
	padding: 0;
	margin: 0 0 0 3%;
	font-size:40px;
	font-weight:bold;
}
.h2 {
	position:relative;
	padding: 0;
	margin: 0 0 0 3%;
	font-size:25px;
	font-weight:bold;
	border:0px solid #000000;
	width:90%;
}

#layoutleftnav {
	float: left;
	width: 230px;
	margin: 0 0 0 2%;
	padding: 0em;
	font-size:larger;
}

#layoutleftnav li {
	list-style:none;
}

#layoutcontent {
	margin: 2%;
	margin-left: 260px;
	padding: 15px 15px 70px 15px;
	border: 1px solid gray;
	max-width: 36em;
	height:142px;
	overflow:hidden;
/*
	border-left: 3px solid gray;
	padding: 1em;
*/
}

#layoutfooter {
	clear: both;
	margin: 0;
	padding: .5em;
	color:#660000;
	background-color:#e9e9c9;
	border: 0px solid black;
}

#layoutleftnav p { margin: 0 0 1em 0; }

#h2 {
	position:relative;
	padding: 0;
	margin: 3%;
	font-size:20px;
	font-weight:bold;
}


#liDIV {
	border: 1px solid black;
	padding:15px 15px 15px 15px;
	background-color: #dfdfdf;
}

.buttonDivs {
	float:right;
	padding: 3px 3px 3px 3px;
	background-color:#999900;
	border:1px solid black;
	right:16px;
}
.buttonDivs:hover {
	text-align:center;
	padding: 3px 3px 3px 3px;
	background-color:#9999ff;
}
#buttonsWrapper {
/*
	margin-left: 190px;
	background-color:#FFFFFF;
*/
	float:right;
	border: 0px solid black;
	height:30px;
	width:498px;
}
#AppointmentNote {
	width: 100%;
	height: 150px;
	overflow:scroll;
	border: 0px solid red;
}

.alignTop {
	vertical-align:top;
	vertical-align:text-top;
	font-size:16px;
}
.apptIcons {
vertical-align:bottom;
position:relative;
	 border:1px solid blue;
}
.eventicon {
	 z-index:3;
	 overflow:visible;
	 float:left;
	 text-decoration:none;
	 border:0px solid blue;
/*
	 border:0px solid silver;
	 background-color:#f9e9e9;
	 background-color:#f9e9e9;
	 width:150px;
	 height:35px;
*/
	 width:16px;
	 height:16px;
	 max-width:15px;
	 max-height:15px;
	 padding:2px 3px 2px 3px;
}
.eventiconRemoval {
	 z-index:3;
	 overflow:visible;
	 border:1px solid #111166;
	 background-color:#ddbf88;
	 float:left;
	 text-decoration:none;
	 width:128px;
	 padding:1px 2px 1px 3px;
	 margin:0px 0px 0px 5px;
	 height:22px;
	 cursor:pointer;
/*
*/
}
.eventiconRemoval a {
	 text-decoration:none;
}
/*
aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, yellow
*/
.eventiconInstall {
	 z-index:3;
	 overflow:visible;
	 border:1px solid navy;
	 background-color:#eeeeee;
	 float:left;
	 text-decoration:none;
	 width:128px;
	 height:46px;
	 padding:3px 2px 2px 3px;
	 margin:0px 0px 0px 5px;
	 cursor:pointer;
/*
	 max-width:20px;
	 max-height:20px;
*/
}
.eventiconInstall a {
	 text-decoration:none;
}
.eventiconTransfer {
	 z-index:3;
	 overflow:visible;
	 border:1px solid black;
	 background-color:#FFFFFF;
	 float:left;
	 text-decoration:none;
	 width:128px;
	 height:46px;
	 padding:3px 2px 2px 3px;
	 margin:0px 0px 0px 5px;
	 cursor:pointer;
/*
	 max-width:20px;
	 max-height:20px;
*/
}
.eventiconTransfer a {
	 text-decoration:none;
}
.eventiconDownload {
	 z-index:3;
	 overflow:visible;
	 border:0px solid black;
	 border-top:1px solid black;
	 border-bottom:1px solid black;
	 border-right:1px solid black;
	 border-left:1px solid black;
	 background-color:#dddddd;
	 float:left;
	 width:128px;
	 height:9px;;
	 padding:0px 2px 2px 3px;
	 margin:0px 0px 0px 5px;
	 font-size:9px;
	 cursor:pointer;
/*
	 width:20px;
	 height:20px;
	 max-width:20px;
	 max-height:20px;
*/
}
.eventiconDownload a {
	 text-decoration:none;
}
.eventiconOther {
	 z-index:3;
	 overflow:visible;
	 border:1px solid black;
	 background-color:#FFFFFF;
	 float:left;
	 width:128px;
	 height:18px;
	 padding:3px 2px 2px 3px;
	 margin:0px 0px 0px 5px;
	 cursor:pointer;
/*
	 width:20px;
	 height:20px;
	 max-width:20px;
	 max-height:20px;
*/
}
.eventiconOther a {
	 text-decoration:none;
}

.eventiconHoliday {
	 z-index:3;
	 overflow:visible;
	 border:1px solid black;
	 background-color:#eecccc;
	 float:left;
	 width:128px;
	 height:510px;
	 padding:3px 2px 2px 3px;
	 margin:0px 0px 0px 5px;
	 cursor:pointer;
/*
	 width:20px;
	 height:20px;
	 max-width:20px;
	 max-height:20px;
*/
}
.eventiconHoliday a {
	 text-decoration:none;
}


/* -----------------------  CSS for week view
*/
.WEEKmonthHeading {
	width:950px;
	border:0px solid silver;
	background-color:#d9d9d9;
	padding:5px 0px 3px 0px;
	text-align:center;
	background-image:url(../images/monthNavBar.png);
	background-repeat:repeat-x;
	font-size:x-large;
/*
	height:30px;
*/
}
#weekHeadingBOTTOM {
	width:949px;
	height:8px;
	border:1px solid silver;
	background-color:#d9d9d9;
	padding:5px 0px 3px 0px;
	text-align:center;
	background-image:url(../images/monthNavBarBottom.png);
	background-repeat:repeat-x;
	font-size:x-large;
/*
	height:30px;
*/
}

#WEEKbodyContent {
	padding: 0px;
	margin: 0px;
	overflow:visible;
	width:951px;
	height:809px;
	border:1px solid silver;
	background-color:#a2a2a2;

	padding: 0px;
	margin:1% 0% 0% 1%;
/*
	background-image:  url("../images/headerbackground.jpg");
	overflow:scroll;
	background-repeat:repeat-x;
	border: 1px solid red;
*/
}
.WEEKcalendarWrapper {
/*
 style="z-index:2;border:3px solid black;width:714px;height:769px; padding:10px 10px 10px 10px; background-color:#eeeeee;"
z-index:2;
border:3px solid black;
width:714px;
height:769px;
padding:10px 10px 10px 10px;
background-color:#eeeeee;
*/
z-index:20;
border:3px solid black;
visibility:visible;
width:714px;
height:769px;
/*
	overflow:scroll;
	border:1px dashed green;
	height:696px;
/*
	height:auto;
	min-width:20px;
	min-height:650px;

	width:1270px;
	height:740px;
This is the div which holds the scrollable schedule area (everything below the navigation menu
	border:1px solid cyan;
	width:2000px;
	height:900px;
	width:1114px;
	height:769px;
	padding:10px 10px 10px 10px;
	overflow:scroll;
	background-color:#FF6666;
	width:100%;
	overflow:hidden;
*/
}
#headingsWEEKcalendarWrapper {
	overflow:hidden;
	border:0px dashed cyan;
	width:auto;
	height:20px;
	width:1162px;
/*
	float:left;
*/
}

.WEEKVIEWdayCell {
	z-index:4;
	float:left;

	border:0px dashed blue;
	height:678px;
/*
	width:86px;
	width:166px;
	width:86px;

	background-color:#9999CC;
	background-image:url(../images/weekHeadingNOTTodayBG.png);
	background-repeat:no-repeat;
*/
}
.WEEKVIEWdayCelltoday {
	z-index:4;
	float:left;
	border:0px solid red;
	height:678px;
/*
	width:166px;
	width:86px;

	background-color:#9999CC;
	background-image:url(../images/weekDayCelltallBGtoday.png);
	background-repeat:no-repeat;
*/
}

.headingWEEKVIEWdayCell {
	float:left;
	height:20px;
	background-color:#9999CC;
	background-image:url(../images/weekHeadingNOTTodayBG.png);
	background-repeat:no-repeat;
/*
	width:166px;
	border:2px dashed red;
	border:0px solid black;
	background-image:url(../images/weekDayCelltallBG.png);
	background-repeat:no-repeat;
*/
}
.headingWEEKVIEWdayCelltoday {
	float:left;
	background-repeat:no-repeat;
	height:30px;
/*
	border:1px solid blue;
	border:0px solid yellow;
	width:166px;
*/
	background-image:url(../images/weekHeadingTodayBG.png);
}
.headingWEEKVIEWdayCelltodayImage {
}
.WEEKhourlyTimeSlotZero {
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #968C18;
	height:12px;
	background-repeat:no-repeat;
	text-align:left;
	background-color:#DCD091;
/*
	background-image:url(../images/Week15MinBackground.png);
	width:100%;
*/
}
.WEEKhourlyTimeSlot {
	border-top:1px dotted #afaf55;
	border-bottom:1px solid #D1C003;
	border-right:2px solid #C8B762;
	height:12px;
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	background-color:#E8DC9D;
/*
	width:164px;
	background-image:url(../images/Week15MinBackground.png);
*/
}

/* does this belong up top with showmonth stuff?? */
.viewWeek {
	position:absolute;
	overflow:visible;
	visibility:visible;
	background-color:#ffffff;
	border:1px dashed #BB9670;
	width:20px;
	height:740px;
	text-align:center;
}

.viewMonth {
/* Should be renamed to viewWeek
*/
	/* for IE */
	filter:alpha(opacity=88);
	/* CSS3 standard */
	opacity:0.88;
	/* for Mozilla */
	-moz-opacity:0.88;
/*
	float:left;
	top:20px;
	display:compact;
*/
	position:absolute;
	overflow:visible;
	visibility:visible;
	background-color:#eae6dd;
	border:0px dotted black;
	width:20px;
	height:98px;
	text-align:center;
	font-size:16px;
	z-index:0;
}
#eventsList {
	border:1px dotted #bb9999;
	background-color:#94C2C1;
	padding:5px 8px 5px 8px;
}
.clientFormSearchNewAppt {
	width:100%;
	height:auto;
	float:none;
	cursor:pointer;
/*
	background-color:#eeee99;
	position:relative;
*/
}
div .clientFormSearchNewAppt:hover {
	background-color:#000000;
	color:#FFFFEE;

	float:none;
}
/*
*/
#startNewApptFromClientList {
	z-index:90;
	position:absolute;
	left:300px;
	top:8%;
	background-color:#FFFFCC;
	border:1px dotted #663333;
	padding:1px 5px 2px 5px;
	height:auto;
	width:50%;
	max-width:500px;
	max-height:500px;
	overflow:auto;
	visibility:hidden;
}
#centerTable {
	width:auto;
}

.style1 {color: #FF0000}

#backgroundImageHolder {
	position:absolute; top:0px; left:0px;
	width:100%;
	height:100%;
	text-align:center;
	min-height:700px;
}
#background_image {
	z-index:-1;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.nameFilter {
border:1px dashed #000;
}


#formOutline {
border-top:0px solid #998844;
border-right:0px solid black;
border-bottom:0px solid black;
border-left:0px solid #998844;
padding:0px 10px 5px 10px;
}
.eventiconClass {
	 z-index:3;
	 overflow:visible;
	 border:1px solid navy;
	 background-color:#eeeeee;
	 float:left;
	 text-decoration:none;
	 width:128px;
	 height:46px;
	 padding:3px 2px 2px 3px;
	 margin:0px 0px 0px 5px;
	 cursor:pointer;
}
.eventiconClass a {
	 text-decoration:none;
}
.eventDescriptionClass {
	z-index:50;
	overflow:visible;
	text-align:left;
	position:relative;
	top:5px;
	left:30px;
	background-color:#D9CEB9;
	border:2px solid black;
	width:150px;
	height:auto;
	padding:6px 6px 6px 6px;
	visibility:hidden;
}