.avTabMInactive {
   font-size: 11px;
   color: #5e5e5e;
   padding: 3px 15px 0px 15px;
   background-image: url(http://www.onet.pl/_g/avatars/_d/tabiam.gif);
   background-repeat: repeat-x;
   height:24px;
   width:auto;
   float:left;
   cursor:pointer;
   font-weight:normal;
}

.avTabLInactive {
   width:2px;
   height:24px;
   background-image: url(http://www.onet.pl/_g/avatars/_d/tabial.gif);
   background-repeat: no-repeat;
   float:left;
   cursor:pointer;
}

.avTabRInactive {
   width:3px;
   height:24px;
   background-image: url(http://www.onet.pl/_g/avatars/_d/tabiar.gif);
   background-repeat: no-repeat;
   float:left;
   cursor:pointer;
}

.avTabMActive {
   font-size: 11px;
   color: #000000;
   padding: 3px 15px 0px 15px;
   background-image: url(http://www.onet.pl/_g/avatars/_d/tabam.gif);
   background-repeat: repeat-x;
   height:24px;
   cursor:default;
   font-weight:bold;
}

.avTabLActive {
   width:2px;
   height:24px;
   background-image: url(http://www.onet.pl/_g/avatars/_d/tabal.gif);
   background-repeat: no-repeat;
   float:left;
   cursor:default;
}

.avTabRActive {
   width:3px;
   height:24px;
   background-image: url(http://www.onet.pl/_g/avatars/_d/tabar.gif);
   background-repeat: no-repeat;
   float:left;
   cursor:default;
}

.avTitleHolder {
   font-family: Verdana,Arial,Helvetica,sans-serif;   
   height:24px;
   background-image: url(http://www.onet.pl/_g/avatars/_d/tabh.gif);
   background-position: bottom;
   background-repeat: repeat-x;
   width:auto;
}

.avTabcBkg {

}

/* StickPopover */
.stick_popover {
   width:395px;
   height:432px;
   border:solid 1px #D8D8D8;
   background-color:#F3F3F3;
   position:absolute;
   display:none;
   z-index:11;
}

.popover_content_in {
   width:383px;
   height:420px;
   position:relative;
   top:5px;
   left:5px;
   background-color:#FFFFFF;
   border:solid 1px #E8E8E9;
}

.popover_content {
   width:100%;
   height:100%;
   font-family:Verdana;
   font-size:10pt;
}

.close_button {
   float:right;
   cursor:pointer;
   background-image:url(http://www.onet.pl/_g/avatars/_d/x.gif);
   background-repeat:no-repeat;
   background-position:center left;
   width:16px;
   height:16px;
}

.bottom_buttons {
   padding:10px 5px 5px 5px;
}

.ok_button {
   background-image:url(http://www.onet.pl/_g/avatars/_d/button_ok.gif);
   width:58px;
   height:18px;
   float:left;
   margin-left:10px;
   cursor:pointer;
}

.select_collect {
   width:242px;
   font-size:8pt;
}

#listCollection {
   width:242px;
   float:left;
}

/* BoundingBox */
.boundingbox_container, .boundingbox_container_over, .boundingbox_container_out {
   z-index:10;
   position:absolute;
   border:none;
   text-align:right;
   border: solid 1px #FFFFFF;
   background-image: url(http://www.onet.pl/_g/avatars/_d/bg_alpha.gif);
   background-color: transparent;
   opacity:0;
   filter:alpha(opacity=0);
}
.boundingbox_container_over {
   border-color: #D8D8D8;
   opacity:1;
   filter:alpha(opacity=100);
}
.boundingbox_container_out {
   border-color: #FFFFFF;
   opacity:0;
   filter:alpha(opacity=0);
}

.boundingbox_content, .boundingbox_content_over, .boundingbox_content_click {
   position:absolute;
   z-index:9;
   text-align:center;
   border:solid 1px #969696;
   background-image: url(http://www.onet.pl/_g/avatars/_d/dziubek_najechany.gif);
   background-repeat:no-repeat;
   background-position:50% 100%;
   background-color:#969696;
   width:7px;
   
}

.boundingbox_content_over {
   background-image: url(http://www.onet.pl/_g/avatars/_d/dziubek_najechany.gif);
   background-color: #FFD427;
   border-color:#FFD427;
   z-index:9;
}

.boundingbox_content_click {
   background-image: url(http://www.onet.pl/_g/avatars/_d/dziubek_wybrany.gif);
   background-color: #FFD427;
   border-color:#FFD427;
   z-index:9;
}

/* Popover */
.title {
   font-family:Arial;
   font-size:10pt;
   font-weight:bold;
   padding:15px 25px 5px 25px;
}

.info {
   font-family:Arial;
   font-size:10pt;
   padding:5px;
   text-align:left;
}

#popoverButtons {
   height:30px;
}

.popover_fly {
   width:870px;
}

.popover_delete {
   width:400px;
}

#avatarContainer img {
   width:64px;
   height:54px;	
}
/* Image Cropper */
.ic_content {
   /*height:400px;*/
   font-family:Arial;
   font-size:10pt;
}

.ic_left {
   padding-left:10px;
   padding-right:10px;
   float:left;
}

.ic_center {
   float:left;
}

.ic_right {
   padding-left:10px;
   padding-right:10px;
   float:left;
   text-align:center;
}

#LoginBox div.c {
   margin-left:10px;
}

#LoginBox div.w {
   /*margin-left:5px;*/	
}

