/*****************************************************************
CSS Reset by Eric Meyers
http://meyerweb.com/eric/tools/css/reset/
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: small;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1.2;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*****************************************************************
End CSS Reset
*****************************************************************/

/*****************************************************************
Setting a baseline for some elements
selections from base.css, part of YUI's CSS Foundation
*****************************************************************/
h1 {
    /*18px via YUI Fonts CSS foundation*/
    font-size:138.5%;
}
h2 {
    /*16px via YUI Fonts CSS foundation*/
    font-size:123.1%;
}
h3 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:108%;
}
h1,h2,h3 {
    /*bottom margin based on font size */
    margin: 0 0 1em;
}
h1,h2,h3,h4,h5,h6,strong {
    /*bringing boldness back to headers and the strong element*/
    font-weight: bold;
}
abbr,acronym {
    /*indicating to users that more info is available */
    border-bottom: 1px dotted #000;
    cursor: help;
}
em {
    /*bringing italics back to the em element*/
    font-style: italic;
}
blockquote,ul,ol,dl {
    /*giving blockquotes and lists room to breath*/
    margin-bottom: 1em;
}
th {
    /*distinguishing table headers from data cells*/
    font-weight: bold;
    text-align: center;
}
p,fieldset,table {
    /*so things don't run into each other*/
    margin-bottom: .5em;
}

h1 {
    letter-spacing: -1px;
}
h2 {
    color: #5fa02d;
}

/*****************************************************************
END baseline
*****************************************************************/

body {
    background: white;
    color: #1a1a1a;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}
strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.FL_Green {
    color: #689E2B;
}

.whiteBG {
	background: #fff;
}

.hide {
	display: none;
}

.selectedRow {
    background: #F1F7DE;
}

label.error,
.error {
	color: #990000;
}

.question_icon {
	padding: 0 0 5px 20px;
	background: transparent url(../images/question_icon.png) no-repeat top left;
}
* html .question_icon {
	background: transparent url(../images/IE6_question_icon.gif) no-repeat top left;
}

.FLloading {
	clear: both;
	padding: 32px 32px 0 0;
	height: 0;
	overflow: hidden;
	margin: 10px 0 0 0;
	background: url(../images/loader.gif) no-repeat 50% 0;
}

.datepicker {
	margin-bottom: .3em;
}

.ui-datepicker-trigger {
	vertical-align: bottom;
}

#tooltip {
	position: absolute;
	color: #333;
	z-index: 3000;
	border: 1px solid #999;
	background-color: #DCEBAE;
	font-size: .8em;
	padding: 5px;
	margin: 0 10px 0 0;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
}



#page_header {
    color: #333;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: -1.75px;
    padding: 0 0 10px 0;
}
#page_content_container {
    background: #FFF;
    clear: both;
    margin: 0;
    padding: 20px 0 0 0;
}
#page_content_container_profile {
    background: #FFFFFF;
    clear: both;
    margin: 0;
    padding: 75px 0 0 0;
}
* html #page_content_container {
    background: url(../images/IE6_homepage_splash_tree_bg_trans.gif) no-repeat right 42px;
}
#page_content_container_inner {
	padding-bottom: 20px;
}
#page_content_container_inner, #page_content_container_table {
    clear: left;
    margin: 0 auto;
    width: 960px;
}

#page_column_left {
    float: left;
    width: 600px;
}
#page_column_right {
    float: right;
    width: 300px;
}
.white_corners_cap_960 {
	background: transparent url(../images/whitecorners_960px.png) top left no-repeat;
	height: 0;
	padding: 34px 0 0 0;
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}
* html .white_corners_cap_960 {
	background: transparent url(../images/IE6_whitecorners_960px.gif) top left no-repeat;
}

div#page_content_container_inner.white_corners_content {
	padding:  0 30px 20px;
	width: 900px;
}
.white_corners_content h1 {
	font-size: 2.7em;
	font-weight: normal;
}
.white_corners_content h2 {
	font-size: 1.7em;
}
.white_corners_content #left_content {
	padding: 20px 20px 20px 50px;
}


.round_corners_lg td.top_right {
    /*IE6*/
    _background-image: none;
    _background: transparent;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/rounded_corners_lg_tr.png');
    background: url(../images/rounded_corners_lg_tr.png) no-repeat;
    height: 30px;
    max-width: 30px;
    width: 30px;
}
.round_corners_lg td.middle {
    background: #fff;
    height: 30px;
}
.round_corners_lg td.content {
    background: #fff;
}
.round_corners_lg td.top_left {
    /*IE6*/
    _background-image: none;
    _background: transparent;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/rounded_corners_lg_tl.png');
    background: url(../images/rounded_corners_lg_tl.png) no-repeat;
    height: 30px;
    max-width: 30px;
    width: 30px;
}
.round_corners_lg td.bottom_right {
    /*IE6*/
    _background-image: none;
    _background: transparent;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/rounded_corners_lg_br.png');
    background: url(../images/rounded_corners_lg_br.png) no-repeat;
    height: 30px;
    max-width: 30px;
    width: 30px;
}
.round_corners_lg td.bottom_left {
    /*IE6*/
    _background-image: none;
    _background: transparent;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/rounded_corners_lg_bl.png');
    background: url(../images/rounded_corners_lg_bl.png) no-repeat;
    height: 30px;
    max-width: 30px;
    width: 30px;
}
input, textarea {
    background: #fff url(../images/input_shadow_bg.png) top repeat-x;
    border: 1px solid #ccc;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
input.submit {
    background: transparent;
}
a:visited, a {
    color: #0066cc;
    cursor: pointer;
    text-decoration: none;
}
a:hover{text-decoration:underline}
ul.ul_links li {
    float: left;
}
.right {
    float: right;
}
.left {
    float: left;
}
.center {
    text-align: center;
}
.noTopMargin {
    margin-top: 0;
}
.hidden {
    display: none;
}
.grey {
    color: #BBB;
}
.black {
    color: #000;
}
.red {
    color: #FF0000;
}
.orange {
    color: #FF8C00;
}
.underline {
    text-decoration: underline;
}
.watermark {
    color: #AAA;
}
/* MS recommends using the zoom property to fix their browsers clear problems */
.clearfix {
    zoom : 1;
}
/* A clearing fix for all modern browsers, apply to parent of floated elements */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.panel {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f4fbfd;
    border: #e8f6fa 2px solid;
    font-size: 12px;
    margin-bottom: 20px;
    width: 100%;
}
.panel .panel_header {
    background-color: #e8f6fa;
    background-position: 10px 4px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 10px 7px 10px;
}
.panel .panel_body {
    color: #666;
    padding: 10px;
}
.panel .panel_fatbody {
    color: #666;
    padding: 0 0px;
}
.panel_fatbody .add_by_email {
    background-color: #f0f4fa;
    border: 1px solid #cde0f5;
    border-top: 0;
}
.panel_header_em {
	font-weight: bold;
	font-style: italic;
	color: #ff6600;
}
.panel.tan {
    background-color: #fef9eb;
    border: #fdf3d6 2px solid;
}
.panel.tan .panel_header {
    background-color: #fdf3d6;
}
.panel_header.requests {
    background-image: url(../images/requests.png);
}
.panel_header.invite {
    background-image: url(../images/balloon_arrow.png);
}
.panel_header a {
    color: #333333;
}

.invite_relatives_addressbook {
    background: url(../images/find_invite_addressbook.png) top left no-repeat;
    display: block;
    margin: 10px 0 0 0;
    padding: 4px 0 1px 30px;
}

.invite_input {
    font-size: 95%;
    height: 1.5em;
    padding: 3px;
    width: 96%;
}

.small_indent {
    padding-left: 30px;
}

/********************************************************************************************
*********************************************************************************************
Standard <Button> Styling
*********************************************************************************************
********************************************************************************************/


/* REQUIRED BUTTON STYLES: */		
button {
    border: 0;
    cursor: pointer;
    overflow: visible; /* removes extra side padding in IE */
    padding: 0;
    position: relative;
}

/* Fix for IE form problem http://labs.findsubstance.com/2009/05/21/ie8-form-button-with-background-image-on-click-css-bug/ */
button:active {
	-ms-background-position-x: 1px;
	-ms-background-position-y: -29px;
}

button::-moz-focus-inner {
	padding: 0; /* this solves a problem with Firefox 3.5 form padding */
    border: none;  /* overrides extra padding in Firefox */
}

button span {
    display: block;
    position: relative;
    white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    button span {
    margin-top: -1px;
}

}

/*****************************************************************
OPTIONAL BUTTON STYLES for applying custom look and feel:	
*****************************************************************/
/*****************************************************************
green 22px
*****************************************************************/
.right_space { margin-right:5px; }

button.greenBtn22 {
    background: transparent url(../images/btn_sprite_green_22px.gif) no-repeat right -42px;
    margin-right: 3px;
    padding: 0 17px 0 0;
    text-align: center;
	height: 22px;
}
	
button.greenBtn22 span {
    background: transparent url(../images/btn_sprite_green_22px.gif) no-repeat left top;
    font-size: 1em;
    color: #fff;
    height: 18px;
    padding: 2px 0 2px 17px;
}
	
button.greenBtn22:hover {
    /* the redundant class is used to apply the hover state with a script */
    background-position: right -126px;
}
	
button.greenBtn22:hover span {
    background-position: 0 -84px;
}

/*****************************************************************
green 34px
*****************************************************************/
button.greenBtn34 {
    background: transparent url(../images/btn_sprite_green_34px.gif) no-repeat right -54px;
    margin-right: 3px;
    padding: 0 17px 0 0;
    text-align: center;
	height: 34px;
}
	
button.greenBtn34 span {
    background: transparent url(../images/btn_sprite_green_34px.gif) no-repeat left top;
    font-size: 1.1em;
    color: #fff;
    height: 27px;
    padding: 7px 0 0 17px;
}
	
button.greenBtn34:hover {
    /* the redundant class is used to apply the hover state with a script */
    background-position: right -162px;
}
	
button.greenBtn34:hover span {
    background-position: 0 -108px;
}

/*****************************************************************
white 34px
*****************************************************************/
button.whiteBtn34 {
    background: transparent url(../images/btn_sprite_white_34px.gif) no-repeat right -54px;
    font-size: 1.4em;
    margin-right: 3px;
    padding: 0 15px 0 0;
    text-align: center;
	height: 34px;
}
	
button.whiteBtn34 span {
    background: transparent url(../images/btn_sprite_white_34px.gif) no-repeat left top;
    color: #999;
    height: 26px;
    padding: 8px 0 0 17px;
}
	
button.whiteBtn34:hover {
    /* the redundant class is used to apply the hover state with a script */
    background-position: right -162px;
}
	
button.whiteBtn34:hover span {
    background-position: 0 -108px;
}

/********************************************************************************************
*********************************************************************************************
End Standard Button Styling
*********************************************************************************************
********************************************************************************************/


.loading {
    background: 50% 50% no-repeat url(../images/loading.gif);
}
 a. #dialog_button1_green_lg {
    *height: 53px;
    _line-height: 53px;
    background: url(../images/button_green_lg_bg.png) top no-repeat;
    color: #fff;
    display: block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    height: 43px;
    letter-spacing: -1px;
    overflow: visible;
    padding: 10px 0 0 0;
    text-align: center;
    width: 183px;
}
a.button_sm_gray {
    *height: 33px;
    _line-height: 33px;
    _padding-top: 0px;
    background: url(../images/button_gray_sm_bg.png) top no-repeat;
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: normal;
    margin-bottom: 2px;
    overflow: visible;
    padding: 8px 0 0 0;
    text-align: center;
    width: 116px;
}
a.button_sm_gray:link, a.button_sm_gray:active, a.button_sm_gray:visited {
    color: #666;
}
.stream_links .current a.button_sm_gray {
    *margin-top: 0;
    *padding-bottom: 0;
    *top: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: none;
    background: #E9F3CB;
    margin-top: -10px;
    padding-bottom: 10px;
    position: relative;
    top: 10px;
    width: 116px;
}
#dialog_button1 {
    margin-right: 5px;
}
a.button_sm_gray:hover {
    background: url(../images/button_gray_sm_bg_hover.png) no-repeat;
    color: #333;
}

.more_button a.button_sm_gray {
    background: url(../images/button_gray_lg_bg.png) top no-repeat;
    color: #8cb944;
    display: block;
    width: 600px;
}
.more_button a.button_sm_gray:hover {
    background: url(../images/button_gray_lg_bg_hover.png) no-repeat;
    color: #8cb944;
    display: block;
    width: 600px;
}
textarea.update_from_stream_page, textarea#add_link {
    border: 1px solid #b0b1ab;
    font-size: 14px;
    height: 41px;
    margin: 0 0 5px 0;
    overflow: auto;
    padding: 5px;
    vertical-align: top;
    width: 377px;
}
/* IE8 renders the textarea box model differently */

/* IE8 */
*:first-child+/**/html textarea.update_from_stream_page {
    height: 53px;
    width: 388px;
}
span.pipe {
    border-right: 1px solid #AAA;
    font-size: 9px;
    height: 10px;
    margin: 0 5px;
    width: 1px;
}
.inputaux {
    background: #FFF;
    border-color: #E7E7E7 #666 #666 #E7E7E7;
    color: #555;
}
/*_header*/
.header{width:960px;margin:2px auto 0}

.header_wide {width:100%}
.header_small_links{
	text-align:right;
	color:#666;
	margin: 3px 0px -1px 0px;
	position:relative;
	background-color:transparent;
	
}

.header_wide .header_small_links{
	margin-right: 15px;
}

.header_small_links span, .header_small_links a{
	font-size: smaller;
}

.header .back_to_fb{padding-right:16px;background:url(../images/facebook_favicon.gif) no-repeat 100% 50%}
.header_menu{
	background: #007dc3;
	min-height:30px;
	height: 30px;
	clear: both;
}
.clean_header, .clean_header_menu {
    height: 40px;
}
.header_menu_gutter {
    height: 5px;
    width: 958px;
    background-color: #f2f2f2;
    border-right: 1px solid; 
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #9ca3a8;
}
.header_wide .header_menu_gutter {
	width: 99.9%;
	*width: 99%;
}
.header_search{margin:5px 6px 0 0}
.header .header_search input{background:#FFF url(../images/header_nav_search_icon.gif) no-repeat 98% 50%;margin:0;padding:5px 15px 5px 5px;font-size:12px;
margin-left:-1px;border:1px solid #669ACB}
.header .header_search .embossed_border{height:14px}
.header_search #q {width:200px;}

.header_icon {
    vertical-align:text-bottom;
    margin: 0 3px;
}
#nav_link_upgrade {
    background: url(../images/header_navbar_button_upgrade_PLUS.png) #9A1582 no-repeat 0px 0px;
    height: 30px;
    width: 143px;
    margin: 0px 0px 0px -1px;
    float: right;
}
#nav_link_upgrade a, #nav_link_upgrade a:hover {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
}
#header_middle_bar_logo {
    background: transparent url(../images/header_logo_familylink.com.png) no-repeat 0px 0px;
    width: 178px;
    height: 45px;
    margin: -8px 0px 0px 2px;
    overflow: visible;
    clear:both;
}

