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 {
        
    }

    .lj_ippu_titlebar img {
        opacity: .25;
    }
    
        .lj_ippu_titlebar img:hover {
            opacity: 1;
        }

.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 into New CSS Framework */
.b-message {
    padding: 8px;
    margin: 10px 0 24px;
    }
.b-message-suggestion {
    background:#FFE8BF;
    border:1px solid #FF8E44;
    } 

/*---------- Manage Settings ----------*/
/*-------------------------------------*/

#manageSettings {
    }

.Subscribe {
    width: 100%;
    padding: 0;
    margin: .5em 0 0 0;
    clear: both;
    }

.Subscribe tr.Inactive {
    color: #aaa;
}

.Subscribe tr.Disabled {
    background-color: #eee;
}

.Subscribe tr.altrow {
    background-color: #f1f1f1;
}

.Subscribe tr.Inactive a {
    color: #aaa;
}

.Subscribe td {
    padding: .3em;
}

.Subscribe td img {
    border: 0;
}

.Subscribe td label {
    cursor: pointer !important;
}

.Subscribe td p {
    color: #666;
    background: #fff;
    cursor: default !important;
}

.CategoryRow .Caption {
    text-align: right;
    vertical-align: bottom;
}

.CategoryRow {
    width: 100%;
}

.CategoryRow td {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    padding: 2em .4em .2em .4em;
}

.CategoryRowFirst td {
    padding-top: .2em;
}

.CategoryRow .caption {
    text-align: right;
}

.CategoryRow label {
}

.CategoryHeading {
    font-weight: bold;
}

.CategoryHeadingNote {
}

#Subscriptions {
    width: 100%;
}
#Subscriptions th {
    text-align: left;
}
#Subscriptions td, #Subscriptions th {
    padding-left: .5em;
    padding-right: .5em;
}
#Subscriptions tr.lighter {
    background-color: #cff;
}
#Subscriptions tr.darker {
    background-color: #9cc;
}
div.argOptsContainer {
    display: none;
}

#SubscribeSaveButtons {
    text-align: center;
    border: 1px solid #333;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    }

#SubscribeSaveButtons input {
    margin: 5px;
}

#SubscriptionInfo {
    width: 95%;
    text-align: center;
    margin: 1em auto;
}

#SubscriptionInfo p, #SubscriptionInfo div {
    font-size: 1em;
    margin: 0;
    padding: .2em;
}

/*----------- Message Center ----------*/
/*-------------------------------------*/


.NotificationTable {
    width: 100%;
}

.NotificationTable tr.Selected {
    background-color: #cee0fb;
}

.NotificationTable tr.Selected td {
    border-top: 1px solid #ccc;
}

.NotificationTable td {
    border-top: 1px solid #ddd;
}


#NotificationSidebar {

}

#NotificationSidebar p {
    margin: 0;
    padding: 0;
}

#NotificationSidebar .Blurb {
    margin: 0 0 1em 0;
    padding: 0;
}

#NotificationSidebar .BlurbTitle {
    font-weight: bold;
    margin: 0 0 .4em 0;
}

#NotificationSidebar .ljad {
    float: left;
    margin-right: 1em;
}

.esnlinks {
    float: right;
    display: block;
    margin: 0 0 0 0;
    font-weight: normal;
    }

.NotificationTable .inbox {
    padding: 0;
    margin: 0em 0 0em 0;
    border-top: 1px solid #ddd;
}

.inbox .header {
    width: 100%;
    margin: 0;
    background: #ddd;
    vertical-align: middle;
    border: 0;
    padding: 3px;
}

.actions {
    font-size: 0.9em;
}

span.Pages {
    float: right;
}

span.Pages input {
}

.inbox tr {
    cursor: pointer;
}

.inbox_newitems {
    font-weight: bold;
    overflow: hidden;
}

.InboxItem_Controls {
    float: left;
    width: 40px;
}

.InboxItem_Unread {
    font-weight: bold;
    }

.InboxItem_Read {
    color: #888;
}

span.InboxItem_Read:hover {
    color: #000;
}

span.InboxItem_Read a {
    color: #999 !important;
}
span.InboxItem_Read:hover a {
    color: inherit !important;
}

.InboxItem_Meta {

}

.InboxItem_Meta td {
    padding: 0 0 0 0;
}

