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

.ljclear {
    clear: both;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

.nowrap {
    white-space: nowrap;
}

.lj_progresscontainer {
    height: 25px;
    width: 400px;
    margin: 1em;
    background: url(/img/progress/inactive.gif) repeat;
}

.lj_progressoverlay {
    background: url(/img/progress/active.gif) repeat;
}

.lj_progressindefinite {
    background-image: url(/img/progress/barber.gif);
}

.lj_hourglass {
        z-index: 20000;
}

.ErrorNote .Inner {
    background-color: #FFEEEE;
    background-repeat: repeat-x;
    border: 1px solid #FF9999;
    padding: 8px;
}

.Note .Inner {
    background: #FFFFDD;
    border: 1px solid #FFCC33;
    padding: 8px;
}

.helper {
    font-size: 0.8em;
    color: #666;
}

div.lj_ippu {
    background-color: #fff;
    border: 2px solid #444;
    padding: 2px;
}

div.lj_ippu_titlebar {
    background-color: #444;
    height: 20px;
    font-weight: bold;
    color: #fff;
    width: auto !important;
    padding: 5px 0 0 5px;
}

    div.lj_ippu_titlebar div {
        
    }
    div.lj_ippu_titlebar A:link,
    div.lj_ippu_titlebar A:visited {
        color:#FFF;
        text-decoration: none;
        border: none !important;
    }
    .lj_ippu_titlebar img {
        opacity: .25;
    }
    
        .lj_ippu_titlebar img:hover {
            opacity: 1;
        }

.vgift-img-l {
    max-width: 220px;
    max-height: 220px;
}

.vgift-img-s {
    max-width: 100px;
    max-height: 100px;
}

.LJ_Placeholder_Container {
    position:relative;
    display:-moz-inline-box;
    display:inline-block;
    border:1px dashed #ccc;
    }
.LJ_Placeholder_Container A {
    position:relative;
    top:50%;
    left:50%;
    visibility:hidden;
    }
.LJ_Placeholder_Container A IMG {
    margin:-17px 0 0 -17px;
    cursor:pointer;
    position:relative;
    visibility:visible;
    }
IFRAME.lj_embedcontent {
    border:0;
    vertical-align:top;
    }
.ljhidden {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        margin: 0;
        border: 0;
        padding: 0;
        font-size: 0.1px;
        line-height: 0;
        opacity: 0;
        filter: alpha(opacity=0);
}

.lj_pollanswer {
}

.lj_pollanswer_loading {
        color: #CCC;
        border: 1px solid #EEE;
}

.super {
    vertical-align: super;
    font-size: .7em;
}

.notice {
    color: #f00;
}

.ljedittime {
    font-size: smaller;
}

.warning-background {
    background-image: url('/img/message-warning.gif');
}

.lj_invisible {
    display:-moz-inline-box;
    display:inline-block;
    line-height:0;
    width:0;
    height:0;
    padding:0;
    border:0 none transparent;
    margin:0;
    overflow:hidden;
    text-decoration:none;
}


/* Link to current LJ.com version 
------------------------------------ */
DL.current-version {
    margin: 10px 0;
    padding: 0;
    border: 0;
    text-align: left;
    }
    DL.current-version DT,
    DL.current-version DD {
        display: inline;
        margin: 0;
        padding: 0 3px 0 0;
        text-align: left;
        white-space: nowrap;
        font-size: 11px !important;
        font-weight: normal;
        }


/* transparency for ie */
.lj_embedcontent { zoom:expression(runtimeStyle.zoom = '1',allowTransparency = true); }

/* WLMInterstitial */
.wlm-interstitial {
    text-align:left;
    padding:20px 230px 10px 10px;
    background:url(/img/lj_wlm/interstitial-screenshot.jpg) no-repeat 274px 3px;
    }
    .wlm-interstitial H1 {
        font-size:2.6em;
        text-transform:uppercase;
        color:#375991;
        }
    .wlm-interstitial FIELDSET {
        border:0;
        padding:10px 0 0;
        margin:0;
        }
        .wlm-interstitial FIELDSET UL,
        .wlm-interstitial FIELDSET LI {
            padding:0;
            margin:0;
            display:block;
            list-style:none;
            }
        .wlm-interstitial FIELDSET UL {
            padding-bottom:10px;
            }
        .wlm-interstitial FIELDSET .wlm-submit-button {
            width:55px;
            }
.lj_ippu_titlebar {
    text-align:left;
    }
.lj_ippu_titlebar IMG {
    cursor:pointer;
    }

.opera-filter { display:none; }
HTML:first-child .opera-filter { display:block; } /* opera lt 9.5 */
HTML:not(IE7) .opera-filter, x:-o-prefocus { display:block; } /* opera gte 9.5 */


.user_alias_act {
	padding: 13px 24px;
	text-align: left;
	font-size: 16px;
	}
	.user_alias_act INPUT {
	    font-family: Arial, sans-serif;    
	    }
		.user_alias_act .alias-value {
			width: 380px;
			}
	.user_alias_act P {
		margin: .75em 0px;
		text-indent: 0;
	    }
	.user_alias_act DIV.user-alias-label {
		padding-top: 5px;
		margin-bottom: 5px;
	    font-size: 0.85em;
	    }
	.user_alias_act SPAN.helper {
		padding-top: 12px;
		display: block;
		color:#000;
		font-size: 0.7em;
		}
        .user_alias_act A:link,
        .user_alias_act A:visited,
        .user_alias_act A:hover,
        .user_alias_act A:active {
              border: 0 !important;
              text-decoration: underline;
              }
        .user_alias_act A:link{
            color: #0000CC;
            }
        .user_alias_act A:visited {
            color: #330066;
            }
        .user_alias_act A:link:hover {
            color: #0000CC;
            }
        .user_alias_act A:visited:hover {
            color: #330066;
            }
        .user_alias_act A:link:active {
            color: #0000CC;
            }
        .user_alias_act A:visited:active {
            color: #330066;
            }

/* Styles for messagers, 
Must be removed after implementation of Framework! */
.b-message {
    padding: 8px;
    margin: 10px 0 24px;
    }
.b-message-suggestion {
    background: #FFE8BF;
    border: 1px solid #FF8E44;
    } 

/* Disabled block
--------------------------- */
/* Must be removed after implementation of Framework! */
.st-disabled {
    position:relative;
    }

/* Blocking layer */
.b-blocker {
    position:absolute;
    top:0;
    left:0;
    display:none;
    width:100%;
    height:100%;
    }
    .st-disabled .b-blocker {
        display:block;
        }
    .b-blocker-over {
        z-index:1000000000;
        }
    .b-blocker-white {
        background:#FFF;
        }
    .b-blocker-gray {
        background:#808080;
        }
    .b-blocker-gray,
    .b-blocker-white {
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity:.5;
        }

/* Block for adding HTML into headers.
It must be invisible, use it only for reskining */
.b-reskining-header {
	display: none;
	}

/* List of [un]changed inputs
--------------------------- */
/* Must be removed after implementation of Framework! */
.b-form-changelist .type-text {
	color:#808080;
	}
	.b-form-changelist .type-text:focus,
	.b-form-changelist .type-text-focus,
	.b-form-changelist .type-text-changed {
		color:#000;
		}
div.ContextualPopup {
    position: relative;
    margin: 5px 0 0 20px;
    font: normal 11px "Arial", "Verdana", sans-serif !important;
    text-align: left;
    }

* html div.ContextualPopup {
    background: none !important;
    }

div.ContextualPopup img {
    border: 0;
    }

div.ContextualPopup div.Inner {
    position: relative;
    top: -2px;
    left: -2px;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #036;
    padding: 0px;
    width: 20em;
    }

* html div.ContextualPopup div.Inner {
    top: 0px;
    left: 0px;
    }

div.ContextualPopup .Content {
    padding: 2px 4px 6px 4px;
    margin-right: 50px;
    line-height: 1.4;
    }

   div.ContextualPopup .Relation {
       font-weight: bold !important;
       }

   div.ContextualPopup .Content .OnlineStatus {
       font-weight: bold;
       }

   div.ContextualPopup .Content .GizmoBlurb {
       font-size: smaller;
       }

div.ContextualPopup .Userpic {
    float: right;
    top: 0;
    right: 0px;
    padding: 4px 4px 0 0;
    }

* html div.ContextualPopup .Userpic {
    top: 2px;
    }

   div.ContextualPopup .Userpic img {
        margin: 0 auto;
        max-width: 50px;
        width:expression(this.width > 50 ? "50px" : this.width); /*IE Max-width */
        height: auto;
        vertical-align: middle;
        }

   div.ContextualPopup div.Inner a:link,
   div.ContextualPopup div.Inner a:visited {
        text-decoration: underline !important;
        border-bottom:0 none;
        font-weight: bold;
        color: #00C !important;
        }

	div.ContextualPopup div.Inner .alias-unavailable A, 
	div.ContextualPopup div.Inner .alias-unavailable A:link, 
	div.ContextualPopup div.Inner .alias-unavailable A:visited {
		color:#999 !important;
		}

/* homepage styles */

/* logged out homepage styles */
body.logged-out, body.logged-out #footer {
    background-color: #f0f5f9 !important;
}
.homepage-loggedout {
    color: #222;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
.homepage-loggedout {
    width: 970px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.homepage-loggedout a {
    color: #48779b !important;
    text-decoration: none;
}
.homepage-loggedout a:hover {
    text-decoration: underline;
}
.homepage-loggedout .rounded-box {
    background-color: #a7c4d8;
    background-image: url(/img/corners/tl-on-f0f5f9.gif);
}

.homepage-loggedout .rounded-box .rounded-box-tr {
    background-image: url(/img/corners/tr-on-f0f5f9.gif);
}

.homepage-loggedout .rounded-box .rounded-box-bl {
    background-image: url(/img/corners/bl-on-f0f5f9.gif);
}

.homepage-loggedout .rounded-box .rounded-box-br {
    background-image: url(/img/corners/br-on-f0f5f9.gif);
}

.homepage-loggedout .rounded-box .rounded-box {
    background-color: #fff;
    background-image: url(/img/corners/tl-on-a7c4d8.gif);
}

.homepage-loggedout .rounded-box .rounded-box .rounded-box-tr {
    background-image: url(/img/corners/tr-on-a7c4d8.gif);
}

.homepage-loggedout .rounded-box .rounded-box .rounded-box-bl {
    background-image: url(/img/corners/bl-on-a7c4d8.gif);
}

.homepage-loggedout .rounded-box .rounded-box .rounded-box-br {
    background-image: url(/img/corners/br-on-a7c4d8.gif);
}

.homepage-loggedout .rounded-box-content {
    background-color: #fff;
}

/* logged out features */
.homepage-loggedout #homepage-features {
    margin-bottom: 10px;
}
.homepage-loggedout .columns-2-left {
    width: 630px !important;
}
.homepage-loggedout .columns-2-right {
    width: 315px !important;
}
.homepage-loggedout .intro {
    color: #213368;
    margin: 5px 0 0 0;
    font-size: 20px;
    font-weight: bold;
}
.homepage-loggedout .intro.detail {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
}
.homepage-loggedout .join div {
    background-color: #fff;
    border: 1px solid #B5CDE1;
    border-right: 1px solid #6A9AC2;
    border-bottom: 1px solid #6A9AC2;
    padding: 8px 6px 0 6px;
    margin: 8px 8px 8px 0;
}
.homepage-loggedout .join p.joinlabel {
    color: #213368;
}
.homepage-loggedout .join p.joindetail {
    font-size: 14px !important;
    margin: 10px 0 4px 0;
    text-align: center;
    font-weight: bold;
}
.homepage-loggedout .join p.member {
    font-size: 13px !important;
    text-align: right;
}
.homepage-loggedout .getstarted-home {
    text-align: center;
    margin: 0 0 4px 0;
}
.homepage-loggedout input.start {
    font-size: 130%;
    color: #fff;
    margin: 8px 0 0 0;
    background: #559a40;
    border: 2px solid #76ae65;
    border-bottom: 2px solid #447c33;
    border-right: 2px solid #447c33;
}
.homepage-loggedout input.start:hover {
    background: #447c33;
}

/* logged out spotlight */
.homepage-loggedout .homepage-spotlight {
    width: 640px;
    float: left;
    margin-bottom: 10px;
}
.homepage-loggedout .homepage-spotlight .rounded-box-content {
    padding-bottom: 5px;
}
.homepage-loggedout .appwidget-journalspotlight {
    margin-bottom: 0;
}
.homepage-loggedout .header,
.homepage-loggedout .appwidget-journalspotlight h2 {
    color: #213368;
    font-size: 16px;
    font-weight: bold;
    margin: 0 !important;
}
.homepage-loggedout .appwidget-journalspotlight h2 {
    font-size: 19px;
    font-weight: normal;
}
.homepage-loggedout .appwidget-journalspotlight .spotlight-controls img {
    vertical-align: middle;
}
.homepage-loggedout .appwidget-journalspotlight .normal-users ul li .userpic {
    margin-bottom: 10px;
}
.homepage-loggedout .appwidget-journalspotlight .sponsored-users-inner {
    background-color: #fcf6db;
    border: 1px solid #ffdfc0;
    text-align: center;
}
.homepage-loggedout .appwidget-journalspotlight .sponsored-users h3 {
    background-color: #ffdfc0;
    color: #213368;
    font-weight: normal;
    font-style: normal;
}
.homepage-loggedout .appwidget-journalspotlight .suggest-spotlight {
    display: none;
}
.homepage-loggedout .appwidget-journalspotlight #all_spotlights {
    margin-top: 10px;
}

