/* MK (9/12/10) I changed editableList to giftList, but it looks like the giftList class doesn't really contain the list items -- the pages only aply it to the table above the list that lets you add a new item. Need to circle back and iron that out. */

/* MK (9/12/10) Non-CSS-related note: If we lose the gift detail page, need to figure out where the links in the new gift feed link to. */

html {
	height: 100%;
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical;
}
 
html, body {
	height: 100%;
}

td, th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

img {
	vertical-align: middle;
}

input {
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/* Only used in a few wonky places */
textarea.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 99%;
	height: 150px;
	padding: 3px;
}

div.error {
	font-weight: bold;
	color: #f22d13;
	padding: 0px 0px 0px 2px;
}

.wizardFrame div.error {
	font-weight: bold;
	color: #991605;
	padding: 2px 0px 2px 2px;
}

div.errorHeader {
	font-weight: bold;
	color: #991605;
	z-index: 51;
	height: 20px;
	position: absolute;
	top: 104px;
	width: 180px;
	right: 250px;
}

.alert {
	background-color: #FEE4C9;
	border: 1px #FF9900 solid;
	padding: 9px;
	margin-top: 9px;
	margin-bottom: 9px;
}


body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #e6eefc;
  margin: 0 !important; margin: 0 0 0 1px;
  line-height: 16px;
  height: 100%;
  min-height: 100%;
}


.mainContainer {
  width: 980px;
  border-left: 1px #9FB3D0 solid;
  border-right: 1px #9FB3D0 solid;
  margin-left: auto;
  margin-right: auto;	
  min-height: 100%;
  background-color: #fff;
}

.pagePadding {
  padding: 4px 12px;
}

.mainColumn {
	width: 650px;
}

.skinnyRightColumn {
}

