/* new layout */

body.land {
    background: #FFFFFF url(/images/welcome/main_bkg.jpg?08312010) repeat-x;
}

#all {
    min-height: 100%;
    position: relative;
}

#Container {
    padding-bottom: 70px;
    background: #fff;
}

.landing_page_logo {
    float: left;
    width: 231px; height: 93px;
    background: url(/images/welcome/efamily.jpg?08312010) no-repeat;
}

.recommended_plan {
    background-color: #98b863;
    color :#fff; 
    text-align:center;
    font-size: 16px;
    overflow: hidden;
    float:left;
    width:305px;
    line-height:36px;
    
}

.recommended_plan div.plan {
    background-color:#FFF;
    color:#000;
    text-align:left;
    font-size:14px;
    margin-top:0px;
     line-height:16px;
    width:270px;
}

#LoginContainer {
    width: 420px;
    float: right;
    padding-top: 23px;
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}
#LoginContainer a{
    color:#fff;
}

#LoginContainer label {
    text-align: left;
    font-size: 0.8em;
    color: #FFF;
    margin-left: 10px;
    width: 140px;
    display: inline-block;
}

.login_input {
    height: 20px;
    border: 1px solid #999;
    width: 128px;
	margin-top:3px;
    float: none;

}

.LoginButton {
    margin-top: 0px;
    margin-left: 10px;
	width:62px;
	height:28px;
	border:0;
	background: url("/images/welcome/en/login_btn.jpg?08302010");

}

#login_options {
    text-align: left;
    vertical-align: top;
    color: #FFF;
    float: left;
    margin-top: 4px;
    width: 130px;
}

INPUT.clean_checkbox {
    border: 5px solid #eaeaea;
}

/* ===== HTML overrides ==== */
html {
    height:100%;
    width:100%;
}
body {
    width: 100%;
    height: 100%;
    background: #464351;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}



* {
    margin: 0px;
    padding: 0px;
}

A {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    color: #000070;
}

A:hover {
    text-decoration: underline;
}

A:visited {
}

ul {
    text-indent: 3px;
    list-style-position: inside;
    list-style-type: square;
    padding: 0px;
    margin: 2px;
}

li {
    text-indent: 3px;
    list-style-position: inside;
    padding: 0px;
    margin: 1px;
    font-size: .8em;
}

H3 {
    color: #4171ac;
}

/* ==== Footer ==== */
#Footer {
    background: url(/images/welcome/footer_bkg.jpg?08302010) repeat-x #FFFFFF;
    height: 70px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    clear: both;
    text-align: center;
    color: #FFF;
    font-size:12px;
}

#Footer A {
    color: #222;
    text-decoration: underline;
    color: #cccccc;
}

#Footer P {
    padding: 0px;
    margin: 3px;
}

/* === Containers === */
#Frame {
    width: 100%;
    /*background: #464351 url(/images/welcome/bg_main.png?03102010) repeat-y; */
    margin: 0 auto;
    padding: 0px;
}

#Container {
    position: relative;
    top: 0px;
    width: 994px;
    left: 0px;
    margin: 0 auto;
    /*background: #ffffff;*/
}

DIV.paddedContainer {
    padding: 5px;
}

DIV.highlyPaddedContainer {
    padding: 40px;
}

DIV.highlyPaddedContainer A {
    color: #ffffff;
    text-decoration: underline;
}

DIV.highlyPaddedContainer P {
    padding: 5px;
}

DIV.legalPage {
    font-size: 13px;
    padding: 20px;
}

DIV.legalPage H1 {
    font-size: 15px;
    padding-bottom: 10px;
}

DIV.legalPage LI {
    font-size: 13px;
    font-weight: bold;
}

DIV.legalPage P {
    font-size: 13px;
    padding-bottom: 5px;
}

#Header {
    position: relative;
    z-index: 1;
    height: 104px;
    width: 998px;
    left: 0px;
    top: 0px;
    margin: 0 auto;
    /*background: url(/images/welcome/en/header.jpg?03102010) no-repeat; */
}

