/* User navigation */
#UserMenu{ margin: 0 0 15px 0; padding:5px; background:white; border: 1px solid; border-color: #cccccc #f3f3f3 #f3f3f3 #cccccc;  }
	#UserMenu .active a{ color: #333; font-weight:bold;}
	.pagemenu{ text-align: right; }
	.pagemenu li{ list-style: none; display: inline; margin:0 10px 0 0; }	
	.pagemenu a{ color: #666; text-decoration: none;}

	
/* Profile data */
#Profile{ float:left; width:100%; list-style: none; padding:0; margin:0 0 15px 0;}
	#Profile li{ float: left; width: 230px; line-height: 1.6em; }
	#Profile li.avatar{ width: 120px; }
	#Profile li.avatar img{ border: 1px solid; border-color: #cccccc #f3f3f3 #f3f3f3 #cccccc; padding: 5px; background: white; }

/* Favorites */	
.favorites{ list-style: none; margin: 0; padding: 0; }
	.favorites li{ float: left; width: 111px; height:100px; margin: 0 15px 15px 0; overflow:hidden; }
	.favorites a{ display: block; padding:3px; width: 109px; height: 98px; border: 1px solid #f5F5F5; text-decoration: none; }
	.favorites a:hover{ background: #fafafa; border:1px solid; border-color:#e0e0e0 white white #e0e0e0;}
	.favorites .Thumb{ display:block; width: 100px; height: 64px; overflow: hidden; border: 3px solid #4D4D4D; }
	.favorites .Thumb img{ width: 100px; }
	.favorites .title{ display: block; width: 100%; text-align: center; color: #333333; font-weight: bold; padding: 4px 0 0 0; }

/* Userlist */
.list_user{ width: 245px; margin:0 0 18px 0; }
	.list_user .avatar{ float: left; width: 50px; padding: 3px; border: 1px solid; border-color: #cccccc #f3f3f3 #f3f3f3 #cccccc; background:white; }
	.list_user .info{ float: right; width: 175px; }
	.list_user .info img{ float: left; margin-right: 5px; }
	.username0, .username1, .username2{ float: left; line-height: 23px; text-decoration: none; font-size:14px; }
	.username0{ color: #CCCCCC; }
	.username1{ color: Navy; }
	.username2{ color: #ff1493; }
	.list_user .info a:hover{ text-decoration: underline; }

/* Settings */
#Settings h3{ margin: 20px 0 4px 0; }
#Settings .Form{ float: left; display:block; width: 583px; padding: 10px; margin:0 0 30px 0; border: 1px solid; background: #fafafa; border-color: #CCCCCC #fff #fff #CCC; }
#Settings input.Text{ width: 200px; }
	#Avatar img{ float:left; border: 1px solid; border-color: #cccccc #f3f3f3 #f3f3f3 #cccccc; padding: 3px; margin:0 0px 0 0; }
	#Avatar p{ margin: 0 0 9px 0; }	
	
.odd{ float: left; }
.even{ float: right; }
#Password{ display: none; }
.vivid{ color: #ff4500; }
