/* ..... */
#error_login{
	width:100%;
}
#error_login label{
	text-transform:capitalize;
	font-family: Georgia,"Lucida Grande", serif; 
	text-align:right;
	display:inline-block;
	width:100%;
}
#error_login input[type=text], #error_login input[type=password]{
	width:95%;
}
#error_login table{
	width:95%;
}
#error_login a{
	text-decoration:none;
	color:black;
}
.bubble_close{
	display:block;
	position:absolute;
	right:10px;
	height:11px;
	width:11px;
	top: 5px;
	text-decoration:none;
	background:transparent url('/css/backs/close_win.gif') top right no-repeat;
}

#over_set_bubble{
	width:300px;
	height:300px;
	position:absolute;
	top: -1000px;
	left: -1000px;
	background-color:transparent;
	border: 0px solid #333;
	overflow:hidden;
	margin:5px;
	background:white;
/*	border: 1px #ddd solid;
	background:white url(set_pop_hover.png) no-repeat  0px 8px; */
	padding:5px;
}

#over_set_bubble h1 { font-size: 15px; }
#over_set_bubble h2 { font-size: 12px; }
#over_set_bubble a {  border:0; }

#set_preview{
	zoom:1;
	padding: 0px;
	width:100%;
	height:100%;
	font-size:12px;
	overflow:hidden;
	margin:0 auto;
}

#set_preview a{
	text-decoration:none;
}
#set_preview .close{
	right:3px;
	top:5px;
	position:absolute;
	width:15px;
	background:white url(set_pop_close.png) no-repeat;
	height:10px;
	cursor:hand;
	cursor:pointer;

}
#set_preview .add_to_list{
	position:absolute;
	width:50px;
	right:7px;
	bottom: 2px;
	text-align:right;
}
#set_preview .add_to_list a{
	display:block;
	font-size:9px;
	height:9px;
	background: transparent url(/css/set_pop_add.png) bottom right no-repeat;
	width:100%;
}
#set_preview .add_to_list a:hover{
	height:9px;
	font-size:9px;
	background: transparent url(/css/set_pop_add_hover.png) bottom right no-repeat;
}

#set_preview img{
	border:0;
}
#set_preview .info{
	margin:3px;
}
#set_preview .title, #set_preview .title a{
	font-size:18px;
	width:210px;
	/* color:#1025AD; */
	color: #000;
	font-family: Helvetica, Arial, san-serif; 
	margin-bottom:6px;
	overflow:hidden;
	white-space: nowrap;
}
#set_preview .set_preview_images {
	width:100%;
	margin:0;
	padding:0;
	margin-top:-3px;
	overflow:hidden;
	height:35px;
}
#set_preview .set_preview_images a{
	margin:0;
	padding:0;
}
#set_preview .set_preview_images img{
	padding:0;
	padding-right:5px;
	width:30px;
	height:30px;
	margin:0;
}
#set_preview .asset img{
	max-width:210px;
	max-height:150px;
	vertical-align:middle;
}
#set_preview .asset{
	position:relative;
	height:150px;
	width:210px;
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
	background-color:#F8F8F8;
	clip: rect(0, 250px, 150px,0);
}
#set_preview #other_sets{
	position:absolute;
	bottom:20px;
	border:1px #ddd solid;
	overflow:hidden;
	height: 150px;
	display:none;
	background-color:#fff;
	width:205px;
	margin:0 auto;
	font-size:10px;
	border:1px #ccc solid;
}
#set_preview #other_sets .set{
	border-bottom:1px #ccc solid;
	height: 15px;
	background:#fff url(set_pop_aux_set.png) 0px 0px no-repeat;
	cursor:hand;
	cursor:pointer;
}
#set_preview #other_sets .selected, #set_preview #other_sets div:hover{
	border-bottom:1px #ccc solid;
	background:#fff url(set_pop_aux_set_hover.png) 0px 0px no-repeat;
}

#set_preview #set_select{
	border:1px #ccc solid;
	bottom:20px;
	position:absolute;
	height: 15px;
	width:207px;
	color: #ccc;
	overflow:hidden;
	cursor:hand;
	line-height:15px;
	cursor:pointer;
	background:#fff url(set_pop_more_sets.png) 0px 0px no-repeat;
}

/* ..... */

#map_multiuser_bubble{
	height: 300px;
	width: 300px;
	font-size: 10px;
	color: #333;

}
#map_multiuser_bubble #users{
	height: 280px;
	overflow:auto;
}
#map_multiuser_bubble h1 {
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom:1px solid #ccc;
	font-size: 15px;
}

#map_oneuser_bubble .onuser, #map_multiuser_bubble .onuser {
	margin-bottom: 5px;
	float:left;
	clear:both;
	width: 95%;
	height:60px;
	float:left;
	width: 100%;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