/* logged out ad */
.homepage-loggedout .homepage-ad {
    float: right;
    margin-bottom: 10px;
    width: 320px;
    padding: 0;
}

/* logged out promos */
.homepage-loggedout .homepage-promo {
    float: left;
    width: 640px;
	margin-bottom: 10px;
}
.homepage-loggedout .appwidget-promotext {
    margin: 10px 0 0 0;
}
.homepage-loggedout .appwidget-promotext p {
    margin: 0;
}
.homepage-loggedout .homepage-qotdandpromo {
    margin-bottom: 20px;
    padding: 10px 10px 0 10px;
    background: #FFFFDD;
    border-top: 1px solid #FFCC33;
    border-bottom: 1px solid #FFCC33;
}
.homepage-loggedout .homepage-minipromowithqotd {
    width: 300px;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* logged out stats */
.homepage-loggedout .homepage-stats {
    width: 320px;
    float: right;
	clear: right;
	margin-bottom: 10px;
}
.homepage-loggedout .homepage-stats p {
    margin: 0;
    padding: 0;
}
.homepage-loggedout .homepage-facts {
    position: relative;
    clear: left;
    padding-bottom: 0px;
}
.homepage-loggedout .homepage-facts p.detail {
    font-size: 90% !important;
    margin-top: 0px;
}

/* frank widget  */
.homepage-loggedin-frank .appwidget-frank h2 {
    margin: 0 0 6px 0;
    border: none;
    padding: 0;
    margin: 0 130px 0 0;
    text-align: right;
    background: none;
}
.homepage-loggedin-frank .appwidget-frank .frank-says {
    position: absolute;
    right: 130px;
}

/* recent posts widget */
li.post a {
    background: url(/img/pencil.gif) no-repeat 0 50%;
    padding-left: 20px;
    font-weight: bold;
}
li.post span.detail,
li.inbox span.detail {
    font-size: 11px !important;
    display: block;
}
li.friends a {
    background: url(/img/journal.gif) no-repeat 0 50%;
    padding-left: 20px;
    font-weight: bold;
}
li.inbox a {
    background: url(/img/icon-email-16x16.gif) no-repeat 0 50%;
    padding-left: 20px;
    font-weight: bold;
}
li.news {
    padding-top: 5px;
}
.homepage-loggedin .appwidget-recentcomments-content,
.homepage-loggedin #all_spotlights,
.homepage-loggedin ul.explore-links,
.homepage-loggedin form,
.homepage-loggedin .appwidget-promotext,
.homepage-loggedin .appwidget-friendupdates ul,
.homepage-loggedin .appwidget-friendbirthdays table,
.homepage-loggedin .appwidget-officialjournals ul {
    padding: 0 10px;
}
.appwidget-recentposts .detail,
.appwidget-recentposts h2 {
    display: none;
}
.homepage-account {
    margin-bottom: 5px !important;
    zoom: 1; overflow: hidden;
    width: 100%;
    display: block;
}
.homepage-account-inner {
    padding-left: 200px;
}
.homepage-account-left {
    float: left;
    position: relative;
    width: 200px;
    margin-left: -200px;
}
* html .homepage-account-left {
    margin-left: -100px;
}
.homepage-account-right {
    float: left;
    position: relative;
    width: 100%;
    background: url(/img/qotd-arrow.gif) no-repeat 5px 0;
}
.homepage-account a:visited {
    color: #00C;
}
.homepage-account span.detail {
    margin-left: 20px;
}
.homepage-account ul.nostyle {
    padding: 0 !important;
    margin-bottom: 8px;
}
.homepage-account ul.nostyle li {
    margin: 0 0 5px 10px;
}
.homepage-loggedin {
    background: url(/img/goat-back2.gif) repeat-x bottom;
}
.homepage-loggedin .appwidget {
    margin-bottom: 20px;
}
.homepage-loggedin .appwidget-promotext {
    padding-bottom: 30px;
}
.homepage-loggedin h2 {
    font-size: 14px;
    clear: left;
    font-family: Arial;
    font-weight: bold;
    background: #ededed url(/img/corner.gif) no-repeat 0 0;
    margin: 0 0 8px 0;
    padding: 5px 8px;
    color: #222;
}
.homepage-account h2,
.homepage-loggedin .appwidget-recentcomments h2,
.homepage-loggedin .appwidget-friendupdates h2,
.homepage-loggedin .appwidget-friendbirthdays h2,
.homepage-loggedin .appwidget-featuredstyles h2 {
    background-color: #C7E0F6;
}
.homepage-loggedin .appwidget-gettingstarted h2 {
    background-color: #EDEDBB;
}
.homepage-loggedin h2 span {
    padding-left: 20px;
}
.homepage-loggedin .homepage-account h2 span {
    background: url(/img/icon-quicklinks-16x16.gif) no-repeat 0 50%;
}
.homepage-loggedin .homepage-account h2 span.qotd-controls {
    background: none;
}
.homepage-loggedin .appwidget-gettingstarted h2 span {
    background: url(/img/icon-checkbox-16x16.gif) no-repeat 0 50%;
}
.homepage-loggedin .appwidget-recentcomments h2 span {
    background: url(/img/interests.gif) no-repeat 0 50%;
}
.homepage-loggedin .appwidget-journalspotlight h2 span {
    background: url(/img/icon-spotlight-16x16.gif) no-repeat 0 50%;
    padding-left:  20px;
}
.homepage-explore h2 span {
    background: url(/img/search.gif) no-repeat 0 50%;
}
.homepage-verticaleditorials h2 span {
    background: url(/img/Website.gif) no-repeat 0 50%;
    padding-left: 20px;
}
.homepage-facts h2 span,
.homepage-insidelj h2 span {
    padding-left: 0;
}
.appwidget-friendbirthdays h2 span {
    background: url(/img/gift.gif) no-repeat 0 50%;
}
.appwidget-friendupdates h2 span,
.appwidget-featuredstyles h2 span {
    background: url(/img/icon-track-16x16.gif) no-repeat 0 50%;
}
.appwidget-officialjournals h2 span {
    background: url(/img/newsinfo.gif) no-repeat 0 50%;
}
.homepage-explore {
    clear: both;
}
.homepage-loggedin .appwidget-gettingstarted {
    background-color: #ffd;
}
.appwidget-qotd, .appwidget-sitemessages {
    margin: 0 10px 0 15px;
    padding: 8px 10px;
    background-color: #fff;
    border-bottom: 2px solid #C7E0F6;
}
.homepage-account .appwidget-qotd h2 {
    margin: 0 0 4px 0 !important;
}
.homepage-account {
    background-color: #ECF6FF;
}
.homepage-loggedin .getting-started-items {
    padding: 0 10px;
}
.homepage-loggedin-frank .appwidget-frank {
    float: right !important;
    width: 300px;
    clear: right;
    margin: -125px 0 0 0 !important;
}
.homepage-loggedin-frank .appwidget-frank .appwidget-frank-text {
    display: none;
}
homepage-loggedin #MiniSiteMap {
    margin-top: 0 !important;
}
.homepage-loggedin .cprod {
    margin-bottom: 20px;
}
.homepage-loggedin .cprod h3 {
    color: #777;
}
.homepage-loggedin .cprod .content {
    border: 1px solid #ccc;
}
.homepage-loggedin .cprod .alllink a {
    color: #00C !important;
}
.homepage-loggedin .appwidget-recentposts {
    float: left;
    width: 58%;
    height: 80px;
}
.explore-links {
    float: right;
    margin-right: 10px !important;
}
.explore-links li {
    background: url(/img/arrow-double-black.gif) no-repeat 0 50%;
    padding-left: 12px;
}
.cprod {
    padding-bottom: 150px; /* make room for Frank widget */
}
.homepage-loggedin .warningbar,
.homepage-loggedin .ljad,
.homepage-explore {
    margin-bottom: 20px;
}
.homepage-loggedin #interest-search {
    width: 47%;
    margin-top: 10px;
}
.homepage-minipromo {
    margin-bottom: 20px;
}
.homepage-minipromo .appwidget-promotext {
    padding: 0;
    margin: 0;
}
.homepage-insidelj .appwidget-promotext {
    clear: left;
    float: left;
    padding-right: 15px;
    margin-bottom: 50px;
    width: 389px;
}
.homepage-verticaleditorials {
    margin-top: 15px;
}
.homepage-verticaleditorials h2 {
    margin: 0;
}
.homepage-verticaleditorials-inner {
    padding: 8px 5px 0 5px;
    background-color: #f6f6f6;
}
.appwidget-verticaleditorialsnippets {
    margin-bottom: 10px !important;
}
.appwidget-verticalfeedentries {
    margin-bottom: 5px !important;
}