#SplashPanel {
    width: 998px;
    height: 462px;
    padding: 0px;
    margin: 0px;
    background: url(/images/welcome/en/side_panel.jpg) top right no-repeat;
}

#CustomHeader {
    position: relative;
    z-index: 1;
    height: 80px;
    width: 998px;
    left: 0;
    top: 0;
}

#CustomDomainFamilyName {
    padding: 20px;
    text-align: center;
    color: #fafaff;
}

#SiteCover {
    float: left;
    padding: 17px;
    width: 660px;
}

INPUT.TourButton {
    position: absolute;
    font-size: 1.5em;
    cursor: pointer;
    width: 190px;
    height: 45px;
    top: 380px;
    left: 754px;
    color: #555;
    padding: 0px;
    border: none;
    background: url(/images/welcome/button_tour.jpg?03102010) no-repeat top left;
}

INPUT.TourButton:hover {
    background: url(/images/welcome/button_tour_h.jpg?03102010) no-repeat top left;
}

#IntroPanel {
    width: 998px;
    height: 434px;
    padding: 0px;
    margin: 0px;
    background: #ffffff;
}

#CustomDomainPanel {
    width: 998px;
    height: 434px;
    padding: 0px;
    margin: 0px;
    background: #ffffff;
}

#CustomDomainMessage {
    padding: 60px 10px 10px 10px;
    color: #444466;
    font-size: 0.9em;
}

#CustomDomainMessage P {
    padding-top: 10px;
}

DIV.spacer {
    clear: both;
    padding: 0px;
    margin: 0px;
}

#Logo {
    top: 0px;
    margin-left: 379px;
    position: absolute;
    background: url(/images/welcome/famiva.png) top left no-repeat;
    height: 57px;
    width: 421px;
    z-index: 2;
}

#ActionLine {
    z-index: 2;
    padding-top: 7px;
    font-size: 0.9em;
    color: #557;
    width: 680px;
    text-align: center;
}

#AlternativeCreateSite {
    padding: 5px;
    margin: 30px 10px 10px 10px;
    border-top: 2px solid #eeeeee;
    font-size: 0.9em;
    text-align: center;
}

#AlternativeCreateSite IMG {
    border: none;
    vertical-align: middle;
    margin: 7px;
}

#LanguageSelection {
    top: 10px;
    position: relative;
    width: 400px;
    float: left;
}

#LoginPanel {
    position: absolute;
    top: 10px;
    z-index: 12;
    font-size: 0.8em;
    background: url(/images/welcome/login_panel.png) no-repeat;
    height: 34px;
    width: 650px;
}

#CustomLoginPanel {
    position: absolute;
    padding: 10px;
    right: 5px;
    top: 10px;
    z-index: 12;
    font-size: 13px;
    background: #eaeaea;
    height: 140px;
    width: 250px;
}

#CustomLoginPanel FORM {
    padding-left: 30px;
    padding-top: 15px;
}

#CustomLoginPanel H1 { font-size: 14px; padding: 5px; text-align: center; }

#ContentPanel {
    background: #ffffff;
    border: 2px solid #2a77c4;
    margin: 20px 20px 10px 130px;
    padding: 10px;
    width: 700px;
    float: left;
}

#RegistrationPanel {
    background: #ffffff;
    margin: 10px 5px 10px 10px;
    padding: 10px;
    width: 595px;
    float: left;
	font-size: 16px;
}

#RegistrationPanelFull {
    background: #ffffff;
    margin: 10px;
    padding: 10px;
    width: 950px;
}

DIV.plan {
    width: 288px;
    height: 300px;
    float: left;
    padding: 10px;
    margin: 5px;
    margin-top:37px;
    border: 2px solid #eaeaea;
    background-color: #f0f0f0;
}

DIV.faq_column {
    padding: 15px;
    float: left;
    width: 400px;
}

DIV.faq_column H4 {
    margin-top: 15px;
    margin-bottom: 4px;
    border-bottom: 1px solid #ccc;
}

