/* RichFaces Components */

/* Calendar */

.rich-calendar-today{
	background-color:#DA211F;
}

.rich-calendar-holly{
	color:#DA211F;
	background-color: #ffdada;
}

/* FileUpload */

.rich-fileupload-button-border {
	margin:2px;
}

.rich-fileupload-button {
	background-image:url(../images/botao.png);
	background-position:left top;
	background-repeat:repeat-x;
	cursor:pointer;
	width: 85px;
}

.rich-fileupload-button-light{
	background-image:url(../images/botao.png);
	background-position:left top;
	background-repeat:repeat-x;
	cursor:pointer;
	width: 85px;
}

.rich-fileupload-button-press{
	background-image:url(../images/botao.png);
	background-position:left top;
	background-repeat:repeat-x;
	cursor:pointer;
	width: 85px;
}

.rich-fileupload-button-dis{
	
	
}

.rich-fileupload-ico {
	background-position:0pt 50%;
	background-repeat:no-repeat;
	padding-left:19px;
	padding-right:4px;
	vertical-align:middle;
}

.rich-fileupload-font {
	font-weight: bold;
	color: #000000;
}

.rich-fileupload-font strong, .rich-fileupload-font b{
	color: #372412;
}

.rich-fileupload-button-border {
	border: 0;
}

.rich-fileupload-hidden {
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	position:relative;
	text-align:left;
}

.rich-fileupload-list-overflow{
	font-size: 12px;
}


/* Tooltip */

.dr-rich-tool-tip{
	
	
	background-color: #fff;
	border: 2px solid #DA211F;
	font-family: inherit;
	font-style: normal;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;	
	color: #000;
	max-width: 500px;
}

/* Shuttle List */


.rich-shuttle-controls{
	
	padding-left: 5px;
	padding-right: 5px;
}

.rich-list-shuttle-caption{
	color: #DA211F;
	font-weight: bold;
}

.rich-shuttle-list-content td{
	padding-right: 0px;
}

.rich-shuttle-source-cell-selected, .rich-shuttle-target-cell-selected, .rich-shuttle-source-cell-selected *, .rich-shuttle-target-cell-selected *{
	background: #DA211F;
	color: #ffffff;
}


/* Ordering list */

.rich-ordering-list-output{
	width: auto;
}

.rich-ordering-list-header{
		
}

.rich-ordering-list-content{
	
}

.rich-ordering-list-button a{
	color: #DA211F;
}

.rich-ordering-list-cell-selected{
	background: #DA211F;
	color: #ffffff;
}

.rich-ordering-list-table-header th{
	color: #DA211F;
}

/* Inplace input */

.rich-inplace-view, .rich-inplace-changed{
	
	border: none;
	background-color: inherit;

}

/* AJAX Panel */


.dr-table{
	
	empty-cells: hide;
	
}

.dr-table-cell{
	
	font-size: inherit;
	border: none;
}

.dr-table-header{
	
	
	background: url("../images/cabecalho_cardapio.png");	
}

.dr-table-headercell{
	
	color: #fff;
	font-family: inherit;
	font-size: 13px;	 
}


	
.dr-tabPanel{
	
	
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
	line-height: 18px;
	background-color: inherit;	
}

.dr-tab{
	
	color:#DA211F;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
	line-height: 18px;
	background-color: inherit;
}

/* Tab Panel */

.dr-tbpnl-cntnt{
	
	border: none;	
}

.dr-tbpnl-cntnt th{
	
	text-align: left;
	color: #DA211F;
	
}

.rich-tabpanel{
	
	width: auto;
}

/* Modal Panel */

.dr-mpnl-pnl-h{
	
	background: transparent url(../images/cabecalho_cardapio.png) repeat scroll 0 0;
	border: none;
	height: 20px;
	vertical-align: middle;
	font-family: inherit;
	
}

.rich-mpnl-header, .rich-mpnl-controls{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 0 5px;
}

.rich-mpnl-controls{
	
	cursor: pointer;	
}