.dividerColumn, .separatorVert2 {
	width: 40px;
	background-image: url(../images/divider_vertical_grey.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

.dividerColumn_space {
	width: 40px;
}

/* Page layout, background */

.topPageSpacer {
	min-height: 12px;
	overflow: visible;
}

.breadcrumbBar {
	height: 12px;
	width: 100%;
	top: -12px;
	position: relative;
	white-space: nowrap;
}

.breadcrumbs {
	font-size: 11px;
	color: #999;
	background-image: url(../images/breadcrumbs_bulletOff.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 28px;
	padding-top: 5px;
	height: 30px;
	float: left;
	text-decoration: none;
}

.breadcrumbsHover {
	font-size: 11px;
	color: #3e63c6;
	text-decoration: underline;
	background-image: url(../images/breadcrumbs_bulletOn2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 28px;
	padding-top: 5px;
	height: 30px;
	float: left;
}

.breadcrumbs_header {
	font-size: 11px;
	color: #999;
	background-image: url(../images/breadcrumbs_bulletOff.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	padding: 3px 0px 0px 28px;
	height: 30px;
}

.breadcrumbsHover_header {
	font-size: 11px;
	color: #3e63c6;
	text-decoration: underline;
	background-image: url(../images/breadcrumbs_bulletOn2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0px 0px 28px;
	height: 30px;
}

.headerImage {
	vertical-align: top;
	position: relative;
	top: 0px;
	left: 0px;
}

div.header {
	background-image: url(../images/headerBG.gif);
	background: #BDD2F8; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6E3FB', endColorstr='#BDD2F8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#D6E3FB), to(#BDD2F8)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #D6E3FB,  #BDD2F8); /* for firefox 3.6+ */ 	background-position: center top;
	border-top: 5px #9EB8E8 solid;
	width: 100%;
	padding: 10px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px #8b929d solid;
	position: relative;
}

.utilities {
	font-size: 11px;
	float: right;
	white-space: nowrap;
	padding-right: 16px;
}

.utilities .signInLink {
	font-size: 12px;
}

.utilities .signInLink img {
	border: 0px;
	padding: 0px 0px 3px 3px;
}

.tabContainer {
	margin: 12px 0px 0px 140px;
}

ul.tabs {
	list-style: none;
	position: absolute;
	bottom: -1px;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

ul.tabs li {
	float: left;
}

ul.subtabs {
	list-style: none;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px #cccccc solid;
	padding-left: 0px;
	padding-top: 14px;
}

ul.subtabs li {
	display: inline-block;
	padding: 6px;
	background-color: eaeaea;
	margin-right: 3px;
	-moz-border-radius: 6px 6px 0px 0px;
	border: 1px #cccccc solid;
	margin-left: 0px;
	margin-bottom: -1px;
}

.shareSection {
	height: 16px; 
	position: absolute;
	bottom: 8px; 
	right: 10px;
}

span.tabMiddle {
	height: 32px;
	float: left;
	text-align: center;
	line-height: 32px;
	padding: 0px 6px 0px 6px;
	color: #253EA0;
}

li.on span.tabMiddle {
	background-image: url(../images/tab_on_middle.gif);
}

li.off span.tabMiddle {
	background-image: url(../images/tab_off_middle.gif);
}

li.hover span.tabMiddle {
	background-image: url(../images/tab_hover_middle.gif);
	text-decoration: underline;
	color: #1F45DC;
}

li.onPlusHover span.tabMiddle {
	background-image: url(../images/tab_on_middle.gif);
	text-decoration: underline;
}

span.tabLeft {
	height: 32px;
	width: 5px;
	float: left;
}

ul.tabs li.on span.tabLeft, ul.tabs li.onPlusHover span.tabLeft {
	background-image: url(../images/tab_on_left.gif);
}

ul.tabs li.off span.tabLeft {
	background-image: url(../images/tab_off_left.gif);
}

ul.tabs li.hover span.tabLeft {
	background-image: url(../images/tab_hover_left.gif);
}

span.tabRight {
	background-position: left;
	background-repeat: no-repeat;
	height: 32px;
	width: 5px;
	float: left;
	padding-right: 3px;
}

ul.tabs li.on span.tabRight, ul.tabs li.onPlusHover span.tabRight {
	background-image: url(../images/tab_on_right.gif);
}

ul.tabs li.off span.tabRight {
	background-image: url(../images/tab_off_right.gif);
}

ul.tabs li.hover span.tabRight {
	background-image: url(../images/tab_hover_right.gif);
}

ul.tabs a {
		cursor:pointer;
}

ul.tabs li.helpTab {
	padding: 8px 8px 8px 12px;
}

div.footer {
	font-size: 11px;
	text-align: center;
	color: #666666;
	line-height: 16px;
	clear: both;	
	float: inherit;
	margin-top: 56px;
	padding: 0px 10px 0px 10px;
}

div.footer div.separator {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}

/* Panel for choosing an icon */
#groupIcons td {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
 }

/* Panel Styles */

/* Looks like panel1 is mostly used in admin. Panel6 looks like the one we're mostly using throughout the site */
.panel1 {
	width: 100%;
}

.panel1 .top {
	background-image: url(../images/panel1_top.gif);
	height: 11px;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

.panel1 .top img {
	display: block;
}

.panel1 .bottom {
	background-image: url(../images/panel1_bottom.gif);
	height: 11px;
	background-repeat: repeat-x;
}

.panel1 .bottom img {
	display: block;
}

.panel1 .middle {
	background-color: #eef3fd;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #8B929D;
	padding: 3px 6px 3px 18px;
	height: 100%;
}

.panel6_header {
	background-color: #f2f2f2;
	border: 1px #D8D8D8 solid;
	height: 37px;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}

.panel6_headerContents {
	padding: 10px 6px 6px 8px;
	color: #2466E1;
	font-size: 16px;
	font-weight: bold;
}

.panel6_body {
	background-color: #F6F9FE;
	border-left: 1px #D8D8D8 solid;
	border-right: 1px #D8D8D8 solid;
}

.panel6_contents {
	padding: 4px;
}

.panel6_table {
	padding-bottom: 6px;
	width: 100%;
}

.panel6_table tr td {
	padding: 4px 2px 4px 2px;
}

.panel6_table tr td.columnHeader {
	background-color: #E5EBF6;
	color: #4B6288;
}

.panel6_table tr td.spacer {
	padding: 2px 0px 2px 0px;
}

.panel6_bottom {
	border: 1px #D8D8D8 solid;
	border-top: 0px;
	background-color: #F6F9FE;
	height: 6px;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;

}

/* Wizard Styles */
.wizardFrame {
    border: 5px solid #5a8ce8;
    overflow: visible;
	padding: 18px;
	width: 540px;
}

.wizardFrame div {
	padding-top: 3px;
	padding-bottom: 3px;
}

.wizardFrame div.spaceBefore {
	padding-top: 16px;
	padding-bottom: 16px;
}

.wizardFrame div.spaceAfter {
	padding-top: 3px;
	padding-bottom: 16px;
}

.wizardFrame div.bullet {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin-top: 6px;
	padding-top: 0px;
}

.wizardButtonRow {
	 padding-top: 12px;
}

.wizardButtonRow_inside {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 16px 0px 0px 0px;
	margin-top: 10px;
	text-align: center;
}


.wizardButtonNext {
	 float: right;
}

.wizardBorder {
    border: 5px solid #5a8ce8;
	padding: 12px 12px 12px 12px;
}


table.rowPadding tr td {
	padding: 4px 2px 4px 2px;
}

/* Only used on one page */
table.rowDividers tr td {
	border-bottom: 1px #cccccc solid;
}

/* Text Styles */

h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #eb9c11;
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

/* This isn't getting used much (and is sometimes added to H2, which probably doesn't work). Could probably stamp out. */
.pageTitle {
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #2466E1;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2466E1;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h4 {
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 0px;
	color: #768BAB;
}

div.subtitleWithSeparator {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 18px 0px 12px 0px;
	margin-top: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #d88d07;
}

div.subtitle_titlebar {
	background-color: #e2eaf9;
	border-top: 2px #b0c5ec solid;
	padding: 10px 8px 10px 8px;
	margin-top: 8px;
	font-size: 16px;
	font-weight: 600;
	color: #3d3c39;
}

div.h2withSeparator {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 18px 0px 12px 0px;
	margin-top: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #2466E1;
}

.subhead_bg {
	padding: 12px 10px 0px 5px;
	height: 54px;
	background-image: url(../images/subhead_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 0px;
}

.padding_top {
	padding-top: 6px;
}

/* Links */

a:link, a.normalLink:link {
   color: #3e63c6;
}

a:visited, a.normalLink:visited {
   color: #3e63c6;
}

a:hover, a.normalLink:hover {
   color: #3e63c6;
}

a:active, a.normalLink:active {
   color: #3e63c6;
  outline: none;
}

.link, #link {
   color: #3e63c6;
   text-decoration: underline;
   cursor: pointer;
   line-height: 34px;
 }



.footnote {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

.footnote a, .footnote a:link, .footnote a:visited {
	color: #666666;
	text-decoration: none;
}

.footnote a:hover, .footnote a:active {
	color: #3e63c6;
	text-decoration: underline;
}

a.linkoff {
	background-color: #ffffff;
	font-weight: normal;
	padding: 2px;
}

a.linkon, a.linkon:link, a.linkon:visited, a.linkon:hover, a.linkon:active {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #F6E396;
	padding: 2px;
}

.helpLink {
	background-image: url(../images/help.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
}

.helpLink .linkText {
	color: #3e63c6;
	text-decoration: underline;
}

.normal {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

#normalRight, span.normalRight {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  float: right;
}

.smaller {
	font-size: 11px;
	color:#333333;
}

div.spaceBefore {
	padding-top: 12px;
}

div.spaceBefore_sm {
	padding-top: 6px;
}

.spaceAfter {
	padding-bottom: 12px;
}

.floatRight {
	float: right;
}

div.groupName {
	font-weight: bold;
	padding-bottom: 3px;
}

.gray {
	color: #666666;
}

/* Not using much -- could probably eliminate */
div.message {
  margin-right: 12px;
}

/* Not using much -- could probably eliminate */
.message img {
	cursor: pointer;
}


/* Looks like this is usually a person's name (?) */
div.name {
	font-size: 16px;
	font-weight: bold;
	color: #3766bc;
	padding-bottom: 6px;
}



/* Bullets */

div.bullet {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 6px;
}

div.bulletAdd {
	background-image: url(../images/bullet_add2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-bottom: 6px;
}

.smallLabel {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 3px;
}

.watermark {
	color: #999999;
}

.watermarkOff {
	color: #000;
}




/* Balloon Help */
.balloonHelpContainer {
	z-index: 99;
	position: absolute;
}

.balloonHelpContainerLeft {
	z-index: 99;
	position: relative;
	top: 2px;
	left: -120px;
	text-align: left;
}

.balloonHelpContainer img {
	z-index: 100;
	position: relative;
	top: 2px;
	left: 2px;
}

.balloonHelpContent {
	width: 240px;
	font-size: 12px;
	background-color:#ffffff;
	border-color: #5A8CE8;
	border-width: 2px;
	border-style: solid;
	padding: 8px 8px 8px 8px;
	white-space: normal;
	position: relative;
	top: -50px;
	left: 13px;
}

span.balloonHelpContent div {
	padding-top: 8px;
}

/* Forms */
.formLabel {
	padding: 2px 0px 0px 12px;
}

.formLabel_required {
	background-image: url(../images/bullet_required.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 0px 12px;
	padding-left: 12px;
}
.formLabel_error {
	background-image: url(../images/bullet_required.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 0px 12px;
	padding-left: 12px;
	color: red;
}
.formLabel2 {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0px 2px 2px
}

form {
	padding: 0px;
}
	
table.form1 td {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}

table.form2 td {
	padding: 6px;
}

.hoverEdit {
	border: 1px #fff solid;
	padding: 5px;
	cursor: text;
}

.hoverEdit:hover {
	border: 1px #A5A29C solid;
	background-color: #ffffcc;
}

/* Lists */
table.list td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DDD3;
	padding: 3px;
}
	
span.list {
	padding: 4px 0px 4px 4px;
	text-align: left;
	height: 29px;
	background-image: url(../images/th_bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}

table.list th {
	padding: 4px 6px 4px 6px;
	text-align: left;
	height: 29px;
	background-image: url(../images/th_bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}

/* Checklists */
.alt {
	background-color: #f1f5ff;
}

.checklist label {
    display: block;
    height: 1%;
    padding-left: 25px;
    text-indent: -25px;
}

.checklist3 {
    border: 2px solid #cccac6;
    list-style: none;
    height: 12em;
    overflow: hidden;
}

.checklist3, .checklist3 li { 
	margin: 0;
	padding: 3px; 
}

.checklist3 label {
    display: block;
    height: 1%;
    padding-left: 25px;
    text-indent: -25px;
}

.checklist3 label:hover, .checklist3 label.hover {
	background: #e3edff;
	color: #000;
	overflow: visible;
}

/* Buttons */

.button, .button_small {
	display: inline-block;
	font-size: 12px;
	color: #3f3f3f;
	padding: 6px 10px;
	background-color: #efedea;
	margin-left: 3px; margin-right: 3px;
	background: -moz-linear-gradient(
		top,
		#fcfaf3 0%,
		#ffffff 50%,
		#f2f1ef 50%,
		#dedad1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fcfaf3),
		color-stop(0.50, #ffffff),
		color-stop(0.50, #f2f1ef),
		to(#dedad1));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #979695;
	-moz-box-shadow:
		0px 1px 2px rgba(107,107,107,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 2px rgba(107,107,107,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,.6);
	cursor: pointer;
}

.button_small {
	font-size: 11px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 6px 3px 6px;
	text-shadow: none;
}

.button a, a.button, .button_small a, a.button_small {
	text-decoration: none;
	color: #585858;
}

div.button a:hover {
	color: #585858;
}

a:hover .button {
	color: #464fc1;
}

.button_biggest, .button_addGift {
	font-size: 18px;
	color: #1e59c6;
	padding: 10px 20px;
	font-weight: bold;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #efedea;
	background: -moz-linear-gradient(
		top,
		#fcfaf3 0%,
		#ffffff 50%,
		#f2f1ef 50%,
		#dedad1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fcfaf3),
		color-stop(0.50, #ffffff),
		color-stop(0.50, #f2f1ef),
		to(#dedad1));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #3e62c6;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.8);
}

.wizardButton_next {
	float: right;
	padding-top: 8px;
	border: none;
}

/* Lines, Separators */
div.separator {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 18px 0px 12px 0px;
	margin-top: 6px;
}

div.separator_tight {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
}

div.separator2 {
	background-image: url(../images/px_brn.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 6px 0px 6px 0px;
}

.dividingLine {
	border-bottom: 1px #cccccc solid;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Announcement on main page */
.bigNote_container {
	background-color: #FDFAEE;
	border: 1px #638BB9 solid;
	padding: 8px;
	margin-bottom: 10px;
}

.bigNote ul {
	margin-left: 0px;
	padding-left: 15px;
	color: #2466e1;
}

.bigNote ul li {
	color: #000000;
	list-style-image: url(../images/bullet.gif);
	padding-top: 2px;
	padding-bottom: 2px;
}

.bigNote div {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 6px;
	line-height: 17px;
}


/* -------------------------------------------------------
    Section-specific styles
---------------------------------------------------------- */

/* Help Section */
.faqTopicMenu {
	width: 25%;
	padding-right: 16px;
	border-right: 1px #cccccc solid;
}

div.faqMenu div.faqTopic, div.faqTopicOn {
	padding: 6px 6px 6px 6px;
	display: block;
}

div.faqMenu div.faqTopicOn {
	background-color: #66A0E2;
}

div.faqMenu div.faqTopicOn a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
  	outline: none;
}

.faqContent {
	padding-left: 16px;
	padding-right: 44px;
	width: 100%; 
}

.faqContent div {
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.faqBullet {
	margin-top: 6px;
	margin-right: 3px;
}

div.faqQuestion {
	background-image: url(../images/bullet_orangeTriangle_sp.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold; 
	padding-left: 15px;
	margin-top: 6px;
}

.faqQuestion a {
	outline: none;	
}

.faqAnswer {
	display: none;
	padding-left: 15px;
}

/* Recent Actions */
.recentActions {
	width: 100%;
	border: 0px;
	margin-bottom: 10px;
}

.recentActionsPhoto {
	padding-right: 12px;
	vertical-align: top;
	float: left;
}

.recentActionsContent {
	width: 100%;
	vertical-align: top;
}

.recentActionsHeader {
	background-color: #E5EBF6;
	font-weight: bold;
	padding: 6px;
}

.headerControl {
	float: right;
	font-weight: normal;
	padding-right: 6px;
}


.featureSummary {
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}

.featureSummary span {
	width:75%; 
	float:right; 
	clear:right;
	margin-bottom: 10px;
}

/* -------------------------------------------------------
    Gift List Styles
---------------------------------------------------------- */


/* Redesign 2011 */

.giftRow_container {
	border-top: 1px #E2DDD3 solid;
}

.giftRow_view {
	padding: 8px 0px 8px 0px;
}

.giftRow_edit {
	padding: 8px 0px 8px 0px;
	background-color: #EEF3FD;
	display: none;
	border-bottom: 1px #9EB8E8 solid;
}

.imageColumn {
	width: 75px;
	float: left;
	margin-right: 8px;
	text-align: center;
}

.imageColumn image {
	width: 75px;
}

.giftList_image {
	float: left;
	width: 75px;
	margin-right: 10px;
	text-align: center;
}

.editLink {
	font-size: 11px;
	color: #666666;
}

.descriptionColumn {
	float: left;
	width: 450px;
	margin-right: 10px;
}

.giftName {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.giftDescription {
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	overflow: hidden;
}

.giftList_links {
}

.link_row {
}

.actionColumn {
	width: 170px;
	float: left;
	text-align: center;
}

.addPanel .actionColumn {
	text-align: left;
}

.giftList_reservationInfo .button{
	width: 80px;
	padding-left: 0px;
	padding-right: 0px;
}

.giftList_status_reserved {
}

.giftList_status_general {
	color: #666;
	margin-left: 20px;
	margin-right: 20px;
}

.giftList_status_area .popupPointer {
	left: 70px;
}

.giftList_status_indicator_reserved {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 6px 0px;
	background-color: #ba3126;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px #a40800 solid;
	width: 80px;
	background: -moz-linear-gradient(
		top,
		#e28a83,
		#ba3126);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e28a83),
		to(#ba3126));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:
		0px 1px 2px rgba(107,107,107,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 2px rgba(107,107,107,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
	cursor: pointer;
}

.unreserveLink {
	padding-top: 6px;
}

/* Comments */

.giftList_comments {
	margin-top: 10px;
	margin-bottom: 8px;
}

.comment {
	padding: 2px 5px 7px 6px;
	background-image: url(../images/icon_talk.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 21px;
}

.addComment {
	background-image: url(../images/icon_talk_50.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 21px;
	padding-top: 3px;
}

.addComment textarea, .giftComment textarea {
	height: 32px;
	width: 220px;
	margin-right: 4px;
}

.whoseComment {
	color: #64615c;
	font-weight: bold;
	padding-bottom: 3px;
}

.giftComment .footnote {
	padding-top: 3px;
}

.giftComment_editDelete {
	font-weight: normal;
}

.comment .footnote, .comment .footnote a {
	color: #838383;
}

.comment .footnote a:hover, .comment .footnote a:active {
	color: #3e63c6;
}

/* Amazon selection gizmo */

.amazonLink, .amazonLink_selected {
	margin-top: 15px;
	font-size: 13px;
}

.amazonImage {
	display: inline-block;
	height: 20px;
	width: 10px;
	background-position: 0px 0;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 7px;
	opacity: .8;
}

.amazonLink_selected .amazonImage{
	background: url("../images/amazon_suggest_new.png");
	background-position: -28px 0;
	opacity: 1;
	width: 20px;
}

.amazonArrow {
	height: 11px;
	width: 6px;
	background-image: url("../images/amazonArrow.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.amazonLink_selected .amazonArrow {
	background-position: -9px 0;
}

.amazonLink_selected a {
	color: #444;
	text-decoration: none;
	outline: none;
}

/* Gift list hover state changes */

.giftRow_view:hover .amazonImage {
	background: url("../images/amazon_suggest_new.png");
	background-position: -28px 0;
	width: 20px;
}

.giftRow_view:hover .addComment {
	background-image: url(../images/icon_talk.png);
}

.giftRow_view:hover .amazonArrow {
	background-position: -9px 0;
}

.giftRow_view .amazonLink a, .giftRow_view a.addCommentLink {
	text-decoration: none;
	color: #c0c0c0;
}

.giftRow_view:hover .amazonLink a, .giftRow_view:hover a.addCommentLink {
	color: #6e8ad3;
	text-decoration: underline;
}

.giftRow_view:hover .amazonLink a:hover, .giftRow_view:hover a.addCommentLink:hover {
	color: #3E63C6;
	text-decoration: underline;
}

/* Add and edit controls */

.addPanel {
  border-top: 1px #9eb8e8 solid; 
  padding-bottom: 6px; 
  border-bottom: 1px #9EB8E8 solid;
  background-color: #eef3fd;
  vertical-align: top;
  padding: 8px 0px;
  position: relative;
}

.addPanel .descriptionColumn {
	width: 452px;
	position: relative;
	margin-right: 5px;
}

/* Big input field for adding gift */
.addGiftBox {
}

.addGiftBox input {
	background-color: #FFFFCC;
	border: 3px #0065d7 solid;
	font-size: 17px;
	padding: 8px;
	width: 430px;
}

.addGiftBox input.watermark {
	color: #5883b4;
}

.addGiftBox input.watermarkOff {
	color: #000;
}

#urlHelp {
	padding: 3px 0px 3px 0px;
}

.addGiftHelpText {
	color: #666;
	font-size: 11px;
}

.sayMoreLink {
	font-size: 11px;
	position: absolute;
	bottom: 4px;
	right: 0px;
	text-align: right;
	width: 100px;
}

/* Add or edit gift -- form fields */

#sayMorePanel {
	display: none; 
	margin-top: 4px;
	position: relative;
	padding-bottom: 22px;
}

.sectionTitle {
	font-weight: bold;
	color: #555; 
}

.editField {
	background-color: #FFFFCC;
	border: 1px #A5A29C solid;
	padding: 3px;
}

.editField textarea, .editField input {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFCC;
	width: 100%;
}

.letPeopleReserve {
	padding-top: 10px;
}

.letPeopleReserve .radio {
	border: 1px red solid;
	vertical-align: bottom;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	height: 13px;
	width: 13px;
	*overflow: hidden;
	position: relative;
	top: -1px;
}

.urlTable th {
	color: #666;
	font-weight: normal;
	text-align: left;
}

.urlTable td {
	padding: 2px 2px 2px 0px;
}

.urlEdit {
	width: 260px;
	padding: 3px;
}

.urlPreview {
	text-decoration: underline;
	color: #3E63C6;
	width: 120px;
	padding: 3px;
}

.urlDeleteIcon {
	border-width: 0px;
	margin: 2px 0px 0px 3px;
}

/* Deleting Gift progress message */

.gift_inProgress {
	background-image: url(../images/progress.gif);
	background-position: middle left;
	background-repeat: no-repeat;
	padding: 2px 6px 6px 24px;
	color: #999;
	font-weight: bold;
	font-size: 13px;
	margin: 9px 5px 5px 5px;
}

/* Gift Display -- individual rows swap out into edit controls -- THIS COULD PROBABLY BE TIGHTENED UP */
.giftList_addPanel {
	padding-bottom: 6px;
	padding-top: 1px;
	left: 8px;
}

.btn_addGift {
	background-color: #EEF3FD;
	border: 0px;
	margin-top: 16px;
	cursor: pointer;
}

	/* Overall table style -- Padding and borders between rows */
	table.giftList_addPanel td {
		border-bottom: 1px #E2DDD3 solid;
		padding: 8px 6px 0px 6px;
		vertical-align: top;
	}
	
	table.giftList_addPanel td.addPanel {
		border-top: 1px #9eb8e8 solid; 
		padding-bottom: 6px; 
		border-bottom: 3px #9EB8E8 solid;
	}
	
	/* For internal tables -- less padding, no borders */
	table.giftList_addPanel table td {
		border-bottom-width: 0px;
		border-bottom-style: none;
		padding: 2px;
	}
	
	/* Common styles for all form fields -- sizes, padding, text style  */
	table.giftList_addPanel input, table.giftList textarea {
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border-style: solid;
		border-width: 1px;
		padding: 2px;
		margin: 0px 0px 2px 1px;
	}
	
	/* Delete row  */
	table.giftList.deleteRow {
		text-align: center;
		padding: 12px 24px 12px 24px;
	}
	
	tr.deleteRow td {
		background-color: #eef3fd;
		text-align: center;
	}
	
	tr.deleteRow td input {
		border: 0px;
	}
	
	/* Special fields  */
	
		/* Auto-sizing fields (for gift descriptions)  */
		textarea.autosize {
			width: 400px; /* jms changed to 100% for image inclusion -- but was stretching out page, and we no longer have images */
			height:0px;
			overflow: visible;
			background:#FFF;
			color: #000;
		}

		/* Name of individual gifts (bold, blue) */
		input.fieldGiftName {
			color: #3e63c6;
			font-weight: bold;
			width: 400px; /* may need to change back to percentage when images go back in */
		}

		/* URL of individual gifts  */
		input.fieldGiftURL {
			color:#999999;
			font-weight: normal;
			width: 100%; 
			float: right;
		}	
			
	/* Presentation when row is STATIC... */

		/* Presentation of form fields -- background and border colors */
		tr.static input, tr.static textarea {
			background-color: #fff;
			border-color: #fff;
		}
		
		tr.static textarea.gi_description {
			display: none;
		}
		
		.bgPlain {
			background-color: #fff;
			border-color: #fff;
		}
		
	/* Presentation when row is EDITABLE... */
	
		/* Turn the background color blue */
		tr.editable td {
			background-color: #eef3fd;
		}

		/* Turn off the url */
		tr.editable input.fieldGiftURL {
			display: none;
		}
		
		/* Change the presentation of form fields (different color background & border) */
		tr.editable input, tr.editable textarea {
			background-color: #FFFFCC;
			border-color: #fff;
			border-color: #A5A29C;
		}

		/* No special colors on radio buttons */
		.editable input.radio {
			border-style: none;
			border-width: 0px;
			padding: 0px;
			margin: 0px 0px 0px 0px;
			background-color: #eef3fd;
		}
		
		/* No special colors if we say so */
		tr.editable .plain {
			border-style: none;
			border-width: 0px;
			padding: 0px;
			margin: 0px 0px 0px 0px;
			background-color: #eef3fd;
		}

		/* Make the description field at least a couple rows tall */
		tr.editable textarea {
			min-height: 36px;
			height: 36px !important;
		}
		
		/* Show options (e.g., photo, URL) */
		tr.editable .giftlistOptions {
			display: block;
			padding-top: 4px;
		}
		
		/* Hide buttons that only appear in static mode */

		tr.editable .buttons_staticMode {
			display: none;
		}
	
.viewList_gift, .giftList .view  {
	padding: 10px 0px;
}

.whoSuggests {
	color: #64615c;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
	background-color: #f4f5f8;
}

.editSuggestionControls {
	font-weight: normal;
	margin-left: 14px;
}

.editSuggestionControls a {
	margin-left: 10px;
}

#giftItemLinks {
	font-weight: normal;
}
	
.null {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 8px;
	font-weight: bold;
}

.giftListColumn {
	width: 720px;
}

.profile, #giftlist {
}

.amazonAdsColumn  {
}

a.printButton {
	float: right;
	font-weight: bold;
	margin: 12px 43px 0px 48px; 
	color: #C0C0C0;
	text-decoration: none;
}

a.printButton:hover {
	color: #3E63C6;
	text-decoration: underline;
}

#AmazonAds {
	height:100%;
	text-align: center;
	width: 195px;
}

.searchBar {
	padding: 6px 6px 14px 8px;
	background: -moz-linear-gradient(top,#fff,#f1f1f1);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	border-bottom: 1px #ccc solid;
}

.amazon_ad {
	float:left;
	margin-bottom: 20px;
	margin-left: 12px;
	width: 140px; 
	overflow: hidden;
	text-align: center;
	height: 138px;
}

.amazon_ad div.image {
	position: relative;
}

.fixedSidebar {
	position: fixed;
	top: 0px;
}

.fixedSidebar_bottom {
	position: fixed;
	bottom: 0px;
}

.amazonAdsColumn {
	position: relative;
}


.bottomCenter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

#searchResults ul, #searchResults ol, #AmazonAds ul, #AmazonAds ol {
	margin-left: 0px;
	padding-left: 0px;
}

#searchResults li, #AmazonAds li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 10px;
}

.shownUsers {
	width: 90%;
	float: left;
	background:#CC3333;
	border: thin;
}

.buttonMenu {
	background-color: #ffffff;
	border: 1px #999999 solid;
	display: none;
	width: 290px;
	position: absolute;
	margin-top: 22px;
	z-index: 300;
}

.buttonMenu div {
	padding: 3px;
}

/* Gift Image */


a:hover .editLink {
	text-decoration: underline;
	color: #3E63C6;
}



/* Gift List - Editable Panel (working as of 9/12/10) */

.giftListItem .edit {
	background-color:#EEF3FD;
	padding: 6px;
	display: none;
	border: 1px #9eb8e8 solid;
}

.giftListItem .edit div, .giftList .edit td {
	padding: 1px;
	font-weight: normal;
}

.giftListItem .edit input, .addComment input, .addComment textarea, .giftComment textarea {
	background-color: #FFFFCC;
	border: 1px #A5A29C solid;
	padding: 2px;
}

.giftListItem .edit .name {
	font-weight: bold;
	width: 100%;
	background-color: #FFFFCC;
	border: 1px #A5A29C solid;
	padding: 2px;
}

.giftListItem .edit .description {
	width: 100%;
	background-color: #FFFFCC;
	border: 1px #A5A29C solid;
	padding: 2px;
	height: 36px;
}

.giftListItem .edit radio {
	margin-bottom: 4px;
}

#glNameEdit textarea {
	width: 410px;
	padding: 5px;
	background-color: #ffffcc;
	border: 1px #A5A29C solid;
	width: 520px;
	padding: 6px 4px 4px 3px;	
}

.giftListTitle_text {
	font-weight: bold;
	font-size: 24px;
	color: #eb9c11;
	height: 18px;
	cursor: text;
}

/* Popup menu */

.popupPositioner {
	position: absolute;
}

.popupPositioner_reserveWithEmail .popupPointer {
	right: 80px;
}

.popupPositioner_editImage .popupBox_medium {
	width: 280px;
}

.popupPositioner_editImage .popupBackground_up {
	left: -10px;
}


.popupBackground_up {
	right: 80px;
}

.popupContainer {
	 position: absolute;
	 z-index: 1000;
	 margin-top: 8px;
}

.popupBackground_none, .popupBackground_up, .popupBackground_left  {
	position: relative; 
	top: 1px;
	border: 1px #8b929d solid;
	text-align: left;
	background-color: #d7e4fc;
	padding: 6px;
}

.popupBackground_left {
	top: -45px;
	left: 8px;
}

.popupBox, .popupBox_small, .popupBox_medium, .popupBox_large {
	padding: 10px;
	text-align: left;
	background-color: #ffffff;
	border: 1px #b0c5ea solid;
}

.popupBox_small {
	width: 130px;
}

.popupBox_medium {
	width: 230px;
}

.popupPointer {
	background-image: url(../images/popupPointer_up.png);
	position: absolute;
	top: -6px;
	width: 30px;
	height: 15px;
	background-repeat: no-repeat;
}

.popupBackground_left .popupPointer {
	background-image: url(../images/popupPointer_left.png);
	position: absolute;
	top: 24px;
    left: -6px;
	width: 15px;
	height: 30px;
	background-repeat: no-repeat;
}

.popupBackground_none .popupPointer {
	display: none;
}

.popup_close {
	float: right;
	background-image: url(../images/btn_x.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 13px;
	width: 13px;
	display: inline-block;
	cursor: pointer;
}

.menuButton_menuContainer {
	 position: absolute;
	 z-index: 1000;
}

.menuButton_menuBorder { 
	position: relative; 
	top: 1px;
	border: 1px #8b929d solid;
	text-align: left;
	background-color: #d7e4fc;
	padding: 6px;
}

.menuButton_menuBody { 
	padding: 10px;
	text-align: left;
	background-color: #ffffff;
	border: 1px #b0c5ea solid;
}

.popupMenu_buttonBar {
	padding-top: 8px;
}


.statusArea {
	text-align: left;
	margin-bottom: 10px;
}

/* Action Button - gift list */

/* Actions button on gift list items -- sizing and offset */
.giftList_buttons .menuButton_menuContainer {
	 width: 290px;
	 left: -217px;
} 

/* Show/hide various sections depending on :
	* Gift status (available, reserved, general)
	* Viewer ()
	* Reserver ()
*/

/* gift reservation status (available, reserved, general), viewer () */

/* default everything to hidden, then we'll selectively show the stuff that matches the criteria */
.reservationControls, .reserveAsGuest, .reserveAsMember, .releaseGift, .editSuggestion  {
	display: none;
}

.available .reservationControls {
	display: block;
}

.viewerIsGuest .reserveAsGuest {
	display: block;
}

.viewerIsMember .reserveAsMember {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.reserverSelf .releaseGift {
	display: block;
	text-align: center;
}

.mySuggestion .editSuggestion {
	display: block;
}

/* Reservation Status Message Area */

.reservationStatusMessage {
	background-image: url(../images/giftTag_available.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
}

.reserved .reservationStatusMessage {
	background-image: url(../images/giftTag_reserved.gif);
}

.reservationStatusIcon {
	float: left;
	margin-right: 4px;
	margin-top: -2px;
} 

.statusMessage {
	float: left;
	color: red;
	width: 80px;
	text-align: left;
	font-weight: bold;
}

.popupMenu_buttonBar {
	padding-top: 8px;
	text-align: center;
}

/* Actions */

.otherActions {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 14px;
}

.otherActions_header {
	font-weight: bold;
	color: #64615c;
	padding: 12px 0px 5px 0px;
}

.action_addComment {
	background-image: url(../images/icon_talk.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 21px;
	height: 18px;
}

.action_editSuggestion {
	margin-top: 6px;
	background-image: url(../images/pencil.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 21px;
	height: 18px;
}

.action_deleteSuggestion {
	margin-top: 6px;
	background-image: url(../images/icon_delete.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 21px;
	height: 18px;
}

.homepage_lower2 {
	background-image: url(../images/hp_lower_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	margin-top: 10px;
}



/* Miscellaneous Stuff */

#inviteeTable tr td {
	padding: 2px;
}

.no_bg, .no_bg a, .no_bg a:hover, .no_bg a:active, .no_bg * {
	background-image: url(../images/px_white.gif);
}

.readonlyInput {
	color: #666666;
	border: 1px #a5a29c solid;
	padding: 2px;
	background-color: #efefee;
}

.progressMessage {
	color: #7f7f7f;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../images/progress.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 4px 0px 4px 0px;
}

.progressMessage_small {
	color: #7f7f7f;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/progress.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 4px 0px 4px 0px;
}

#AmazonAds .progressMessage_small {
	text-align: left;
	margin-top: 20px;
}

.emailReservationField {
	width: 124px;
	margin-top: 6px;
}

.actionButton {
	border: 0px;
	align: right;
	z-index: 999;
}

#screenMask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#screenMask div {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1000;
}

.myGiftList_controls {
	border-bottom: 3px #EB9C11 solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.fb_edge_widget_with_comment span.fb_send_button_form_widget {
	left: -334px !important;
}

.fb_ltr .nub {
	left: 358px !important;
	display: none;
}

#privacySettings {
	text-align: center;
}

.privacyIcon {
	vertical-align: middle;
	margin-right: 4px;
	margin-top: -4px;
}

#connectionsPanel {
	border: 1px #cccccc solid;
	padding: 6px 10px 8px 10px;
	margin-top: 4px;
	display: none;
}

.profile {
	padding-bottom: 12px;
	clear: both;
}

/* Would be nice to make this work in Webkit browsers only */
tr.editable input.chooseFile {
	border: 0px;
	background-color: #ffffff;
	width: 200px;
}


.amazonSearchBox {
	margin-left: 18px;
	margin-bottom: 6px;
}

.IE6 {
	display: none;
}

/* Group Page Styles */

.groupInfoColumn {
	width: 250px;
}

.groupLevelAlert  .closeX {
	display: none;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

.groupLevelAlert:hover .closeX {
	display: block;
}

.buttonArea_group {
	width: 130px;
	margin-top: 16px;
}

.buttonArea_group .button {
	margin-bottom: 8px;
	width: 100%;
}

.membersArea {
	padding: 12px;
	background-color: #f5f5f5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-left: 40px;
}

.membersArea_title {
	font-size: 20px;
	color: #acacac;
	padding: 7px;
}

.editMembers_link {
	float: right;
	padding: 8px 16px 0px 0px;
}

.editMembers_link a {
	color: #bcbcbc;
	text-decoration: none;
}

.editMembers_link a:hover {
	text-decoration: underline;
	color: #999;
}

.personPanelGrid {
}

.personPanelGrid_box {
	width: 200px;
	display: inline-block;
	height: 130px;
	padding: 3px;
	position: relative;
	margin-bottom: 3px;
}

.personPanel {
	position: absolute;
}

.personPanel_inner {
	position: relative;
	width: 194px;
	height: 126px;
	overflow: hidden;
	border: 1px #ccc solid;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=3);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	z-index: 50;
}

.personPanel_upperArea {
	position: relative;
	height: 125px;
	width: 194px;
}

.personPanelImageColumn {
	width: 85px;
	float: left;
	height: 85px;
	overflow: hidden;
	margin-top: 6px;
	margin-left: 6px;
}

.personPanelImage {
	border: 0px;
	width: 50px;
	padding: 4px;
	width: 75px;
}

.giftListStatusColumn {
	float: right;
	text-align: center;
	width: 64px;
	position: relative;
	top: 6px;
	right: 10px;
}

	/* Gift list count and status  */
	
	.giftCountPanel_normal, .giftCountPanel_noGifts, .giftCountPanel_new {
		padding: 8px 0px 8px 0px;
		background-color: #eaeaea;
		font-size: 20px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		color: #555;
		width: 100%;
		cursor: pointer;
	}
	
	.giftCountPanel_noGifts {
		color: #b2b2b2;
	}
	
	.giftCountPanel_new, .giftCountPanel_noGifts {
		-moz-border-radius: 6px 6px 0px 0px;
		-webkit-radius: 6px 6px 0px 0px;
		border-radius: 6px 6px 0px 0px;
	}
	
	.newIndicator, .noGiftsIndicator {
		padding: 2px 0px;
		background-color: #35b503;
		color: #fff;
		font-size: 11px;
		-moz-border-radius: 0px 0px 6px 6px ;
		-webkit-border-radius: 0px 0px 6px 6px ;
		border-radius: 0px 0px 6px 6px ;
		width: 100%;
	}
	
	.noGiftsIndicator {
		background-color: #DE3116;
	}

.memberName {
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	overflow: hidden;
}

.lastGiftArea {
	display: none;
	padding: 10px;
	border-top: 1px #eaeaea solid;
	margin-top: 6px;
}

.signUpPanel {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 12px;
	background-color: #eaf1fe;
}

.signUpPanel h2 {
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 12px;
	text-align: center;
	padding-top: 24px;
}

.signUpPanel_subheading {
	text-align: center;
	padding-bottom: 14px;
	color: #444;
}

.signUpPanel td {
	vertical-align: top;
	padding: 4px 4px;
	font-size: 14px;
}

.signUpPanel td.label {
	text-align: right;
	padding-top: 7px;
	color: #444;
}

.signUpPanel .formLabel_required {
	padding-left: 0px;
	background-image: none;
}

.signUpPanel .editField {
	padding: 5px;
	width: 200px;
	background-color: #ffffee;
	border-color: #6086d2;
}

.signUpPanel .button {
	padding: 8px 18px 8px 18px;
	margin-top: 10px;
	text-align: center;
	width: 90px;
	margin-left: 50px;
}

.option_panel {
	margin-top: 4px;
	background-color: #fff;
	border: 3px #eaf1fe solid;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 10px 6px 6px 6px;
}

.option_panel:hover {
	border-color: #67a2e8;
	cursor: pointer;
}

.option_panel_imageColumn {
	width: 70px;
	float: left;
}

.option_panel_imageColumn img {
	width: 50px;
}

.option_panel_nameColumn {
	width: 200px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 14px;
}

.option_panel_nameColumn a {
	text-decoration: none;
}

/* Group Page Styles */

.groupMemberList td {
	border-bottom: 1px #ccc solid;
	padding: 14px 6px;
}

.lastGift_title {
	color: #666;
	font-size: 11px;
	padding-bottom: 1px;
}

.lastGift_name {
	font-weight: bold;
	color: #000;
}

.giftCountNumber {
	margin-top: 16px;
}

/* Hover states for the group member panels */
.personPanel:hover .personPanel_inner {
	height: auto;
	width: 198px;
	margin-left: -3px;
	margin-top: -1px;
	z-index: 51;
	cursor: pointer;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3);
}

.personPanel:hover .personPanel_upperArea {
	position: relative;
	top: 1px;
	left: 3px;
}

.personPanel:hover .lastGiftArea {
	display: block;
}

/* Recent Gifts */


.recentGift td {
	padding: 4px 0px;
}

.recentGift .personPhotoCol {
	width: 56px;
}

.recentGift .giftPhotoCol {
	width: 70px;
}

.recentGift .personPhoto, .recentGift .giftPhoto {
	border: 1px #ccc solid;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

.recentGift .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.recentGift img {
	vertical-align: middle;
	display: inline-block;
}

.recentGift .infoCol {
	width: 300px;
	font-size: 14px;
}

.recentGift .whenCol {
	width: 100px;
	color: #777;
	padding-left: 20px;
}


/* Hiding gift comments until we fix bug 

.giftComments {
	display: none;
}

.action_addComment {
	display: none;
}
*/

