/*----------------------------------------------------------------------*/
#midle_area{
        position: relative;
      	width: 921px;/*ширина */
       	margin-top: 0px;
	margin-left: auto;
	overflow:hidden;
	margin-right: auto;
	text-align:left;
	height: 525px;
        background: #ffffff;
        border:none;
        text-decoration: none;
}
#style_menu{
    position: absolute;
    width: 680px;/*ширина */
    overflow:hidden;
    height: 550px;
    background-image:  url(../img/StyleMenu.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    border:none;
    text-decoration: none;
}

.links{
    position: relative;
    top:-2px;
    left:   15px;
    float: left;
    text-align: right;
    width: 130px;/*ширина */
    overflow:hidden;
    height: 650px;
    border:none;
    text-decoration: none;

}
.links a{
    display: block;
    float: right;
    font-weight: bold;
    line-height: 22px;
    width: 130px;
    color: #6b3cab;
    font-size: 11px;
    text-decoration: none;
    text-align: right;
    padding: 0px 0px 2px 0px;

}
.links a:hover{
    display: block;
        color: red;
  
    background-repeat: no-repeat;
    background-position: right ;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
 
}
/*----------------------------------------------------------------------*/
#avatar_menu{
    
     left:155px;
     width: 625px;/*ширина */
     height: 550px;
     position:absolute;
     overflow:hidden;
     text-align:left;
     background: #ffffff;
     border:none;
     text-decoration: none;
}
#user_menu{
    position: absolute;
    top:0px;
    width: 230px;/*ширина */
    overflow:hidden;
    height: 182px;
    left: 678px;
    background-image:  url(../img/user_bg.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    border-left: solid #ff1e00 10px;
    border-bottom: solid #ff1e00 2px;
    text-decoration: none;

}
#u_avatar{
    position: absolute;
    width: 72px;/*ширина */
    overflow:hidden;
    top:2px;
    height: 95px;
    left: 2px;
    background: transparent;
    border: none;
    text-decoration: none;
}
#user_navi{
    position: absolute;
    width: 150px;/*ширина */
    overflow:hidden;
    height: 120px;
    right: 1px;
    border: none;
    text-decoration: none;
}

#user_navi ul{
    list-style:none;
    margin:0 auto;
    width:100px;
}
#h#user_navimenu li{
    list-style:none;
    display:block;
    float:right;
    height:20px;
    line-height:20px;
}
#user_navi li a{
    
    float:right;
    color:#000000;
     font-size:11px;
    font-weight:bold;
    
    text-decoration:none;
    padding:0;

}
#user_navi li a:hover{
     color:#ff1e00;
     text-decoration: underline;
     padding:0 ;
    

}
#user_stats{
    position: absolute;
    width: 150px;/*ширина */
    top:100px;
    overflow:hidden;
    height: 120px;
    left: 1px;
    font-size: 11px;
    border: none;
    text-decoration: none;
}
#user_stats a{
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}
#user_stats a:hover{   
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
#preoritet{
    position: absolute;
    width: 150px;/*ширина */
    top:150px;
    overflow:hidden;
    height: 120px;
    left: 100px;
    font-size: 11px;
    border: none;
    text-decoration: none;
}
#preoritet a{
    color:#000000;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}
#preoritet a:hover{
    color: #ff1e00;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
#user_name{
    position: absolute;
    width: 150px;/*ширина */
    top:165px;
    overflow:hidden;
    height: 120px;
    left: 10px;
    font-size: 11px;
    border: none;
    text-decoration: none;
}
#user_name a{
    color:#000000;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
#user_name a:hover{
    color: #ff1e00;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
#exit{
    position: absolute;
    width: 150px;/*ширина */
    top:165px;
    overflow:hidden;
    height: 120px;
    left: 175px;
    font-size: 11px;
    border: none;
    text-decoration: none;
}
#exit a{
    color:gray;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
#exit a:hover{
    color: red;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
#new_tabs_menu{
    position: absolute;
    width: 240px;/*ширина */
    top:187px;
    overflow:hidden;
    height: 300px;
    left: 678px;
    font-size: 11px;
    border: none;
    text-decoration: none;
}



/*-----------------------------------------------------------------------------------*/

/*{{{ tabs */

/* root element for tabs  */
.tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    height:35px;
   
}

/* single tab */
.tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
}

/* link inside the tab. uses a background image */
.tabs a {
   
    font-size:11px;
    display:block;
    height: 35px;
    line-height:15px;
    width: 80px;
    text-align:center;
    padding: 5px;
    text-decoration:none;
    color:#ffcf00;
    padding:0px;
    margin:0px;
    position:relative;
    top:0px;
    background-color: #6b3cab;
}

.tabs a:active {
    color:#ffffff;
    background-color: #fff3bf;
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
    background-color: #6b3cab;
    color:#ffffff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
   
    cursor:default !important;
    color:#000 !important;
    background-color: #fff3bf;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */





/* initially all panes are hidden */
.panes .pane {
    display:none;
}
div.panes div {
	margin-top:40px;
	display:none;
        margin-left: 15px;
        font-size: 12px;
      
	height:225px;
	width:220px;
	
}

div.panes img {
	float:right;
	
}

fieldset{
		width:230px;
	}
        #DHTMLgoodies_formTooltipDiv{
	color:#FFF;
	font-family:arial;
	font-weight:bold;
	font-size:0.8em;
	line-height:120%;
}
.DHTMLgoodies_formTooltip_closeMessage{
	color:#FFF;
	font-weight:normal;
	font-size:0.7em;
}