#map_oneuser_bubble .onuser img, #map_multiuser_bubble .onuser img{
 width:50px;
 height: 50px;
 padding-right: 10px;
}
#map_multiuser_bubble .onuser .username, #map_multiuser_bubble .onuser .location{
}

/* ..... */

#map_oneuser_bubble{
	height: 200px;
	width: 300px;
	font-size: 10px;
	color: #333;
}
#map_oneuser_bubble #users{
	height: 280px;
	overflow:auto;
}
#map_oneuser_bubble h1 {
	font-size: 15px;
}
#map_oneuser_bubble h2 {
	font-size: 12px;
}
#map_oneuser_bubble img{
 float:left;
 width:50px;
 height: 50px;
 padding: 3px;
}
#map_oneuser_bubble .location{
	clear:both;
}

/* ..... */

#user_shortlist_bubble{
	width:310px;
	height:310px;
	position:absolute;
	top: -1000px;
	left: -1000px;
	background-color:#ddd;
	border: 5px solid #333;
	overflow:hidden;
	z-index:9999;

}

#user_shortlist_bubble .info{
	background-color:#ffeeee;
	color:#000
}

#user_shortlist_bubblewrap{
	height: 300px;
	width: 300px;
	font-size: 10px;
}
#user_shortlist_bubble .users{
	height: 280px;
	overflow:auto;
}
#user_shortlist_bubble h1 {
	font-size: 15px;
}
#user_shortlist_bubble .onuser {
	margin-bottom: 5px;
	float:left;
	clear:both;
	overflow:hidden;
	width: 95%;
	height:40px;
}
#user_shortlist_bubble .onuser img{
 float:left;
 width:30px;
 height: 30px;
 padding-right: 5px;
}
#user_shortlist_bubble .onuser .username, #user_shortlist_bubble .onuser .location{
 float:left;
}

#shortlist .info, #user_shortlist_bubble .info{
	font-size:12px;
	font-weight: bold;
	display:block; 
	padding:4px 5px 4px 25px; 
	margin:0 0 3px 0; 
	border-top:1px solid #dddddd; 
	border-bottom:1px solid #dddddd; 
	color:#333333; 
	background:#ffffcc url(icon_success.gif) 5px .3em no-repeat; 
}

#user_shortlist_bubblewrap{
	height: 300px;
	width: 95%;
	margin:0 auto;
	font-size: 10px;
}
#user_shortlist_bubblewrap a {
	text-decoration:none;
}
#user_shortlist_bubblewrap  img{
	border:0;
	float:left;
	margin-right:5px;
}
#user_shortlist_bubblewrap .users{
	height: 280px;
	overflow:auto;
}
#user_shortlist_bubblewrap h1 {
	font-size: 15px;
}
#user_shortlist_bubblewrap .close{
	position:relative;
	right: 5px;
	top:-15px;
	cursor:hand;
	cursor:pointer;
	text-align:right;
}
#user_shortlist_bubblewrap .onuser {
	margin-bottom: 5px;
	float:left;
	clear:both;
	width: 99%;
	background-color:#fff;
	border-bottom: 1px solid #000;
	height:40px;
}
#user_shortlist_bubblewrap .onuser .setimg{
 float:left;
 width:30px;
 height: 30px;
 padding-right: 5px;
}
#user_shortlist_bubblewrap .onuser .remove{
	text-align:right;
}
#user_shortlist_bubblewrap .onuser .username, 
#user_shortlist_bubblewrap .onuser .location{
 float:left;
}

/* ..... */
#gen_bubble{
	width:330px;
	height:360px;
	position:absolute;
	top: -1000px;
	left: -1000px;
	background-color:#fff;
	border: 1px solid #ccc;
	overflow:auto;
	padding-bottom:5px;
	z-index:9999;
	color:#8A8A8A;
}
#gen_bubble ul.messagelist{
width:300px;
font-size:10px;
}
#gen_bubble ul.messagelist li{
font-size:10px;
}
.gen_bubble .errornote{
  border:0;
  margin:0;
  padding:1px;
  float:left;
  width:95%;
  color:red;
  border-top:0; 
  background:0;
  text-align:left;
  font-size:12px;
}

.gen_bubble .info{
	background-color:#ffeeee;
	color:#000
}
.gen_bubble{
	width: 310px;
	margin:0 auto;
	font-size: 11px;
}
.gen_bubble a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.gen_bubble  img{
	border:0
}

.gen_bubble h1 {
	font-size: 14px;
	margin-top:8px;
}
.gen_bubble .close{
	position:relative;
	display:block;
	text-align:right;
	left:300px;
	top:-18px;
	text-align:right;
	width:11px;
	height:11px;
	background:transparent url('backs/close_win.gif') top right no-repeat;
}

