@charset "utf-8";
/* CSS Document */

/* calendar fontsize of rlmp_dateselectlib */
#main-content .tx-objmgr-pi1 table {
	background-color: #efefef;
	margin-bottom: 10px;
}

.calendar table td{
				font-size: 0.8em;
}

.calendar {
	z-index: 200;
}


.tx-objmgr-pi1 .theYears td {
                font-family: arial;
                font-size: 10pt;
                color: black;
}
.tx-objmgr-pi1 .theYears td.selected {
                font-family: arial;
                font-size: 10pt;
                font-weight: bold;
                color: blue;
}

.tx-objmgr-pi1 {
                font-family: arial;
                font-size: 10px;
                color: black;
}

#main-content .tx-objmgr-pi1 .listYear td {
                font-family: arial;
                /*font-size: 0.7em;*/
                border: 0px solid black;
                text-align: center;
				/* width didn't work
				 * size is determined
				 * by font size */
}

/* size of the calendar days*/
.tx-objmgr-pi1 .listYear td div {
				width: 11px;
				padding: 0px;
				margin: 0px;
				text-align: center;
				font-size: 11px;
				margin: 2px 2px 2px 2px;
				padding: 0px 1px 0px 1px;
}

* + html .tx-objmgr-pi1 .listYear td div {
				width: 11px;
				padding: 0px;
				margin: 0px;
				text-align: center;
				font-size: 11px;
				margin: 2px 2px 2px 2px;
				padding: 0px 0px 0px 1px;
}

.tx-objmgr-pi1 .listYear td.noDay {
                font-family: arial;
                font-size: 0.7em;
                border: 0px;
                text-align: center;

}
.tx-objmgr-pi1 .listYear td.bookedWeekend div {
                /*background-color: #66CCFF;*/
				background-image:url("/typo3conf/ext/objmgr/pi1/static/bookedWeekend.gif");
}
.tx-objmgr-pi1 .listYear td.vacantWeekend div {
                background-color: #efefef;
				border-bottom: 3px solid #34b194;
}
.tx-objmgr-pi1 .listYear td.bookedDay div,
.endDay div, .startDay div {
                background-color: #efefef;
				border-bottom: 3px solid #c90710;
}
.tx-objmgr-pi1 .listYear td.overbookedDay div,
.overbookedEnd div, .overbookedStart div {
                background-color: #efefef;
				border-bottom: 3px solid #c90710;
}
.tx-objmgr-pi1 .listYear td.vacantDay div {
                background-color: #efefef;
				border-bottom: 3px solid #34b194;
}

.tx-objmgr-pi1 #noBooking td.vacantDay div {
                background-color: #efefef;
				border-bottom: 3px solid #efefef;
}

#main-content .tx-objmgr-pi1 .calendarLegend {
	width: 550px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}

#main-content .tx-objmgr-pi1 .calendarLegend td {
                font-family: arial;
                font-size: 10px;
                border-bottom: 0px solid black;
                width: 30px;
				margin: 10px 0px;
                text-align: center;
}

.tx-objmgr-pi1 .calendarLegend td.bookedWeekend {
                /*background-color: #66CCFF;*/
				background-image:url("/typo3conf/ext/objmgr/pi1/static/bookedWeekend.gif");
}
.tx-objmgr-pi1 .calendarLegend td.vacantWeekend {
                background-color: #99CC66;
}
.tx-objmgr-pi1 .calendarLegend td.bookedDay {
                background-color: #c90710;
}
.tx-objmgr-pi1 .calendarLegend td.overbookedDay {
                background-color: #c90710;
}
.tx-objmgr-pi1 .calendarLegend td.vacantDay {
                background-color: #34b194;
}



.tx-objmgr-pi1 .listYearTitle {
                font-size: 12px;
                font-weight: bold;
                margin: 10px 0;
}

#main-content .tx-objmgr-pi1 .calendarLegend td.legend {
                width: 120px;
                font-family: arial;
                font-size: 10px;
                border: 0px;
                text-align: left;
}
.tx-objmgr-pi1 .listYear td.month {
                background-color: #e0e0e0;
                border: 0px;
}

.tx-objmgr-pi1 .listYear td.monthNoDisplay {
                background-color: transparent;
                border: 0px;
}



.tx-objmgr-pi1 .listObject {
				padding: 0;
				margin: 0;
				/*
				border: 1px solid green;
				*/
}

.tx-objmgr-pi1 .listObject td.objectName {
                font-size: 12px;
                font-weight: bold;
                margin: 10px 0;
                border: 0px;
}