.sgtopics {
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	zoom: 1;
}

.round-bl {
    background: url(/img/corners/round-bl.gif) no-repeat 0 100%;
}

.logged-out .round-br {
    background: url(/img/corners/round-br-b.gif) no-repeat 100% 100%;
	padding: 0 0px 8px 0;
	overflow: hidden;
}
.logged-in .round-br {
    background: url(/img/corners/round-br-w.gif) no-repeat 100% 100%;
	padding: 0 0px 8px 0;
	overflow: hidden;
}

.sgtopics H2 {
	background: url(/img/corner.gif) no-repeat 0 0 #C7E0F6;
	margin:0px;
	padding:5px 12px;
	font-weight: bold;
	font-size: 16px;
	color:#000;
}

.logged-out .sgtopics H2 {
	background: url(/img/corners/corner-ltblue.gif) no-repeat 0 0 #C7E0F6;
}

.sg-content {
	background: #fff;
	border: #a7c4d8 2px solid;
	border-width: 0 2px;
	overflow: hidden;
	zoom: 1;
}

.appwidget-sgtopics {
	margin-bottom: 0px !important;
	overflow: hidden;
	zoom: 1;
	padding: 0px;
}

*:first-child+html .appwidget-sgtopics {
	width: 100%;
}

.sgtopics .m-logo {
	background: #FFFFFF url(/img/mocca-logo.gif) no-repeat 0 0;
	float: right;
	width: 90px;
	height: 25px;
	text-indent: -2000px;
	margin-right: 5px;
}