/* ..... */

#user_fav_bubble{
	width:330px;
	height:460px;
	position:absolute;
	top: -1000px;
	left: -1000px;
	background-color:#fff;
	border: 1px solid #ccc;
	overflow:hidden;
	padding-bottom:5px;
	z-index:9999;
	color:#8A8A8A;
}
#user_fav_bubble .errornote{
  border:0;
  margin:0;
  padding:1px;
  float:left;
  width:100%;
  color:red;
  border-top:0; 
  background:0;
  text-align:left;
  font-size:12px;
}

#favorites .info, #user_fav_bubble .info{
	font-size:12px;
	font-weight: bold;
	display:block; 
	padding:4px 5px 4px 25px; 
	margin:0 0 3px 0; 
	border-top:1px solid #dddddd; 
	border-bottom:1px solid #dddddd; 
	color:#333333; 
	background:#ffffcc url(icon_success.gif) 5px .3em no-repeat; 
}

#user_fav_bubblewrap .info{
	background-color:#ffeeee;
	color:#000
}
#user_fav_bubblewrap{
	height: 418px;
	width: 320px;
	margin:0 auto;
	font-size: 11px;
}
#user_fav_bubblewrap a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#user_fav_bubblewrap  img{
	border:0
}
#user_fav_bubblewrap .sets{
	border: 1px solid #ccc;
	height: 418px;
	padding:2px 5px 5px 5px;
	overflow:auto;
}
#user_fav_bubblewrap h1 {
	font-size: 14px;
	margin-top:8px;
}
#user_fav_bubblewrap .remove{
	text-align:right;
	position:relative;
	display:block;
	top:-35px;
	left:265px;
	padding:0;
	margin:0;
	width:43px;
	height:8px;
	background:transparent url('/css/backs/remove.gif') top right no-repeat;
}
#user_fav_bubblewrap .close{
	position:relative;
	display:block;
	text-align:right;
	left:310px;
	top:-18px;
	margin:0;
	padding:0;
	text-align:right;
	width:11px;
	height:11px;
	background:transparent url('/css/backs/close_win.gif') top right no-repeat;
}
#user_fav_bubblewrap .onset {
	margin-bottom: 2px;
	float:left;
	clear:both;
	overflow:hidden;
	width: 100%;
	background-color:#fff;
	border-bottom: 1px solid #ccc;
	height:32px;
	padding-top:3px;
	padding-bottom:5px;

}
#user_fav_bubblewrap .onset .setimg  img{
 float:left;
 width:32px;
 height:32px;
 padding-right: 5px;
}

#user_fav_bubblewrap .onset .setname, 
#user_fav_bubblewrap .onset .username, 
#user_fav_bubblewrap .onset .location{
}
#user_fav_bubblewrap .onset .location{
	 font-style:italic;
	 height:12px;
}

/* ..... */

#lastseen_bubble{
	width:330px;
	height:460px;
	position:absolute;
	top: -1000px;
	left: -1000px;
	background-color:#fff;
	border: 1px solid #ccc;
	overflow:hidden;
	padding-bottom:5px;
	z-index:9999;
	color:#8A8A8A;
}
#lastseen_bubblewrap .info{
	background-color:#ffeeee;
	color:#000
}
#lastseen_bubblewrap{
	height: 418px;
	width: 320px;
	margin:0 auto;
	font-size: 11px;
}
#lastseen_bubblewrap a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#lastseen_bubblewrap  img{
	border:0
}
#lastseen_bubblewrap .sets{
	border: 1px solid #ccc;
	height: 418px;
	padding:1px 5px 5px 5px;
	overflow:auto;
}
#lastseen_bubblewrap h1 {
	font-size: 14px;
	margin-top:8px;
}
#lastseen_bubblewrap .close{
	position:relative;
	display:block;
	text-align:right;
	left:309px;
	top:-18px;
	text-align:right;
	width:11px;
	height:11px;
	background:transparent url('backs/close_win.gif') top right no-repeat;
}
#lastseen_bubblewrap .onset {
	margin-bottom: 1px;
	float:left;
	clear:both;
	overflow:hidden;
	width: 99%;
	background-color:#fff;
	border-bottom: 1px solid #ccc;
	height:32px;
	padding-top:3px;
	padding-bottom:5px;

}
#lastseen_bubblewrap .onset .setimg  img{
 float:left;
 width:32px;
 height: 32px;
 padding-right: 5px;
}

