@CHARSET "ISO-8859-1";


/* Prime faces CSS */


.ui-datatable-odd {
    background: #ffffff;
}

.ui-datatable-even {
    background: #F2F5F9;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
 	box-shadow:none !important;
 }
 
 /* End Rich and prime faces CSS */


/* Components CSS   */


.redcolor{
	color: red;
}

.bluecolor{
	color: blue;
}


.greycolor{
	color: #848484;
}

.greencolor{
	color: green;
}

.rf_align_left{
	/*float: left;*/ 
	margin-left: 10px;
}

.rf_font_bold {

	font-weight: bold;
}

.eb_link {
  text-decoration : none;  
  color : white;  
  }

.eb_fld_label{
font-weight: bold;
font-family: Arial; 
font-size: 11px;
color:black;
}

.zo_fld_label_highlight{
	font-weight: bold;
	font-size: 14px;
}
 
.eb_textbox {
	color: black;
}


.zo_textarea {
  padding:1px;
  width:300px;
  height:100px; 
  color: black;
}

.zo_textare_div {
	width : 330px;  
	word-wrap: break-word;
}

.allignTop {
	vertical-align : top;
}

.zo_tooltip{
font-family: Arial; 
font-size: 10px;
}

.zo_textarea_participants {
  padding:1px;
  height:400px; 
}


table { border-collapse: separate !important; border-spacing: 20px !important; } /* cellspacing="25" */

.ui-growl {
    z-index:99999999999 !important;
}

.selectMany {
	padding: 1px;
	color: black;
	font-size: 14px; 
	width :200px;
	height :300px;
}

.ui-datepicker .ui-datepicker-title select {
   color : black !important;
}

.eb_datatable {
	float:left;
	width: 80em;
	height:30em; 
	overflow: auto;
	white-space: nowrap;
}

/* End Components CSS   */