.header_wide #header_middle_bar_logo {
    margin-left:15px;
}

/*dropdown parent*/
.header_menu_dropdown_parent{z-index:50000 /*IE7 z-index bug fix*/}

/*dropdown link*/
.header .ul_links .header_menu_dropdown{
	padding-left:5px;
	padding-right:5px;
}
.header .ul_links .header_menu_dropdown span{
	background:url(../images/header_navbar_arrow_downward.png) no-repeat right 6px;
	padding-right:14px;
}
.header .ul_links .header_menu_dropdown_active .header_menu_dropdown, .header .ul_links a:hover, .header .ul_links li.header_menu_dropdown_parent.selected .header_menu_dropdown, .header .ul_links li.selected a{
	color: #196BBE;
	background-color: #f2f2f2;
	height: 18px;
	z-index: 101;
}
.header .ul_links .header_menu_dropdown_links a:hover{
	background-color: #d2e3f5;
}
.header .ul_links .header_menu_dropdown_active .header_menu_dropdown span{
	background:url(../images/header_navbar_arrow_downward.png) no-repeat right 6px;
}

/*dropdown menu*/
.header_menu_dropdown_links, .header_menu_dropdown2_links{
	position: absolute;
	display: none;
	border: 1px solid #9ca3a8;
	padding: 1px;
	z-index: 100;
	top: -2px;
	background: #f2f2f2;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) ;
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) ;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) ;
}
.header_menu_dropdown_links{
	border-top: none;
	margin: 25px 0 0 5px;
	width:200px;
	left:1px;
}
.header_menu_dropdown2_links{
	margin: 25px 0 0 202px;
	width: 220px;
	left: 0px;
}
.header_menu_dropdown_active .header_menu_dropdown_links, .header_menu_dropdown2_active {
	display:block;
}
.header .ul_links li .header_menu_dropdown_links a, .header_menu_dropdown2_links a, .header .ul_links li.selected a{
	display:block;
	color:#196BBE;
	border:1px solid #d9d7d7;
	border-width:0 0 1px;
	padding:5px;
	margin:0;
	font-weight:normal;
	font-size:12px;
	float:none;
	text-align:left;
	white-space: nowrap;
	position: relative;
}

.header .ul_links li .header_menu_dropdown_links a.last_dropdown_link, .header .ul_links li .header_menu_dropdown_links a:last-child{
	border: 0;
}
.header_menu_dropdown_parent.selected.header_menu_dropdown_active .header_menu_dropdown_links {
    margin-left: -2px;
}
.header h1, .header h2 {
	float: left;
}
.tall_header .secure,
.header .secure {
	float: right;
	background: url(../images/homepage_header_secure.png) repeat-x top;
	display: block;
	width: 67px;
	height: 16px;
	margin: 12px 7px 0 0;
	text-indent: -9999px;
}

/* Moved from connect.facebook.com.css to consolidate the header CSS */

.links_holder, .links_holder a {
height: auto;
margin-top: 0
}
.header .ul_links li {
	background: url(../images/header_navbar_divider_vertical_blue.png) no-repeat 0 -6px;
	margin-top: 6px;
}

.header .wr .ul_links li {
    background: url(../images/header_navbar_divider_vertical_blue.png) no-repeat 0 0;
    font-weight:normal;
}

.header .wr .ul_links li.selected {
    background: white;
    color:#007DC3;
    border-bottom:4px solid white;
}
.header .wr .ul_links li.selected a {
    color:#007DC3;
}
.header .wr .ul_links a:hover {
    background:#54a8d7;
}
.header .ul_links .last, .header .ul_links .first{
	background: none;
}

.header .ul_links .last, .header .ul_links .first{
	margin-left: 15px;
}

.header .ul_links li a, a.header_menu_dropdown span, .header .ul_links li.selected a.header_menu_a {
	font-size: small;
	font-weight: bold;
	letter-spacing: -0.05em;
}

.header .wr .ul_links li a {
    margin: 0 25px;
}

.header .ul_links li a {
	padding: 0px 4px 7px;
	height: 18px;
    margin: 0 7px;
}

/*
.header .ul_links li.selected {
    background-color: #f2f2f2;
}
*/
.header .ul_links li.selected, .header .ul_links li.selected+li {
    background-image: none;
}

.header .ul_links li.header_menu_dropdown_parent.selected a.header_menu_dropdown, .header .ul_links li.selected a.header_menu_a {
    padding: 0px 5px 7px 5px;
	height: 18px;
    margin: 0;
    border:0;
}


.plus_feature, .plus_feature:hover {
    background: transparent url(../images/feature_badge_PLUS.png) no-repeat scroll 146px 8px;
}
.links_holder a {
	font-size: 14px;
}


.header_ad_block {float:left;width:938px;padding:10px;height:90px;text-align:center;background-color:#d4e5f6;border-left:1px solid;border-bottom:1px solid;border-right:1px solid;border-color:#659ace;}
.header_ad_block_wide {padding:10px;height:90px;text-align:center;background-color:#d4e5f6;border-left:1px solid;border-bottom:1px solid;border-right:1px solid;border-color:#659ace;}
.header_ad_label {float:left;padding-top:10px;text-align:center;}
.header_ad_block_wr {float:left;width:760px;text-align:center;border-bottom:1px solid #e4e4e4;}
.header_ad_label_l {float:left;text-align:center;}
.header_ad_label_r {float:right;text-align:center;}
.stream_input {
background: #fff url(../images/publisher_tall_bg_gradient.gif) repeat-x 0 100%;
border: 1px solid #94ac64;
margin-bottom: 0;
padding: 15px;
}


/* Plus Features Menu Items */
.plus_feature, .plus_feature:hover {
    background: transparent url(../images/feature_badge_PLUS.png) no-repeat scroll 146px 8px;
}
.header .ul_links li .header_menu_dropdown_links a.plus_feature {
	padding-right:0;
}
img.dropdown_more{
    position: absolute;
    right: 6px;
    top: 10px;
    width: 4px;
    height: 7px;
    clear: none;
}


/* Header Search Widget */

#header_search_widget {
	padding-top: 6px;
	height: 32px;
	white-space: nowrap;
	width: 400px;
}

.header_wide #header_search_widget {
	margin-right: 14px;
}

#header_search_widget input, #header_search_widget select, #header_search_widget label {
	float: right;
}

#header_search_widget select, #navbar_search_select {
	margin: 4px 6px 0px 0px;
}

#header_search_widget label {
	margin: 4px 4px 0px 0px;
}


#header_search_widget input.search_input {
	height: 22px; 
	width: 200px;
	padding-left: 4px;
	font-size: small;
}

#header_search_widget input.search_submit {
	height:26px; 
	width:26px;
	border: none;
	background: none;
}
.splash {
    _background-image: none;
    _background: transparent;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/splash_bg.png');
    background: url(../images/splash_bg.png) no-repeat;
    height: 520px;
}
td.splash {
    padding: 0;
    text-align: left;
    vertical-align: top;
}
.splash .splash_features {
    font-size: 12px;
    width: 100%;
}
.splash .splash_features li {
    background-position: 0 center;
    background-repeat: no-repeat;
    list-style: none;
    margin: 0 0 15px -20px;
    padding: 0 0 0 30px;
}
.splash .splash_features_headline {
    border-bottom: 1px dotted #ccc;
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
    width: 290px;
}
.splash .splash_features_headline .name {
    color: #8ab841;
}
.splash .fbconnect {
    *margin-top: -12px;
    _height: 127px;
    background: url(../images/fbconnect_tan_rounded_bg.png) no-repeat;
    height: 75px;
    margin-top: 0px;
    padding-top: 52px;
    text-align: center;
    vertical-align: middle;
    width: 289px;
}
.splash .splash_headline {
    margin-top: 57px;
}
.splash #page_column_right {
    _margin-right: 25px;
    float: right;
    margin: 30px 50px 0 0;
    width: 290px;
}
.splash #page_column_left {
    _margin-left: 30px;
    float: left;
    margin: 20px 0px 0px 60px;
    width: 515px;
}
.splash .splash_features li.splash_features_find {
    background-image: url(../images/splash_find.png);
}
.splash .splash_features li.splash_features_tree {
    background-image: url(../images/splash_tree.png);
}
.splash .splash_features li.splash_features_photos {
    background-image: url(../images/splash_photos.png);
}
.header .ul_links a{
    color: #fff;
}
.header .ul_links a:hover{text-decoration:none}
.links_holder, .links_holder a {
    color: #fff;
    display: inline-block;
    float: left;
}
.links_holder {
	width: 960px;
}
.header_wide .links_holder {
	width: 100%;
}
.header .ul_links li:hover, .header_nav_rollover_bg {
    cursor: pointer;
}
.header .ul_links li {
    display: block;
    overflow: visible;
    position: relative;
    text-align: center;
}
.search_holder {
    margin: 17px 10px 0 0;
}
.search_holder .search_input, .search_holder .search_btn {
    float: left;
}
.search_holder .search_input input[type="text"] {
    border-color: #DDD #CCC #CCC #DDD;
    border-right: 0;
    border: 1px solid #DDD;
    color: #AAA;
    padding: 4px 2px;
    width: 130px;
}
.ad_box {
    background: #FBF9FA;
    border: 1px solid #E6E4E5;
    color: #DDD;
    font-size: 12px;
    margin: 20px;
    padding: 40px 0;
    text-align: center;
}
/*_icons*/
.fl_logo {
    background: url(../images/familylink_logo.png) no-repeat 0px 2px;
    display: block;
	width: 130px;
	height: 37px;
    left: 0;
    margin-left: 16px;
}
* html .fl_logo {
    background: url(../images/IE6_familylink_logo_green_matte.gif) top left no-repeat;
}

.tagline {
	background: url(../images/homepage_header_tagline.png) top left no-repeat;
	width: 405px;
	height: 16px;
	text-indent: -9999px;
	margin: 12px 0 0 0;
}
* html .tagline {
	background: url(../images/IE6_homepage_header_tagline.gif) top left no-repeat;
}

.search_icon {
    background: url(../images/search_glass.png) no-repeat;
    display: block;
    height: 23px;
    width: 23px;
}
.plus_icon {
    background: url(../images/plus_icon.png)no-repeat 0 50%;
    padding-left: 13px;
}
.like_up_icon {
    background: url(../images/like_up.png) no-repeat
}
.like_down_icon {
    background: url(../images/like_down.png) no-repeat
}
/*_stream_header*/

.stream_links {
    display: relative;
}
.stream_header {
    margin-bottom: 10px;
}
.stream_links li {
    color: #aaa;
    font-size: 12px;
    font-weight: bold;
    margin-right: 2px;
}
.stream_links li a {
    display: block;
}
.stream_links li a span {
    background-repeat: no-repeat;
}
.rounded_stream_tabs .rounded_tab_center {
    background: url(../images/li_center.png) repeat-x;
    line-height: 30px;
    padding: 0 5px;
}
.rounded_stream_tabs .rounded_tab_left, .rounded_stream_tabs .rounded_tab_right {
    display: block;
    float: left;
    height: 29px;
    padding: 0;
    width: 4px;
}
.rounded_stream_tabs .rounded_tab_left {
    background: url(../images/li_left.png) no-repeat
}
.rounded_stream_tabs .rounded_tab_right {
    background: url(../images/li_right.png) no-repeat
}
.current .rounded_stream_tabs .rounded_tab_center {
    background-image: url(../images/li_selected_center.png)
}
.current .rounded_stream_tabs .rounded_tab_left {
    background-image: url(../images/li_selected_left.png);
    height: 30px;
}
.current .rounded_stream_tabs .rounded_tab_right {
    background-image: url(../images/li_selected_right.png);
    height: 30px;
}
.stream_links li.current .plus_icon, .stream_links li.current a:hover .plus_icon {
    background-image: url(../images/plus_icon_black.png)
}
.stream_links li.stream_links_title {
    background: #FFF;
    margin: 5px 8px 0 0;
}
.stream_links li.stream_links_title span {
    display: block;
}
.share_cnt h2 {
    font-size: 18px;
    margin: 0;
}
.share_cnt h2 .h2_smaller {
    font-size: 12px;
    font-weight: normal;
}
.sh_cnt {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* url(../images/stream_form_bg.png) */
    background: #e9f3cb bottom repeat-x;
    padding: 10px 5px;
}
.sh_middle_cnt {
    padding: 0 8px;
}
.stream_form {
    margin-top: -1px;
}
.status_composer {
    background: transparent url(../images/textarea_nub.png) no-repeat scroll left -11px;
    margin: 2px;
    padding: 0 0 0 5px;
}
.status_composer .inputtext {
    background: transparent;
}
.status_composer_inner {
    background-color: #FFF;
    border-left: 0;
    border: 1px solid #C5C8CF;
    padding: 3px;
    position: relative;
    width: 565px;
}
.status_composer_inner .inputtext {
    color: #aaa;
    font-size: 12px;
    padding: 3px 0;
    width: 90%;
}
.status_composer_inner .inputtext:hover {
    color: #333;
}
.status_composer_inner .inputsubmit {
    position: absolute;
    right: 3px;
    top: 2px;
    width: 9%;
}
.share_div {
    margin-top: 5px;
}
.share_div .share_txt {
    border: 1px solid #999;
    height: 33px;
    margin-right: 5px;
    width: 500px;
}
.fshare_div .inputtext {
    border-color: #C5C8CF;
    margin: 1px 2px 0 0;
    width: 500px;
}
.share_div input {
    float: left;
    font-size: 13px;
}
#stream_form_photos {
    padding: 10px 0;
}
.stream_photo_img {
	background-color: #fff;
	border: 1px solid #ccc;
    cursor: pointer;
    overflow: visible;
    padding: 5px;
    box-shadow: 0px 1px 3px #ddd;
    -moz-box-shadow: 0px 1px 3px #ddd;
    -webkit-box-shadow: 0px 1px 3px #ddd;
    max-width: 130px;
}

.stream_photo_container {
    margin: 3px;
    cursor: pointer;
	display: inline-block;
    *display: inline;
	*zoom: 1;
    position: relative;
    text-align: center;
}

#stream_form_photos_simple {
	overflow: hidden	;
}

#upload_photo_wrap {
	padding: 8px 0 0 0;
}