#lastseen_bubblewrap .onset .setname, 
#lastseen_bubblewrap .onset .username, 
#lastseen_bubblewrap .onset .location{
 clear:right;
}
#lastseen_bubblewrap .onset .location{
	 font-style:italic;
	 clear:left;
}

#lastseen_bubblewrap .onuser {
	margin-bottom: 2px;
	float:left;
	clear:both;
	overflow:hidden;
	width: 99%;
	background-color:#fff;
	border-bottom: 1px solid #ccc;
	height:32px;
	padding-top:3px;
	padding-bottom:5px;
}

#lastseen_bubblewrap .onuser img{
 float:left;
 width:32px;
 height: 32px;
 padding-right: 5px;
}

#lastseen_bubblewrap .onuser .username{
}
#lastseen_bubblewrap .onuser .location{
	font-style:italic;
}
/* ..... */

#map_bubble{
	width:200px;
	height:200px;
	position:absolute;
	background-color:#ddd;
	border: 5px solid #333;
	overflow:hidden;
}
#map_bubble_iframe{
	width:200px;
	height:200px;
	border:0;
	overflow:hidden;
	padding:0;
	margin:0;
}
#map_bubble_close {
	position:absolute;
	top: 2px;
	right:5px;
	z-index:999;
}
#map_bubble_map {
	background-color:#333;
	width:200px;
	height:200px;
	color:#eee
}

/* ... bugtit ... */

#bugit_bubble{
	width:310px;
	height:210px;
	position:absolute;
	top: -1000px;
	left: -1000px;
	background-color:#fff;
	border: 1px solid #ccc;
	overflow:hidden;
	z-index:9999;
}
#bugit_bubble_adm{
	width:310px;
	height:510px;
	position:absolute;
	top: -1000px;
	left: -1000px;
	font-size:12px;
	background-color:#eee;
	border: 5px solid #fff;
	overflow:hidden;
	z-index:9999;
}
#bugit_bubble_adm .bugcomment{
	height: 100px;
	overflow:auto;
	background-color:#fff;
}
#bug_form {
	margin:4px;
}
#bug_form .form-row, #bug_form .submit-row{
	padding:2px;
	margin:0 auto;
}
 #bug_form .submit-row{
	text-align:right;
	width:300px;
 }

/* ...browse menu .. */
#browse_genre_bubble, #browse_tag_bubble,
#browse_order_bubble,#browse_type_bubble,
#browse_smode_bubble,#browse_stime_bubble,
#browse_location_bubble,#browse_smovers_bubble{
	width:210px;
	height:350px;
	position:absolute;
	top: -1000px;
	left: -1000px;
	background:transparent;
	z-index:9999;
}


#browse_genre_bubble {
	width:350px;
	height:291px;
}
#browse_tag_bubble{
	width:475px;
	height:341px;
}
#browse_location_bubble{
	width:350px;
	height:358px;
}
#browse_tag_bubble .tags div,
#browse_genre_bubble .groups div,
#browse_location_bubble .locations div{
	float:left;
	width:45%;
	padding:4px;
	font-size:12px;
}
#browse_genre_bubble a, #browse_tag_bubble a, #browse_location_bubble a{
	padding:4px;
	display:block;
	font-size:12px;
}

#browse_smode_bubble,#browse_stime_bubble,#browse_smovers_bubble{
height:100px;
display:none;
}
#browse_order_bubble{
	display:none;
	height:60px;
}
#browse_type_bubble{
	display:none;
	height:80px;
}

.freebox .topper{
display:none;
}

.browse_pop .topper{
	background: transparent url('browse/menuarr.png') no-repeat 122px top;
	height:14px;
	position:relative;
	top:0;
	left:0;
}
.browse_pop .lefter,
.browse_pop .righter,
.browse_pop .bottomer{
display:none;
}

.rightbox .topper{
display:none;
}
.rightbox .righter{
display:none;
background: transparent url('browse/menuarr_right.png') no-repeat 0px 122px;
width:14px;
height:100%;
position:relative;

}


.browse_pop .dropshadow{
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
	box-shadow: 0px 0px 5px rgba(0,0,0,.8);	
}
.browse_pop .title{
	display:none;
color:#888;
padding:2px;
font-size:12px;
	background:#ffffff;

}
.browse_pop .menu{
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#fafafa)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
	background: -moz-linear-gradient(top,  #ffffff,  #fafafa);
}
.browse_pop .menu{
	overflow:auto;
}
.browse_pop ul{
	padding:2px;
}
.browse_pop ul li{
	list-style-position: outside;
	list-style:none;
	padding:2px;
}
.browse_pop ul li a{
	font-size:12px;
	width:100%;
	display:block;
}
.browse_pop ul li:hover,
.browse_pop ul li:hover a{
	background:#ccc;
	color:#fff;
}