.sg-content TABLE {
	margin: 0px 0px 0px -1px;
	padding: 0px;
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.sg-content TD {
		width: 25%;
		border-left: 1px solid #f9c5ab;
		min-height: 15em;
		min-width: 120px;
		vertical-align: top;
}

.sg-content TD DIV {
	padding: 10px 15px 0px 20px;
	font-size: .85em;
}
.sg-content H4 {
	color:#213368;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
	padding-bottom: 12px;
}
	.sg-content H4 A, .sg-content H4 A:link, .sg-content H4 A:visited
	.homepage-loggedout .sg-content H4 A, .homepage-loggedout .sg-content H4 A:link, .homepage-loggedout .sg-content H4 A:visited {
		color:#213368 !important;
		text-decoration: none;
	}

.sg-content TD IMG {
		float: left;
		margin: 0 7px 7px 0;
}
.sg-content .more {
	display: block;
	margin-top: 7px;
}
.sg-content .more A {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color:#48779B;
}

/* Right blocks redisgn */

.appwidget-friendbirthdays UL.giftlist,
.appwidget-featuredstyles UL.stylelist,
.appwidget-upgradeaccount .upgrade-info UL {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
    zoom: 1;
}

.appwidget-friendbirthdays UL.giftlist {
    margin: 0 0 5px;
}

.appwidget-friendbirthdays .giftlist LI {
	width: 100px;
	text-align: center;
	display: inline-block;
	/*vertical-align: middle;
    line-height: 100px;*/
	}
	.appwidget-friendbirthdays .giftlist LI DIV.gift-holder {
	    line-height: 100px;
	    vertical-align: middle;
	    display: inline;
	    zoom: 1;
	    _height: 100px;
	    }
	*HTML .appwidget-friendbirthdays .giftlist SPAN.liner { 
	    zoom: 1; 
	    height: 100px; 
	    width: 0px; 
	    display: inline;
	    } 

	.appwidget-friendbirthdays .giftlist LI SPAN {
	    line-height: auto;
	    font-size: .8em;
	    display: block;
	    }
	.appwidget-friendbirthdays .giftlist SPAN.liner {
	    display: inline;
	    font-size: 1px;
	    }
	    
	*:first-child+html .appwidget-friendbirthdays .giftlist LI {
	    display: inline;
	    zoom: 1;
	}
	*HTML .appwidget-friendbirthdays .giftlist LI {
	    display: inline;
	    zoom: 1;
	}
    *HTML .appwidget-friendbirthdays .giftlist LI DIV A {
        zoom: 1;
        vertical-align: middle;
        }
	.appwidget-friendbirthdays .giftlist LI IMG {
	    vertical-align: middle;
	}

    .appwidget-featuredstyles .stylelist LI {
        float: left;
        width: 50%;
    }
    .appwidget-featuredstyles .stylelist LI.last {
        float: right;
        width: 50%;
        text-align: right;
    }

    .appwidget-featuredstyles .right-mod .stylelist LI A IMG {
        width: 140px;
        height: 106px;
        border: 1px solid #000;
    }

.appwidget-friendupdates .statlink {
	background: url(/img/ico_stat-diag.png) no-repeat 0 90%;
	padding: 10px 0 0 60px;
	margin-left: 10px;
	font-size: 1.2em;
}
.homepage-loggedin .right-mod LI A {
    border: none;
}
.homepage-loggedin .right-mod LI A IMG {
    border: none;
}

.appwidget-upgradeaccount .upgrade-info {
	background: url(/img/upgrade-bg.png) no-repeat 0 100%;
	color: #093b6d;
	padding: 24px 14px 20px;
}

.appwidget-upgradeaccount .upgrade-info LI {
	font-size: 1em;
}

.appwidget .mod-inf {
    border: 1px solid #CCC;
    padding: 14px;
    margin-bottom: 15px;
    }.ljad h4
{
    text-align: left;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #444;
    margin: 0;
}
.ljad A:link,
.ljad A:visited
{
    font-size: 10px;
    border: 0 !important;
}
.ljad img { border: 0; }
.ljadskyscraper
{
    width: 160px;
}
.ljadleaderboard, .ljadleaderboard-top, .ljadleaderboard-bottom
{
    width: 728px;
    margin-left: auto;
    margin-right: auto;
}
.ljadsmrect
{
    width: 185px;
}
.ljadmedrect
{
    width: 300px;
    overflow: hidden;
    zoom: 1;
}
.ljadmedrect OBJECT,
.ljadmedrect EMBED,
.ljadmedrect IMG {
    margin: 0;
    padding: 0;
    display: block;
}

.adv-box BR,
.ljadafter-post-a BR,
.ljadmedrect BR {
    display: none;
}

.adv-box IMG,
.ljadafter-post-a IMG,
.ljadmedrect IMG {
    vertical-align:top;
}
.adv-box DL DD A IMG,
.ljadafter-post-a DL DD A IMG,
.ljadmedrect DL DD A IMG {
    margin:0;
}


.ljad5linkunit
{
    width: 728px;
    margin-left: auto;
    margin-right: auto;
}
.ljadbadge
{
    width: 160px;
    margin-bottom: 15px;
}
.ljadentrybox
{
    width: 468px;
}


/* Styling for search ads */

.lj_inactive_ad {
    display: none;
}

.lj_content_ad {
    border: 1px solid #FFD63F;
    width: 580px;
    overflow: hidden;
    text-decoration: none;
    font-size: 12px;
    padding: 5px;
    padding-bottom: 0;
}

.lj_content_ad .ad_header {
    font-weight: bold;
}

.lj_content_ad .ad_text,
.lj_content_ad .ad_url {
    font-size: 11px;
}

/* Avertising for sup's user
----------------------------- */
.adv {
position: relative;
overflow: hidden;
zoom:1;
min-width: 400px;
clear: both;
background: #fff;
border: 1px solid #808080;
padding: 12px;
text-align: left !important;
}
.adv-box {
overflow: hidden;
height: 250px;
width: 100%;
min-width: 400px;
}
* HTML .adv-box {
width:expression(parentNode.clientWidth < 530 ? "400px" : "100%");}
/* HTML .adv-box {
width:expression(document.documentElement.clientWidth < 793 ? "400px" : "100%");}

* HTML #adv_digitalmult .adv-box {	
width:expression(document.documentElement.clientWidth < 944 ? "300px" : "100%");}
*/
/* Banner */
.adv-box-banner {
float: left;
width: 313px;
height: 250px;
text-align: left;
}

/*text banner*/
.adv-box-text {
float: left;
overflow: visible;
width: 100%;
min-width: 530px;
margin-right: -313px;
padding-top: 30px;
}
.adv-box-text-in {
margin-right: 313px;
}
.body-adv-box {
zoom:1;
}
/* min-width for ie6 */
* HTML .mw {
overflow:hidden;
width:530px;
height:0;
font-size: 0;
line-height: 0;
}
/* Advertising header 
------------------------------*/
H3.h-adv-box {
padding: 3px 7px 5px 7px !important;
margin: 0 !important;
border: 0 !important;
background: #a92242 !important;
text-transform: uppercase;
font: 10px/1 Verdana, Arial, sans-serif;
color: #FFF;
}
H3.h-adv-box A {
border: 0 !important;
text-decoration: none !important;
font: 10px/1 Verdana, Arial, sans-serif !important;
color: #FFF !important;
background: none !important;
}
H3.h-adv-box A:hover {
border: 0 !important;
text-decoration: underline !important;
color: #FFF !important;
}
.adv H3.h-adv-box {
position: absolute;
right: -1px;
top: 12px;
float: right;
z-index: 100;
border: 0 !important;
}/* Define text color and typography */
html, body {
    height: 100%;
}
body {
    color: #000000;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    min-width: 840px;
    width: 100%;
}
a:link {
    color: #00C; background-color: transparent;
}
a:visited {
    color: #306; background-color: transparent;
}
a:active {
    color: #F60; background-color: transparent;
}
h1 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #036; background-color: transparent;
    margin: 0 0 0.4em 0; padding: 0;
}
h1 a {
    font-weight: normal;
}
h2 {
    font-weight: normal;
    color: #036;
    margin: 0.3em 0 0.1em 0; padding: 0;
}
h3 {
    color: #024; background-color: transparent;
    font-style: italic;
    margin: 0.2em 0 0.2em 0; padding: 0;
}
p {
    margin: 0.75em 0;
}
body, dd, dt, th, td, p, div, li, pre, code, kbd { font-size: small; }
h3 { font-size: medium; }
h2 { font-size: large; }
h1 { font-size: x-large; }
li { margin-left: 0px; }

