#notify_container {
    height: 20px;
    margin-bottom: 7px;
}

.notifyerror {
    background: #ff9999;
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.notifyok {
    background: #ccffcc;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

#content {
    background: #ffffff;
    color: #333;
}

#content h1 {
    font-size: 2.3em;
}

#content h2 {
    font-size: 2.1em;
    margin-top: 10px;
    margin-bottom: 2px;
}
        
#content h3 {
    border-bottom: 1px solid #999999;
    color: #333;
    font-size: 1.1em;
    margin: 15px 0 2px;
}

#blog h3 {
    border: none;
    color: #333;
    font-size: 1.1em;
    margin: 0px 0 2px;
}

    
.middle {
    margin-left: 135px;
    margin-right: 215px;
}

#content.down {
/*
    background-image: url(/images/down.jpg);
    background-repeat: no-repeat;
*/
}

.right {
    margin-left: 135px;
    margin-right: 15px;
}

div.full {
    margin-left: 15px;
    margin-right: 15px;
}


.middle li {
    margin: 5px 0px 5px 15px;
    position: relative;
}

.number {
    text-align: right;
}

fieldset.comment {
    border: 1px solid #e2e2e2;
    padding: none;
}

div.comment {
    margin-bottom: 2px;
}

.hidden {
    display: none;
}


.level0 {
    background: #ccc;
    color: #999;
}

.level1 {
    background: #e2e2e2;
    color: #999;
}

.level2 {
    background: #e2e299;
    color: #000;
}

.level99 {
    background: #99edff;
    color: #333;
}

#time, #comments, .history  {
    border: 1px solid #cccccc;
}

#comments table {
    width: 100%;
}

#time td, #time th, #comments td, #comments th {
    padding: 3px;
}

.highlight {
    background: #ffff66;
    color: #333;
}

/* ------------- navigation (blog, news, etc) ----------------- */
.prevnext {
    float: left;
    margin-bottom: 15px;
    width: 99%;
}

.next {
    float: right;
}



/* ------------- blog items ----------------- */
#blog .date {
    color: #999;
    padding-bottom: 2px;
}

#blog .blogitem {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 8px;
}


/* ------------- news items ----------------- */
#news .date {
    color: #999;
    padding-bottom: 2px;
}

#news .more {
    padding-top: 2px;
    margin-top: 2px;
    float: left;
}

#news .newsitem {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 8px;
}
    

/*
.addthis_button {
    float: right;
}
*/


/* --------------- flag content styles ---------------- */
div.flag {
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
}

.flag a, .flag span {
    padding-left: 15px;
}

/* --------------- action content styles ---------------- */
div.action {
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: justify;
    width: 50%;
}

.flag a {

}


a.disabled, a.disabled:hover {
    color: gray;
    text-decoration: none;
    cursor: not-allowed;
}

