/*  ------------------------------------------------------------------------
                              Wishhh.com Specific CSS
    ------------------------------------------------------------------------  */
/*  The sexy buttons used to reserve/unreserve, grant/ungrant, edit etc. wishhes */
/*  Will need to be relpaced by real buttons some day because they do not scale if browser display fonts changed */

a.sexy_button {
    background: transparent url('/images/buttons/bg_button_a_18x.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
/*    font: normal 12px arial, sans-serif; */
    height: 18px;
/*    margin-right: 6px; */
    padding-right: 10px; /* sliding doors padding - the WIDTH provided to the 13px right .gif file */
    text-decoration: none;
}

a.sexy_button span {
    background: transparent url('/images/buttons/bg_button_span_18x.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 2px 0 2px 10px;
}

a.sexy_button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.sexy_button:active span {
    background-position: bottom left;
    padding: 3px 0 1px 10px; /* push text down 1px --> top and bottom to be offest 1 from a.sexy_button span */
}


/*  START =============  DALE's NEW WishhhTable class =================== */

.wishhhTable {
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: solid 1px #000000;
	border-collapse:collapse;
	
}
.wishhhTable td {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px; /*was 13px */
	margin: 0px;
	padding: 2px 2px 2px 2px;
	border: solid 1px #ccc;
 }            
  
/*  
    ------------  Column classes --------------------
*/  
  
.wishhhTable .wish_gif {
  width: 15px;
  vertical-align: middle;
  }  

.wishhhTable .wish {
	width: 100px;
	vertical-align: middle;
	padding-left: 4px;
}
	
.wishhhTable .description {
	vertical-align: middle;
	padding-left: 4px;}	
  

.wishhhTable .status_button {
  width: 14px;
  vertical-align: middle;
  text-align: center;  }  

.wishhhTable .action {
  width: 57px;  /* Minimum width for "Granted/UnReserve on [date]" field to properly print in 4 browsers without wrapping - Safari needed the most*/
  vertical-align: middle;
  text-align: center;  }  
  
/* .wishhhTable .action_alert {
	width: 55px;
	vertical-align: middle;
	text-align: center;
}  */  /*not sure why this was still here when .action exists.  */
  
.wishhhTable .added_by {
  width: 75px;
  vertical-align: middle;
  text-align: center;  }  

.wishhhTable .iWant {
  width: 53px;  /* 53 is minimum required for safari - 51 is minimum for IE6 */
  vertical-align: middle;
  text-align: center; }    

/* ----------------------  ROW COLOURS ---------------------- */

.odd_row_color {
/*  background-color: #E2E6FA;}  /* light blue */
    background-color: #FFF0FF;}  /* light pink */

.even_row_color {
  background-color: #F4F4F4;} /* light grey */
  
 
.not_want_odd_row_color {
    background-color: #FFFF48;}  /* light yellow */	
	
.not_want_even_row_color {
  background-color: #FFB871;} /* light orange */
	
.asterisk {
	color: #FF0000;
	font-weight: bold;
} /* indicating mandatory fields */

.mode_warning_bar {
  margin: 0 0px 0px 0px;
}
	
/*  STOP =============== DALE's NEW WishhhTable class ============== */

/*  START =============== AdditionsTable class ============== */

.additionsTable {
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-style: none;
	border-collapse:collapse;
	
}
.additionsTable td {
	vertical-align: top;
/*	font-size: 11px; */
/*	line-height: 12px; was 13px */
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
 }            
  
/*  
    ------------  Column classes --------------------
*/  
  
.additionsTable .icon {
  width: 15px;
  vertical-align: top;
  }  

.additionsTable .wish {
	vertical-align: middle;
	padding-left: 4px;
 }	
  
/*  STOP =============== AdditionsTable class ============== */

/* Dale Add */
.red_text {
	color: FF0033;
} 