/*
@import url(signup.css);
@import url(top_panel.css);
*/
input.openid-identifier {
	background: url(/img/openid-inputicon.gif) no-repeat;
	background-position: 0 50%;
	padding-left: 18px;
}

img.user_avatar {
	height:	48px;
	width: 48px;
	}

ul.user_list {
	list-style: none;
	clear: both;
	padding-left: 0;
	}
ul.user_list li {
	display: inline;
	}
ul.user_list li a {
	display: inline;
	}
ul.user_list li a span {
	display: inline;
	}
ul.user_list li img {
	border: 0;
	}
ul.user_list li a:hover {
	background: #00e;
	color: #fff;
	}

p.user_list_user {
	font: 11px Arial, Helvetica, sans-serif; 
	text-align: center; 
	vertical-align: top; 
	padding: 5px; 
	float: left;
	margin: 5px;
	}
p.user_list_user a {
	text-decoration: none;
	}

p.user_list_user a.info {
	position:relative; /*this is the key*/
    z-index:24; background-color:#fff;
    color:#000;
    text-decoration:none
	}
p.user_list_user a.info:hover {
	z-index:25; 
	}
p.user_list_user a.info span.tooltip {
	display: none;
	}
p.user_list_user a.info:hover span.tooltip {
	display:block;
	padding: 0.5em;
    position:absolute;
	top:2em; left:1em; min-width:10em; max-width:20em;
    border:1px solid #777;
	color: #000;
	background-color: #fff;
    /*background-color:#cff; color:#000;*/
    text-align: center
	}

#user_profile form p label {
	font-family: tahoma, sans-serif;
	font-width: bold;
	float: left;
	width: 10em;
	text-align: right;
	padding-right: 0.5em;
	}
#user_profile form p textarea {
	background: #eef;
	font-weight: normal;
	}
#user_profile form p textarea:focus {
	border: 2px solid #698CAF;
	background: #fff;
	font-weight: bold;
	}
#user_profile form p input {
	background: #eef;
	font-weight: normal;
	}
#user_profile form p input:focus {
	border: 2px solid #698CAF;
	background: #fff;
	font-weight: bold;
	}
.user_profile_section {
	border-top: 1px solid #ccc;
	padding-bottom: 1em;
	}


p.user_tshirt_desc {
border: 1px solid #aaf;
	padding: 0.5em;
	font-size: 1.5em;
	background: lightyellow;
	}
#user_tshirt_form ul {
	list-style: none;
	}
span.tshirt_stats {
	font-size: 0.7em;
	color: #777;
	}


#event_hotel_booking_form.enabled {
	color: #000;
	
	}

#event_hotel_booking_form.disabled {
	color: #aaa;	
	}
#need_hotel_booking {
	color: #000;
	}

img.event_avatar {
	height: 72px;
	width: 72px;
}

#bottom_panel {
	border-top: 1px #ccc solid;
}

div.error_msg {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.error_msg img {
	border: 1px #000 solid;
}