h1.title {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

#NavigationWelcomeLogo {
    position: relative;
    top: 0;
    left: 0;
    font-size: 0.8em;
    color: #444;
    height: 6.11em;
    margin: 0;
    padding: 0;
}
#NavigationWelcomeLogo a {
    color: #444;
    font-weight: 700;
}
#Content pre {
   line-height: 1em;
}

/* Utility CSS */
.clear {
    clear: both;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0%;
}

.hide {
    display: none;
}
hr {
    border: 0;
    width: 100%;
    color: #369; background-color: #369;
    height: 2px;
}
table.edged {
    border: 2px solid #c5dff9;
}
table.edged td {
    border: 1px solid #8fc3f7;;
}
.standout {
    text-align: center;
}
.standout .container {
    color: #000; background-color: #c5dff9 !important;
    border: 1px solid #8fc3f7;
    padding: 3px;
    /* margin shorthand isn't recognized by IE5/Mac */
    margin-top: auto; margin-bottom: auto;
    margin-left: auto; margin-right: auto;
    width: auto;
    text-align: left;
}
.standout span.container {
    padding: 8px 7px !important;
    display: inline-block;
}
.errorbar {
    color: #000;
    font: 12px Verdana, Arial, Sans-Serif;
    background-color: #FFEEEE;
    background-repeat: repeat-x;
    border: 1px solid #FF9999;
    padding: 8px;
    margin-top: auto; margin-bottom: 5px;
    margin-left: auto; margin-right: auto;
    width: auto;
    text-align: left;
}
.warningbar {
    color: #000;
    font: 12px Verdana, Arial, Sans-Serif;
    background-color: #FFFFDD;
    background-repeat: repeat-x;
    border: 1px solid #FFCC33;
    padding: 8px;
    margin-top: auto; margin-bottom: 5px;
    margin-left: auto; margin-right: auto;
    width: auto;
    text-align: left;
}
.de {
    color: #909090; background-color: #ffffff;
}