INPUT.Continue {
    cursor: pointer;
    width: 165px;
    color: #fefefe;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 1em;
    padding: 0px 0px 0px 0px;
    height: 31px;
    border: none !important;
    background: url(/images/welcome/button_create.png) no-repeat top left;
    behavior: url(/javascripts/iepngfix.htc);
}

DIV.SubmitArea {
    text-align: center;
}

DIV.plan P {
    margin-top: 5px;
}

DIV.selected_plan {
    border: 2px solid #888;
}

SPAN.domain {
	font-size: 0.8em;
	color: #FC6D68;
}

P.price {
    color: green;
	padding-top: 10px;
    font-weight: bold;
}

P.guarantee {
	color: #444444;
	font-size: 0.9em;
}

DIV.paid_features {
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: green; 
	border-bottom: 1px dotted green;
}

#payment_gateway {
	position: absolute; text-align: center;
	font-size: 0.7em;
	color: #888888;
}
DIV.standard_features {
	background: #eaeaea;
	margin: 10px 0px;
	padding: 5px;
}


#RegistrationIntro {
    background: #ffffff;
    border: 3px solid #efefef;
    margin: 10px 10px 10px 5px;
    padding: 10px;
    width: 300px;
    float: right;
}

#RegistrationPanel input {
    font-size: 16px; padding: 2px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}

#LoginHelpPanel {
    background: #ffffff;
    border: 2px solid #2a77c4;
    margin: 10px 0px 10px 10px;
    padding: 10px;
    font-size: 1.1em;
    width: 405px;
    float: left;
}

#LoginHelpTips {
    background: #ffffff;
    border: 1px solid #aeaeae;
    margin: 10px 10px 10px 5px;
    padding: 10px;
    width: 450px;
    float: right;
}

/*#LoginContainer {
    font-size: 11px;
    float: right;
    margin: 0;
    padding: 10px;
    width: 600px;
    font-size: 0.9em;
    text-align: right;
} */

#LoginHelp {
    margin: 10px;
    padding: 10px;
}

#LoginHelp TABLE {
    margin: 10px;
}

#LoginHelp INPUT {
    font-size: 1.2em;
}

#LoginHelp TD {
    padding: 3px;
}

#LoginContainer form {
    margin: 0;
    padding: 0;
}

#LoginContainer P {
    margin-top: 7px;
}

INPUT.login {
    border: 1px solid #999;
    padding: 1px;
}

TD.loginRememberMe {
    font-size: 0.8em;
    color: #444466;
}

/* === Create Site === */
#CreateSitePanel {
    position: absolute;
    top: 385px;
    margin-left: 5px;
    width: 680px;
    text-align: center;
}

#CreateSite {
    height: 140px;
    width: 680px;
    font-size: 1.1em;
    color: #448;
    font-weight: bold;
}

#CreateSite label {
    color: #444;
}

DIV.SiteName {
    background: #222222;
    display: inline;
    padding: 10px;
}

INPUT.SiteName {
    font-weight: bold;
    font-size: 1em;
    width: 190px;
    color: #eaeaea;
    margin-top: 9px;
    border: none;
    padding: 2px;
    height: 18px;
    border-bottom: 2px dotted #444444;
    background: #222222;
}

INPUT.SiteButton {
    cursor: pointer;
    width: 165px;
    color: #fefefe;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 1em;
    padding: 0px 0px 0px 0px;
    height: 31px;
    border: none;
    background: url(/images/welcome/button_create.png) no-repeat top left;
    behavior: url(/javascripts/iepngfix.htc);
}

INPUT.SiteButton:hover {
    background: url(/images/welcome/button_create_h.png?03162010) no-repeat top left;
}

#Intro {
    position: absolute;
    width: 666px;
    font-size: 1.2em;
    height: 390px;
    color: #336;
    text-align: left;
    top: 462px;
    padding: 15px;
    margin-left: 0px;
    background: url(/images/welcome/intro_panel.jpg?03162010) #ffffff top left repeat-x;
}