#upload_photo_wrap_list {
	padding: 5px 0 9px 0;
}

.comments {
    background: url(../images/comments_bg.png) no-repeat;
    font-size: 12px;
    margin-left: 65px;
    padding-top: 5px;
}
.comments .view_comment_row {
    background: #f5fae2;
    float: left;
    margin: 1px 0px 3px 0px;
    padding: 5px;
    position: relative;
}
*:first-child+/**/html .comments .view_comment_row {
    min-height: 45px;
}
.comments .view_comment_row .commentsubmit {
    margin: 5px 5px 0 0;
}
.comments .view_comment_row textarea {
    background: #fff url(../images/input_shadow_bg.png) top repeat-x;
    border: 1px solid #ccc;
    height: 21px;
    margin: 5px 5px 5px 5px;
    padding: 3px;
	width:95%;
}
/* IE8 renders the textarea box model differently */

/* IE8 */
*:first-child+/**/html .comments .view_comment_row textarea {
    height: 21px;
    width: 358px;
	padding-bottom: 5px;
}
.comments .view_comment_row .imageholder {
    padding: 5px;
}
.comments .view_comment_row .namestatholder {
    padding: 5px;
    width: 320px;
}
.comments .view_comment_row .namestatholder small {
    color: #999;
}
.comments .view_comment_row .trash {
    position: absolute;
    right: 5px;
    top: 5px;
}
.comments .like_row {
    background-position: 2px 50%;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 19px;
}
.comment_content {
    width: 95%;
}
.comment_content .remove_prompt {
    border: #fff 3px solid;
}
.btns_row {
    margin: 0 3px 3px;
}
.comment_count {
    color: #AAA;
    font-size: 9px;
    font-weight: bold;
    padding: 2px 2px 0 0;
}
.video_prev {
    position: relative;
}
.play_icon {
    bottom: 4px;
    left: 4px;
    position: absolute;
}
/*_stream --the streams!*/
.stream {}
.stream_story {
    background: white url(../images/stream_story_gradient_bg.png) repeat-x bottom;
    border: #d1e5ec solid 2px;
    font-size: 16px;
    line-height: 22px;
    min-height: 30px;
    padding: 10px;
    position: relative;
    width: 506px;
    overflow:auto;
    *overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.profile .stream_story {
    width:386px;
}
.sponsored_post .stream_story {
    width: 358px;
}
.stream_story_content, .stream_story_content strong, .profile_link {
    width: 95%;
    font-size: 15px;
}
#stream_list .stream_story_content strong .profile_link,#stream_list .stream_story_content strong .profile_link:visited {
	font-weight: bold;
	color: #0066cc
}
.stream_story_pointer {
    background: white url(../images/stream_story_pointer.png) no-repeat;
    height: 20px;
    left: 52px;
    position: absolute;
    top: 15px;
    width: 20px;
    z-index: 10;
}
.sponsored_post .stream_story_pointer {
    top: 5px;
    left: 80px;
}
.stream_story_action {
    clear: both;
    font-size: 13px;
    margin-top: 5px;
}
.stream_row {
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 0px;
}
.stream_row a.left:first-child{
    /* profile-image*/
    margin-top:2px
}
.stream_row .stream_row_img {
    margin-right: 5px
	max-width:50px;
}
.stream_row_img img {
    max-width:50px;
}
.stream_row {
    position: relative;
}
.stream_row .share_btn {
    position: absolute;
    right: 5px;
    top: 5px;
}
.share_btn a {
    background: white url(../images/share_plus.png) no-repeat scroll 100% -60px;
    border: 1px solid #7F93BC;
    float: left;
    font-size: 9px;
    padding: 0 14px 1px 4px;
}
.share_btn a:hover {
    background-color: #3b5998;
    background-position: 100% -16px;
    border-color: #3b5998;
    color: #FFF;
}
.comment_row {
    font-size: 11px;
    padding: 5px 0 0;
}
.comment_row span.pipe {
    height: 12px;
    margin: 0 3px;
}
.stream_row .like_up_icon, .stream_row .like_down_icon {
    display: block;
    height: 13px;
    margin: 0 0 0 3px;
    width: 15px;
}

.MultiFile-title {
    font-size: 12px;
}

ul.uploaded_photos {
    margin: 8px 0;
}
.uploaded_photos li {
    border: 1px solid #DDD;
    margin-right: 5px;
    padding: 3px 3px 2px;
}
.uploaded_photos li img {
    max-width: 100px;
}
#photo_upload_output {
    margin-top: 10px;
}
/*_footer*/
.footer {
    _height: 25px;
    background: #F7F7F7;
    border-top: 1px solid #C9C9C9;
    bottom: 0px;
    clear: both;
    color: #b2b2b2;
    display: block;
    font-size: 11px;
    padding: 7px 0 5px 0;
    position: fixed;
    width: 100%;
}
.footer .left {
    padding-left: 20px;
}
.footer .right {
    padding-right: 20px;
}

.footer div, .footer a {
	font-size: 1em;
}

.footer_ad_block {
	clear: both;
	margin: 20px;
}

/*****************************************************************
******************************************************************
Sign up page
******************************************************************
*****************************************************************/
/*****************************************************************
Login panel
*****************************************************************/

#FL_Logo_Large {
    background: url(../images/familylink_logo_large.png) top left no-repeat;
    height: 0;
    margin: 0 0 .1em 0;
    overflow: hidden;
    padding: 95px 0 0 0;
    width: 400px;
}
* html #FL_Logo_Large {
    background: url(../images/IE6_familylink_logo_large.gif) top left no-repeat;
}

#FL_Logo_Subtitle {
    font-size: 105%;
    margin: 0 0 1em 1.8em;
}

.signup #page_column_left {
    width: 590px;
}
.signup #page_column_right {
    overflow: hidden;
    position: relative;
    width: 355px;
	padding-left: 35px;
	margin-left: -35px;
}

#Login_or_Signup {
    background: url(../images/login_or_signup.png) top left no-repeat;
    height: 0;
    margin-left: 5px;
    overflow: hidden;
    padding: 61px 0 0 0;
}
* html #Login_or_Signup {
    background: url(../images/IE6_login_or_signup.gif) top left no-repeat;
}

#Login_and_GS {
    background: url(../images/homepage_splash_login.png) top left no-repeat;
    height: 0;
    margin-left: -35px;
    overflow: hidden;
    padding: 67px 0 0 0;
}
* html #Login_and_GS {
    background: url(../images/IE6_homepage_splash_login.gif) top left no-repeat;
}

.callout_box {
	border: 1px solid #999;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	padding: 20px;
	font-size: 70%;
}

.callout_arrow {
	display: block;
	padding: 10px 11px 0 0;
	position: absolute;
	top: -10px;
	left: 20px;
	height: 0;
	margin: 0;
	background: url(../images/callout_arrow.png) top left no-repeat;
}

* html .callout_arrow {
	background: url(../images/IE6_callout_arrow.gif) top left no-repeat;
	top: -9px;
}

#login_frame .callout_box {
	margin-top: -23px;
}

#login_frame .callout_box p.center {
	margin-top: 0;
}

.callout_box img {
	margin-top: 10px;
}

.callout_box .fbconnect_login_button img {
	padding: 0 0 10px 0;
	background: url(../images/homepage_splash_shadow_button.jpg) 50% 100% no-repeat;
}

.callout_box .fbconnect {
	margin-bottom: 1em;
}

#login_frame .callout_box p {
	font-size: 1.3em;
}

.fb_benefits {
	list-style: disc;
	margin: 0 0 0 1.5em;
}
.fb_benefits li {
	padding: .2em 0;
	color: #999;
	font-size: .9em;
}

.not_fb_user {
	color: #999;
	font-size: 80%;
	margin-bottom: 0;
}

.not_fb_user span {
	font-size: 100%;
}

#login_existing {
    font-size: 1.2em;
    letter-spacing: -1px;
    margin-left: 5px;
    margin-top: -2em;
}

#signup_frames {
    position: relative;
    width: 4230px;
}

#login_frame, #register_frame, #captcha_frame, #WR_frame, #email_frame {
    margin: 0 10px 0 0;
    width: 315px;
}

#WR_frame {margin-top:50px;margin-right:50px}

.signup H2 {
    font-size: 1.8em;
    margin: 0 0 .3em 2em;
    padding: 0;
}
.signup H2 span {
    font-weight: normal;
}

.signup H3 {
    font-size: 1.2em;
    margin: 0 0 .4em;
    padding: 0;
}

.signup label {
    display: block;
    font-size: 1.1em;
    margin-bottom: .2em;
}

.signup input {
    margin-right: .6em;
}

.signup p {
    font-size: 1em;
    margin: 1em 0;
}

.signup p .subtle {
    font-size: .9em;
    margin-right: .6em;
}

.signup button {
    font-size: .9em;
    margin-right: .6em;
}

#login_buttons_wrapper {
    height: 175x;
    overflow: hidden;
    position: relative;
    width: 353px;
}

#login_buttons {
    background: #EBEEE3;
    left: 0;
    list-style-type: none;
    margin: 0 0 .5em 0;
    padding: 5px 0 0 5px;
    position: relative;
    top: 0;
    width: 720px;
}

#login_buttons li {
    display: inline;
}

.loginSet {
    display: block;
    float: left;
    margin: 0;
    width: 348px;
}

li .rpxButton {
    display: block;
    float: left;
    height: 46px;
    margin: 0 5px 5px 0;
    text-indent: -9999px;
    width: 169px;
}

* html li .rpxButton {
    display: inline;
}

#page_content_container li .rpxButton:hover {
    background-position: left -66px;
}

#login_buttons li p {
    clear: left;
}

#login_buttons_wrapper a.more, #login_buttons_wrapper a.less {
    float: right;
}
#facebook_login:hover {
    background-position: left -66px;
}
.fbconnect_login_button img {
    padding: 9px 30px 9px;
}

#fl_login .error {
	font-size: .8em;
}

#bloggername {
    margin: 0;
    width: 5em;
}

#familyLink_account {
    margin-left: 5px;
}

/* This can be used to image blocks inline, not necessary if you are floating items anyway though */
.imgLinkButton {
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 0;
    height: 16px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 16px;
    zoom: 1;
}


/*****************************************************************
Sign up panel
*****************************************************************/
#register_frame H2, #captcha_frame H2, #WR_frame H2, #email_frame H2 {
    color: #333;
    font-size: 1.4em;
    margin: 0;
    text-align: center;
    letter-spacing: -1px;    
}

#register_frame p, #captcha_frame p, #WR_frame p, #email_frame p {
    color: #666;
    font-size: .8em;
    margin-top: 0;
	position: relative;
}

#WR_frame p {
	font-size: 1em;
	text-align: center;
}

#WR_frame .fbconnect_login_button img {
    padding: 3px 0 0 5px;
}

#WR_frame .whiteBtn34 {
	margin: 0;
}

#register_frame input, #captcha_frame input {
    width: 98%;
}

#register_frame .datepicker {
    width: 60%;
}

#register_frame .ui-datepicker-trigger {
	position: absolute;
	top: 0;
	right: 32px;
}

#register_frame button, #captcha_frame button, #WR_frame button, #email_frame button {
    font-size: 1.2em;
}

h2.bb_top {
    background: url(../images/bluebox_top.png) top left no-repeat;
    padding: 20px 20px .5em;
    letter-spacing: -2px;
}
* html h2.bb_top {
    background: url(../images/bluebox_top.png) top left no-repeat;
    padding: 20px 20px .5em;
    letter-spacing: -2px;
}
.bb_bottom {
    background: url(../images/bluebox_bottom.png) bottom left no-repeat;
    padding: 2px 20px 20px;
}
* html .bb_bottom {
    background: url(../images/bluebox_bottom.png) bottom left no-repeat;
}


#gender_buttons {
    list-style-type: none;
    margin: 0 0 1em 0;
}

#gender_buttons li {
    float: left;
    margin: 0 0 0 5px;
}

#gender_buttons li a {
    background: url(../images/gender_button.png) top left no-repeat;
    display: block;
    height: 25px;
    text-indent: -9999px;
    width: 25px;
}

#gender_buttons label {
    color: #666666;
    float: left;
    font-size: .9em;
    padding-top: 3px;
}


#gender_buttons .maleGender:hover, #gender_buttons .maleGenderOn {
    background-position: left -50px;
}

#gender_buttons .femaleGender {
    background-position: left -100px;
}

#gender_buttons .femaleGender:hover, #gender_buttons .femaleGenderOn {
    background-position: left -150px;
}

.daypick input, .daypick label, .daypick img {
    float: left;
}

.daypick input {
    margin-left: .6em;
}

.whyInfo {
    background: url(../images/why_info.png) left center no-repeat;
    padding-left: 15px;
}

#recaptcha_widget_div {
    padding: 0 0 1.5em;
}

.recaptchatable label.error{
	color: #990000;
	position: absolute;
	top: 52px;
	left: 0;
}

/* Bottom blue panel */

#page_content_bottom.signup {
    background: #e0f1f0 url(../images/page_bottom_blue.gif) repeat-x top left;
    border-top: #638d98 1px solid;
}

#page_content_bottom_inner {
    margin: 0 auto;
    padding: 4px 0 20px 24px;
    width: 966px;
}

.signup #page_content_bottom_inner h2 {
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
}

#familyLink_uses {
    float: left;
    margin-top: 20px;
    width: 564px;
}

.fluses {
    float: left;
    height: 80px;
    margin: 0 20px 0 0;
    padding: 101px 10px 0 12px;
    text-align: center;
    width: 146px;
}

#fluses_connections {
    background: url(../images/fluses_make_connections.png) top left no-repeat;
}
#fluses_private {
    background: url(../images/fluses_private_safe.png) top left no-repeat;
}
#fluses_publish {
    background: url(../images/fluses_publish_import.png) top left no-repeat;
}
* html #fluses_connections {
    background: url(../images/IE6_fluses_make_connections.gif) top left no-repeat;
}
* html #fluses_private {
    background: url(../images/IE6_fluses_private_safe.gif) top left no-repeat;
}
* html #fluses_publish {
    background: url(../images/IE6_fluses_publish_import.gif) top left no-repeat;
}

#new_kind {
    background: url(../images/home_network_bg.png) right 30px no-repeat;
    float: right;
    margin: 20px 0 0 0;
    width: 366px;
}

#new_kind h3 {
    background: url(../images/home_bottom_headline.png) top left no-repeat;
    height: 0;
    overflow: hidden;
    padding: 21px 0 0 0;
}
* html #new_kind h3 {
    background: url(../images/IE6_home_bottom_headline.gif) top left no-repeat;
}

