/**
image classes
*/
.imageDelete{
	height:9px;
	width:9px;
	background-image:url(../images/delete.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
.imageEdit{
  background-image:url(../images/icon_edit.gif);
  background-repeat:no-repeat;
	background-position:center center;
  height:12px;
	width:12px;
}
.imageEmail{
  background-image:url(../images/icon_email_small.gif);
  background-repeat:no-repeat;
	background-position:center center;
  height:12px;
	width:12px;
}
.imageAdd{
  background-image:url(../images/icon_add.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:12px;
  width:12px;
}

.formatHeaderTable,.formatListInfo {
	background-color:#FAFAFA;
	border:1px solid #999999;
	color: #333399;
}
.formatHeaderTable {
	margin-top:12px;
}
.formatHeaderLeft {
	font-weight:bold;
	padding-left:6px;
}
.formatHeaderRight {
	text-align:right;
}

/* /////  Manage Reg Classes ///// */
.regTable tr.odd{
  background: #f3f3f3;
}
.regTable tr.hover td,
#hotelOrderTable tr.hover td{
  background: #ffc;
}
.regTable tr.active td{
  background: #ffc;
  padding:8px 11px;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.regTable tr td.addCell{
  background: #ffc;
  padding:8px 11px 5px;
  border-top:1px solid #ddd;
}
.regTable tr td{
  vertical-align:middle;
}
.regTable td.buttons{
  width:70px;
}
.regTable td.status,
.regTable td.hotel{
  font-size:11px;
  color:#666;
  /*width:1px;
  white-space:nowrap;*/
  padding-right:10px;
}
.regTable span.jobTitle{
  display:block;
}
.hotelOrderTable a.add,
.hotelOrderTable a.delete,
.hotelOrderTable a.edit, 
.regTable a.delete,
.regTable a.edit, 
.regTable a.email{
  display:block;
  width: 22px;
  height:18px;
  float:left;
  background-repeat: no-repeat;
  background-position: top;
  /*border:1px solid red;*/
}
.regTable a:hover,
.hotelOrderTable a:hover{
  background-position: bottom;
}
.regTable a.loading:hover{
  background-position: top; 
}
.hotelOrderTable a.add{ background-image: url(../images/icon_add.png); }
.hotelOrderTable a.delete, .regTable a.delete{ background-image: url(../images/icon_delete.png); }
.hotelOrderTable a.edit,.regTable a.edit{ background-image: url(../images/icon_edit.png); }
.regTable a.email{ background-image: url(../images/icon_email.png); }
.regTable a.loading{ background-image: url(../images/icon_loading_small.gif); }
.regTable span.email{
  overflow:hidden;
  display:block;
  width:100%;
}
.regEditDiv{}
.regEditDiv div{
  float:left;
  width:140px;
  margin:0 0 5px;
}
.regEditDiv div{
  float:left;
  width:140px;
  padding-right:13px;
}
.regEditDiv div.firstName,
.regEditDiv div.lastName{
  width:75px;
}
.regEditDiv div.readOnlyEmail{
  font-size:11px;
  width:230px;
  margin-top:4px;
}
.regEditDiv div.readOnlyEmail span.email{
  margin-top:3px;
}
.regEditDiv div.firstName input,
.regEditDiv div.lastName input,
.regEditDiv div.jobTitle input,
.regEditDiv div.email input{
  border:1px solid #bbb;
  padding:1px 2px;
  width:100%;
}
.regEditDiv div.buttons{
  float:right;
  width:130px;
  text-align:right;
  padding-right:0;
}
.regEditDiv div.buttons input{
  margin:13px 0 0 4px;
  width:auto;
}
.regEditDiv span{
  display:block;
}
.regEditDiv span.req{
  display:inline;
  padding:0;
  margin:0;
}

.regEditDiv div.creditCardDiv,
.regEditDiv div.cardOption{
  float:none;
  clear:both;
  width:370px;
  margin:0 auto;
}
.regEditDiv div.creditCardDiv{
  padding-top:10px;
}
.regTable div.creditCardDiv tr td{
  background: none;
  border:none;
}
.regEditDiv div.creditCardDiv span{
  display:inline;
}
.regEditDiv div.creditCardDiv table{
  margin-top:5px;
}
.regEditDiv div.creditCardDiv table{
  margin:5px 0 0 30px;
}
#regEditDiv, #creditCardDiv{
  display:none;
}
table.paymentPageProfileTable td.prompt { width: auto; }

/* /////  Hotel Order Classes ///// */
.cardDisplay{
  display:block;
  padding-left:25px;
}
#hotelOrderTable td{
  padding:5px;
  vertical-align:middle;
}
#hotelOrderTable tr#tempRow td{
  vertical-align:top;
}
#hotelOrderTable td.hotelAndDatesTd,
#hotelOrderTable td.hotelPrefsTd, #hotelOrderTable td.creditCardTd{
  padding:10px 12px;
}
.smaller{
  font-size:11px;
}
.fade{
  color:#888;
}
.colColor{
  background:#fcfce0;
}
.imageEdit, .imageAdd,.imageDelete{
  cursor:pointer;
}
.defaultOption{
  color:#888;
}
.inventoryItem{
  display:block;
  font-weight:bold;
  margin-bottom:3px;
}
td.price{
  vertical-align:middle;
}