#Intro P {
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 3px;
    font-size: 0.9em;
}

#Intro H1 {
    font-size: 1.3em;
    color: #444444;
    margin-bottom: 5px;
    background: #fafafa;
    padding: 5px;
}

#Intro H3 {
    text-align: center;
}

#Testimonials {
    position: absolute;
    width: 262px;
    font-size: 1.1em;
    height: 390px;
    color: #558;
    text-align: center;
    top: 462px;
    margin-left: 696px;
    padding: 20px;
    background: url(/images/welcome/testimonials_panel.jpg?03162010) #ffffff top left repeat-x;
}

DIV.quote {
    border-right: 1px solid #eaeaea;
    background: white;
    font-family: Georgia1, Georgia, serif;
    font-style: italic;
    padding: 4px;
    margin-top: 12px;
}

DIV.author {
    text-align: right;
    font-size: 0.8em;
    margin-top: 2px;
    color: #666677;
    margin-bottom: 15px;
}

DIV.heading {
    font-weight: bold;
    font-size: 1.3em;
    margin: 0px 0px 7px 0px;
    padding: 2px;
    color: #660066;
    text-align: center;
    background: url(/themes/shadow/bg_toolbar.png?03102010) repeat-x
}

DIV.subheading {
    font-weight: bold;
    font-size: 1em;
    margin: 0px;
    padding-top: 10px;
    color: #4a4a4a;
}

DIV.ForgotPassword {
    padding: 10px;
    text-align: center;
}

DIV.ForgotPassword P {
    margin-bottom: 10px;
}

.flash {
    background-color: #999900;
    color: #ffffff;
    padding: 5px;
}

DIV.navigation {
    padding: 20px;
    text-align: center;
    margin-top: 10px;
    background: #fafafa;
}

DIV.navigation P {
    padding: 5px;
    margin: 5px;
}

DIV.callout {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    background: url(/themes/shadow/bg_callout.png?03102010) repeat-x #fff;
    color: #000;
}

SPAN.navigation {
    margin: 0px 10px 0px 10px;
    padding: 3px;
    background: #ffffff;
}

A.helpTip {
    font-size: .8em;
    text-decoration: underline;
}

DIV.labelHint {
    font-size: 10px;
    color: #888;
    margin-top: 2px;
}

TABLE.registration {
    padding: 10px;
    margin: 10px;
    width: 580px;
    border-top: 4px solid #cacaea;
    background: #efefef;
}

TABLE.registration TH {
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

TABLE.registration TD {
    padding-left: 2px;
    padding-bottom: 10px;
}

INPUT.RegistrationButton {
    position: absolute;
    font-size: 1.2em;
    width: 76px;
    color: #555;
    margin-top: 10px;
    padding: 0px;
    height: 31px;
    border: none;
    background: url(/images/welcome/button_create.png) no-repeat top left;
}

INPUT.RegistrationButtonButton:hover {
    color: #333;
    background: url(/images/welcome/button_create_h.png) no-repeat top left;
}

DIV.pledge {
    font-size: 1.1em;
    margin-top: 20px;
    color: #999900;
    margin-bottom: 5px;
}

INPUT.confirmSiteName {
    font-size: 1.2em;
    font-weight: bold;
}

#TermsOfUse {
    height: 150px;
    width: 500px;
    overflow: scroll;
    border: 2px solid #eaeaea;
}

DIV.legal H1 {
    font-size: .9em;
}

DIV.legal p {
    font-size: .8em;
    text-align: left;
}

DIV.legal li {
    font-size: .8em;
    font-weight: bold;
    text-align: left;
}

#captcha {
}

#captcha,
#captcha .captcha_field,
#captcha .captcha_image {
    margin-right: 3px;
    float: left;
}

#captcha .captcha_image img {
    margin: 0px;
    padding: 0px;
    width: 110px;
}

#captcha .captcha_label {
    font-size: 1em;
    color: #444444;
}