.tx-objmgr-pi1 .monthMultiRow {
				border: 0;
				background-color: #EFEFEF;


}

.tx-objmgr-pi1 .tableMultiRow {
				border: 0;
				background-color: #e0e0e0;
}

.tx-objmgr-pi1 td.monthNameMultiRow {
				border: 0;
				font-family: arial;
				font-weight: bold;
				font-size: 12px;
				background-color: #e0e0e0;
}

.tx-objmgr-pi1 td.dayNames {
				border: 0;
				font-family: arial;
				font-weight: normal;
				font-size: 9px;
				text-align: center;
}

.tx-objmgr-pi1 td.endDay {
				bbbbbbbbackground-image:url("/typo3conf/ext/objmgr/pi1/static/bookingEnd.gif");
}
.tx-objmgr-pi1 td.startDay {
				bbbbbbbbbbbackground-image:url("/typo3conf/ext/objmgr/pi1/static/bookingStart.gif");
}
.tx-objmgr-pi1 td.endWeekend {
				background-image:url("/typo3conf/ext/objmgr/pi1/static/weekendEnd.gif");
}
.tx-objmgr-pi1 td.bookerChangedDay {
				background-image:url("/typo3conf/ext/objmgr/pi1/static/bookerChangedDay.gif");
}
.tx-objmgr-pi1 td.bookerChangedWeekend {
				background-image:url("/typo3conf/ext/objmgr/pi1/static/bookerChangedWeekend.gif");
}
.tx-objmgr-pi1 td.startWeekend {
				background-image:url("/typo3conf/ext/objmgr/pi1/static/weekendStart.gif");
}
.tx-objmgr-pi1 td.endWeekendNormal {
				background-image:url("/typo3conf/ext/objmgr/pi1/static/weekendEndNormal.gif");
}
.tx-objmgr-pi1 td.startWeekendNormal {
				background-image:url("/typo3conf/ext/objmgr/pi1/static/weekendStartNormal.gif");
}

.tx-objmgr-pi1 td.overbookedStart {
				background-image:url("/typo3conf/ext/objmgr/pi1/static/overbookedStart.gif");
}
.tx-objmgr-pi1 td.overbookedEnd {
				background-image:url("/typo3conf/ext/objmgr/pi1/static/overbookedEnd.gif");
}

.tx-objmgr-pi1 td.overbookedAndBookedEnd {
				background-image:url("/typo3conf/ext/objmgr/pi1/static/overbookedAndBookedEnd.gif");
}
.tx-objmgr-pi1 td.overbookedStartWeekend {
				background-image:url("/typo3conf/ext/objmgr/pi1/static/overbookedStartWeekend.gif");
}
.tx-objmgr-pi1 td.overbookedEndWeekend {
				background-image:url("/typo3conf/ext/objmgr/pi1/static/overbookedEndWeekend.gif");
}
.tx-objmgr-pi1 td.overbookedAndBookedEndWeekend {
				background-image:url("/typo3conf/ext/objmgr/pi1/static/overbookedAndBookedEndWeekend.gif");
}

.tx-objmgr-pi1 {
				font-family: arial, helvetica, sans-serif;
				font-size: 10pt;
}


.tx-objmgr-pi1 .adminObjectListInput input {
				margin: 10px 0px 10px 0px;
}

.tx-objmgr-pi1 .availableObject {
				font-weight: bold;
}

.tx-objmgr-pi1 .availableObjectLink {
				margin-left: 10px;
				font-weight: normal;
}

.tx-objmgr-pi1 .availabilityInputHeader {
				font-weight: bold;
				margin-bottom: 10px;
}
.tx-objmgr-pi1 .availabilityInput, .tx-objmgr-pi1 .availabilityInput input  {
				margin: 0px 5px 0px 5px;
}

.tx-objmgr-pi1 .availableObjectsHeader {
				font-weight: bold;
				margin: 10px 0px 10px 0px;
				font-size: 10pt;
}
.tx-objmgr-pi1 .availableObjectsFooter {
				margin: 0px 0px 10px 0px;
}

