@charset "utf-8";
/* CSS Document */

.tool_strip{
	position: absolute;
	text-align: right;
	z-index: 15;
}

.tool_strip ul{
	margin:0;
	padding:0;
	list-style: none;
}

.tool_strip li{
	float: left;
	margin-right: 12px;
}

.tool_strip .toolMenu a{
	text-indent: 0;
}
.tool_strip .toolMenu li{
	float: none;
	text-align: left;
	margin-right: 0;
}

.tool_strip .toolMenu-content {
	width: 200px;
	position: absolute;
	top: 0;
	left: 86px;
}

td .tool_strip li{
	margin-right: 4px;
}
.tool_strip a, .tool_strip span{
	text-indent: 999px;
	white-space: nowrap;
	overflow: hidden;
}

/*.tool_strip .ui-icon, .member_in_band .tool_strip .ui-icon{
	background-image: url(images/ui-icons_003500_256x240.png); 
}*/
#album_info .tool_strip, #member_info .tool_strip, #label_info .tool_strip{
	position: relative;
	text-align: left;
}

#album_info .tool_strip li, #member_info .tool_strip li, .member_in_band .tool_strip li, #label_info .tool_strip li{
	margin: 2px 2px 2px 0; 
}


.btn_submit{
	display: block;
	height: 16px;
	width: 78px;
	text-indent: -999px;
	text-decoration: none;
	overflow: hidden;
	background: url(images/ui-btn_submit.png) no-repeat;
	border: 0;
}
.btn_submit:hover{ background: url(images/ui-btn_submit_hover.png) no-repeat;}

.btn_login{
	display: block;
	height: 16px;
	width: 68px;
	text-indent: -999px;
	text-decoration: none;
	overflow: hidden;
	background: url(images/ui-btn_login.png) no-repeat;
	border: 0;
}
.btn_login:hover{background: url(images/ui-btn_login_hover.png) no-repeat;}

.btn_add{
	display: block;
	height: 31px;
	width: 25px;
	text-indent: -999px;
	text-decoration: none;
	overflow: hidden;
	background: url(images/ui-btn_add.png) no-repeat;
	border: 0;
}
.btn_add:hover{background: url(images/ui-btn_add_hover.png) no-repeat;}

.btn_add_band{
	display: block;
	height: 85px;
	width: 28px;
	text-indent: -999px;
	text-decoration: none;
	overflow: hidden;
	background: url(images/ui-btn_band.png) no-repeat;
	border: 0;
}

.btn_add_band:hover{background: url(images/ui-btn_band_hover.png) no-repeat;}

#member_box .btn_add_band{
	position: absolute;
	top: 50px;
	right:12px;
}

.btn_edit{
	display: block;
	height: 32px;
	width: 28px;
	text-indent: -999px;
	text-decoration: none;
	overflow: hidden;
	background: url(images/ui-btn_edit.png) no-repeat;
	border: 0;
}
.btn_edit:hover{background: url(images/ui-btn_edit_hover.png) no-repeat;}

.btn_edit2{
	display: block;
	height: 31px;
	width: 26px;
	text-indent: -999px;
	text-decoration: none;
	overflow: hidden;
	background: url(images/ui-btn_edit2.png) no-repeat;
	border: 0;
}
.btn_edit2:hover{background: url(images/ui-btn_edit2_hover.png) no-repeat;}

.btn_report_error{
	display: block;
	height: 31px;
	width: 59px;
	text-indent: -999px;
	text-decoration: none;
	overflow: hidden;
	background: url(images/ui-btn_error.png) no-repeat;
	border: 0;
}
.btn_report_error:hover{background: url(images/ui-btn_error_hover.png) no-repeat;}

.btn_read_more{
	display: block;
	height: 9px;
	width: 64px;
	text-indent: -999px;
	text-decoration: none;
	overflow: hidden;
	background: url(images/ui-btn_read.png) no-repeat;
	border: 0;
}
.btn_read_more:hover{background: url(images/ui-btn_read_hover.png) no-repeat;}

.btn_back{
	display: block;
	height: 33px;
	width: 32px;
	text-indent: -999px;
	text-decoration: none;
	overflow: hidden;
	background: url(images/ui-btn_back.png) no-repeat;
	border: 0;
}
.btn_back:hover{background: url(images/ui-btn_back_hover.png) no-repeat;}

.no-close .ui-dialog-titlebar-close {
  display: none;
}