#userPageHeader {
    position: relative;
    white-space: nowrap; /* Since has no visible size in IE */
}

#userPageHeader_userInfo {
    position: relative;
    top: 0;
    left: 0px;
    height: 40px;
    /* width: 700px; */
    /* background-color: #FFEEEE; */
}

#userPageHeader_userInfo .avatar {
    position: absolute;
    left: 0;
    top: 0;
}

#userPageHeader_userInfo .headline {
    position: absolute;
    top: 3px;
    left: 43px;
}

#userPageHeader_userInfo .headline h1 {
    font-size: 18px;
    white-space: nowrap;
}

#userPageHeader_userInfo .headline .buttonArea {
    vertical-align: bottom;
    margin-left: 5px;
}

#userPageHeader .toolbar {
    position: absolute;
    right: 0;
    top: 10px;
}

#userPageHeader div.clr {
    height: 10px;
}


/* Comments */
#commentsCanvas {
    clear: both;
}

#commentsCanvas h1 .count {
    color: #FF0000;
    display: none;
}

#commentsCanvas h1 .contentLoading {
    font-size: 12px;
}

#commentsCanvas .content {
    margin-top: 20px;
    display: none;
}

#commentsCanvas table {
    margin: 0;
    padding: 0;
    border-width: 0;
}

#commentsCanvas table td {
    margin: 0;
    padding: 0;
    border-width: 0;
}

#commentsCanvas table td.avatar {
    vertical-align: top;
    width: 50px;
}

#commentsCanvas table td.body {
    background-color: #F1F1F1;
    vertical-align: top;
    padding: 10px;
    width: 420px;
}

#commentsCanvas table td.body .delete {
    float: right;
}

#commentsCanvas table td.contextArrow {
    vertical-align: middle;
    width: 47px;
    margin: 0;
    padding: 0;
}

#commentsCanvas table td.contextArrow img {
    margin: 0;
    padding: 0;
    border-style: none;
}

#commentsCanvas table td.context {
    vertical-align: middle;
    padding-left: 10px;
}

#commentsCanvas table td.retroSpacer {
    height: 20px;
}


#commentsCanvas .header {
    margin-bottom: 3px;
}

#commentsCanvas .header .timestamp {
    font-size: 10px;
    font-style: italic;
    color: #000000;
    margin-left: 5px;
}

#commentsCanvas .body {
    font-size: 12px;
    color: #3A3A3A;
}


#contentHideSwitch {
    font-size: 12px;
    position: fixed;
    top: 51px;
    width: 170px;
    right: 0;
    background-color: #FFFFFF;
    padding-left: 10px;
}

#contentHideSwitch input {
    /*
    vertical-align: middle;
    width: 20px;
    height: 20px;
    */
}

#contentHideSwitch .count {
    font-weight: bold;
}

#contentZoomCanvas .descr {
    font-size: 14px;
    color: #000000;
    clear: both;
    margin-right: 20px;
}

#contentZoomCanvas .descrEdit {
    display: none;
    margin-top: 5px;
}

#contentZoomCanvas .descrEdit textarea {
    font-size: 12px;
    width:100%;
    height:4em;
}

#contentZoomCanvas .descr.editable {
    cursor: pointer;
}

.collection_overview {
    width: 288px;
}
.collection_overview.small {
    width: 144px;
}

.day_overview {
    width: 216px;
}
.day_overview.small {
    width: 108px;
}

.collection_overview:hover a, .day_overview:hover a {
    color: #EE1D39;
}

.collection_overview, .day_overview {
    margin-bottom: 20px;
}
.collection_overview.small, .day_overview.small {
    margin-bottom: 10px;
}

.collection_overview .name, .day_overview .name {
    font-size: 20px;
}
.collection_overview.small .name, .day_overview.small .name {
    font-size: 14px;
}

.collection_overview .count, .day_overview .count {
    font-size: 12px;
    white-space: nowrap;
}
.collection_overview .owner, .day_overview .owner {
    font-size: 12px;
}

.collection_overview .body, .day_overview .body {
    cursor: pointer;
    padding-top: 2px;
}

.collection_overview .body.one_row, .day_overview .body.one_row {
    height: 72px;
}
.collection_overview.small .body.one_row, .day_overview.small .body.one_row {
    height: 36px;
}

.collection_overview .body.two_rows, .day_overview .body.two_rows {
    height: 144px;
}
.collection_overview.small .body.two_rows, .day_overview.small .body.two_rows {
    height: 72px;
}

.collection_overview .body img, .day_overview .body img {
    margin: 0 2px 2px 0;
    float: left;
    width: 70px;
    height: 70px;
    /* cursor: pointer; For IE */
}
.collection_overview.small .body img, .day_overview.small .body img {
    margin: 0 1px 1px 0;
    width: 35px;
    height: 35px;
}

.collection_overview .body img.main {
    margin: 1px 2px 2px 0;
    width: 140px;
    height: 140px;
}
.collection_overview.small .body img.main {
    width: 70px;
    height: 70px;
}


#content_thumb_zoomed {
    position: relative;
    overflow: hidden;
}

#content_thumb_zoomed img.low_quality {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#content_thumb_zoomed img.high_quality {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    cursor: pointer;
}

#content_thumb_zoomed .tag_marker_canvas .marker {
    text-align: center;
    position: absolute;
    z-index: 5;
}

#content_thumb_zoomed .tag_marker_canvas .tag_marker_name {
    position: absolute;
    display: block;
    background-color: #FFFFFF;
    padding: 3px;
    white-space:nowrap;
}

.ccontainer_last_update_list p {
    margin-top: 5px;
    margin-left: 20px;
}
