.tGalleryPricesAndSizeLine { font-size: 10px; margin: 5px 0px 20px 0px;}
.tGalleryPricesAndSizeLine #dimensions { color: #AAAAAA; }
.tGalleryPricesAndSizeLine #price { margin-right: 6px; font-weight: bold; }

#tg_rowPic_title 	{ font-weight: bold; font-size: 11px; margin: 10px 0px 5px 0px; }
#tg_rowPic_caption 	{ font-size: 10px; margin: 5px 0px; }


.tg_imageEditor,
.tg_galleryEditor	{

	background-color: #eeeeee;
	background-color: rgba(240, 240, 240, 0.97);
	position: absolute;
	top: 20%;
	margin: 10px auto;
	left: 20%; right: 20%;
	padding: 30px;
	border: 1px #aaaaaa solid;
	z-index: 100;
	
	-webkit-border-radius: 4px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    
    -moz-border-radius: 4px;
    
}

.tg_imageEditor h1,
.tg_galleryEditor h1 {
	font-size: 18px;
	font-family: sans-serif;
	color: #666666;
}

.tg_hiddenThumb {
	opacity: 0.5;	
}

.tg_deletedImage {
	display: none;
}

.tGaller_dummyLink {
	color: #666666;
	text-decoration: none;
}

.tGallery_buttonDiv {

	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;

	text-align: center;
	padding: 10px;
	background-color: #ffffff;
	border: 1px #999999 dotted;
	margin: 20px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: hand;
	font-weight: bold; 
}

#tg_imageEditor_notes,
#tg_imageEditor_title,
#tg_galleryEditor_notes,
#tg_galleryEditor_title 
{ 
	font-family: inherit;
	font-size: 12px;
	width: 100%;	
}


#tg_imageEditor_imageThumbnail { 

	margin: 0px;
    /* -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */

}

#tg_imageEditor_alt, 
#tg_galleryEditor_alt {	
	width: 100%;
}


#tg_imageEditor_pwhrow input { width: 50px; }
#tg_imageEditor_priceColumn { padding-left: 50px; }

#tg_galleryEditor_imagesize { width: 60px; }
#tg_galleryEditor_imagequality { width: 50px; }
#tg_galleryEditor_imagequalitylabel { margin-left: 40px; margin-right: 5px; }


label { 

	display: block;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
}

.inlineLabel {
	display: inline;
	margin: 0px 10px 0px 2px;
	padding-bottom: 6px;
	vertical-align: middle;
}

.inlineMidLabel {
	display: inline;
	margin: 0px 10px 0px 4px;
	vertical-align: middle;
}

.tGalleryOneLine img	{ margin-right: 10px;  }


.tMessage_errorMsgs	{ color: #AA0000; }
.tMessage_infoMsgs	{ color: #00AA00; }


.tGallery_tracking    		{ margin: 10px 0px; }
.tGallery_tracking	input   { margin-left: 20px; width: 150px; margin-right: 20px; }