.inbox .alt {
    background: #f6f6f6;
}

.inbox .alt td {
}

.inbox .checkbox {
    width: 1%;
    padding: .1em;
    vertical-align: top;
}

.inbox td.NoItems {
    font-size: 3em;
    text-align: center;
    padding: 1em;
    color: #ddd;
    cursor: default !important;
}

.inbox td.item {
    padding: .3em 0 .2em .4em !important;
    vertical-align: middle;
}

.InboxItem_Content {
    padding: .5em 0 .2em 0;
    width: 95%;
}

.inbox td.time {
    width: 8.5em;
    font-size: .8em;
    color: #555;
    vertical-align: top;
    padding-top: .4em;
}

.inbox .JournalNewComment {
}

.inbox .Subject {
    font-weight: bold;
}

.inbox .ManageButtons {
    float: right;
    width: 104px;
    position: relative;
    top: 4px;
    margin: 0 0 .5em 0;
}

.inbox .Body {
}

.NotificationTable tr.Selected .Body {
}

/* folder links */
.folders a {
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    display: block;
    margin: 0px;
    padding: 0px 0px 1px 2px;
    border: 1px solid #fff;
}
.folders a.subs {
    padding-left: 1em;
}
.folders .subs {
    padding-left: 1em;
}
.folders a.subsubs {
    padding-left: 2em;
}
.folders a:visited, .folders a:link {
    color: #000;
}
.folders a:hover {
    border: 1px solid #bbb;
    background-color: #eee;
}

/**** ESN AJAX ****/
.ippu {
    color: #000000
}

.ippu .track_title {
    font-weight: bold;
    color: #CC6644;
    margin: 4px;
}

.ippu .track_btncontainer {
    margin-top: 5px;
    padding: 1px;
    width: 250px;
}

.ippu .track_moreopts {
    margin: auto auto auto 1em;
    width: 49%;
}

.ippu .track_savechanges {
    margin: auto auto auto auto;
    width: 49%;
}

#compose label {
    font-weight: bold;
}

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;
		}

/*
    This is utility css that can be used anywhere in the app
    It should be included on all app pages in all schemes
*/

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg[class] { height: auto; }
.pkg { display: block; }
/* */