.tx-objmgr-pi1 div.normalMessage {
				width: 90%;
				color: black;
				background-color: #FFFFCC;
				border: 1px solid #00FF33;
				padding: 5px;
				margin: 5px 0px 5px 0px;
				font-weight: normal;
				font-size: 10pt;
				font-family: arial, helvetica, sans-serif;
}
.tx-objmgr-pi1 div.errorMessage {
				width: 90%;
				color: black;
				background-color: #FFFF99;
				border: 1px solid red;
				padding: 5px;
				margin: 5px 0px 5px 0px;
				font-weight: normal;
				font-size: 10pt;
				font-family: arial, helvetica, sans-serif;
}
.tx-objmgr-pi1 div.warnMessage {
				width: 90%;
				color: black;
				background-color: #FFFFCC;
				border: 1px solid #FF9933;
				padding: 5px;
				margin: 5px 0px 5px 0px;
				font-weight: normal;
				font-size: 10pt;
				font-family: arial, helvetica, sans-serif;
}
.tx-objmgr-pi1 .noAvailableObject {
				color: red;
				font-weight: bold;
				font-size: 10pt;
				font-family: arial, helvetica, sans-serif;
}

.tx-objmgr-pi1 .nextVacantPeriod {
				color: red;
				font-weight: bold;
				font-size: 10pt;
				font-family: arial, helvetica, sans-serif;
}

.tx-objmgr-pi1 .nextVacantPeriod td {
				padding-left: 5px;
}

.tx-objmgr-pi1 .availableForeignObject {
				font-weight: bold;
				color: blue;
				margin: 0px 0px 0px 0px;
}
.tx-objmgr-pi1 .availableForeignObject td {
				padding-left: 5px;
}

.tx-objmgr-pi1 .nextForeignVacantPeriod {
				font-weight: bold;
				color: blue;
				margin: 0px 0px 0px 0px;
}
.tx-objmgr-pi1 .nextForeignVacantPeriod td {
				padding-left: 5px;
}
.tx-objmgr-pi1 .availabilityTable {
				border-collapse: collapse;
}
.tx-objmgr-pi1 .availabilityTable td {
				/*
				border-bottom: 1px dashed gray;
				*/

}
.tx-objmgr-pi1 .availabilityTable tr {

}

.tx-objmgr-pi1 .availibilityTableHeader {
				color: red;
				font-weight: bold;
				font-size: 10pt;
				font-family: arial, helvetica, sans-serif;
}

.tx-objmgr-pi1 #formResult {
				margin-top: 10px;
}


.tx-objmgr-pi1 .availableObjectsLegend table {

}


.tx-objmgr-pi1 .availableObjectsLegend .legendText {
				font-family: arial, helvetica, sans-serif;
				font-size: 10pt;
}
.tx-objmgr-pi1 .availableObjectsLegend td.availableObject {
				width: 10px;
				background-color: #CCFF00;
				border: 1px solid black;
}
.tx-objmgr-pi1 .availabilityTable .availableObject {
				background-color: #CCFF00;
}
.tx-objmgr-pi1 .availabilityTable .availablePeriod {
				background-color: #CCFF00;
}

.tx-objmgr-pi1 .availableObject td {
				padding-left: 5px;
}

.tx-objmgr-pi1 .availableObjectsLegend td.nextVacantPeriod {
				width: 10px;
				background-color: #CCFFCC;
				border: 1px solid black;
}
.tx-objmgr-pi1 .availabilityTable .nextVacantPeriod {
				background-color: #CCFFCC;
}


.tx-objmgr-pi1 .availableObjectsLegend td.availableForeignObject {
				width: 10px;
				color: ##0066FF;
				background-color: #99CC33;
				border: 1px solid black;
}
.tx-objmgr-pi1 .availabilityTable .availableForeignObject {
				background-color: #99CC33;
}


.tx-objmgr-pi1 .availableObjectsLegend td.nextForeignVacantPeriod {
				width: 10px;
				color: ##0066FF;
				background-color: #CCCC66;
				border: 1px solid black;
}
.tx-objmgr-pi1 .availabilityTable .nextForeignVacantPeriod {
				background-color: #CCCC66;
}


.tx-objmgr-pi1 #objmgrTooltip {
				position: absolute;
				z-index: 100;
				top:0px;
				display: none;
				background-color: #C0c0c0;
}

/* special for the MSIE 6 */

*html .tx-objmgr-pi1 #objmgrTooltip {
				position: absolute;
				z-index: 100;
				top:0px;
				display: none;
				background-color: #CCCC66;
}

/* special for the MSIE 7 */
*+html .tx-objmgr-pi1 #objmgrTooltip {
				position: absolute;
				z-index: 100;
				top:0px;
				display: none;
				background-color: #CCCC66;
}


