
.gro_button_blue {
    background: url('/static/images/firm.png') no-repeat -56px -45px;
    height:25px;
    width:147px;
    border: 0;
    color:#FFFFFF;
    padding: 0 0 3px 0;
    font-weight:bold;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}
#createNew{
	margin: 7px 0 0 10px;
	padding: 5px 0 0 0;
	height: 20px;
}
#name_input {

}
#description_unput {
	}
#addGroup {
	display: inline-block;
}
#confirmButton{
	display:inline-block;
}
#cancelButton{
    display: inline-block;
}

.account {
    cursor: pointer;
    width:248px;
    height: 35px;
    margin: 2px;
    overflow:hidden;
    border: 1px solid #DADADA;
}
.account:hover {
	background: #DADADA;
}
.account.active {
	border: 1px #DADADA red;
	background: #DADADA;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

#moveToLeft {
	display:block;
	cursor: pointer;
	width: 100%;
	height: 30px;
	margin: 120px 0 0 0;
}

#moveToRight {
	display:block;
    cursor: pointer;
    width: 100%;
    height: 30px;
    margin: 0 0 120px 0;
}

#group_list {
	margin: 0px 0 20px 0px;
	padding: 0 0 0 0px;
	float:left;
	width:100%;
}
.group_row {
	padding: 5px 5px 5px 46px;
}
div.group_row:hover {
	background:#EAFFFF;
}
.name {
	width:200px;
	display:inline-block;
	vertical-align: top;
}
.description {
    width:280px;
    display:inline-block;
    margin: 0 5px 0 5px;
    vertical-align: top;
}

.removeGroup {
	display: inline-block;
	background: url('/static/images/backgrounds/remove.gif') no-repeat;
	width:14px;
	height: 14px;
	cursor:pointer;
	vertical-align: top;
}

.editGroup {
    display: inline-block;
    background: url('/static/images/icons/edit_data.png') no-repeat;
    width:14px;
    height: 17px;
    cursor:pointer;
    vertical-align: top;
}

.addToGroup {
    display: inline-block;
    background: url('/static/images/icons/add_friend.png') no-repeat;
    width:16px;
    height: 14px;
    cursor:pointer;
}

.ab_container {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px;
    padding: 3px;
    vertical-align: top;
    width: 223px;
    z-index: 55;
    zoom: 1;
    *display: inline;
}

.userList {
    cursor:pointer;
    vertical-align: top;
}
#editUserContent {
	display:block;
}
.button_div {
	clear: both;
	text-align:center;
	margin: 20px 0 0 0;
}
#editUsers {
	width: 610px;
	display: inline-block;
}
.group_avatar {
	height:35px;
}
.menu_title {
	float:left;
	padding: 12px 0 0 3px;
}
#menu_name {
    cursor: pointer;
    width: 200px;
}
#menu_description {
    width: 285px;
}
#menu_action {
    width: 80px;
}
#menu_size {
    width: 30px;
}
.group_size {
	margin: 0 5px 0 0;
	display:inline-block;
	width: 30px;
	text-align:right;
	vertical-align: top;
}


#group_groups {
	display:block;
	position:relative;

}
#group_menu_show{
	display:inline-block;
    width: 100%;
    overflow:hidden;
    height: 291px;
    //z-index: 1;
    position: relative;
    /*background: #DADADA;*/
}
#group_menu{
	position:relative;
	top: 0px;
	left: -211px;
    width: 1130px;
    height: 100%;
    background: url('/static/images/backgrounds/groups/background.png') 0px 0;
    text-align:center;
}
#group_menu .menu_item {
	/*background: url("/static/images/icons/tryb.png");*/
	background: url('/static/images/backgrounds/groups/tryb.png');
	float: left;
	width:85px;
	height: 50px;
	position: relative;
    margin: 0 4px 0 0;
    padding: 35px 0 0 0;
}
.newRelation {
    color: #cf3350;
    font-weight: bold;
}
#group_menu .menu_item.group {
    /*background: url("/static/images/icons/tryb.png");*/
    background: url('/static/images/backgrounds/groups/tryby/tryb_light.png');
    float: left;
    width:86px;
    height: 51px;
    position: relative;
    overflow:hidden;
    margin: 0 4px 0 0;
    cursor: move;
}
#group_menu .menu_item.group.active {
    background: url("/static/images/backgrounds/groups/tryby/tryb_light_active.png") no-repeat scroll center center transparent;
}
#group_menu .menu_item.active{
    background: url("/static/images/backgrounds/groups/tryby/tryb_active.png") no-repeat scroll center center transparent;
    /*background: url("/static/images/icons/tryb.gif");*/
    z-index: 10;
}
#groups .group_item {
    width:auto;
    height: auto;
    display: none;
    opacity: 1;
    filter: alpha(opacity = 100);
}
#groups .group_item.active {
	display:block;
}
#groups {
    padding-bottom: 15px;
	float:left;
	background: #ECECEC;
	clear: both;
	width: 100%;
}
.group_item .group_content {
    width:400px;
    height: 400px;
    background: #DADADA;
    /*border: 1px solid red;*/
    padding: 10px;
}
#group_menu_left {
	vertical-align:top;
	display:inline-block;
	background: url('/static/images/backgrounds/groups/arrow_left.png');
	width: 22px;
    height: 60px;
    position:absolute;
    left: 0px;
    top: 100px;
}
#group_menu_left:hover {
	background: url('/static/images/backgrounds/groups/arrow_left_hover.png') no-repeat;
	cursor: pointer;
}
#group_menu_right {
	vertical-align:top;
    display:inline-block;
    background: url('/static/images/backgrounds/groups/arrow_right.png');
    width: 22px;
    height: 60px;
    position:absolute;
    right: 0px;
    top: 100px;
}
#group_menu_right:hover {
    background: url('/static/images/backgrounds/groups/arrow_right_hover.png') no-repeat;
    cursor: pointer;
}
.menu_active {
	display: inline-block;
	height: 13px;
	width: 59px;
	overflow:hidden;
	text-align: center;
	margin: 0 0 0 0;
	font-weight: bold;
	color: #ffffff;

}
.menu_hover {
    overflow: auto;
    height: auto;
    width: auto;
    background: #49c9f5;
    padding: 5px;
    border: 1px solid #ffffff;
    z-index: 100;
    margin-top: -5px;

}
.menu_main_hover {
    overflow: visible;
    height: auto;
    width: auto;
    background: #4497d1;
    padding: 5px;
    border: 1px solid #ffffff;
    z-index: 100000;
    position: relative;
    margin-top: -5px;
    cursor: pointer;
}
.active_avatar {
	background: #DADADA;
	-moz-box-shadow: 0 0 2px 2px #888;
    -webkit-box-shadow: 0 0 2px 2px#888;
    box-shadow: 0 0 2px 2px #888;
    /*opacity: 0.9;*/
}
.onmouseover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
.close {
	background: url("/static/images/backgrounds/remove.gif") no-repeat scroll center center transparent;
    position: absolute;
    top: -5px;
    right: -5px;
    color: black;
    height: 14px;
    width: 14px;
    display:none;
}