#captcha .captcha_field input {
    width: 110px;
    margin-top: 6px;
    font-weight: bold;
    font-size: 1.3em;
    color: #000079;
}

/* intro */
DIV.intro {
    padding: 0px;
    width: 998px;
    background: #4971A9;
    margin: 0px;
}

DIV.introScreenshots {
    width: 500px;
}

DIV.introBody {
    position: absolute;
    top: 4px;
    left: 500px;
    padding: 20px;
    width: 458px;
    background: #4971A9;
}

DIV.intro H1 {
    color: #fefefe;
    font-size: 26px;
    margin-bottom: 2px;
}

DIV.intro H2 {
    color: #e0e0ff;
    font-size: 22px;
    margin-bottom: 10px;
}

DIV.intro p {
    color: #efefef;
    font-size: 16px;
    margin-top: 10px;
}

DIV.intro UL {
    font-size: 18px;
    margin-top: 10px;
    color: #f0f0ff;
}

DIV.intro P.actionCall {
    color: #d0d0ff;
    font-size: 13px;
    margin-top: 10px;
}

DIV.introNav {
    width: 360px;
    padding: 5px;
    font-weight: bold;
    float: right;
    background: #43556f;
}

DIV.introNav A {
    color: #eaeaff;
}

DIV.introNav img {
    vertical-align: middle;
    border: none;
}

DIV.intro P.endOfTour {
    background: #eaeaea;
    color: #111155;
    padding: 5px;
    border: 1px solid #a0a0a0;
    text-align: center;
}

DIV.intro P.thirdParty {
    font-size: 11px;
    padding: 0px;
}

#IntroCreateSite {
    height: 150px;
    padding: 10px;
    width: 978px;
    background: #eaeaea;
}

/* invitation */
IMG.sitePhoto {
    float: right;
}

DIV.invitationSponsor {
    padding: 10px;
}

DIV.invitationSponsor IMG {
    vertical-align: middle;
    padding: 5px;
}

DIV.invitationSponsor LABEL {
    font-weight: bold;
}

DIV.industry {
    padding-top: 10px;
    font-size: 0.8em;
}

DIV.ImportSummary {
    padding: 10px;
    background: #2a77c4;
    color: #eeeeee;
}

DIV.ImportSummary H2 {
    color: #ffffff;
    margin-bottom: 5px;
}

SPAN.importCount {
    padding: 2px 5px 2px 5px;
    color: #ffffff;
}

SPAN.count {
    width: 75px;
    height: 50px;
    background: #fff;
    display: block;
    text-align: center;
    vertical-align: middle;
    float: left;
    background: #eaeaea;
    padding: 3px;
    margin: 2px;
}

SPAN.count label {
    font-size: 13px;
    color: #4B7852;
    font-weight: bold;
}

SPAN.count a {
    text-decoration: none;
    color: #007;
    font-size: 25px;
    font-weight: bold;
    font-family: Georgia1, Georgia, serif
}

SPAN.count a:hover {
    text-decoration: underline;
}

SPAN.count p {
    text-decoration: none;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    font-family: Georgia1, Georgia, serif
}

DIV.familySnapshot {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 5px;
}

DIV.familySnapshot P {
    font-size: 18px;
}

DIV.sampleInvite {
    padding: 5px;
    margin: 5px;
    background: #eaffea;
}

DIV.hideBar {
    margin-top: 5px;
    padding: 5px;
    text-align: right;
    background: #ffffff;
}

/* view a clip in public context */
#Clip {
    text-align: center;
}

#Clip H1 {
    font-size: 1.4em;
    color: #231f20;
    margin: 5px 0px 10px 0px;
    text-align: center;
}

#Clip H2 {
    font-size: 1.2em;
    color: #334c63;
    margin-bottom: 10px;
}

#Clip P {
    padding: 5px;
}

#famiva_login {
    background: #43556F; font-weight: bold; width: 250px; padding: 5px; text-align: center; 
    border: 2px solid #3a4a61; color: #eee;
    height: 20px; position: absolute; top: 35px; right: 370px;
}