

/*Photo Upload modal*/
#modal-upload {
	
}
#uploader {
	width: 706px;
	/*background-color: #e6e6e6;*/
	color: #000;
	margin:0 auto;
	position:relative;
	top: 73px;
	text-align: left;
}
#uploader .top-edge {
	height: 19px;
	background: transparent url(../images/bg_photo-upload_top.png) no-repeat;
	padding: 0 14px;
}
#uploader a.btn-close {
	font-size: 11px;
	line-height: 11px;
	color: #00346c;
	display: block;
	float: right;
	margin-top: 7px;
	padding-right: 12px;
	background: transparent url(../images/x-close.gif) no-repeat 100% 100%;
	text-decoration: none;
}

#uploader a.btn-close :hover {
	font-size: 11px;
	line-height: 11px;
	color: #00346c;
	display: block;
	float: right;
	margin-top: 7px;
	padding-right: 12px;
	background: transparent url(../images/x-close.gif) no-repeat 100% 100%;
	text-decoration: underline;
}

#uploader .bot-edge {
	height: 22px;
	background: transparent url(../images/bg_photo-upload_bot.png) no-repeat;
	padding: 0 14px;
}
#uploader .main {
	height: 490px;
	background: transparent url(../images/bg_photo-upload.png) repeat-y; 
	padding: 0 22px;
}
#uploader .main h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	/*text-indent: -999em;
	background: transparent url(../images/h2_add-your-photos.gif) no-repeat;*/
}
#uploader .main h3 {
	height: 13px;
	text-indent: -999em;
	background: transparent url(../images/h3_add-photos-sub.gif) no-repeat;
}


#uploader-myphotos-wrapper {
	padding: 12px 0;
}
#uploader .buttons {
	text-align: right;
}
#uploader-wrapper {
	float: left;
	width: 420px;
	padding: 0;
	min-height: 400px;
	background: white url(../images/uploader/uploader-bot-edge.png) no-repeat 0 100%;

}
#uploader-wrapper .canvas {
	clear: both;
	padding: 18px 12px;
	font-size: 13px;
}
#uploader-wrapper .canvas a {
	color: #00346c;
	text-decoration: none;
	font-weight: bold;
}
#uploader-wrapper .form-search-api {
	float: right;
	width: 325px;
	text-align: right;
}
#uploader-wrapper .form-search-api .input-text {
	width: 220px;
}
#uploader-wrapper .form-search-api .input-button {
	vertical-align: top;
}
#uploader-wrapper .result-box {
	border: 1px solid black;
	margin-top: 10px;
	width: 619px;
	height: 294px;
	float: left;
}
#uploader-wrapper .result-box .thumbs {
	padding: 6px 3px;
	height: 282px;
	overflow: auto;
}
#uploader-wrapper .result-box .thumb {
	float: left;
	padding: 5px;
}
#uploader-wrapper .result-box .thumb img {
	padding: 4px;
	border: none;
}
#uploader-wrapper .result-box .thumb img.selected {
	padding: 1px;
	background-color: white;/*#00346c;*/
	border: 3px solid #005fc5;
}
#uploader-wrapper .btn-add-photos {
	text-indent: -999em;
	width: 109px;
	height: 26px;
	background-image: url(../images/btn-add-photos.gif);
	display: block;
	float: right;
	margin-top: 20px;
}
#uploader-wrapper .btn-add-photos.disabled {
	background-image: url(../images/btn-add-photos-disabled.gif);
	cursor: default;
}

#myphotos-wrapper {
	float: right;
	width: 229px;
	height: 400px;
	background: white url(../images/uploader/myphotos-bot-edge.png) no-repeat 0 100%;
}
#myphotos-wrapper .scrollable {
	height: 360px;
	overflow: auto;	
}
#uploader-wrapper .nav {
	background: url(../images/uploader/nav-bg.png) no-repeat;
	float: left;
	width: 645px;
}
#uploader-wrapper .nav a {
	display: block;
	float: left;
	padding: 11px 0 10px;
	margin-right: 22px;
	margin-left: 12px;
}
#uploader-wrapper .nav a.last {
	margin-right: none;
}
#uploader-wrapper .nav a:hover,
 #uploader-wrapper .nav a.active {
	background: url(../images/uploader/nav-active-arrow.png) no-repeat 50% 100%;
}
/* My Photos */
.myphotos-thumb {
	height: 100px;
	margin-top: 14px;
	margin-left: 6px;
	margin-right: 6px;
	float: left;
	width: 55px;
}
.myphotos-thumb img {
	display: block;
	margin-bottom: 4px;
}
.myphotos-thumb .remove {
	padding-left: 9px;
	background: url(../images/uploader/icon-x.gif) no-repeat 1px 3px;
	color: #00346c;
	font-size: 9px;
	text-decoration: none;
}

.myphotos-thumb .remove :hover{
	padding-left: 9px;
	background: url(../images/uploader/icon-x.gif) no-repeat 1px 3px;
	color: #00346c;
	font-size: 9px;
	text-decoration: underline;
}

/* Albums / Photosets */
#uploader ul.photosets {
	list-style-type: none;
	margin-left: 2em;
}
#uploader ul.photosets a:hover {
	text-decoration: underline;
}

/* Browse My Computer + Web URLs*/
#browse-my-computer .file-input,
 #browse-web-urls .url-input {
	margin-bottom: 14px;
}
#browse-my-computer input,
 #browse-web-urls input {
	font-size: 12px;
}
#browse-my-computer .link-addmore,
 #browse-web-urls .link-addmore {
	margin-top: 26px;
	margin-bottom: 14px;
}
#browse-my-computer .link-addmore a,
  #browse-web-urls .link-addmore a {
	font-weight: normal;
	font-size: 13px;
}
#browse-my-computer .btn-addphotos,
  #browse-web-urls .btn-addphotos {
	margin-top: 14px;
	margin-bottom: 32px;
}
#browse-web-urls .url-input input {
	width: 320px;
}
#browse-web-urls .url-input .gray {
	background-color: #f1f1f1;
	color: #666;
}