/* layout */

.talk-comment {
    margin-top: 1em;
    margin-bottom: 0px;
	}
	.talk-comment-box {
		overflow: hidden;
		}

#commenttext { width: 100%; }

/* Form Items */
.formitem {
    color: #343434;
    font-size: 1em;
}

.formnumber {
    font-weight: bold;
    margin-top: 1.8em;
    font-size: .9em;
}

.formitemName {
    font-weight: bold;
    font-size: .9em;
    margin-top: 1.8em;
}

.formitemDesc {
    margin-top: .4em;
    margin-bottom: .4em;
    color: #505050;
}

.formitemNote {
    color: #da6320;
    font-size: .9em;
    margin-top: .4em;
    margin-bottom: .4em;
}

.formitemFlag {
    color: #CE0000;
    font-size: .9em;
    margin-top: .4em;
    margin-bottom: .4em;
}

.borderedtable {
    border: solid 1px black;
}

/* the top of the borderedtable, use th tags for header columns */
.borderedtable th {
    background-color: #dddddd;
    border-bottom: solid 1px black;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}


.userslist-table {
        border: 1px solid #DDD;
}

.userslist-table TH, .aliaslist-table TH  {
        background: #DDD;
        padding: 2px 10px;
        white-space: nowrap;
        text-align:left;
}
	.aliaslist-table TH {
		padding: 4px 10px;
	}
