
/* Style rules to make data tables look better */
.list-header {
  background-color: #eeeeee;
  font-size: larger;
  font-weight: bold;
}

.list-paging-header {
  background-color: white;
}

.list-paging-footer {
  background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
  background-color: #eeeeee;
}


/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}

/* Used by ApplicationBean1 property (imageStyleDataTable) to defile style for images at DisplayDataTable.jsp*/
.heightBigImageStyleDataTable{
height:75px;
}
.widthBigImageStyleDataTable{
width: 75px;
}

/* Used by ApplicationBean1 properties to defile style for images at DisplayMasterDetails.jsp*/
.heightBigImageStyleMasterDetails{
height:300px;
}
.widthBigImageStyleMasterDetails{
width:300px;
}

/* Used by ApplicationBean1 properties to defile style for preview images at RegisterMe.jsp*/
.heightBigImageStyleRegisterMe{
height:300px;
}
.widthBigImageStyleRegisterMe{
width:300px;
}
.nullImageStyle{
width:0px;
height:0px;
}

/*Used by basicFaq(faq) method in manamakal.general.Faq class*/
/*The basicFaq(faq) method is called in the action methods of every FAQ questions's hyperlink*/
.faq{
   color: red;
   font-weight: normal
}
.faqGrid{
border-bottom: solid #83A8CC 1px;
width: 700px;
}
.faqHeading{
   background-color: black;
   width: 700px
}
/*Used by fields in the form for updating*/
.updateFieldStyle{
   background-color: #F7F3F7;
   
   border: 1px solid #83A8CC;
   margin-bottom: 1px;
   margin-left: 1px;
   margin-right: 1px;
   margin-top: 1px;
   padding-bottom: 3px;
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 3px
}
/*Used in RegisreMe.jsp, UpdateMe.jsp in thje row styles*/
/*Finally the following 2 classes are used in all pages for registering the profiles*/
.registerMeStyleOne{
 
  background-color:#EEEEEE;
}
.registerMeStyleTwo{
 
/*background-color:#FBFCF4;*/
background-color:#F4F4FA;
}

/*Used in UpdateXxxx...jsp*/
.updateStyleOne{
 
  background-color:#EEEEEE;
}
.updateStyleTwo{
 
/*background-color:#FBFCF4;*/
background-color:#F4F4FA;
}

/*For test only*/
.bottom { 
  background-color: #ccffcc; 
 top: auto;
  height: 100 px; 
  position: fixed; 
  right: 0; 
  bottom: 50 px; 
  width: 100% 
}


.lastLoginTrue{
color: green;
}

.lastLoginFalse{
color: red;
}

.bride{
background-color: #ffcfd8;
}

.groom{
background-color: #cccccc;
}






