/*
This file define colors 
*/
/* common css */

body{    
    background-color:#EFEFEF;	
}

#page{       
   background-color: #ffffff;
}

#divCenter {	
}

#page
{
    /*background-color: #44ddaa;*/
}

.textBlue
{
    color: #0f0fb0; 
}

.inputTextField.ui-inputfield.ui-widget.ui-state-default.ui-corner-all
{
    background: #ffffff !important;   
}

.inputTextField.ui-inputfield.ui-widget.ui-state-hover.ui-corner-all
{
    background: #FAE4C9 !important;   
}

/* Header */

.ui-outputlabel.welcomeMessage
{
    color: #ffffff;
}

/*
.loginField
{
  
}
*/
.ui-widget-content{
    border-color: #EFEFEF;
}

.contentPanelStyle
{
  /*opacity:1.0;  */
  background: none;
}




.h1
{
    color: #0f0fb0; 
}

.h2
 {
     color: #0f0fb0; 
 }
 
.h3
 {
     color: #0f0fb0; 
 }
.p
 {
     color: #0f0fb0; 
 }




#footer
{

    background:white; 
}

.ftr-social {	
	/*background: white;*/
}

.njt_divline {

	/*background-color: #6f6f6f;	*/
}

.contentPanelStyle
{
 color: #0f0fb0;   
}

.ui-panel 
{
    color: #0f0fb0;
    opacity:1.0;
}

.ui-panel-content
{
    background-color: #ffffff;
}


.loginLable
{
    color: #0f0fb0;
}

.lableInput
{
    color: #0f0fb0;    
}


.membersTitle
{
    color: #0f0fb0;
}

.ticketsInfoText{
    color: red;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}
.pgaTicketsInfoText{
    color: red;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}
#ticketsInfoTextId_content{
    padding: 0px;
    text-align: center;
}

.membersDescription
{
    color: #0f0fb0;   
}



/* User Profile Page */
.userProfileLable
{
    color: #0f0fb0; 
}

.ui-panelgrid.ui-widget.paymentConfirmation
{
    background-color: #FAE4C9 !important;
}