/*****************************************************************
******************************************************************
End Sign-up Page
******************************************************************
*****************************************************************/

/*****************************************************************
******************************************************************
Getting started Wizard (Steps)
******************************************************************
*****************************************************************/

.stepspage h1 {
	margin-bottom: .2em;
}

.stepspage h2 {
	padding-bottom: .4em;
	margin-bottom: .4em;
	background: transparent url(../images/greydot.gif) repeat-x bottom left;
}


/* Generic steps styling - move out of getting started at some point */

.stepsbar {
	list-style: none;
    background: transparent url(../images/stepbar_bg.gif) repeat-x top left;
	height: 33px;
	margin: 3px 0 1em 0;
	padding: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* End Generic steps styling - move out of getting started at some point */

.stepsbar_step {
	float: left;
	font-size: 1.2em;
	padding: 6px 10px 10px 23px;
}

.stepsbar_trailing_step {
    background: transparent url(../images/gs_divider.gif) no-repeat top left;
	padding-left: 38px;
}

.stepsbar_step span {
    background: transparent url(../images/gs_numbers.png) no-repeat top left;
	padding: 3px 0 3px 26px;
}
* html .stepsbar_step span {
    background: transparent url(../images/gs_numbers.gif) no-repeat top left;
}

.stepsbar_step_off {
	color: #7C9E5E;
}

.stepsbar_step_off .stepsbar_step1 {
	background-position: 2px 0px;
}
.stepsbar_step_off .stepsbar_step2 {
	background-position: -278px 0px;
}
.stepsbar_step_off .stepsbar_step3 {
	background-position: -557px 0px;
}
.stepsbar_step_on .stepsbar_step1 {
	background-position: left -60px;
}
.stepsbar_step_on .stepsbar_step2 {
	background-position: -280px -60px;
}
.stepsbar_step_on .stepsbar_step3 {
	background-position: -559px -60px;
}

.gettingstarted .loginSet {
	float: none;
	margin: 1em 0 1.5em 0;
}

#steps_content {
	background: transparent url(../images/stepsbar_arrow_orange.png) 0 20px no-repeat;
	clear: both;
	padding: 0 0 0 50px;
	margin: 0 0 20px 0;
	width: 850px;
	overflow: hidden;
	position: relative;
}

#steps_content input {
	margin-right: 1em;
	font-size: 100%;
}

#steps_content h3 {
	margin: 0 0 .2em 0;
}

#steps_content textarea {
	width: 715px;
	font-size: 100%;
}

#steps_content .frameButtons {
	margin: 1.5em 0 0 0;
	width: 100%;
}

#steps_content .frameButtons a {
	margin: 0 .5em 0 0;
}

#steps_content .wrap {
	width: 3000px;
	position: relative;
	left: 0;
}

#steps_content .frame {
	background: #F9F9F9;
	width: 795px;
	padding: 10px 20px;
	margin: 0 65px 0 0;
	float: left;
}
* html #steps_content .frame { 
	display: inline;
}

.create_page #steps_content .frame {
	background: #fff;
	padding: 10px 5px;
	width: 795px;
}

.frame form {
	padding-left: 15px;
}

.frame dt {
	font-weight: bold;
	font-size: 110%;
	margin: 1em 0 .2em;
}

#select_relatives_frame .loginSet li {
	display: inline;
}

.input_list_picker {
    border: 1px solid #666;
    margin: 1em 0 0;
}

.input_list_picker_top {
    background: #BCD6DF url(../images/blue_gradient_top.gif) repeat-x top left;
    padding: 4px 0 4px 10px;
	margin: 0;
	border-bottom: 1px solid #82AFBA;
}

.input_list_picker_top span {
    font-size: .8em;
}

.input_list_picker_top a {
    font-size: 1em;
	margin-left: .2em;
}

.input_list_picker_top input {
    font-size: .9em;
    padding: 2px;
}

.input_list_picker_content {
    height: 160px;
	background: white url(../images/3px_shadow.gif) repeat-x top left;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
	margin: 0;
    position: relative;
}

.input_list_picker_content li {
    font-size: .9em;
    padding: 4px 0 4px .5em;
}

.input_list_picker_content li input {
	border: 0;
	background: transparent none;
}

.input_list_picker_content li strong {
    font-size: 1em;
}

.input_list_picker_content li img {
	border: 2px solid white;
	float: left;
}

#possible_relatives_frame .input_list_picker_content li p, #possible_relatives_frame .input_list_picker_content li input {
	margin: 20px 5px;
	font-size: 1.2em;
	float: left;
}

#possible_relatives_frame .input_list_picker_content li span {
	color: #2D7AB0;
	font-size: 1em;
}

.input_list_picker_content span {
    color: #999;
    font-size: .8em;
}

.input_list_picker_checkall {
	font-size: .8em;
}

.relatives_count {
	float: right;
	font-size: 1em;
	margin: 2px 1em;
}

.skipStep {
	margin-right: 10px;
}

/*****************************************************************
******************************************************************
End Getting started Wizard (Steps)
******************************************************************
*****************************************************************/

/*****************************************************************
******************************************************************
Reset Password Screen
******************************************************************
*****************************************************************/
.resetpassword #left_content h2{
	border-bottom: 1px solid #D0D0D0;
	padding: 0 0 .3em;
}

#reset_password_form label {
	display: block;
	font-size: 1.2em;
	float: left;
	width: 200px;
	margin: .1em 0 .5em 0;
	text-align: right;
}

#reset_password_form p input, #reset_password_form label.error {
	display: block;
	float: right;
	margin-right: 35px;
	width: 276px;
	padding: 2px;
	font-size: 1.2em;
}

#reset_password_form .frameButtons button {
	float: right;
	margin-right: 35px;
	font-size: 1.2em;
	width: 100%;
}
#reset_password_form label.error {
	font-size: .9em;
	text-align: left;
	padding: 2px 0 0 0;
	margin-right: 41px;
}

/*****************************************************************
******************************************************************
End Reset Password Screen
******************************************************************
*****************************************************************/

/*contact us page*/
#contact_us_form_table {
    margin: 20px 0 80px 40px;
}
.form_small, .form_small_tip {
    color: #666;
    font-size: 12px;
    white-space: nowrap;
}
.form_small_tip {
    font-style: italic;
}
.form_section_title {
    border-bottom: #ccc 1px dotted;
    margin: 10px 0 15px 0;
    padding-bottom: 2px;
}
.form_indent_spacer {
    width: 20px;
}
.form_label {
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.form_label_textarea {
    padding-top: 7px;
    vertical-align: top;
}
.form_textarea {
    font-size: 14px;
    height: 100px;
    margin: 5px 5px 5px 0;
    overflow: auto;
    padding: 5px;
    width: 300px;
}
.form_input {
    font-size: 14px;
    margin: 5px 5px 5px 0;
    padding: 5px;
    width: 300px;
}
.form_select {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 3px;
    width: 300px;
}
.form_submit {
    border: none;
    margin-top: 10px;
}
/*relatives page*/
.section_header_bg .section_header_img {
    display: block;
    float: left;
    height: 32px;
    width: 1%;
}
.section_header_bg .section_header {
    background: url(../images/m_section.png)repeat-x;
    height: 32px;
    line-height: 28px;
    width: 98%;
}
.section_header_bg .section_header h2 {
    font-size: 14px;
    padding-top: 2px;
}
.section_header .add_icon {
    background: url(../images/add_green.png) no-repeat 0 50%;
    font-weight: bold;
    padding: 2px 2px 2px 19px;
}
.section_body {
    border: 1px solid #DDD;
    padding: 8px 0 8px 8px;
}
ul.relatives_links li {
    line-height: 13px;
    margin: 0 10px 10px 0;
    text-align: center;
}
ul.relatives_links .relative_box {
    border: 1px solid #DDD;
    padding: 3px 3px 2px;
    position: relative;
}
ul.relatives_links .relative_box img {
    max-width: 89px;
}
.relative_container {
    position: static;
}
.remove_icon {
    background: #FFF url(../images/remove.png) no-repeat 50% 50%
}

.remove_prompt {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #FFF0EA;
    font-size: 13px;
    line-height: 36px;
    margin-bottom: 10px;
    padding: 5px 5px 5px 15px;
}

.remove_x a {
    color: #e8f6fa; /* meant to be invisible, but faintly visible on updates, and more so on comments */
    font-weight: bold;
}

.remove_x a:hover, a.remove_x_hover {
    color: #0072cf;
    cursor: pointer;
}

.remove_relative {
    border-width: 0 0 1px 1px;
    border: 1px solid #DDD;
    display: block;
    height: 8px;
    padding: 2px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 7px;
}
.dgrey {
    color: #555;
}
.relatives_twocol .pr_col {
    margin-right: 10px;
    width: 500px;
}
.relatives_twocol .ar_col {
    width: 250px;
}
.relatives_twocol .ar_col .section_header_img {
    width: 2%;
}
.relatives_twocol .ar_col .section_header_bg .section_header {
    width: 96%;
}
.pr_box .pr_name {
    display: block;
    margin-bottom: 12px;
}
.pr_box .img_holder img {
    max-width: 75px;
}
.pr_box .img_holder {
    margin-right: 5px;
}
.pr_box {
    border-top: 1px solid #DDD;
    margin: 8px;
    padding-top: 8px;
}
.pr_box_first {
    padding-top: 0;
}
.relatives_twocol .section_body {
    padding: 0;
}
.request_frm {
    padding: 8px;
}
.ar_col .grey {
    color: #777;
}
/* RELATIVES PAGE */

small {
    font-size: 9px;
}
* {
    outline: none;
}
.grey {
    color: #999;
}
.subtle, a.subtle:visited {
    color: #999;
    font-size: .8em;
}
#sortable-ul li {
    cursor: move;
}
ul.relatives_links li.ui-sortable-helper {
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    opacity: .5;
}
ul.relatives_links li.ui-sortable-helper .relative_box {
    border: 2px dashed #051E4F;
    padding: 2px !important;
}
ul.ul_links {
    list-style: none;
    margin: 0;
}
ul.relatives_links li {
    height: 150px;
    line-height: 13px;
    margin: 0 10px 10px 10px;
    overflow: hidden;
    text-align: center;
    width: 150px;
}
ul.relatives_links .relative_box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #DDD;
    margin-bottom: 10px;
    padding: 5px;
    positon: relative;
}
.remove_icon {
    background: #FFF url(../images/remove.png) no-repeat 50% 50%
}
.remove_relative {
    border-width: 0 0 1px 1px;
    border: 1px solid #DDD;
    cursor: hand;
    display: block;
    height: 8px;
    padding: 2px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 7px;
}
.dgrey {
    color: #555;
}
.add_rel_link {
    color: #FF0000;
    text-decoration: underline;
}
#sortable-ul {
    width: 100%;
}
#sortable-ul li a:hover {
    cursor: hand;
    cursor: pointer;
}
.name {
    color: #3b5998;
}
/* GENERAL DIALOG */
.generic_dialog {
    height: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    z-index: 101;
}
.contextual_dialog .generic_dialog_popup {
    /*width:290px;*/
    position:absolute;
}
.generic_dialog .generic_dialog_popup {
    height: 0;
    overflow: visible;
    position: relative;
}
.contextual_dialog .contextual_arrow_rev {
    background-image: url(../images/dialog_arrow.gif);
    background-position: 18.5px 50%;
}
.contextual_dialog .contextual_arrow, .contextual_dialog .contextual_arrow_rev {
    background-repeat: no-repeat;
    height: 12px;
    position: relative;
    top: 1px;
}

.contextual_dialog .contextual_dialog_content {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f4fbfd;
    border: 2px solid #ccc;
    padding: 8px 10px 10px;
}

.contextual_dialog h2 {
    padding-bottom: 6px;
}
.button_toolbar {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #F7F7F7;
    margin-bottom: 10px;
    margin-right: 1px;
    padding: 8px;
}

.y_msg {
    background: #FFFFCF;
    border-bottom: 1px solid #EEEFB3;
    margin-bottom: 10px;
    margin-right: 1px;
    padding: 8px;
    text-align: right;
}
.fl_icon_reorder {
    background: url(../../images/reorder.png) no-repeat 0 0;
    padding-left: 17px;
}

/* GENERAL SECTION BOXES */
.section_header_box {
    position: relative;
    width: 100%;
}
.section_header_box .box_left_img {
    background: transparent url(../../images/section_l.png) no-repeat scroll left top;
    display: block;
    height: 50px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 3px;
}
.section_header_box .box_right_img {
    background: transparent url(../../images/section_r.png) no-repeat scroll right top;
    display: block;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 3px;
}
.section_header_box .box_content {
    background: transparent url(../../images/section_m.png) repeat-x scroll 0 0;
    height: 31px;
    line-height: 28px;
    padding-left: 10px;
}
.section_header_box .box_content h2 {
    color: #333;
    font-size: 13px;
}
.section_header_note {
    background: #D3DDE7;
    border-top: 1px solid #CCC;
    color: #777;
    line-height: 12px;
    padding: 5px;
}
/* RELATIVE_REQUEST_LIST */
.rqbox {
    background: #FFF;
    border-top: 1px solid #D8DFEA;
    margin-bottom: 5px;
    padding: 10px 0 5px;
}
.rqbox_first {
    padding-top: 2px;
}
.rqbox .image {
    text-align: left;
    width: 110px;
}
.rqbox td {
    vertical-align: top;
}
.rqbox td.info {
    padding-left: 10px;
    width: 100%;
}
.rqbox .mutual_friends_container {
    padding-top: 10px;
}
.rqbox .addRequest {
    padding-top: 10px;
}
/* COMMON RELATIVES */
.pictures_container {
    padding: 10px 5px 0;
}
.pictures_container .name_container {
    display: inline-block;
    margin-bottom:3px;
    text-align: center;
}
.pictures_container .pic_container {
    display: block;
    margin: 0 3px 0 0;
    padding: 2px;
    text-align: center;
    width: 50px;
}
.pictures_container .name a {
    clear: both;
    color: #777;
    display: block;
    font-size: 9px;
}
/* ROUNDED CORNERS UI */
.UIRoundedImage {
    background-color: #C4CDE0;
    display: block;
    overflow: hidden;
    position: relative;
}
.UIRoundedImage_Image {
    background: none !important;
    background: transparent !important;
    display: block;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    vertical-align: middle;
}
.UIRoundedImage_Corners {
    background: none;
    display: block;
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
}
.UIRoundedImage_CornersSprite {
    display: block;
    position: absolute;
}
.UIRoundedImage_CornersSprite {
    background: transparent !important;
    height: 200px !important;
    width: 110px !important;
}
.UIRoundedImage_CornersSprite img {
    background: transparent !important;
    height: 200px !important;
    width: 110px !important;
}
span.UIRoundedImage_CornersSprite {
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/UIRoundedImage.png', sizingMethod="scale");
}
.UIRoundedImage_CornersSprite .invisible_png {
    background: transparent url(../images/UIRoundedImage.png) 0px 0px no-repeat;
    display: block;
    height: 100%;
    width: 100%;
}
.UIRoundedImage_NONE .UIRoundedImage_Corners {
    display: none;
}
.UIRoundedImage_WHITE .UIRoundedImage_CornersSprite {
    top: 0px;
}
.UIRoundedImage_GIRLIE .UIRoundedImage_CornersSprite {
    top: -50px;
}
.UIRoundedImage_DARK .UIRoundedImage_CornersSprite {
    top: -100px;
}
.UIRoundedImage_MEDIA .UIRoundedImage_CornersSprite {
    top: -150px;
}
.UIRoundedImage_LARGE {
    height: 50px;
    width: 50px;
}
.UIRoundedImage_LARGE .UIRoundedImage_Image {
    height: 50px;
    width: 50px;
}
.UIRoundedImage_SMALL {
    height: 32px;
    width: 32px;
}
.UIRoundedImage_SMALL .UIRoundedImage_Image {
    height: 35px;
    width: 35px;
}
.UIRoundedImage_TINY {
    height: 25px;
    width: 25px;
}
.UIRoundedImage_TINY .UIRoundedImage_Image {
    height: 25px;
    width: 25px;
}
.UIRoundedImage_LARGE .UIRoundedImage_CornersSprite {
    /* @noflip */
    left:0px;
}
.UIRoundedImage_SMALL .UIRoundedImage_CornersSprite {
    /* @noflip */
    left:-50px;
}
.UIRoundedImage_TINY .UIRoundedImage_CornersSprite {
    /* @noflip */
    left:-85px;
}
#bootloader_css_ui_UIRoundedImage_css {
    height: 42px;
}

