/* Gallery Temp */

#GalleryMain {
	width: 764px;
}



/* Gallery Definitions */

div.GalleryThumbnail {
	margin: 2px;
}

span.GalleryThumbnail {
	margin: 2px;
}

.GalleryThumbnail {
	text-decoration: none;
}
a.GalleryThumbnail {
	border: #000000 1px solid;
	text-decoration: none;
}
a.GalleryThumbnail:hover {
	border: #E4EFF5 1px solid;
}

h1.GalleryTitle {
	text-align: left;
	font-size: 20px;
	padding: 0px;
	margin: 5px 0px 0px 5px;
}

.GalleryDesc {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 5px 8px;
}

#GalleryImages {
	text-align: center;
}

#GalleryImages h2 {
	text-align: left;
	font-size: 18px;
	padding: 0px;
	margin: 4px 0px 4px 5px;
}

.GalleryPaging {
	text-align: center;
	border: #113E70 1px solid;
	background-color: #E4EFF5;
	width: 95%;
	font-size: 10px;
	padding: 2px;
}

.GalleryNavigation {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
}

.GalleryNavigation img {
	padding-left: 5px;
	padding-right: 5px;
}

.GalleryNavigation a {
	padding-left: 10px;
	padding-right: 10px;
}

/* Category Definitions */
.GalleryTree {
	padding: 2px;
	margin: 1px 0px 5px 0px;
	font-size: 11px;
	font-weight: normal;
}
.GalleryTree ul {
	padding: 2px;
	margin: 0px 0px 3px 0px;
	list-style: none;
}
.GalleryTree li.GalleryTreeClosed {
	background-image: url(/gallery/images/icons/FolderClosed.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 5px 15px;
	margin: 0px;
	font-weight: normal;
}

.GalleryTree li.GalleryTreeOpen {
	background-image: url(/gallery/images/icons/FolderOpen.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 5px 15px;
	margin: 0px;
	font-weight: bold;
}


/* Image Definitions */
h1.ImageTitle {
	text-align: left;
	font-size: 20px;
	padding: 0px;
	margin: 5px 0px 0px 5px;
}

.ImageDesc {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 5px 8px;
}

.Image img{
	border: #000000 1px solid;
	text-decoration: none;
}

#ImageDetails {
	text-align: center;
}

#ImageAdsense {
	padding-top: 10px;
	text-align: center;
}

#ImageRating {
	text-align: center;
	border: #113E70 1px solid;
	background-color: #E4EFF5;
	width: 500px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

#ImageInfo {
	font-size: 10px;
}

#ImageInfo span {
	margin: 5px 15px;
}

.ImageOptions {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
}

.ImageOptions img {
	padding-left: 20px;
	padding-right: 5px;
}

.ImageNavigation {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
}
.ImageNavigation img {
	padding-left: 5px;
	padding-right: 5px;
}

.ImageNavigation a {
	padding-left: 10px;
	padding-right: 10px;
}

/* Form Definitions */
#GalleryForm {
	text-align: left;
	border: #113E70 1px solid;
	background-color: #E4EFF5;
	width: 400px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 5px;
}

#GalleryForm td {
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
}