#group_menu #group_main.active {
    background: url("/static/images/backgrounds/groups/tryby/tryb_main_active.png") no-repeat scroll center center transparent;
}

.avatarItem {
	/*border: 1px solid black;*/
	margin: 10px 0px 0px 20px;
	padding: 3px;
	width:200px;
	height: 80px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
    z-index: 55;
	zoom: 1;
	*display: inline;
}
.avatarItemNo {
    /*border: 1px solid black;*/
    margin: 10px 25px 0px 25px;
    padding: 3px;
    width:40px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.avatarItemNew {
    margin: 3px;
    padding: 3px;
    width:190px;
    height: 80px;
    display: inline-block;
    position:relative;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.drag {
	position: relative;
}

.menu_item_over {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	cursor: crosshair;
}
#group_menu .menu_item_out {
    background: url("/static/images/icons/tryb2.png");
}



.hidden {
    /*border: 1px solid red;*/
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

#group_navi {
    display: block;
    height: 40px;
}
#group_navi_search {
    float: left;
    padding: 6px 20px;
}
#group_navi_action {
    float: right;
    height: 15px;
    color: #8f8f8f;
    background: #ECECEC;
    padding: 5px 30px 10px 30px;
    -moz-border-right: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    display: inline
}
#group_navi_action div{
    display: inline-block;
    margin: 5px 10px;
    zoom: 1;
    *display: inline;
}

.group_new {
    display: block;
}
.group_new_title {
    font-weight: bold;
    margin: 0 0 0 25px;
}
#groups_header{
    margin-top: 30px;
}
#group_header_title {
    float: left;
    background: #ECECEC;
    padding: 10px 25px;
    -moz-border-right: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
}
#group_header_action {
	float: right;
	padding: 10px 30px 10px 30px;
	margin: 0 10px;
}
#group_header_action span {
	margin: 0 10px;
	cursor: pointer;
}
.groups_content{
    margin: 20px;
}
.groups_action:hover {
    cursor: pointer;
    color: #000000;
}
#groups_new_amount {
    width: auto;
}
.group_new_amount {
    display: inline-block;
}
.account_name {
    height: 22px;
    overflow:hidden;
    text-align: left;
    padding: 3px 1px;
    word-wrap: break-word;
    width: 120px;
    font-size: 10px;

}
.account_name a {
    height: 100%;
    width:100%;
    display:block;
}

.ab_option_buttons {
    clear:both;
    float:left;
    height: 22px;
    overflow:hidden;
    text-align: center;
    padding: 3px 1px;
    width: 90px;
    font-size: 10px;

}

.ab_options {
    float:left;
    width: 120px;
    height: 50px;
    text-align:left;

}
.ab_option_buttons p{
	width:27px;
	}

.ab_button {
    float:left;
    clear:both;
    font-size:10px;
    color:#AAAAAA;
    background: url('/static/images/buttons/ab_options_bcg.png') repeat-x 0px 0px;
    border: 1px solid #DCDCDC;
    height:17px;
    width:100%;
    margin-top:-1px;

    }

.ab_button:hover p {
    color: blue;
}

.ab_buttons_top {
    position:relative;
    z-index:10;
    top:0px;
    left:0px;
    }

.ab_buttons_class {
    display:none;
    z-index: 10000;
    }

.ab_button p {
    margin:  2px 4px 0px 7px;
    white-space:nowrap;
    color: black;
}


.ab_buttons_down {

    display:inline-block;
    z-index: 100;
    height:40px;
    min-width: 160px;
    margin: 0px 0px 17px -66px;
    }

.account_avatar {
    z-index: 55;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    float:left;
    max-width: 70px;
}
.account_avatar img {
    overflow:hidden;
    max-width: 70px;
    z-index: 55;
    max-height: 60px;
}
.accept {
	cursor: pointer;
    position: absolute!important;
    right: 60px!important;
    top: 34px!important;
}
.refuse {
    cursor: pointer;
    position: absolute!important;
    right: 25px!important;
    top: 35px!important;
}
#groupBoxEdit{
    margin: 20px;
}
#groupBoxNew {
    margin: 20px;
}
#confirm {
    margin: 20px;
}

#groups_paginator_topbar {
    padding-bottom: 30px;
    padding-top: 10px;
}
