/* ---- USER MENU ------- */
#user-menu{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: url("../images/home/UserMenu.png");
    background-origin: padding-box;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 52px 25px;
    float: right;
    height: 25px;
    width: 52px;
    /*margin: 21px 2px 1px 0;*/
}

#user-menu:hover {
    background-color:#f2f2f2;
    border-color:#888;
    box-shadow:0 0 2px #ccc;
}

#user-menu-content{
	width: 200px;
	background-color: #FFFFFF;
    border: 1px solid #c0c0c0;
    padding: 5px;
    position: absolute;
    display: none;
    z-index: 15;
}
#user-menu-content ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.user-text{
	color: #808080 !important;
	cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.user-language-clickable {
	color: #b61f34;
	cursor: pointer;
}

.user-language-stored {
	font-weight: bold;
}

.user-language-disabled {
	color: #808080;
}

.user-link{
	color: #808080 !important;
	cursor: default;
    text-decoration: none;
}

/* ---- UPDATE DIALOG ------- */
.update-pass-content{
	font-family: Arial;
    font-size: 12px;
}

.update-pass-content>div{
    padding-bottom: 5px;
}

.update-pass-content>div label{
    float: left;
    width: 50%;
}

#user-menu-content a {
    color: #b61f34;
    text-decoration: none;
}


/* ---- DIALOG ------- */
.infobox_left_side {
    background: url("../images/category/Left_Line.png") repeat-y scroll left 0 rgba(0, 0, 0, 0);
}

.infobox_right_side {
    background: url("../images/category/Right_Line.png") repeat-y scroll right 0 rgba(0, 0, 0, 0);
    padding: 0 15px 0 10px;
}

.infobox_bottom_side {
    background: url("../images/category/Bottom_Line.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 20px;
    margin: 0 18px 0 13px;
}


.infobox_bottom_left {
    background: url("../images/category/Bottom_Left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 20px;
    margin-left: -13px;
    width: 13px;
}


.infobox_bottom_right {
    background: url("../images/category/Bottom_Right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 20px;
    margin-right: -18px;
    width: 18px;
}

.infobox_top_side {
    background: url("../images/category/Up_Line.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    margin: 0 18px 0 13px;
}


.infobox_top_left {
    background: url("../images/category/Up_Left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 12px;
    margin-left: -13px;
    width: 13px;
}

.infobox_top_right {
    background: url("../images/category/Up_Right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 12px;
    margin-right: -18px;
    width: 18px;
}


.clr {
    clear: both;
    display: none !important;
}

#error_update_pass {
	text-align: center;
	color : red;
	font-weight: bold;
}
