/*
Gallery Style Overrides
*/

.CommonVerticalScroll
{
	overflow:-moz-scrollbars-vertical;
	overflow-x:hidden;
	overflow-y:scroll; 
}
.CommonHorizontalScroll
{
	overflow:-moz-scrollbars-horizontal;
	overflow-x:scroll; 
	overflow-y:hidden;
}

/*
Sidebar Styles
*/


/*
Content Styles
*/

UL.GalleryList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.GalleryGalleryArea
{
	background-color: #f7f7f7;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 5px;
}

.GalleryGalleryAreaAlt
{
	background-color: #f1f1f1;
}

.GalleryGalleryHeader
{
	color: #E73C0E !important;
	font-size: 110%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 8px 0;
}

.GalleryGalleryHeader a
{
	color: #E73C0E !important;
}

.GalleryGalleryContent
{
	color: #000;
	font-size: 80%;
}

UL.GalleryImageList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

UL.GalleryImageList LI
{
	float: left;
}

.GalleryGalleryImage
{
	margin: 0 5px 5px 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.GalleryGalleryFooter
{
	font-size: 70%;
	clear: both;
	margin: 10px 0 10px 1px;
	color: #666;
}

/* Header */

.SendGallery
{
	float: right;
	width:auto;
}

.OwnerAvatar img
{
	margin: 0 10px 0 0;
}

.OwnerAvatar img
{
	border: solid 1px #cde;
	padding: 1px;
}

h5.CommonSubTitle
{
	font-weight: normal;
	margin: 0;
	padding: 2px 0 0 0;
	color: #0046A0;
	font-size: 110%;
}
/* END Header */

/* Float Helpers */

.ClearLeft
{
	line-height: 0px;
	clear: left;
	height: 0px;
	width: 0px;
	padding:0;
	margin:0;
}

.MinWidth
{
	width:520px;
	min-width:520px;
}

BODY
{
	min-width:520px;
}

/* END Float Helpers */

.SidebarPhotoBox
{
	margin: 0 auto;
	text-align:center;
}

.SidebarPhotoBox a
{
	border-width: 0;
}

.SidebarPhotoBox img
{
	border: solid 1px #ccc;
	padding: 2px;
}

.SidebarItemDescription
{
	font-style: italic;
}

.SidebarItemText
{
	color: #000;
}

.SelectedTreeNode a:link, .SelectedTreeNode a:visited, .SelectedTreeNode a:hover, .SelectedTreeNode a:active 
{
	color: #698d73;
}

.SidebarPrevNext
{
	padding-top: 5px 0;
}

.AlbumIcon
{
	height:16px;
	width:16px;
	background-image: url(../Images/file/folder.gif);
}

/* END SideBar */

/* Content Area */

.ContentHeader
{
	font-size: 130%;
	background-color: Transparent;
	color: #999;
	padding: 0 0 3px 0;
	margin: 0;
}

.CommonBodyContent
{
	padding-left:20px;
	padding-bottom:10px;
}

.BreadcrumbList
{
	padding-bottom:10px;
	color: #999;
}

.boldtext
{
	font-weight: bold;
}

/* Contact Sheet */

.PictureList
{
	padding: 0;
	margin: 0;
	margin-left: 0px !important;
	margin-left: -20px;
	display:block;
}

.PictureListPager 
{
	text-align: right;
	float:right;
	margin-right: 10px;
	font-size: 100%;
}

.PictureListPager a
{
	font-weight: bold;
}

.PictureListControls
{
	font-size: 80%;
	text-align: left;
	margin: 0;
	clear: both;
}

div.pic
{
	float: left;
	height: 81px;
	width: 81px;
	margin: 0px 10px 20px 10px;
	border: solid 1px #CDDEEE;
	overflow:hidden;
	padding: 0px;
	text-align: center;
}

div.pic span 
{
	margin: 3px;
	display: block;
	height: 75px;
	width: 75px;
	overflow:hidden;
}

div.pic a
{
	padding: 0;
}

div.pic img
{
	border: none;
}

/* END Contact Sheet */

/* Picture Details */

div.PictureDetail
{
	text-align: left;
}

div.PictureDetail span 
{
}

div.PictureDetail img{
	border: solid 1px #CDDEEE;
	padding: 3px;
}

div.PictureDescription
{
	margin: 24px 0 16px 0;
}

/* END Picture Details */


/* END Content Area */

.photodetailoptions
{
	margin-left: 8px;
	font-size: 80%;
	position: relative;
}

.viewexif
{
	background-image: url(../Images/gallery/viewexificon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 5px 3px 20px;
	height: 16px;
	font-size: 110%;
	text-decoration: none;
	margin-top: 5px;
	border: solid 1px #CDDEEE;
	border-top-width: 0;
}

.viewsizes
{
	background-image: url(../Images/gallery/viewsizesicon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 5px 3px 20px;
	height: 16px;
	font-size: 110%;
	text-decoration: none;
	margin-top: 10px;
	border: solid 1px #CDDEEE;
	border-top-width: 0;
	
}
.viewcomments
{
	background-image: url(../Images/gallery/viewexificon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 5px 3px 20px;
	height: 16px;
	font-size: 110%;
	text-decoration: none;
	margin-top: 10px;
	border: solid 1px #CDDEEE;
	border-top-width: 0;
}

div#ViewSizes
{
	margin: 3px 0 0 20px;
	display: none;
	text-align: left;
	width: 135px;
	border: solid 1px #000;
	border-top-width: 4px;
	padding: 5px;
	font-size: 11px;
	position: absolute;
	background-color: #FFFFFF;
	left: -20px;
}

#ViewSizes ul
{
	margin: 0;
	padding: 0;
}

#ViewSizes li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#ViewExif
{
	margin: 3px 0 0 100px;
	display: none;
	text-align: left;
	width: 210px;
	border: solid 1px #000;
	border-top-width: 4px;
	padding: 5px;
	font-size: 11px;
	position: absolute;
	background-color: #FFFFFF;
	left: -11px;
}

#ViewExif ul
{
	margin: 0;
	padding: 0;
}

#ViewExif li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.emtext
{
	font-style: italic;
}

#comments dl
{
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;

}



/*ukmkivs*/

.GalleryPostLeft
{	
	float: left;
	width:440px;
}

.GalleryPostRight
{
	float: right;
	width:300px;
}

.GalleryPostComments
{
	overflow: hidden;
	margin-top: 10px;
}

.GalleryAdvert1
{
	border:	1px solid #D7D7D7;
	margin: 0 -5px 0 -5px;
	padding: 5px 0;
	text-align: center;
}

.GalleryPodList
{
	clear: both;	
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

li.GalleryPod
{
	background-color: #f1f1f1;
	padding: 0;
	margin: 0 10px 10px 0;
	width: 240px; 
	float:left;
	list-style-type: none;
	height: 90px;
}

li.GalleryPodAlt
{
	background-color: #f7f7f7;
}

div.GalleryPod
{
	padding: 5px;
}

.GalleryPod img
{
	float: left;
	margin: 0 0 5px 0;
}

.GalleryPod h4
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

.GalleryPod h4 a
{
	color: #E73C0E !important;
	margin: 0;
}

.GalleryPodText
{
	float: right;
	width: 120px;	
}
	



.GalleryGalleryArea, .GalleryPod, .GalleryPod img
{
	-moz-border-radius: 10px;
} 
