﻿.PublicationGallery .csControlTitleCenter
 {
	color:#3F6097;
    font-weight:bold;
    font-size:16px;
    border-bottom:solid 1px #ADBED7;
	width:100%;
	display:block;
    padding-top:20px;
}

.PublicationGallery .SelectedItem,
.PublicationGallery .NormalItem
{
    width:100px;
}

.PublicationGallery .NormalImage,
.PublicationGallery .SelectedImage,
.PublicationGallery .InvalidImage,
.PublicationGallery .SelectedInvalidImage,
.PublicationGallery .MouseOverEfect,
.PublicationGallery .SelectedImageMouseOverEfect,
.PublicationGallery .MouseOutEfect,
.PublicationGallery .SelectedImageMouseOutEfect
{
    vertical-align:top;
    border:solid 1px #D9D7AC;
    background:#ffffff;
    padding-top:3px;
    width:90px;
	height:90px;
	overflow:hidden;
	margin:2px;
}

.PublicationGallery .MouseOverEfect,
.PublicationGallery .SelectedImageMouseOverEfect
{
    filter:alpha(Opacity=50); -moz-opacity: 0.5; opacity: 0.5;
}
.PublicationGallery .MouseOutEfect,
.PublicationGallery .SelectedImageMouseOutEfect
{
    filter:alpha(Opacity=100); -moz-opacity: 1.0; opacity: 1.0;
}

.PublicationGallery .ImageSize
{
    overflow:auto;
    text-align:center;
}

.PublicationGallery .ImageTitle
{
	font-family: Verdana,Tahoma,Arial;
	font-size:9px;
	color:#000000;
	font-weight:normal;
}

.PublicationGallery .ImageDescription
{
	font-family: Verdana,Tahoma,Arial;
	font-size:10px;
	color:#000000;
}

.PublicationGallery .btnAddNewImage
{
	
	background-image: url(../Images/btnAddNewImage.gif);
}

.PublicationGallery .btnAddNewGallery
{
	background-image: url(../Images/btnAddNewGallery.gif);
}
.PublicationGallery .NumberOfSelectedImage
{
    color:#FFFFFF;
    padding:3px;
    background:#555555;
}

.PublicationGallery .NumberOfImage
{
    color:#000000;
    padding:3px;
    background:#eeeeee;
}

.PublicationGallery .ShowImages
{
    display:block;
}

.PublicationGallery .ImagesList
{
    display:block;
}

.PublicationGallery .ShowImages
{
    display:block;
}

.PublicationGallery .ImagesList
{
    display:block;
    width:230px;
    height:580px;
    overflow:auto;
    padding:3px;
    border:solid 1px #bbbbbb;
}

.PublicationGallery .ImagesList .Title
{
	font-family: Verdana,Tahoma,Arial;
	font-size:9px;
	color:#AAAAAA;
}

.PublicationGallery .PrevButton,
.PublicationGallery .NextButton
{
	font-family: Verdana,Tahoma,Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

