/* ==========================================
IMAGE GALLERY - CATEGORY BROWSER
========================================== */

.GALLERY-browser-header{
	font-family: "Arial Narrow";
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 8px;
}
.GALLERY-browser-text{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}


/* ==========================================
IMAGE GALLERY - CATEGORIES
========================================== */
.GALLERY-CAT-header{
	font-family: "Arial Narrow";
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
}
.GALLERY-CAT-header a:link{
	color: #FFFFFF;
}
.GALLERY-CAT-header a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.GALLERY-CAT-text{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.GALLERY-CAT-catbrowser{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
.GALLERY-CAT-imgblock{
	padding-top: 8px;
	border: 1px solid #666666;
	background-color: #1F1F1F;
}
.GALLERY-CAT-imgblock:hover{
	background-color: #1D1D1D;
	border: 1px solid #FF6600;
}
.GALLERY-CAT-imgtext{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-right: 9px;
	padding-left: 9px;
}
.GALLERY-CAT-imgtext a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.GALLERY-CAT-imgtext a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.GALLERY-CAT-imgtext a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* ==========================================
IMAGE GALLERY - IMAGES
========================================== */
.GALLERY-horline{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.GALLERY-IMG-header{
	font-family: "Arial Narrow";
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 8px;
}

.GALLERY-IMG-header a:link{
	color: #FFFFFF;
}
.GALLERY-IMG-header a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.GALLERY-IMG-text{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #3A3936;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.GALLERY-IMG-imgblock{
	padding-top: 8px;
	border: 1px solid #666666;
	background-color: #1F1F1F;
}
.GALLERY-IMG-imgblock:hover{
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
.GALLERY-IMG-imgtext{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-right: 9px;
	padding-left: 9px;
}
.GALLERY-IMG-imgtext a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.GALLERY-IMG-imgtext a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.GALLERY-IMG-imgtext a:hover{
	color: #999999;
	text-decoration: underline;
}