/* LIGHTBOX UI */
#lightbox {
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}

#lightbox a img {
    border: none;
}

#outerImageContainer {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 250px;
}

#imageContainer {
    padding: 10px;
}

#loading {
    height: 25%;
    left: 0%;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}
#hoverNav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#imageContainer>#hoverNav {
    left: 0;
}
#hoverNav a {
    outline: none;
}

#prevLink, #nextLink {
    background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
    height: 100%;
    width: 49%;
}
#prevLink {
    float: left;
    left: 0;
}
#nextLink {
    float: right;
    right: 0;
}
#prevLink:hover, #prevLink:visited:hover {
    background: url(../images/prev.gif) left 50% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
    background: url(../images/next.gif) right 50% no-repeat;
}

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText {
    color: #FF9834;
    font-weight: bold;
    text-decoration: none;
}
#nextLinkText {
    padding-left: 20px;
}
#prevLinkText {
    padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
    font: 10px;
    line-height: 1.4em;
    margin-top: 20px;
    margin: 0 auto;
}

#imageData {
    padding: 15px 15px 0 15px;
}
#imageData #imageDetails {
    float: left;
    padding: 7px 0 0 5px;
    text-align: left;
    width: 70%;
}
#imageData #caption {
    font-weight: bold;
}
#imageData #numberDisplay {
    clear: left;
    display: block;
    padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
    float: right;
    height: 33px;
    padding-bottom: 15px;
    width: 116px;
}
#imageData #helpDisplay {
    clear: left;
    display: block;
    float: left;
}

#overlay {
    -moz-opacity: 0.6;
    background-color: #000;
    display: none;
    filter: alpha(opacity=60);
    height: 500px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
}
	
#lightboxIframe {
    display: none;
}

.grn_btn {
    background: #6F9A37;
    border-color: #CDDFB5 #486F14 #486F14 #CDDFB5;
    border: 1px solid #6F9A37;
    color: #FFF;
    padding: 1px 15px;
}
.gry_btn {
    background: #EEE;
    border-color: #E9E9E9 #999 #999 #E9E9E9;
    padding: 1px 15px;border;1px solid #AAA;
}
.photos_btns .simple_uploader,.photos_btns .web_uploader {
    background-color: #eee;
    background-position: 4px 50%;
    background-repeat: no-repeat;
    border-color: #ddd #bbb #BBB #ddd;
    margin-right: 5px;
    padding: 6px 5px 6px 22px;
}
.photos_btns .simple_uploader {
    background-image: url(../images/desktop.png)
}
.photos_btns .web_uploader {
    background-image: url(../images/web.png)
}
.photos_btns .green_btn {
    background-position: 0 50%;
    padding: 4px 8px 3px;
}
/*_web photos*/
.web_photos {
    background: #FFF;
    font-family: Tahoma;
    font-size: 12px;
}
.web_photos ul {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}
.web_photos li {
    display: block;
    margin-top: 4px;
}
.web_photos .col1 {
    height: 400px;
    width: 30%;
}
.web_photos .col2 {
    width: 68%;
}
.web_photos_btns {
    background: #ACCD62;
    padding: 3px;
    text-align: right;
}
.web_photos_btns button {
    font-family: Tahoma;
    font-size: 11px;
}
.web_photos_cnt {
    border: 1px solid #AAA;
    height: 380px;
    margin: 1px 1px 1px 0;
    padding-bottom: 15px;
}
.web_album_photos li {
    border: 1px solid #EEE;
    float: left;
    margin: 15px 0 0 15px;
    padding: 2px;
    position: relative;
}
.web_album_photos li img {
    height: 100px;
    margin-top: 2px;
    width: 100px;
}
.web_album_photos li input {
    left: 3px;
    position: absolute;
    top: 3px;
}
.web_photos .sel .alb_title a {
    background: #FFEE7D;
    border: 1px solid #F9C231;
    padding: 1px;
}
.web_photos .alb_title {
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 1px 0 1px 19px;
}

.web_photos ul ul li {
    background: url(../images/arrow_right.png) no-repeat 1px 50%;
    padding: 2px 0 1px 12px;
}
.web_photos ul ul li.sel {
    background-image: url(../images/arrow_down.png)
}
.web_photos ul ul li span {
    background: url(../images/folder.jpg) no-repeat;
    padding-left: 17px;
}
.icons_fb {
    background: url(../images/icon_fb.jpg) no-repeat 0 50%
}
.icons_picasa {
    background: url(../images/icon_picasa.jpg) no-repeat 0 50%
}
.icons_flickr {
    background: url(../images/icon_flickr.jpg) no-repeat 0 50%
}

.login_form {
    margin: 20px 8px;
}
.login_title {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 3px 0 8px;
    padding: 3px 0 3px 20px;
}
.padded {
    padding: 20px;
}

.page_tip{
	background: #FCF8DE;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	padding: 10px;
	margin: 10px auto 25px;
}

.page_tip_icon {
	background: transparent url(../images/notification_tip.png) top left no-repeat;
	padding: 10px 0 25px 53px;
	color: #689E2B;
	font-style: italic;
	position: relative;
}
* html .page_tip_icon {
	background: transparent url(../images/IE6_notification_tip.gif) top left no-repeat;
}

.panel.myfamily {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-color: #e4e4e4;
    border-width: 1px 1px 0;
}
.myfamily .panel_header {
    background: #dcdcdc url(../images/panel_header_graygradient.png) repeat-x
}
.myfamily .panel_header .right {
    font-weight: normal;
}
.filters_list label {
    margin-bottom: 3px;
}
.filters_list label input {
    margin: 3px 5px;
}
.myfamily .panel_body {
    background: #DCDCDC;
    padding: 2px;
}
.relative_name {
    font-size: 13px;
}
.relative_image {
    margin-right: 10px;
}
.myfamily .panel_body .relatives_div {
    background: #FFF;
    border-top: 1px solid #DDD;
    height: 233px;
    overflow-x: none;
    overflow-y: scroll;
}
.myfamily .panel_body label.clearfix {
    cursor: hand;
    cursor: pointer;
    margin: 1px 0;
    padding: 3px 10px;
}
.myfamily .panel_body .selected_relative_filter .relative_filter_cnt {
    background: #F0F6DC;
}
.myfamily .panel_body .relative_filter {
    border-bottom: 1px solid #DDD;
}
.myfamily .panel_body label.last {
    border-bottom: 0;
}
.relative_name small {
    color: #999;
}
.relative_add_filter .relative_name, .me .relative_name {
    margin-top: 8px;
    width: 140px;
}
.relatives_list_possible small,.me .relative_name small {
    display: none;
}
.relatives_header {
    list-style: none;
    margin: 0;
    padding: 0;
}
.relatives_list {
    background: #E8F6FA;
    border-top: 0;
    border: 1px solid #FFF;
    position: relative;
}
.relatives_header li {
    float: left;
    margin: 0 2px 0 0;
}
.relatives_header li a {
    background: #FFF url(../images/button_gray_sm_bg2.png) repeat-x 0 50%;
    border: 1px solid #CCC;
    color: #666;
    display: block;
    font-weight: bold;
    padding: 8px 10px;
}
.relatives_header li:hover a {
    background-image: url(../images/button_gray_sm_bg2_hover.png);
    border-color: #b1b1b1;
}
.relatives_header li.selected a {
    -moz-border-radius: 5px;
    background: #E8F6FA;
    border-color: #FFF;
    color: #333;
    margin-top: -10px;
    padding-bottom: 15px;
    position: relative;
    top: 10px;
}
.relatives_header li.first {
    margin-left: 4px;
}
.relative_tab_remove {
    color: #999;
    cursor: hand;
    cursor: pointer;
    display: block;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 9px;
}
.relatives_block_relative {
    position: relative;
}
li.relatives_block_relative  a {
    padding-right: 11px;
}
.myfamily .panel_body .relative_filter.last {
    border-bottom: 0;
}


.green_btn, .green_btn:visited {
    background: url(../images/button_green_sm_bg.png) repeat;
    border: 1px solid #58831f;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
}
.green_btn:hover {
    background: url(../images/button_green_sm_bg_hover.png)
}
.panel_toggle {
    background: url(../images/button_toggle_sm_minus.png) no-repeat;
    display: block;
    height: 16px;
    width: 16px;
}
.panel_toggle_plus {
    background-image: url(../images/button_toggle_sm_plus.png)
}
.panel_body_hide {
    display: none;
}

.relative_profile {
    margin-bottom: 10px;
}
.relative_profile h2 {
    border-bottom: 1px solid #CCC;
    color: #333;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: -1.75px;
    margin-bottom: 10px;
    margin: 0;
    padding: 0;
    position: relative;
}
.relative_profile h2 .right {
    display: none;
    font-size: 17px;
    letter-spacing: normal;
    position: absolute;
    right: 0;
    top: 3px;
}
.relative_profile h2 .green_btn {
    color: #FFF;
    display: block;
}
.relative_profile h2 .button_sm_gray {
    color: #999;
}
.relative_profile h2 .left {
    width: 400px;
}


.relative_profile_info:hover h2 .right {
    display: block;
}
.relative_profile_info {
    margin-left: 10px;
    overflow: hidden;
    width: 480px;
}
.relative_profile_info .profile_info_each {
    margin-bottom: 3px;
}
.relative_profile_info label {
    color: #999;
    font-weight: bold;
    margin-right: 15px;
    text-align: right;
    width: 103px;
}
.relative_profile_info .panel_toggle {
    position: absolute;
    right: 0;
    top: -17px;
}

.grey_loading {
    background: url(../images/loading.gif)no-repeat 50% 50%;
    height: 32px;
    margin: 100px 0;
    margin: 40px;
    width: 100%;
}

/*_filters*/
.filters_list {
    padding-bottom: 5px;
}
.filters_list span.left,.filters_list a.right {
    font-weight: bold;
    margin: 2px 5px 0 0;
}
.filters_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filters_list li {
    float: left;
}
.filters_list li a {
    background: #FFF url(../images/button_gray_sm_bg2.png) repeat-x scroll 0 50%;
    border: 1px solid #CCC;
    color: #666;
    display: block;
    font-weight: bold;
    margin-right: 5px;
    padding: 2px 5px;
}
.filters_list .selected a {
    background-image: url(../images/button_xs_greenlt_bg.png);
    border-color: #9FCB59;
}
.filters_list li span {
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 0 5px 0 18px;
}

/*_publisher for profile*/
.relative_filter_profile {
    font-size: 13px;
    margin-top: 10px;
}
.relative_filter_profile .sh_cnt {
    padding: 8px 0;
}
.relative_filter_profile textarea {
    font-size: 13px;
    height: 26px;
    padding: 2px;
    width: 500px;
}
.relative_filter_profile .green_btn {
    font-size: 13px;
    height: 26px;
    line-height: 24px;
    margin-top: 1px;
    padding: 2px 15px;
}

.grey_btn {
    background: #FFF url(../images/button_gray_sm_bg2.png) repeat-x scroll 0 50%;
    border: 1px solid #CCC;
    color: #666;
    display: block;
    padding: 2px 5px;
}
.relative_add_filter .grey_btn {
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
}
.suggest_btn {
    font-size: 13px;
    padding: 5px 0;
    text-align: center;
}

.targeted_user {
    background: url(../images/arrow_right.png) left center no-repeat;
    padding-left: 12px;
}
.profile_link, .profile_link:visited {
    color: #0066cc;
    font-weight: normal;
}
.profile_link:hover {
    color: #0072CF;
    font-weight: normal;
}

/*****************************************************************
jquery UI overrides
*****************************************************************/

.ui-dialog .ui-dialog-buttonpane a{
	margin-left:4px
}

.ui-dialog-titlebar {
	background: #6DA5D7;
	border: 1px solid #457FBD;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
}

.ui-dialog .ui-dialog-content {
	background: #fff;
	border-left: #bababa 1px solid;
	border-right: #bababa 1px solid;
	margin: 0;
	padding: 6px;
}

.ui-dialog-content p {
	margin: 0 0 1em 0;
}

.ui-dialog-content label {
	font-size: .9em;
}

.ui-dialog-content .subtle {
	font-size: .9em;
}

.ui-dialog .ui-dialog-buttonpane {
	background: #ededed;
	border-left: #bababa 1px solid;
	border-right: #bababa 1px solid;
	border-bottom: #bababa 1px solid;
	border-top: none 0;
	margin: 0;
	padding: 5px;
}

.ui-dialog-secure .ui-dialog-buttonpane {
    background: #ededed url("../images/homepage_header_secure.png") no-repeat 15px 8px;
}

.ui-dialog .ui-dialog-title {
	color: #FFF;
}

.ui-dialog-titlebar-close {
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
    display: none;
}