/* form styles */
label.left {
    display: block;
    float: left;
}
input.text,
textarea.text,
select.select {
    margin: 0px 3px 0px 0px;
    padding: 2px 2px;
    background: #fff url(/img/input-bg.gif) repeat-x 0 -1px;
    border: 1px solid #bbb;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
select.select {
    padding: 1px;
}
fieldset.nostyle {
    border: none;
    margin: 0;
    padding: 0;
}
input.create-account {
    font-size: 110%;
    color: #fff;
    margin: 0;
    background: #559A40;
    border: 2px solid #76AE65;
    border-bottom: 2px solid #447C33;
    border-right: 2px solid #447C33;
}

.detail {
    font-size: 90%;
    color: #444;
}
p.detail {
    margin: 0 0 10px 0;
    padding: 0;
}
h2.widget-header {
    margin: 0 0 6px 0;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #ccc;
}
ul.detail li {
    font-size: 90%;
}
hr.hr {
    border: 0;
    width: 100%;
    color: #8FC3F7; background-color: #8FC3F7;
    height: 1px;
}
/* generic class for removing styling from ul */
ul.nostyle {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* tables where rows alternate colors */
table.alternating-rows th {
    text-align: left;
    border-top: 1px solid #8FC3F7;
    border-bottom: 1px solid #8FC3F7;
    background-color: #C5DFF9;
    padding: 6px 4px;
}
table.alternating-rows tr.altrow1 {
    background-color: #fff;
}
table.alternating-rows tr.altrow2 {
    background-color: #eee;
}
table.alternating-rows td {
    padding: 6px 4px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

/* columns for content layouts */

div.columns-2 .columns-2-left {
    float: left;
    width: 49%;
}
div.columns-2 .columns-2-right {
    float: right;
    width: 49%;
}
div.columns-2-r300 {
    width: 720px;
}
div.columns-2-r300 .columns-2-left {
    float: left;
    width: 405px;
    margin-right: 15px;
}
div.columns-2-r300 .columns-2-right {
    float: left;
    width: 300px;
}

/* default margin for widgets */

.appwidget {
    margin-bottom: 15px;
    position: relative;
}
.appwidget .more-link {
    position: absolute;
    right: 7px;
    top: 6px;
    font-size: 11px;
    text-decoration: none;
    padding-left: 10px;
    text-transform: lowercase;
    color: #114577 !important;
    background: url('/img/arrow-double-blue.gif') no-repeat 0 60%;
}
*HTML .appwidget .more-link {
    right: 27px;
}

.appwidget .more-link:hover {
    text-decoration: underline;
}
/* add this class to anything to make upgrade icon appear next to it */

.upgrade-account {
    padding-right: 18px;
    background: url('/horizon/upgrade-paid-icon.gif') no-repeat right 50%;
}

.arrow-link,
.more-link {
    padding-left: 12px;
    background: url('/img/arrow-double-black.gif') no-repeat 0 50%;
}

/* Used to encapsualte message forms like Invite and Tell a Friend */
.message {
    border: 5px solid #eee;
    margin-bottom: 15px;
}

.message blockquote {
    margin: 0;
    border: 1px solid #aaa;
    padding: 15px;
}

.standout-border {
    border: 1px solid #8fc3f7;
    padding: 6px;
}
.standout-background {
    background-color: #c5dff9;
}

/* Sidebars floated to the right */
div.right-sidebar {
    float: right;
    width: 300px;
    color: #000000;
    background-color: #c5dff9;
    border: 1px solid #8fc3f7;
    margin: 10px;
    padding: 10px;
}
div.ad-sidebar {
    width: 300px;
    float: right;
}

.textbutton { 
    color: #0000CC;
    cursor: pointer;
}

/* Solid background headings */
h2.solid-neutral {
    font-size: 14px;
    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;
}
h2.solid-blue {
    position: relative;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    background: #d7e7f7 url(/img/corner.gif) no-repeat 0 0;
    margin: 0 0 8px 0;
    padding: 5px 8px;
    color: #222;
}
.solid-neutral {
    background: #ededed;
}

input.bright {
    background: url(/img/yellow_gradient.gif) repeat;
    border: 1px solid #b48101;
    color: #1f3368;
    font-weight: bold;
}

.rounded-box {
    background: no-repeat;
    zoom: 1;
}

.rounded-box .rounded-box-tr {
    background: 100% 0 no-repeat;
}

.rounded-box .rounded-box-bl {
    background: 0 100% no-repeat;
}

.rounded-box .rounded-box-br {
    background: 100% 100% no-repeat;
    padding: 2px; /* border width */
}

.rounded-box .rounded-box-content {
    padding: 10px;
}
body {
    color: #000000;
    background: #ffffff url(/stc/xc/allbars.gif) repeat-x;
    margin: 0; padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
a:link {
    color: #00C; background-color: transparent;
}
a:visited {
    color: #306; background-color: transparent;
}
a:active {
    color: #F60; background-color: transparent;
}
h1 {
    font-weight: bold;
    color: #036; background-color: transparent;
}
h1 a {
    font-weight: normal;
    font-size: 80%;
}
h2 {
    font-weight: normal;
    color: #036; background-color: transparent;
}
h3 {
    color: #024; background-color: transparent;
}
.hide {
    display: none;
}
hr {
    border: 0;
    width: 80%;
    color: #369; background-color: #369;
    height: 2px;
}
table.choices {
    margin-left: 1.5em;
    margin-right: -1.5em;
    margin-top: 1em;
}
table.edged {
    border: 2px solid #c5dff9;
}
table.edged td {
    border: 1px solid #8fc3f7;;
}
.standout {
    text-align: center;
}
.standout .container {
    color: #000; 
    background-color: #c5dff9;
    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: .5em; margin-bottom: .5em;
    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: .5em; margin-bottom: .5em;
    margin-left: auto; margin-right: auto;
    width: auto;
    text-align: left;
}

.de {
    color: #909090; background-color: #ffffff;
}

/* layout */

#Userpic {
    position: absolute;
    width: 100%; height: 100px;
    top: 0px; right: 0; 
    text-align: right;
}
#Userpic img {
    display: inline;
    border: 1px solid #FFF;
}
.talk-comment {
    margin-top: 1em;
    margin-bottom: 0px;
}
#Logo {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 68px;
    margin: 0; padding: 0;
    color: #FFF; background-color:#69C;
}
#Logo img {
    border: 0;
}
#Greeting {
    position: absolute;
    left: 300px; top: 25px; right: 112px;
    width: auto; text-align: right;
    color: #FFF; background-color: #69C;
    font: 12px Arial, Helvetica, sans-serif;
}
#Setlang {
    position: absolute;
    left: 300px; right: 112px; top: 45px;
    width: auto; text-align: right;
}
#Setlang a {
    color: #FFF; background-color: transparent;
    font: 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
