/* ================================
    CSS STYLES FOR Module PiGa
   ================================
*/

.Polle_PiGa_NumericTextBox {
	text-align:right;
}

.Polle_PiGa_ZoomTitle {
	padding-top: 5px;
	padding-bottom: 5px;
}

.Polle_PiGa_ImageZoom_Scroll
{
	overflow:auto;
	overflow-y:scroll;
	overflow-x:none;
}

.Polle_PiGa_ImageListBorderTopBottom .Polle_PiGa_GalleryListBorderTopBottom .Polle_PiGa_RatingListBorderTopBottom .Polle_PiGa_CommentListBorderTopBottom {
	border-top: dashed 1px black;
}

.Polle_PiGa_Image, .Polle_PiGa_ImageListImage {
	border: 1px solid black;
}

.Polle_PiGa_ImageListImage {
	display: block;
	margin-top: 2px;
	margin-right: 2px;
}

.Polle_PiGa_Fieldset {
	padding:0px 0px 0px 5px; 
	border:1px solid black;
}

.Polle_PiGa_Legend {
	margin-left:-5px; 
	margin-bottom:3px; 
	color: black;
}

.Polle_PiGa_GalleryList_ImageTable
{
	padding-top: 5px;
}