/*****************************************************************
Nagger bar
*****************************************************************/
#nagger {
    padding-top:4px;
	padding-bottom:4px;
    margin-top:2px;
    background-color:#ffff00;
    width:100%;
    font-weight:normal;
    text-align:center;
    border-bottom:1px solid #eee;
    font-size:9pt;
    float:left;
}




/*
 * taller header
 */
.tall_header{background:url(../images/familylink_header_bg_lg.png) repeat-x;padding:8px}
.tall_header h1{background:url(../images/familylink-logo-header-lg.png) no-repeat;width:311px;height:72px;display:block;float:left;padding:0;margin:0}
.tall_header h1 span{display:none}
 
.tall_header .secure{margin-top:27px}
.signup_header_logo {}
.signup_header_login {margin-right:15px;background:#F2F2F2;width:420px;height:37px}
.signup_header_button_container {padding-left:12px;padding-top:5px;font-size:85%}
.signup_header_em {
	color:#808080;
	padding: 0px 3px 0px 1px;
}
.signup_header_em i {font-size:85%}
.header_homepage_login_blue {}

/*_homepage*/
.header_homepage_login{text-align:right;margin-top:10px}
.header_homepage_login div.left{margin-right:8px}
.header_homepage_login a{display:block;color:#FFF;margin-bottom:4px}
.header_homepage_login input[type="text"],.header_homepage_login input[type="password"]{padding:3px;border-color:#336600}

.header_homepage_submit{background:url(../images/button_signin.png) no-repeat;width:69px;height:24px;display:block}
.header_homepage_submit span{display:none}
.header_homepage_submit_head{visibility:hidden}
/*_/header for the homepage*/


/*
 * user quotes
 */
.user_quotes{background:url(../images/splash_family_images.png) no-repeat 0 0;padding:79px 10px 10px 0;margin:30px auto 0}
.user_quotes_header{color:#000;font-size:150%;font-weight:normal;margin:18px 0 0;background:url(../images/pullquote_green_lt.png) no-repeat 0 5px;padding:10px 10px 18px 50px}
.user_quotes ul{list-style:none;margin:10px 20px 10px 50px}
.user_quotes li{font-size:97%;line-height:140%;margin-bottom:15px;font-family:Georgia, "Times New Roman", Times, serif}
.user_quotes li span{font-size:inherit}
.feature_explanations .quote_author{display:block;margin-top:3px;color:#AAA;font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Verdana,Arial,Helvetica,sans-serif}
 
.homepage_fb_connect{text-align:right;padding-top:10px}
.homepage_fb_connect .fbconnect_login_button img{padding:0}
.homepage_fb_connect .right{margin-right:8px;color:#000}

.homepage #page_content_container_inner{margin:50px auto}
.homepage .left_col{width:540px;float:left}
.signup_h1, .homepage h2 {
	text-align: center;
	display: block;
	width: 960px;
}
.homepage h2{
	color:#999;
	font-size:200%;
	letter-spacing:-2px;
	font-weight: normal;
	margin: 5px 0 14px 4px;
}
.homepage .left_col .familylink_helps{list-style:disc;margin-left:50px}
.homepage .left_col .familylink_helps li{font-size:130%;margin-bottom:5px;line-height:140%}
.homepage .left_col .free{color:#FF4090;font-size:inherit;font-weight:bold}
.homepage .right_col{width:960px;float:left}
.homepage .form_container{
	width:460px;
	margin-right:15px;
	margin-top:10px;
	position: relative;
}

.homepage_login .form_container{
	height: 435px;
	overflow: hidden;
}
.homepage_login{}
.signup_h1 {
	font-size: 64px;
	margin: -20px 0 0 0;
	letter-spacing: -5px;
}

.signup_h1_dot {
	font-family: "Times New Roman", Times, serif;
	font-size: 64px;
}

#fl_register{margin-top:20px}
.homepage_login_head{font-size:1.0em;font-weight:bold;padding:8px 15px;width:460px;margin-left:75px;}
.homepage_login_form{
	background:url(../images/signup_splash_bg.png) no-repeat;
	padding:20px 20px 0;
	height:435px;
	overflow: hidden;
	}
.homepage_login_row{margin-left:-40px;margin-bottom:8px}
.homepage_login_row .homepage_login_label{display:block;float:left;font-size:100%;font-weight:bold;padding-top:2px;text-align:right;width:30%}
.homepage_login_row .homepage_login_input{
	float:left;
	width:305px;
	margin-left:2%;
	margin-top:0px;
}

.homepage_login_row .homepage_login_input input{
	width:95%;
	padding:3px;
	margin:0px;
	border: 2px solid #8b8a8a;
	font-size: small;
	padding: 5px;
}
.homepage_login_row .homepage_login_input .member_type{width:5%;padding:3px;margin-top:5px}
.homepage_login_row .homepage_login_input label.error{display:block;font-size:90%;margin-bottom:4px;margin-top:3px}
.homepage_login_row .homepage_login_input input:focus {
	border: #8b8a8a 3px solid;
}
.homepage_login_row #gender_buttons li{margin:0 5px 0 0}
.homepage_login_row .question{font-size:80%;margin-top:3px;background:url(../images/tree_button_info_sm.png) no-repeat 0 50%;padding:0 0 0 15px}
.homepage_login_button a{
	background:url(../images/button_signup-and-findrelatives.png) no-repeat;
	width:335px;
	height:81px;
	display:block;
	bottom: 45px;
}
.homepage_login_button a span{display:none}
.homepage_login_button {margin-left:120px;margin-top:15px}
.homepage_login_button_bottom a{
	background:url(../images/signup_footer.png) no-repeat -3px center;
	width:920px;
	height:85px;
	display:block;
	margin:0 auto 0;
}
.homepage_login_button_bottom a span{display:none}
.homepage_login_button_bottom {
	margin:30px 50px 0px 0px;
}

.homepage_login_splash {width:440px;margin-top:15px}
.homepage_login_splash_title {
	font-size:170%;
	font-weight:bold;
	letter-spacing: -2px;
	width: 400px;
	margin-top: 3px;
}
#fl_register .member_type{
	border: 0px;
	background-image: none;
}

.signup_details_call{
	padding-right: 40px;
}

.homepage_login_splash_basic {
	float:left;
	font-size:16px;
	margin-left:72px;
	margin-top:165px;
}
.homepage_login_splash_plus {
	float:left;
	font-size:16px;
	margin-left:135px;
	margin-top:185px;
}
ul.homepage_login_splash_ul {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;
	overflow: visible;
	background-color: transparent;
	/* IE fix for visibility of bullets */
	margin-left: -10px;
	padding-left: 10px;
}
ul.homepage_login_splash_ul li {
	margin-left: 7px;
}

.homepage_login_splash_basic_features, .homepage_login_splash_plus_features {
	overflow: visible;
	background-color: transparent;
}

.homepage_login_splash_basic_features {
	margin-left:28px;
	margin-top: 10px;
}

.homepage_login_splash_plus_features {
	float:left;
	margin-left:258px;
	margin-top:-70px;
}

.homepage_login_splash_basic_features ul.homepage_login_splash_ul {
	width: 220px;
}

.homepage_login_splash_plus_features ul.homepage_login_splash_ul {
	width: 200px;
}

.homepage_login_spacer {margin-top:10px;margin-right:0px}
.upsell_green{color:#618C0E}
.phone_highlight{color:#565656}
.upsell_info{color:#777;font-size:85%;margin-left:20px}
.upsell_em{color:#A63597}

.feature_explanations{background: #F2F2F2; width:288px;margin-top:20px}
.feature_demos{
	background: #F9F9F9; 
	width:630px;
	margin-top:20px;
	border-left: #ccc 1px solid;
}

.feature_demos, .feature_explanations{
	height: 1980px;
	overflow:hidden;
}

.feature_explanations_header, .feature_header_text, span.feature_header_bold {
	font-size: 18px;
	padding-top: 10px;
	letter-spacing: -1px;
}
.feature_explanations p {
	padding-left: 20px;
	font-size: 95%}

.feature_header {
	height: 60px;
	background: #DFEAC4;
}
.feature_header_text {
	color: #669310;
	padding-left: 30px;
}
.feature_header_bold, .feature_explanations_header {
	font-weight: bold;
}
.feature_desc .feature_header_bold {
	font-size: 16px;
}
.feature_header_text, span.feature_header_bold {
	padding-top: 18px;
}
.feature_explanations_header {
	margin: 5px 0px 0px 20px;
}
.feature_explanations p {
	padding-right: 20px;
}
.feature_gray {color:#808080}
.feature_div {margin-top:35px;margin-left:35px}
.feature_desc {padding-left:20px;padding-top:3px}
.feature_img {padding-top:15px}
.feature_gray {width:505px}
.feature_footnote {
	padding: 35px 20px 0px 0px;
	margin-bottom: -20px;
	font-size:x-small;
	color:#CCC;
	display: block;
}

.relative_edit_row {
    margin-bottom: 4px;
    float: right;
    width: 100%;
}
.relative_edit_rows {
    margin: 0px;
    width: 72%;
    float: right;
    overflow: hidden;
}
.relative_edit_label {
    float: left;
    font-size: 90%;
    line-height: 20px;
    font-weight: 500;
    padding-top:2px;
    text-align: right;
    vertical-align: bottom;
    width: 24%;
    white-space: nowrap;
}
.relative_edit_input {
    float: left;
    width: 70%;
    margin-left: 0%;
}
.relative_edit_input input {
    width: 200px;
    height: 25px;
    font-size: small;
    padding: 2px;
}
.relative_edit_privacy_notice {
    width:580px;
    height:50px;
    clear: both;
}
.relative_edit_privacy_notice p {
    border-top: thin solid #ddd;
    padding: 5px;
    color: #aaa;
    font-size: 85%;
}
.relative_del_dialog_container {
    width: 60%;
    float: right;
    margin: 10px;
}
.relative_add_dialog_container {
    width: 80%;
    float: right;
    margin: 10px 0;
}

.relative_add_dialog .left{
	width:15%;
	text-align:center
}
.relative_dialog_name_container{width:60px;text-align:center;margin-top:10px}
.relative_dialog_pic_container{width:60px;text-align:center;margin-top:15px}
.relative_del_dialog_container{width:70%;float:left;margin:10px}
.select_country {
    font-size: 80%;
}

.resetpassword #page_column_right { width: 300px;}


/*****************************************************************
Add Relatives (Right Panel)
*****************************************************************/
.add_relatives .find_invite_email {
    background: transparent url("../images/find_invite_email_sm.png") no-repeat scroll left top;
}
.add_relatives .find_invite_email_input {
    border-color: #B5B5B5 #D6D6D6 #D6D6D6;
    border-width: 1px;
    border-style: solid;
    width: 95%;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    font-size: 13px;
    position: relative;
}
.add_relatives .invite_relatives_email_submit button.greenBtn22 {
    margin-right: 28px;
}
.add_relatives h3 {
    font-size: 93%;
    color: #0066CC;
    padding: 5px 0 5px 30px;
    border-bottom: 1px solid #EFEFEF;
    margin: 10px 0px 5px;
}
.add_relatives h3 a {
    font-size: 100%;
}
.add_relatives p.from_email_desc {
    padding-left: 30px;
}
.find_invite_addressbook h3 {
    background: transparent url("../images/find_invite_addressbook.png") no-repeat scroll left center;
    padding-left: 30px;
}
.find_invite_facebook h3 {
    background: transparent url("../images/find_invite_facebook.png") no-repeat scroll -2px 0;
    padding-left: 30px;
}
.add_relatives .add_by_email {
    padding: 10px;
}
.onpage_dialog{width:500px;margin:80px auto 0;border:8px solid #EBEAF2;font-size:90%}
.onpage_dialog *{font-size:inherit}
.onpage_dialog_border{border:1px solid #A9B2CF}
.onpage_dialog_body{padding:15px}
.onpage_dialog_buttons{background:#f5f5f5;border-top:1px solid #CED5E5;padding:8px}
.blue_btn{background:url(../images/blue_btn.png) repeat-x 0 0;border:1px solid #CCC;border-color:#26446E #152F5F #0C2253;color:#FFF;padding:2px 8px;font-weight:bold}
.onpage_dialog_buttons .left{padding-top:5px}
.onpage_dialog_buttons .right{font-weight:bold;color:#999}
.questions{border:10px solid #E6EAF3}
.questions select{border:1px solid #BEC7D8;width:100%;padding:3px}
.question_quote{text-align:center;color:#999;margin:20px}
.onpage_dialog h2 span{color:#333}
.onpage_dialog h2{border-bottom:1px solid #d0d0d0;padding-bottom:20px;margin-bottom:20px}

/*_relatives box: stream, profile*/
.each_relative_box .each_relative_name{font-size:88%}
.each_relative_box .each_relative_relationship{color:#4d941c;font-size:85%}
.each_relative_box .each_relative_name,.each_relative_box .each_relative_relationship{display:block}
.each_relative_box{width:52px;margin:0 2% 8px 0;overflow:hidden;float:left;height:85px;text-align:center}
.each_relative_box:hover{text-decoration:none}
.each_relative_box:hover .each_relative_name{text-decoration:underline}

/*_stream*/
.empty_stream_row{color:#888;background:url(../images/no_news_icon.png) no-repeat 0 0;font-size:90%;font-weight:bold;height:50px;margin-left:106px;padding:7px 7px 7px 42px}
.empty_stream_row a{font-size:inherit}

.streampage #page_content_container_inner{width:1030px}
#page_content_container.streampage{background:#FFF}
#page_content_container.streampage #page_column_left{width:692px}
#page_content_container.streampage #page_column_right{padding-left:18px;border-left:1px solid #EBEBEB}
.family_update{padding-left:200px;background:url(../images/family_illustration.gif) no-repeat}
.family_update_header h3{font-size:160%;margin-bottom:0.25em}
.family_update_header span{font-size:100%;color:#999;display:block;margin-bottom:0.5em}
.family_update_header span a{font-size:inherit}
.family_update_body{padding-left:75px}
.stream_input_outer{background:url(../images/publisher_dropshadow.png) no-repeat 50% 100%;padding-bottom:15px;margin-bottom:10px}
#share_photos_btn{background:url(../images/button_publisher_add-photos.png) no-repeat;width:118px;height:27px;display:block}
#share_photos_btn span{color:#437702;font-size:90%;display:block;padding:5px 5px 5px 31px;font-weight:bold}
#share_photos_btn:hover{text-decoration:underline}
.stream_input .green_lock{color:#709a3c;display:block;margin-top:4px;font-size:80%;background:url(../images/green_lock_small.png) no-repeat 0 50%; padding:2px 2px 2px 14px}
.profile_status{
	position:relative;
	padding-left:60px;
	min-height:60px;
	overflow: visible;
	padding-bottom: 20px;
}
.profile_status img{position:absolute;top:0;left:0; }
.profile_status h3{margin-bottom:0.3em}
.profile_status h3 a{font-size:115%}
.profile_status .notif_icon{
	padding:3px 3px 3px 28px;
	background:url(../images/notification_icon_profile.gif) no-repeat 0px -2px;
	height: 27px;
	width: 27px;
	overflow: visible;
	
}

.notifs .panel_body a{display:block;border-bottom:1px solid #EBEBEB;padding:6px 5px 6px 28px;font-size:90%}
.notif_tree{background:url(../images/notification_icon_add-to-tree.gif) no-repeat}
.notif_requests{background:url(../images/notification_icon_relative-requests.gif) no-repeat}
.notif_possible{background:url(../images/notification_icon_possible-relatives.gif) 0 6px no-repeat}
.notif_birthdays{background:url(../images/notification_icon_events-upcoming.gif) no-repeat}
.notif_emails{background:url(../images/missing_email.png) no-repeat 4px 50%}
.panel.grey.notifs .panel_body{padding-top:5px}
.notifs .panel_body a:last-child{border-bottom:0}
.panel.grey.todo_panel{padding-bottom:15px;background:url(../images/sidebar_panel_dropshadow.png) 50% 100%  no-repeat}
.todo_panel .panel_body{background:#f7eeaf url(../images/sidebar_to-do-list_top_bg.gif) repeat-x;border:1px solid #eee295;border-bottom-color:#bfae7d;border-top:0;padding:0 4px}
.todo_panel .panel_body label{height:25px;line-height:25px;border-top:1px solid #BDDEC7;display:block;background:url(../images/todo_list_vertical.png) repeat-y 30px 0;position:relative;padding-left:40px}
.todo_panel .panel_body label *{font-size:95%}
.todo_panel .panel_body label:first-child{border-top:0;color:#888;font-size:90%}
.todo_panel .panel_body label del{color:#888}
.panel.grey.todo_panel .panel_header{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0}
.todo_panel .panel_body small{font-size:85%}
.todo_panel input{position:absolute;top:3px;left:5px;background:none;border:none}

/*_blue.header > right.links*/
.right_links{margin-top:2px}
.right_links *{font-size:inherit}
.right_links li{float:left;background:transparent url(../images/header-nav-divider-line.png) no-repeat scroll 100% 0}
.right_links li:last-child{background:none}
.right_links .last{background:none}
.right_links li a{margin:0 10px}
.right_links .back_to_fb span{background:transparent url(../images/icon_fb.jpg) no-repeat 0 2px;padding-left:20px;margin-left:2px}

/*_relatives dialog box*/
#relatives_container{padding:0}
.prev_btn,.next_btn{text-align:center;padding:20px 0;border-bottom:1px solid #ededed;display:block;font-weight:bold;font-size:88%}
.relative_dialog .relative_image{position:absolute;width:50px;height:50px;top:2px;left:2px}
.relative_dialog .relative_image img{max-width:100%;max-height:100%}
.relative_dialog .relative_details{padding:10px 5px 0 60px}
.relative_dialog{min-height:50px;position:relative;border-bottom:1px solid #ededed;padding:2px}
.relative_dialog .relative_details div.left{width:55%}
.relative_dialog .relative_details .right{width:40%}
.relative_dialog .relative_details .left a{font-size:95%}
.relative_dialog .relative_details .left small{display:block;font-size:85%}
.relative_dialog .relative_details .left small span{color:#7B9E7D;font-size:inherit}
.relative_dialog .relative_details .right span{color:#4E7522;font-size:85%;font-weight:bold}
.relatives_seeall_loading,.relatives_seeall{height:350px;overflow:auto}
.relatives_seeall_loading{background:url(../images/loading.gif) 50% 50% no-repeat}
/*_possible relatives*/
#page_content_container.possible_relatives_page{background:#FFF;}
.possible_relatives_page #page_column_right{float:left;width:230px;margin-right:13px}
.possible_relatives_page #page_column_left{float:left;width:480px;margin-right:13px}
.tall_ad {float:right; height:650px;margin-bottom:20px;padding-left:13px;}
.tall_ad_cnt {border-left:4px solid #E5E5e5;height:640px;padding:0}
.tall_ad .advertise{padding:0 0 5px 10px;display:block;font-size:85%}
.tall_ad .temp_ad{ width: 173px; height:600px;padding-left:13px;padding-top:13px}
.tall_ad .tall_ad_wrapper{height:600px;}
.relatives .relatives_cnt.possible_relatives{margin-top:0}
.possible_relatives_page .more_button a.button_sm_gray{background:url(../images/possible_relatives_show_more.png) no-repeat 0 0;width:507px}
.possible_relatives_page .more_button a.button_sm_gray:hover{background-position:0 -33px}

/*_streampage -> possible relatives box, hide "not related" and "see all"*/
.possible_relatives_widget .possible_relative_buttons .ignore_possible_relative{}
.possible_relatives_widget .possible_relative_details a.see_allrelatives_link{display:none}
.possible_relatives_widget .possible_relative_details span.possible_relative_separator{display:none}


/* global button and tab effects (radius,shadow,etc.) */

.embossed_button {
	border-radius: 2px !important; 
	-moz-border-radius: 2px !important; 
	-webkit-border-radius: 2px !important;
	box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1) ;
    -moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1) ;
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1) ;
}

a:hover .embossed_button {
	box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3) ;
    -moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3) ;
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3) ;
}

.embossed_border {
	border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	-webkit-border-radius: 1px !important;
}

.tabs li a  {
	border-top-left-radius: 2px !important;
	-moz-border-radius-topleft: 2px !important;
	-webkit-border-top-left-radius: 2px !important;
	border-top-right-radius: 2px !important;
	-moz-border-radius-topright: 2px !important;
	-webkit-border-top-right-radius: 2px !important;
}

/*_standard embossed buttons, tabs*/
.tabs{padding:10px 10px 0;border-bottom:1px solid #CCC}
.tabs li{float:left}
.tabs li:first-child{}
.tabs li a{display:block;float:none;margin-right:4px}
.tabs .select a,
.tabs .select a:active,
.tabs .select a:hover{background:#FFF;margin-bottom:-1px;border:1px solid #CCC;border-bottom:0;padding-bottom:1px}
.tabs .select a .embossed_border,
.tabs .select a:active .embossed_border,
.tabs .select a:hover .embossed_border{border:1px solid #FFF}
.tabs .select a .actual_text,
.tabs .select a:active .actual_text,
.tabs .select a:hover .actual_text{color:#111}

.tabs a, .embossed_button{display:block;float:left;text-align:center}
.tabs a:hover, .embossed_button:hover{text-decoration:none}
.tabs a .embossed_border, .embossed_button .embossed_border{padding:5px 15px 6px;position:relative;display:block}

/* for buttons with dark backgrounds and active state of light backgrounds */
.tabs a .embossed_text, .embossed_button .embossed_text{
	position: absolute;
	top: 4px;
	*top: 5px;
}

/* for buttons with light backgrounds and active state of dark backgrounds */
.blue_tabs .select a .embossed_text, .gray_button .embossed_text, .yellow_button .embossed_text, .tabs a .embossed_text, .lightgreen_button .embossed_text, .blue_button:active .embossed_text, .green_button:active .embossed_text {
	color:#fff;
	top:auto;
	bottom:5px;
	*bottom: 6px;
}
.gray_button:active .embossed_text, .lightblue_button:active .embossed_text, .lightgreen_button:active .embossed_text, .yellow_button:active .embossed_text{
	position: absolute;
	top: 4px;
	*top: 5px;
}

.tabs a .actual_text,.embossed_button .actual_text{position:relative}
.tabs a .embossed_text,.tabs a .actual_text,
.embossed_button .embossed_text,.embossed_button .actual_text{font-weight:bold;font-size:12px}

.green_button, .lightgreen_button,
.blue_tabs a,.blue_button,
.lightblue_tab,.lightblue_button,
.gray_button, .yellow_button {
	background:url(../images/button_bg_gradient_sprite.png) 0 0 repeat-x;
}


/*_green buttons */
/*_green button . default */
.green_button{background-color:#8cb82a;border: 1px solid #476f16}
.green_button .embossed_text{color:#476f16}
.green_button .actual_text{color:#FFF}
.green_button .embossed_border{border:1px solid #c2de85;border-width:1px 0 0 1px}
/*_green button . hover */
.green_button:hover{background-color:#9dc14d;background-position:0 -60px;border-color:#1e3500}
.green_button:hover .embossed_text{color:#213901}
.green_button:hover .embossed_border{border-color:#FFF}
/*_green button . active */
.green_button:active{background-color:#3f5914;background-position:0 -120px;border-color:#1a1a1a}
.green_button:active .embossed_text{color:#213901}
.green_button:active .embossed_border{border-color:transparent}
/*_green button . disabled */
.green_button.disabled_button,
.green_button.disabled_button:hover,
.green_button.disabled_button:active{background-color:#e8f1d4;background-position:0 -180px;border-color:#DDD}

.green_button.disabled_button .embossed_text,
.green_button.disabled_button:hover .embossed_text,
.green_button.disabled_button:active .embossed_text{color:#cad9b9}

.green_button.disabled_button .actual_text,
.green_button.disabled_button:hover .actual_text,
.green_button.disabled_button:active .actual_text{color:#FFF}

.green_button.disabled_button .embossed_border,
.green_button.disabled_button:hover .embossed_border,
.green_button.disabled_button:active .embossed_border{border-color:#FFF}

/*_lightgreen buttons */
/*_lightgreen button . default */
.lightgreen_button{background-color:#fff;background-position:0 -240px;border: 1px solid #94ac64}
.lightgreen_button .actual_text{color:#476f16}
.lightgreen_button .embossed_border{border:1px solid #fff;border-width:1px 0 0 1px}
/*_lightgreen button . hover */
.lightgreen_button:hover{background-color:#fff;background-position:0 -300px;border-color:#60862a}
.lightgreen_button:hover .actual_text{color:#3d5f0d}
.lightgreen_button:hover .embossed_text{color:#FFF}
.lightgreen_button:hover .embossed_border{border-color:#FFF}
/*_lightgreen button . active */
.lightgreen_button:active{background-color:#b7cc8d;background-position:0 -360px;border-color:#436c0b}
.lightgreen_button:active .embossed_text{color:#fff}
.lightgreen_button:active .actual_text{color:#3d5f0d}
.lightgreen_button:active .embossed_border{border-color:transparent}


/*_yellow buttons */
/*_yellow button . default */
.yellow_button{ background-color:#fffed4; background-position:0 -1260px; border: 1px solid #ff9900; border-bottom-color: #eb8e04; }
.yellow_button .embossed_text{ color:#fff; }
.yellow_button .actual_text{ color:#333; }
.yellow_button .embossed_border{ border:1px solid #fff;border-width:1px 0 0 1px; }
/*_yellow button . hover */
.yellow_button:hover{ background-color:#9dc14d;background-position:0 -1320px; border-color: #db6d02; border-bottom-color: #bd5601; }
.yellow_button:hover .embossed_text{ color:#fff; }
.yellow_button:hover .embossed_border{ border-color:#fff; }
/*_yellow button . active */
.yellow_button:active{ background-color:#3f5914;background-position:0 -1380px; border-color: #bd5601; border-bottom-color: #db6d02; }
.yellow_button:active .embossed_text{ color:#fff}
.yellow_button:active .embossed_border{ border-color:transparent}
/*_yellow button . disabled */
.yellow_button.disabled_button,
.yellow_button.disabled_button:hover,
.yellow_button.disabled_button:active{ background-color:#ffffef;background-position:0 -1440px;border-color:#f2e7d6; border-bottom-color: #e8dac5; }

.yellow_button.disabled_button .embossed_text, 
.yellow_button.disabled_button:hover .embossed_text, 
.yellow_button.disabled_button:active .embossed_text{ color:#fff; }

.yellow_button.disabled_button .actual_text,
.yellow_button.disabled_button:hover .actual_text,
.yellow_button.disabled_button:active .actual_text{ color:#ccc; }

.yellow_button.disabled_button .embossed_border,
.yellow_button.disabled_button:hover .embossed_border,
.yellow_button.disabled_button:active .embossed_border{ border-color:#fff; }


/*_blue buttons*/
/*_blue buttons . default*/
.blue_tabs a,.blue_button{background-color:#5491cb;background-position:0 -420px;border:1px solid #164c96}
.blue_tabs a .embossed_text,.blue_button .embossed_text{color:#164c95}
.blue_tabs a .actual_text, .blue_button .actual_text{color:#FFF}
.blue_tabs a .embossed_border, .blue_button .embossed_border{border:1px solid #aac8e5;border-width:1px 0 0 1px}
/*_blue buttons . hover*/
.blue_tabs a:hover,.blue_button:hover{background-color:#80add9;background-position:0 -480px;border-color:#062145}
.blue_tabs a:hover .embossed_text,.blue_button:hover .embossed_text{color:#08274e}
.blue_tabs a:hover .embossed_border, .blue_button:hover .embossed_border{border-color:#fff}
/*_blue buttons . active*/
.blue_tabs a:active,.blue_button:active{background-color:#204876;background-position:0 -540px;border-color:#1a1a1a}
.blue_tabs a:active .embossed_text,.blue_button:active .embossed_text{color: #08274e}
.blue_tabs a:active .embossed_border, .blue_button:active .embossed_border{border-color:transparent}
/*_blue button . disabled*/
.blue_button.disabled_button,
.blue_button.disabled_button:hover,
.blue_button.disabled_button:active{background-color:#dde9f5;background-position:0 -600px;border-color:#DDD}

.blue_button.disabled_button .embossed_text,
.blue_button.disabled_button:hover .embossed_text,
.blue_button.disabled_button:active .embossed_text{color:#b5c9dc}

.blue_button.disabled_button .embossed_border,
.blue_button.disabled_button:hover .embossed_border,
.blue_button.disabled_button:active .embossed_border{border-color:#FFF}

/*_lightblue buttons*/
/*_lightblue buttons . default*/
.lightblue_tab,.lightblue_button{background-color:#f0f5fa;background-position:0 -660px;border:1px solid #669acb}
.lightblue_tab .embossed_text,.lightblue_button .embossed_text{
	color:#fff;
	top:auto;
	bottom:5px;
	*bottom: 6px;
}
.lightblue_tab .actual_text, .lightblue_button .actual_text{color:#196bbe}
.lightblue_tab .embossed_border, .lightblue_button .embossed_border{border:1px solid #fff;border-width:1px 0 0 1px}
/*_lightblue buttons . hover*/
.lightblue_tab:hover,.lightblue_button:hover{background-color:#f0f5fa;background-position:0 -720px;border-color:#3e779c}
.lightblue_tab:hover .embossed_text,.lightblue_button:hover .embossed_text{color:#fff}
.lightblue_tab:hover .actual_text, .lightblue_button:hover .actual_text{color:#275180}
.lightblue_tab:hover .embossed_border, .lightblue_button:hover .embossed_border{border-color:#fff}
/*_lightblue buttons . active*/
.lightblue_tab:active,.lightblue_button:active{background-color:#204876;background-position:0 -780px;border-color:#1f5b81}
.lightblue_tab:active .embossed_text,.lightblue_button:active .embossed_text{color: #fff}
.lightblue_tab:active .actual_text, .lightblue_button:active .actual_text{color:#27517f}
.lightblue_tab:active .embossed_border, .lightblue_button:active .embossed_border{border-color:transparent}


/*_gray buttons*/
/*_gray button . default*/
.gray_button{background-color:#fff;background-position:0 -840px;border:1px solid #aaa}
.blue_tabs .select a .embossed_text, .gray_button .embossed_text{
	color:#FFF;
	top:auto;
	bottom:5px;
	*bottom: 6px;
}
.gray_button .actual_text{color:#333}
.gray_button .embossed_border{border:1px solid #fff;border-width:1px 0 0 1px}
/*_gray button . hover */
.gray_button:hover{background-position:0 -900px;border-color:#666;background-color:#FEFEFE}
.actual_text, .gray_button:hover .actual_text{color:#1a1a1a}
/*_gray button . active */
.gray_button:active{background-position:0 -960px;border-color:#4d4c4c;background-color:#AAA}
.gray_button:active .actual_text{color:#1a1a1a}
.gray_button:active .embossed_border{border-color:transparent}
/*_gray button . disabled */
.gray_button.disabled_button,
.gray_button.disabled_button:hover,
.gray_button.disabled_button:active{background-color:#fff;background-position:0 -1020px;border-color:#DDD}

.gray_button.disabled_button .embossed_text,
.gray_button.disabled_button:hover .embossed_text,
.gray_button.disabled_button:active .embossed_text{color:#fff}

.gray_button.disabled_button .actual_text,
.gray_button.disabled_button:hover .actual_text,
.gray_button.disabled_button:active .actual_text{color:#ddd}

.gray_button.disabled_button .embossed_border,
.gray_button.disabled_button:hover .embossed_border,
.gray_button.disabled_button:active .embossed_border{border-color:#FFF}

/*_large buttons (a.k.a. "call to action")*/
.large_button .embossed_text,.large_button .actual_text{font-size:24px}
.large_button .embossed_border{padding:3px 15px 4px}
.large_button .embossed_text{top:2px}
.lightgreen_button.large_button .embossed_text{top:4px}

.green_button.large_button{background-position:0 -1080px}
.green_button.large_button:hover{background-position:0 -1140px}
.green_button.large_button:active{background-position:0 -1200px}

/*_possible relatives -> upcoming birthdays */
.upcoming_birthday{position:relative;margin:0 0 10px;padding-left:35px;color:#666;min-height:30px}
.upcoming_birthday .birthday_pic{position:absolute;top:0;left:0}
.upcoming_birthday .birthday_pic img{width:30px;height:30px}
.upcoming_birthday .days_left{color:#ff6600}
.upcoming_birthday a{font-weight:bold}
.upcoming_birthday *{font-size:95%}
.upcoming_birthdays_container{border-bottom:1px solid #ECECEA}

/*_possible relatives -> wide ad*/
.temp_wide_ad{height:100px;background:#DB2D3B}
.wide_ad{margin:20px 0 10px}
.wide_ad_header{border-bottom:1px solid #CCC;color:#999;padding-bottom:4px}
.wide_ad_container{border-top:4px solid #e4e4e4;padding-top:10px}

/*_possible relatives -> more button*/
.more_button .embossed_button{clear:none;display:block;float:none}
.more_button .embossed_button .actual_text{color:#0066CC}
.more_button .embossed_button .embossed_text{top:6px}

/*_for facebook_relatives.html*/
.fb_tip{background:#FFFFC8;padding:5px;margin:5px 0;font-size:85%}
.fb_tip_asterisk{font-size:inherit;color:#c01a0d}

/*_relatives*/
.relative .relative_details {padding-top:0;}
.relative_details h4{line-height:130%; font-weight:normal;}
.relative_details .relationship_details a{font-weight:normal;font-size:11px}
.relative_details .relationship_details   {font-weight:normal;font-size:11px;}
.relative_links .embossed_button .embossed_text,.relative_links .embossed_button .actual_text{font-size:11px}
.relative_links .embossed_button{margin-top:12px;margin-right:5px;margin:12px 5px 0 0}
.simple_relative_popup .simple_relative_popup_inner{min-height:50px;padding-left:60px;margin:10px}


/*_nudges.html*/
.nudge{position:relative;min-height:30px;margin-bottom:8px;padding-left:35px}
.nudges_container .nudge{position:relative;min-height:30px;margin-bottom:8px;padding-left:35px}
.nudge .nudge_pic{position:absolute;top:0;left:0}
.nudge .nudge_pic img{width:30px;height:30px}
.nudge .nudge_details b a{font-size:95%}
.nudge .nudge_details div a{font-size:inherit}
.nudge .nudge_details div{font-size:85%;color:#666}

/*_emails.html*/
.relative_emails_cnt{margin:0}
.relative_email{position:relative;min-height:50px;padding:10px 10px 10px 67px;border-bottom:1px solid #EFEFEF;color:#999;font-weight:bold}
.relative_email .relative_pic{position:absolute;top:10px;left:10px}
.relative_email h3{font-size:102%;margin-bottom:6px}
.relative_email h3 span{font-size:inherit;color:#000;font-weight:inherit}
.relative_email input[type="text"]{padding:6px 5px 5px;width:250px;color:#999;font-size:normal;margin-right:10px}
.relative_email_highlighted{background:#C4D7EA;border-bottom:0}
.relative_email .relative_email_note{font-weight:normal;color:#AAA;padding-top:5px;display:block}
.relative_email .email_input .textbox_active .embossed_button{display:block}
.relative_email .relative_email_details .textbox_active .embossed_button{display:block}
.relative_email .email_input .textbox_active .relative_email_note{display:none}
.relative_email .relative_email_details .textbox_active .relative_email_note{display:none}
.relative_email .email_input .embossed_button{display:none}
.relative_email .relative_email_details .embossed_button{display:none}
.relative_email .email_input .email_text{display:none}
.relative_email .email_input .edit_email{display:none}
.relative_email .relative_email_details .edit_email{display:none}
.relative_email .relative_email_details .email_text{display:none}
.relative_email .showemail_active .email_text{display:inline}
.relative_email .showemail_active .edit_email{display:inline}
.relative_email .showemail_active .left{display:none}
.relative_email .error_msg{color:red;}
.relative_email .facebook_link{color:#000;font-size:10px}
.relative_email .facebook_link a{font-size:10px;text-decoration:underline}

/* Popup box to add relatives email addresses*/
.add_relative_email #email_input {
    border-color: #B5B5B5 #D6D6D6 #D6D6D6;
    border-width: 1px;
    border-style: solid;
    width: 80%;
    padding: 5px;
    margin: 0px 0px 10px 30px;
    font-size: 13px;
    position: relative;
}

/*missing_account_info_popup.html*/
.missing_account_info_popup .main_form_body {background-color:#EDEDED;display:block;height:auto;border-top-width:1px;border-style:solid;border-bottom-width:1px;border-color:#CDCDCD;margin-bottom:8px;padding-top:15px;padding-bottom:15px}
.missing_account_info_popup .bottom_text {font-size:9px;margin-bottom:10px;line-height:150%}
.missing_account_info_popup form input {font-size:16px;float:left;width:55%}
.missing_account_info_popup form label {font-size:10px;font-weight:bold;color:#5F5F68;float:left;margin-right:5px;text-align:right;width:28%;padding-top:7px}

/*blueboxes (emphasis on "adding relatives" sprint)*/
.blueboxes input[type="text"],
.blueboxes input[type="password"]{background:#FFF;border-color:#6599CB}
.welcomenote{font-weight:bold;color:#E06110;margin-bottom:15px}
.welcomenote *{font-size:1em;text-decoration:underline;color:#E06110;line-height:120%}
.blueboxes{border:1px solid #CEE1F5;padding:15px;background:#F0F4FA;margin-bottom:10px}
.search_bluebox{padding:18px 0 15px}
.search_bluebox b{float:left;padding:7px 5px 0 0}
.search_bluebox_input{float:left;margin-right:5px}
.bluebox_error{margin-left:150px;margin-bottom:5px}

.search_bluebox_textbox_holder input,.search_bluebox .embossed_button{font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif}
.search_bluebox .embossed_border{line-height:normal}
.search_bluebox_textbox_holder{border:1px solid #6599CB;float:left;padding:0;margin:0}
.search_bluebox_textbox_holder input[type="text"]{border-width:1px 0 0;padding:5px 13px 6px 5px;font-size:12px;margin:0;background:#FFF url(../images/header_nav_search_icon.gif) no-repeat 98% 50%;width:300px;border-top-color:#FFF}
.possible_relatives_page .import_address_bluebox .clearfix div input, .possible_relatives_page .search_bluebox_textbox_holder input[type="text"]{width:195px}

.blueboxes_header{display:block;margin-bottom:15px;font-weight:bold;color:#000}
.import_address_bluebox{color:#666;padding-bottom:0}
.import_address_bluebox .clearfix{margin-bottom:10px}
.import_address_bluebox .clearfix label{float:left;width:150px;font-weight:bold;font-size:95%;margin-top:6px}
.import_address_bluebox .clearfix div{float:left}
.import_address_bluebox .clearfix div input{padding:4px;width:300px}
.store_note{font-size:95%;margin-top:5px}
.store_note *{font-size:1em}

.blueboxes_header{display:block;margin-bottom:15px;font-weight:bold;color:#000}
.import_address_bluebox{color:#666;padding-bottom:0}
.import_address_bluebox .clearfix{margin-bottom:10px}
.import_address_bluebox .clearfix label{float:left;width:150px;font-weight:bold;font-size:95%;margin-top:6px}
.import_address_bluebox .clearfix div{float:left}
.import_address_bluebox .clearfix div input{padding:4px;width:300px}
.store_note{font-size:95%;margin-top:5px}
.store_note *{font-size:1em}

.possible_relatives_bluebox .blueboxes_header{margin-bottom:0}
.possible_relatives_bluebox{padding:15px 0 0 15px}
.possible_relatives_bluebox .possible_relative{width:30.3%;margin-right:3%;float:left;margin-top:15px;border-bottom:0}
.possible_relatives_bluebox .possible_relative_details{padding:0 0 0 60px}
.possible_relatives_bluebox .possible_relative_remove{border-left:0;top:-8px}
.possible_relatives_bluebox .loadrelatives_link,
.possible_relatives_bluebox .possible_relative_separator{display:none}
.possible_relatives_bluebox .possible_relative_buttons .ignore_possible_relative{display:none}
.possible_relatives_bluebox .possible_relative_details .possible_relative_name{font-size:100%;padding-right:24px}

.possible_relatives_bluebox .possible_relative{position:relative;padding:0;height:75px}
.possible_relatives_bluebox .possible_relative .embossed_button{margin-top:5px}

/*_for possible_relatives_bluebox: make the blue button - gray*/
.possible_relatives_bluebox .possible_relative .blue_button{background-color:#fff;background-position:0 -840px;border:1px solid #aaa}
.possible_relatives_bluebox .possible_relative .blue_button .embossed_text{color:#FFF;top:auto;bottom:5px}
.possible_relatives_bluebox .possible_relative .blue_button .actual_text{color:#333}
.possible_relatives_bluebox .possible_relative .blue_button .embossed_border{border:1px solid #fff;border-width:1px 0 0 1px}
/*_gray button . hover */
.possible_relatives_bluebox .possible_relative .blue_button:hover{background-position:0 -900px;border-color:#666;background-color:#FEFEFE}
.possible_relatives_bluebox .possible_relative .blue_button:hover .actual_text{color:#1a1a1a}
/*_gray button . active */
.possible_relatives_bluebox .possible_relative .blue_button:active{background-position:0 -960px;border-color:#4d4c4c;background-color:#AAA}
.possible_relatives_bluebox .possible_relative .blue_button:active .actual_text{color:#1a1a1a}
.possible_relatives_bluebox .possible_relative .blue_button:active .embossed_border{border-color:transparent}


.addrelatives_fb .blueboxes_header{margin-bottom:8px}
.blueboxes_tip{background:#FFFFC3;padding:4px;font-size:85%;border:1px solid #FFF;border-top:0}

/*_add relatives page*/
.add_relatives_leftcol{width:675px;float:left}
.add_relatives_rightcol{width:253px;float:right}

/*_relatives page*/
.find_relatives_panel .panel_body{padding:10px 0 0}
.find_relatives_panel .search_bluebox_textbox_holder input{width:185px}
.find_relatives_panel .import_address_bluebox .clearfix div input{width:250px}


/*end .blueboxes (emphasis on "adding relatives" sprint)*/

.wr_header1 {
    padding-top: 10px;
}
.purple_link, .purple_link:hover, .purple_link:visited {
    color: #990099;
    font-size: 90%;
}
.tips_close_button:hover {
    text-decoration: none;
}
.tips_open_button, .tips_open_button:hover {
    color:#fee3c8;
    font-size: 9px;
}
.tips_open_state {
    background: #ff9933 url(../images/tips_bg_happy_03.png) no-repeat 80% 0%;
}
.tips_open_state p {
    color:#fee3c8;
}
.ajax_include {
    height:24px;
}
#relatives_online a {
    text-decoration: none;
}
.empty_tree_leaderboard a, .empty_tree_leaderboard p {
    font-size:12pt;
}
.empty_tree_leaderboard p {
    color: black;
}
.empty_tree_leaderboard img {
    vertical-align: middle;
}
.red_outline { /* for troubleshooting */
    outline: thin solid red;
}
.allow_page_connect_panel {
    margin-left: 24px;
    width: 410px;
    height: 330px;
    padding: 20px;
    font-size: 12pt;
}
.allow_page_connect_panel .explanation {
    font-size: 90%;
    color: gray;
}
.allow_page_connect_panel .left {
    width: 75px;
    text-align: right;
    font-size: 11pt;
    font-weight: bold;
}
.allow_page_connect_panel .right {
    width: 330px;
}
.allow_page_connect_panel .free {
    color: #95A56C;
}
.allow_page_connect_panel .offer {
    color: #990099;
    font-style: italic;
}
.allow_page_connect_panel tr {
    height: 30px;
}