#Content {
    margin: 120px 80px 0 50px;
    padding-bottom: 40px;
    padding-top: 15px;
}
/* Fix IE5 Horizontal scroll */
* html div#Content { width: 100%; w\idth: auto; }

#Content pre {
   line-height: 1em; 
}
.talk-comment {
    margin-top: 1px;
    margin-bottom: 0px;
}
#Upgrade {
    position: absolute;
    top: 60px; left: 70px;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
}
#Upgrade a {
    color: #FFF; background-color: transparent;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
    border: 0;
}

/* Forms */

#Search {
    position: absolute;
    left: 300px; top: 103px; right: 40px;
    width: auto; height: 20px;
    margin: 5px 0 5px 5px; padding: 0; border: 0;
    text-align: right;
    font: 80% Arial, Geneva, Helvetica, sans-serif;
    clear: both;
}
#commenttext { width: 100%; }

/* Navigate */ 

#NavMenuList {
    color: #000; background-color: transparent;
    font: 80% Arial, Geneva, Helvetica, sans-serif;
    padding: 3px; margin-left: 40px;
}
.NavSubMenuList li {
    display: inline;
    list-style: none;
}
#NavMenuListTitle {
    display: block; margin-left: 40px;
    text-decoration: underline;
}

/* Footer */

#FooterNav {
    margin: 0px; padding: 0 100px 0 70px;
    border: 1px solid #69C;
    color: #FFF; background-color: #69C;
    clear: both;
}
#FooterNav li {
    display: inline;
    list-style: none;
    color: #FFF; background-color: #69C;
}
#FooterNav a {
    color: #FFF; background-color: #69C;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
}
#FooterNav a:hover {
    color: #000; background-color: #FFF;
}
/* 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;
}


/* 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;
}

.ljadwrapper-app-func-2column,
.ljadwrapper-app-info-2column,
.ljadwrapper-journal-userinfo
{
    margin-top: 2em;
    text-align: center;
    width: 100%;
}
/* The 90% width keeps the menubar from wrapping prematurely, 
but overlays the upgrade button in some browsers. Still
looking for a good fix. 
100% stretches the bar and creates a horizontal scroll. Suckage. */
#NavMenuList {
    position: absolute;
    left: 60px; top: 60px;
    height: 40px; width: 90%;
    margin: 0; padding: 0;
    display: inline; white-space: nowrap;
    clear: both;
}
#NavMenuList li {
    display: inline;
    list-style: none; white-space: nowrap;
}
#NavMenuList a {
    padding: 2px 10px 1px 10px;
    width: auto; height: 16px;
    color: #FFF; background-color: #036;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    float: left; display: block;
    border-top: 1px solid #FFF;
}
#NavMenuList a.preextra {
    padding: 2px 1px 1px 10px;
    width: auto; height: 16px;
    color: #FFF; background-color: #69C;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    float: left;
}
#NavMenuList a.extra {
    padding: 2px 10px 1px 1px;
    width: auto; height: 16px;
    color: #FFF; background-color: #69C;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    float: left;
    font-weight: bold;
}
#NavMenuList a:hover {
    color: #000; background-color: #FFF;
}
#NavMenuList .NavSubMenuList {
    visibility: hidden;
    left: 0; top: 20px;
    position: absolute; height: 20px;
    width: 100%; display: inline; white-space: nowrap;
    margin: 0; padding: 0; border: 0px;
}
#NavMenuList .NavSubMenuList li a {
    color: #FFF;
    background-color: #69C;
    float: left;
}
#NavMenuList .NavSubMenuList li a:hover {
    color: #000; background-color: #FFF;
}
#NavMenuListTitle {
    display: none;
}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; }.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;
}
.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;
}a:link {
    color: #00C; background-color: transparent;
}
a:visited {
    color: #306; background-color: transparent;
}
a:active {
    color: #F60; background-color: transparent;
}
h1 {
    margin: 0 0 0.5em 0; padding: 0;
}
h2 {
    margin: 0.3em 0 0.1em 0; padding: 0;
}
/* h2+p {
    margin: 0;
} */
h3 {
    font-style: italic;
    margin: 0.2em 0 0.2em 0; padding: 0;
}
p {
    margin: 0.75em 0;
}
.hide {
    display: none;
}
div.centered {
    text-align: center;
    width: 100%;
}
.lesstop {
    margin-top: 2px;
}
.de {
    color: #909090; background-color: #ffffff;
}
#ljbreadcrumbs {
    float: right;
    position: absolute;
    left: 10px; right: auto; top: 107px;
    width: auto; height: 20px;
    margin: 0px; padding: 0; border: 0;
    text-align: left;
    white-space: nowrap; display: inline;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
}