/* special for the MSIE 6 and 7 */
* html .tx-objmgr-pi1 .displayAdditionalFieldsTable, *+html .tx-objmgr-pi1 .displayAdditionalFieldsTable  {
				display: block;
}

/* design of the tooltip */
.tx-objmgr-pi1 #objmgrTooltip  {
				font-weight: normal;
				color: black;
				font-size: 10pt;
				font-family: arial, helvetica, sans-serif;
}

.tx-objmgr-pi1 #objmgrTooltip .bookedBy {
				font-weight: bold;
				color: green;
}

.tx-objmgr-pi1 #objmgrTooltip .header {
				font-weight: bold;
				color: black;
				padding: 5px 5px 5px 5px;
}

.tx-objmgr-pi1 #objmgrTooltip .headerValue {
				font-weight: bold;
				color: black;
				padding: 5px 5px 5px 5px;
}
.tx-objmgr-pi1 #objmgrTooltip .field {
				font-weight: normal;
				color: black;
				padding: 0px 5px 5px 5px;
}

.tx-objmgr-pi1 #objmgrTooltip .fieldValue {
				font-weight: bold;
				color: blue;
				padding: 0px 5px 5px 5px;
}
.tx-objmgr-pi1 #objmgrTooltip table {
				border-collapse: collapse;
}
.tx-objmgr-pi1 #objmgrTooltip table td{
}

.tx-objmgr-pi1 #objmgrTooltip table td{
				background-color:#cccccc;
}


/* utilisation */
.tx-objmgr-pi1 .utilisationLegend  {
}

.tx-objmgr-pi1 .utilisationLegend td {
				font: arial, helvetica, sans-serif;
				font-size: 10px;
				color: black;
				width: 80px;
				height: 10px;
				border-collapse: collapse;
				margin: 0;
				padding: 0;
}
.tx-objmgr-pi1 .utilisationLegend div {
				width: 9px;
				height: 10px;
				margin: 0px 5px 0px 0px;
				padding: 0;
				float: left;
}
.tx-objmgr-pi1 .utilisationLegend div.util0 {
                background-color: #FFFFFF;
                border: 1px solid black;
}
.tx-objmgr-pi1 .utilisationLegend div.util24 {
                background-color: #EFFFCC;
                border: 1px solid black;
}
.tx-objmgr-pi1 .utilisationLegend div.util25 {
                background-color: #E0FFCC;
                border: 1px solid black;
}
.tx-objmgr-pi1 .utilisationLegend div.util49 {
                background-color: #DDFFCC;
                border: 1px solid black;
}
.tx-objmgr-pi1 .utilisationLegend div.util50 {
                background-color: #CCFFCC;
                border: 1px solid black;
}
.tx-objmgr-pi1 .utilisationLegend div.util74 {
                background-color: #CCFF99;
                border: 1px solid black;
}
.tx-objmgr-pi1 .utilisationLegend div.util75 {
                background-color: #CCFF00;
                border: 1px solid black;
}
.tx-objmgr-pi1 .utilisationLegend div.util99 {
                background-color: #8ECA86;
                border: 1px solid black;
}
.tx-objmgr-pi1 .utilisationLegend div.util100 {
                background-color: #009933;
                border: 1px solid black;
}



.tx-objmgr-pi1 table td.util0 {
                background-color: #FFFFFF;
                border: 1px solid black;
}
.tx-objmgr-pi1 table td.util24 {
                background-color: #EFFFCC;
                border: 1px solid black;
}
.tx-objmgr-pi1 table td.util25 {
                background-color: #E0FFCC;
                border: 1px solid black;
}
.tx-objmgr-pi1 table td.util49 {
                background-color: #DDFFCC;
                border: 1px solid black;
}
.tx-objmgr-pi1 table td.util50 {
                background-color: #CCFFCC;
                border: 1px solid black;
}
.tx-objmgr-pi1 table td.util74 {
                background-color: #CCFF99;
                border: 1px solid black;
}
.tx-objmgr-pi1 table td.util75 {
                background-color: #CCFF00;
                border: 1px solid black;
}
.tx-objmgr-pi1 table td.util99 {
                background-color: #8ECA86;
                border: 1px solid black;
}
.tx-objmgr-pi1 table td.util100 {
                background-color: #009933;
                border: 1px solid black;
}

.tx-objmgr-pi1 .effectiveUtilisation {
				margin: 10px 0px 10px 0px;
}

.tx-objmgr-pi1 .effectiveUtilisation .value {
				font-weight: bold;
				padding: 0px 0px 0px 5px;
}