/**
//
// Copyright (C) 2009 - 2011 Mike Feng Jinglong
//
// This program is a commercial software; you cannot redistribute it
// and/or modify it without the explicit consent from the author.
//
// All title and copyright in and to the Product is owned by Mike Feng
// and is protected by international copyright laws and treaty provisions.
// Mike Feng retains all ownership rights in the Product.
// The copyright notice must be reproduced and included on any copy
// that is expressly permitted under this Agreement.
**/

.small {
	color: #808080;
}
.sg-table {
	width: 100%;
	margin: 0px 4px;
	padding: 0px;
	border: 0px;
}
.sg-table td {
	text-align:center;
	vertical-align:middle;
	padding: 10px 0px;
}
div.shadowbox {
	margin-left: auto;
	margin-right: auto;
}
div.img-shadow {
	background: transparent url(/components/com_simgallery/images/shadowAlpha.png) no-repeat scroll right bottom !important;
	float: left;
}
div.img-shadow img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;
	margin:-6px 6px 6px -6px;
	padding:4px;
	position:relative;
}

#editProfilePicOverlay {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #fff;
	padding: 5px 27px 5px 6px;
	height: 15px;
	font-size: 11px;
	color: #2E8093;
}
#edit_profilepic_icon, #dropmenu_edit_profilepic_icon {
	background: url(/components/com_simgallery/images/edit.gif) no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 4px;
}
#edit_profilepic_icon { 
	right: 4px;
	background-position: 0px -36px;
}
#dropmenu_edit_profilepic_icon { background-position: 0px -18px; left: 4px; cursor: pointer; }
#dropmenu_container {
	position: absolute;
	visibility: hidden;
	width: 170px;
	z-index:9999;
}
#dropmenu_title { padding: 5px 6px 5px 32px; height: 15px; font-size:11px; color: #808080; background-color: #fff; border: 1px solid #000;}
#dropmenu_content {}
#dropmenu_content_wrapper {
	border-top: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	position: relative;
	top: -1px;
	left: 22px;
	width: 146px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#dropmenu_content_wrapper a.dropmenu_link {
	display: block;
	height: auto;
	width: auto;
	margin: 0px;
	overflow: hidden;
	padding: 4px 8px 4px 26px;
	font-size: 11px;
	background: url(/components/com_simgallery/images/edit_profilepic_dropdown.gif) no-repeat;
	color: #2E8093;
}
#dropmenu_content_wrapper a.dropmenu_link:hover {
	background-color: #899BC1;
	color: #fff;
	text-decoration: none;
}
a#upload_a_picture { background-position: 7px 0px !important; }
a#upload_a_picture:hover { background-position: 7px -24px !important; }
a#choose_from_album { background-position: 7px -48px !important; }
a#choose_from_album:hover { background-position: 7px -72px !important; }
a#remove_your_pic { background-position: 7px -96px !important; }
a#remove_your_pic:hover { background-position: 7px -120px !important; }
	