/* layout */

#Content {
    margin: 120px 80px 0 50px;
    padding-bottom: 20px;
}
#Content pre {
   line-height: 1.1em; 
   font-size: 1.1em;
}
#Logo {
    color: #FFF; background-color: transparent;
}
#Setlang {
    position: absolute;
    left: auto; right: 5px; top: 0px;
    width: 250px; height: 20px;
    margin: 0; padding: 0; border: 0;
    text-align: right; white-space: nowrap;
}
#Setlang a {
    font: 11px Arial, Geneva, Helvetica, sans-serif;
    color: #FFF; background-color: #69C;
    text-decoration: none;
}
#Greeting {
    position: absolute;
    left: auto; right: 112px; top: 15px;
    width: auto; height: 20px;
    text-align: right;
    color: #FFF; background-color: transparent;
    font: 12px Arial, Helvetica, sans-serif;
}
#Greeting.nopic {
    right: 50px;
}
#Greeting a {
    color: #FFF; background-color: #69C;
    font-weight: normal;
}
#Greeting a b {
    font-weight: normal;
}
#Greeting #Logout {
    font: 9px Arial, Geneva, Helvetica, sans-serif;
    margin-left: 10px;
}

#LoginBox {
    position: absolute;
    left: auto; right: 20px; top: 13px;
    width: auto; height: 20px;
    text-align: right;
    color: #FFF; background-color: transparent;
    font: 12px Arial, Helvetica, sans-serif;
}

#NotLoggedInDiv a {
    color: #FFF;
}

#Upgrade {
    position: absolute;
    left: auto;
    right: 95px; top: 59px;
    width: 180px; height: 20px;
    padding-top: 2px;
    color: #FFF; background-color: transparent;
    font: 11px Arial, sans-serif;
    display: block; float: left;
}
#Upgrade a {
    padding: 2px 10px 1px 10px;
    width: auto; height: 16px;
    color: #FFF; background-color: #036;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    float: left; white-space: nowrap;
    display: block; text-align: right;
}
#Upgrade a:hover {
    color: #000; background-color: #FFF;
}
#Userpic {
    display: block;
    position: absolute;
    left: auto; right: 0; top: 0;
    width: 101px; height: 100px;
    color: #FFF; background-color: transparent;
    text-align: right;
}
#Userpic img {
    color: #000; background-color: #FFF;
    border: 0;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
#menu-tos {
    margin-left: 60px;
}
#FooterNav {
    width: 100%; height: 20px;
    color: #FFF; background-color: #69C;
    margin: 0; padding: 0; border: 0;
    clear: both;
}
#FooterNav li {
    display: inline;
    list-style: none;
}
#FooterNav a {
    padding: 3px 10px 1px 10px;
    width: auto; height: 16px;
    color: #FFF; background-color: transparent;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    float: left;
}
#FooterNav a:hover {
    color: #000; background-color: #FFF;
}
#Search {
    float: left;
    position: absolute;
    left: auto; right: 40px; top: 103px;
    width: auto; height: 20px;
    margin: 0; padding: 0; border: 0;
    text-align: right;
    white-space: nowrap; display: inline;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
}
#ljbreadcrumbs {
    float: right;
    position: absolute;
    left: 10px; right: auto; top: 107px;
    width: auto; height: 20px;
    margin: 0px; padding: 0; border: 0;
    text-align: left;
    white-space: nowrap; display: inline;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
}

#Comments q {
    font-style: italic;
}

