table.prestation {
	border-spacing: 0;
	width: 100%;
	background-color: #fff;
}

table.prestation th {
	text-align: left;
	padding: 5px 0px 5px 1px;
	background-color: #C09C50;
}

table.prestation th .spacer {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

table.prestation td {
	padding: 5px 0px 5px 0px;
}

div.info {
	display: none;
	width: 100%;
}
div.info img {
	padding-right: 16px;
}

table.prestation td.title {
	background: #C09C55;
	color: #FFFFFF;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

table.prestation td.title div {
	font-size: 11px;
	font-weight: normal;	
}

table.prestation td.alternative {
	background: #917D64 url(../imgs/autre-presta.gif) no-repeat scroll 2px center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 1px 5px 30px;
	color: #fff;
}

table.prestation h2 {
	font-size: 12px;
	font-weight: bold;
	padding:0;
}

table.prestation td.nom a {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

table.prestation td input {
	font-size:10px;
	padding-top: 1px;
}

table.prestation td img {
	cursor:pointer;
}

table.prestation td input.date {
	border: 1px solid #999;
	width: 50px;
	cursor:pointer;
}

table.prestation td input.submit {
	height: 20px;
	padding: 0;
}

table.prestation td.alerte {
	color: #f00;
	/*background: #E5E5E5 url(../imgs/warning.gif) no-repeat scroll 2px center;*/
	border-bottom: 1px solid #fff;
	padding: 5px 1px 5px 30px;
}

table.prestation td.detail {
	color: #333;
	background-color: #E5E5E5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #A79883;
	padding: 5px;
}

table.prestation td.commentaires {
	background-color: #EFE8D6;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #A79883;
	padding: 5px;
	color: #3E3E40;
}

table.prestation td.hspacer {
	height: 25px;
}

/******************************************************************************/

.overlay {
	/*background-color:#ff0;*/
	background-image:url('resources/imgs/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
label {
	float: left;
	margin-right: .5em;
	padding: .15em 0;
	font-weight: bold;
}

.ui-spinner {
	width: 30px;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
	background: #FEFEFE url(../images/spinner-bg.gif) repeat-x left bottom;
	padding: 0 5px;
	left:11;
}

.ui-spinner-disabled {
	background: #F4F4F4;
	color: #CCC;
}

.ui-spinner-box {
	width: 90%;
	height: 100%;
	font-size: 125%;
	border: none;
	background: none;
	padding: 0;
}

.ui-spinner-up,
.ui-spinner-down {
	width: 15px;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	right: 0;
	cursor: default;
	border: 1px solid #999;
	border-right: none;
	border-top: none;
}

.ui-spinner-down {
	bottom: 0;
	border-bottom: 0;
}

.ui-spinner-pressed {
	background: #FEFEFE;
}

.ui-spinner-list,
.ui-spinner-listitem {
	margin: 0;
	padding: 0;
}