.userslist-table TD {
        padding: 3px 10px;
}

.aliaslist-table {
	border: 0;
	border-spacing: 0px;
	}
	.aliaslist-table TD {
		padding: 3px 3px 3px 10px;
		}
		.aliaslist-table TD .user_check {
		    margin-right: 10px;
		    }
		.aliaslist-table TD.more {
		    padding: 3px 3px 7px 10px;
		    }
	.aliaslist-table .notedel {
	    padding: 17px 0px 0px 10px;
	    }
	.aliaslist-table .user_alias {
		padding: 3px 0px 3px 10px;
		}
		.aliaslist-table .user_alias INPUT {
			width: 300px;
			}
		.aliaslist-table .user_alias .type-checkbox {
			margin-left:1.2em;
			margin-right:1.2em;
			width: auto;
			}
	.aliaslist-table .newalias TD {
		padding: 14px 0px 3px 10px;
		font-weight: bold;
		}

		.aliaslist-table .user_alias_error {
			position:absolute;
			margin:.25em 0 0 1em;
			color:#F00;
			}

/* Extended.css */
.hide {
    display: none;
}
div.centered {
    text-align: center;
    width: 100%;
}
.lesstop {
    margin-top: 2px;
}
.de {
    color: #909090; background-color: #ffffff;
}
#ljbreadcrumbs {
    text-align: left;
    white-space: nowrap;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
    margin-left: 0;
    margin-bottom: 1em;
}

