div.sheets {
	padding-left: 8px;
	padding-right: 8px;
}

.myOwnH3 {
	margin-bottom: 3px;
	margin-top: 3px;
}
/*----------------------myOwnCalendarHeader----------------------*/
table#myOwnCalendarHeader {
	border:0px;
	border-spacing: 0px;
	margin-top: 10px;
}
table#myOwnCalendarHeader td {
	border:0px;
}

/*----------------------myOwnCalendarTop----------------------*/
table#myOwnCalendarTop {
	border-spacing: 0px;
	table-layout: fixed;
	margin-top: 10px;
}
table#myOwnCalendarTop .myOwnCalendarTopItem {
	height: 20px;
	text-align: center;
	font-size: 15px;
	overflow: hidden;
	font-weight: bold;
	color: #374853;
	padding: 0px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #DDD;
	border-right: 1px solid #BBB;
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e2e2e2));
	background: -moz-linear-gradient(top, #f2f2f2, #e2e2e2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e2e2e2');
}
table#myOwnCalendarTop .myOwnCalendarHours {
	border: none;
	padding:0px;
	width: 50px;
}
/*----------------------#myOwnCalendarWidgetLine----------------------*/
table#myOwnCalendarWidgetLine {
	border-spacing: 0px;
	table-layout: fixed;
}
table#myOwnCalendarWidgetLine div {
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
}
table#myOwnCalendarWidgetLine div.enableSlot {
	color: #ffffff;
	background: #3e811e;
	border-top: 1px solid #7dc9ff;
	border-bottom: 1px solid #1a7bc1;
	border-left: 1px solid #7dc9ff;
	border-right: 1px solid #1a7bc1;
	background: -webkit-gradient(linear, left top, left bottom, from(#7dc9ff), to(#1a7bc1));
	background: -moz-linear-gradient(top, #7dc9ff, #1a7bc1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dc9ff', endColorstr='#1a7bc1');
}
table#myOwnCalendarLine div.slotLabel, table#myOwnCalendarWidgetLine div.slotLabel  {
	padding-top: 2px;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
}
/*----------------------#myOwnCalendarLine TopHours----------------------*/
table#myOwnCalendarLine .myOwnCalendarTopHoursLine {
	background-color: #E2E2E2;
}
table#myOwnCalendarLine .myOwnCalendarTopHours {
	text-align:left;
	padding:0px;
	border:0px;
	padding-top:3px;
	border-bottom: 1px solid #BDC2C9;
	border-collapse: collapse;
}
table#myOwnCalendarLine .myOwnCalendarTopHoursEmpty {
	text-align:left;
	padding:0px;
	border:0px;
	padding-top:3px;
	border-bottom: 1px solid #BDC2C9;
	border-collapse: collapse;
	width:40px;
}
table#myOwnCalendarLine .myOwnCalendarTopHours span, table#myOwnCalendarLine .myOwnCalendarTopHoursEmpty span {
	text-align:left;
	font-size:9px;
	position:relative;
	left:-15px;
}
/*----------------------#myOwnCalendarLine----------------------*/
table#myOwnCalendarLine {
	border-spacing: 0px;
	table-layout: fixed;
}
table#myOwnCalendarLine .myOwnCalendarLineItem, table#myOwnCalendarWidgetLine .myOwnCalendarLineItem {
	border:0px;
	border-bottom:1px solid #CCC;
	padding:0px;
	padding-right:1px;
	border-collapse: collapse;
}
table#myOwnCalendarLine .myOwnCalendarEmptyLineItem {
	border:0px;
	padding:0px;
}
table#myOwnCalendarLine .myOwnCalendarHours, table#myOwnCalendarWidgetLine .myOwnCalendarHours, table#myOwnCalendarHeadLine .myOwnCalendarHours {
	text-align:center;
	font-size:9px;
	vertical-align:text-top;
	position:relative;
	top:-6px;
	padding:0px;
	border:0px;
	width: 50px;
}

table#myOwnCalendarLine div.emptySlot {
}
table#myOwnCalendarLine div {
	min-height: 40px;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
}
table#myOwnCalendarLine div.unavailableSlot {
	background: #f2f2f2;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#b5b5b5), to(#e3e3e3));
	background: -moz-linear-gradient(top, #b5b5b5, #e3e3e3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5b5b5', endColorstr='#e3e3e3');
}
table#myOwnCalendarLine div.availableSlot {
	color: #ffffff;
	background: #6fcf08;
	border-top: 1px solid #65b70c;
	border-bottom: 1px solid #3e811e;
	border-left: 1px solid #65b70c;
	border-right: 1px solid #3e811e;
	background: -webkit-gradient(linear, left top, left bottom, from(#65b70c), to(#3e811e));
	background: -moz-linear-gradient(top, #6fcf08, #3e811e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fcf08', endColorstr='#3e811e');
}
table#myOwnCalendarLine div.selectedSlot {
	color: #ffffff;
	background: #3e811e;
	border-top: 1px solid #7dc9ff;
	border-bottom: 1px solid #1a7bc1;
	border-left: 1px solid #7dc9ff;
	border-right: 1px solid #1a7bc1;
	background: -webkit-gradient(linear, left top, left bottom, from(#7dc9ff), to(#1a7bc1));
	background: -moz-linear-gradient(top, #7dc9ff, #1a7bc1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dc9ff', endColorstr='#1a7bc1');
	cursor:pointer;
}
table#myOwnCalendarLine div.holidaySlot {
	background: #676767;
	background: transparent url('../img/holiday.gif') top left;
}

table#myOwnCalendarLine div.slotInput {
	visibility: hidden;
	min-height: 0px !important;
	height: 0px;
}
table#myOwnCalendarLine input {
	margin-left: 4px;
}
table#myOwnCalendarLine div.slotLabel {
	padding-top: 6px;
	text-align: center;
}

table#myOwnCalendarLine span.estimateLabel
{
	font-style: italic;
}
table#myOwnCalendarLine span.reductionLabel
{
	color:#FF9900;
}

/*----------------------myOwnCalendarHeadLine----------------------*/
table#myOwnCalendarHeadLine {
	border-spacing: 0px;
	table-layout: fixed;
}
table#myOwnCalendarHeadLine .myOwnCalendarHeadLineItem {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #EEE;
	padding:0px;
	padding-right:1px;
	border-collapse: collapse;
	text-align: center;
	background-color: #e2e2e2;
	height: 18px;
}

/*----------------------myOwnCalendarBottom----------------------*/
table#myOwnCalendarBottom {
	border:0px;
	border-spacing: 0px;
	margin-top: 10px;
}
table#myOwnCalendarBottom td {
	border:0px;
}
