div#dccom_radImageGallery {
	margin:20px;
	font-size:14px;
	clear:both;
}

div#dccom_radImageGallery h3 {
	margin:0;
	padding:0;
	margin-top:15px;
	margin-bottom:15px;
	color:black;
	border-bottom:1px solid #D7D5D5;
	font-family:trebuchet ms;
	font-size:18px;
}

div#dccom_radImageGallery h3#folder {
	background-image:url('images/icons/folderOpen.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
}

div#dccom_radImageGallery h3#images {
	background-image:url('images/icons/photo.gif');
	background-repeat:no-repeat;
	background-position:left 20px;
	padding-left:18px;
	clear:both;
	padding-top:15px;
}

*html div#dccom_radImageGallery h3#images {
	background-position:left;
	padding-top:0px;
}

*:first-child+html div#dccom_radImageGallery h3#images {
	background-position:left;
	padding-top:0px;
}

div#dccom_radImageGallery div#folderCategoriesHolder {
	margin-left:20px;
}

div#dccom_radImageGallery div#category {
	float:left;
	padding:2px 20px 2px 2px;
	margin:2px;
	min-width:70px;
	white-space:nowrap;
}

div#dccom_radImageGallery div#category a {
padding-left: 20px;
background: transparent url('images/icons/folder.gif') no-repeat;
}

div#dccom_radImageGallery div#parentCategory {
	padding:2px;
	margin:2px;
	min-width:70px;
	clear:both;
}

div#dccom_radImageGallery div#parentCategoryGray {
	padding:2px;
	margin:2px;
	color:#808080;
	min-width:70px;
	clear:both;
	font-size:11px;
}

div#dccom_radImageGallery div#category a, div#dccom_radImageGallery div#category a:link, div#dccom_radImageGallery div#category a:active, div#dccom_radImageGallery div#category a:visited {
	color:#0000ff;
	text-decoration:underline;
}

div#dccom_radImageGallery div#category a:hover {
	text-decoration:none;
}

div#dccom_radImageGallery div#parentCategory a, div#dccom_radImageGallery div#parentCategory a:link, div#dccom_radImageGallery div#parentCategory a:active, div#dccom_radImageGallery div#parentCategory a:visited {
	color:#008000;
	font-size:11px;
	text-decoration:underline;
}

div#dccom_radImageGallery div#parentCategory a:hover {
	text-decoration:none;
} 

div#dccom_radImageGallery div#categoryDescription {
	margin:10px;
	padding:5px;
	clear:both;
}

div#dccom_radImageGallery div#image {
	float:left;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	min-width:210px;
	width:210px;
	overflow:hidden;
	text-align:center;
	height:200px;
	border:1px solid #f6f6f6;
}

div#dccom_radImageGallery div#image img {
	border:1px solid #D7D5D5;
	padding:5px;
	margin:2px;
	background-color:#f6f6f6;
}

div#dccom_radImageGallery div#image img:hover {
	border:1px solid #CCD8E6;
	padding:5px;
	margin:2px;
	background-color:#E5ECF9;
}

div#dccom_radImageGallery div#image div#title {
	text-align:center;
	font-size:10px;
	font-weight:bold;
	padding:2px;
}

div#dccom_radImageGallery div#image div#description {
	font-style:italic;
	padding:2px;
	text-align:center;
	font-size:9px;
	width:200px;
	overflow:hidden;
}

table#dccom_radImageGalleryPageTurningTable {
	border-top:1px solid #DDDDDD;
	clear:both;
	width:100%;
}

table#dccom_radImageGalleryPageTurningTable td#pageTurnButton {
	color:#AAAAAA;
	padding:6px;
}

table#dccom_radImageGalleryPageTurningTable td#pageTurnButton a, table#dccom_radImageGalleryPageTurningTable td#pageTurnButton a:link, table#dccom_radImageGalleryPageTurningTable td#pageTurnButton a:active, table#dccom_radImageGalleryPageTurningTable td#pageTurnButton a:visited {
	font-size:12px;
	text-decoration:none;
	border:1px solid #DDDDDD;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:5px;
	color:#0063DC;
}

table#dccom_radImageGalleryPageTurningTable td#pageTurnButton a:hover {
	font-size:12px;
	text-decoration:none;
	border:1px solid #003366;
	background-color:#0063DC;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:5px;
	color:#ffffff;
}

table#dccom_radImageGalleryPagesTable td {
	padding-top:3px;
	padding-right:5px;
	padding-bottom:3px;
	padding-left:5px;
}

table#dccom_radImageGalleryPagesTable td.title {
	font-size:12px;
	margin-right:5px;
}

table#dccom_radImageGalleryPagesTable td.activePage {
	color:#FF4884;
	font-weight:bold;
}

table#dccom_radImageGalleryPagesTable td.inactivePage {
	
}

table#dccom_radImageGalleryPagesTable td.inactivePage a, table#dccom_radImageGalleryPagesTable td.inactivePage a:link, table#dccom_radImageGalleryPagesTable td.inactivePage a:active, table#dccom_radImageGalleryPagesTable td.inactivePage a:visited {
	font-size:12px;
	color:#0063DC;
	text-decoration:none;
	border:1px solid #DDDDDD;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:5px;
}

table#dccom_radImageGalleryPagesTable td.inactivePage a:hover { 
	font-size:12px;
	text-decoration:none;
	border:1px solid #003366;
	background-color:#0063DC;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:5px;
	color:#ffffff;
}

div#dccom_radImageGalleryPhotoCount {
	text-align:center;
	color:#AAAAAA;
	font-size:11px;
}

div#dccom_radImageGalleryNoResults {
	text-align:center;
	color:#AAAAAA;
	border:1px solid #DDDDDD;
	padding:10px;
	font-size:12px;
}