/* layout */

#content pre {
   line-height: 1.1em;
   font-size: 1.1em;
}
#Comments q {
    font-style: italic;
}
div.transparentpng { display: none; margin: 0; padding: 0; }
img.transparentpng { border: 0; }


/* Ad wrapper styles (for ads printed in BML directly) */

.ljadwrapper-app-full-width
{
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
}

.ljadwrapper-app-info-1column,
.ljadwrapper-app-func-1column,
.ljadwrapper-app-confirm,
.ljadwrapper-app-home-login,
.ljadwrapper-app-schools,
.ljadwrapper-search,
.ljadwrapper-journal-indiv-entry,
.ljadwrapper-journal-skyscraper,
.ljadwrapper-app-search-skyscraper
{
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
    display: table-cell;
}

.ljadwrapper-app-func-2column,
.ljadwrapper-app-info-2column,
.ljadwrapper-journal-userinfo
{
    margin-top: 2em;
    text-align: center;
    width: 100%;
}
div.copyrighted {
       font-size: smaller;
       padding-bottom: 10px;
}

/* Addfriend options */
.addfriend-options {
	padding-top:1.25em;
	}
	.addfriend-options DD {
		padding-top:.3em;
		}
		.addfriend-options .type-text {
			width:270px;
			}
		.addfriend-options DD IMG {
			border:0;
			margin-right:.4em;
			}
#top {
    position: relative;
    top: 0;
    left: 0;
    font-size: .8em;
    color: #444;
    background: #ccc;
    height: 9em;
}
#top .body {
    margin: 0 0 0 10px;
}
#Content {
    position: relative;
    top: 9em;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    width: 92%;
}
#Userpic {
    background: none !important;
}
#feedback-link {
    background: #c93;
    color: #fff;
    font-weight: bold;
    font-size: .8em;
    width: 23.1em;
    white-space: nowrap;
    text-align: center;
    margin: 0;
    padding: .5em;
}
#feedback-link a {
    color: #fff;
}
#Logo {
    position: absolute;
    top: 3px;
    left: 12px;
    z-index: 200;
    width: 83px;
}
#SiteName {
    position: absolute;
    top: 25px;
    left: 90px;
    z-index: 200;
}
#Login {
    position: absolute;
    right: 10px;
    top: 5px;
    background-color: #cfe7ff;
    border: 0px;
    z-index: 150;
    text-align: center;
    -moz-border-radius: .5em .5em 0 0; /* Mozilla gets a cool rounded border */
    border-radius: .5em .5em 0 0; /* Any compliant browser is free to show it */
}
/* Opera needs a different height */
@media all and (min-width: 0px) {
    #Login {
        height: 7.34em;
    }
}

#Login input {
    font-size: .8em;
}
#Login a {
    font-size: .8em;
    white-space: nowrap;
    color: #369;
    line-height: 1.6;
}
#Login table {
    margin: 7px 5px 0px 5px;
}
#Login table td {
    vertical-align: top;
    text-align: left;
    font-size: 1em;
}
#Login table .desc,
#Login table label {
    font-size: .9em;
    vertical-align: middle;
    text-align: right;
}
#NavBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #3e5a8b;
    z-index: 90;
}
#NavMenu {
    margin: 0;
    padding-left: 97px;
    border: 0px;
    font-size: .8em;
    list-style-type: none;
    color: #fff;
}
* html #NavMenu {
    padding-left: 0px;
}
/* Opera needs a different height */
@media all and (min-width: 0px) {
    #NavMenu {
        height: 2.7em;
    }
}
#NavMenuItem0 {
    width: 90px;
}
.NavMenuItem {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
    width: auto;
    float: left;
    display: block;
    margin-top: 0;
}
.NavMenuItem a, .NavMenuItem a:visited {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: .5em .6em;
    text-decoration: none;
    display: block;
}
.NavMenuItem a:hover, #Alpha {
    color: #114577;
    background-color: #CBE4FD;
}
#NavMenuSearch {
    display: none;
    float: right;
    clear: right;
    position: absolute;
    right: 3em;
    padding-top: .1em;
}
#NavMenuSearch input, #NavMenuSearch select {
    vertical-align: middle;
    margin: 0 2px 0 2px;
}

/* 10 years header mod (overwrite of layout.css) */

#navigation {
    background:#061C43 url(/stc/horizon/10years/10years-out-bg.jpg) 0 0 no-repeat;
    }
#NavBar {
    background:none;
    }
#Logo {
    left:0;
    top:0;
    }
#SiteName,
#Logo IMG {
    display:none;
    }
/* end of 10 years */    
