/* The CSS Class that will be applied to the outer control.*/
.igiv_RubberBlackControl
{
	background-color:Transparent;
}


/*
	This class should be used for setting any padding that might be 
	needed if the Header is placed above the control.
*/
.igiv_RubberBlackHeaderPadding
{
	padding-top:60px;
}


/*
	This class should be used for adjusting the padding of the control
	to account for the additional size of the header and footer.
*/
.igiv_RubberBlackFooterPadding
{
	padding-bottom:60px;
}


/*
	The CSS class that will be applied to the header. 
    The header can be absolutely positoned anywhere in the control, because the WebImageViewerhas an internal DIV that
    wraps the control with a position set to relative. </para>
*/
.igiv_RubberBlackHeaderContentArea
{
	font-size:14px;
	width: 100%;
	position: absolute;
	top: -30px;
	left: -6px;
	color:#666666;
	text-align:left;
}


/*The CSS class that will be applied to the Left Corner of the Header. */
.igiv_RubberBlackHeaderContentLeft
{
}


/*The CSS class that will be applied to the actual content of the Header.*/
.igiv_RubberBlackHeaderContent
{
	padding-top:-5px;
	padding-left:3px;
}


/*The CSS class that will be applied to the Right Corner of the Header. */
.igiv_RubberBlackHeaderContentRight
{
}


/*
	A TR that wraps the TopLeft, TopArea, and TopRight elements. 
    This CSS class is useful in setting the height of the entire row.
*/
.igiv_RubberBlackHeaderArea
{
	height: 6px;
}


/*
	The CSS class that will be applied to the footer. 
    The footer can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that
    wraps the control with a position set to relative. </para>
*/
.igiv_RubberBlackFooterContentArea
{
	font-size:14px;
	margin-top:20px;
	right: 0px;
	position: absolute;
	color:#666666;
	text-align:right;
}


/*The CSS class that will be applied to the Left Corner of the Footer. */
.igiv_RubberBlackFooterContentLeft
{
}


/*The CSS class that will be applied to the actual content of the Footer.*/
.igiv_RubberBlackFooterContent
{
}


/* The CSS class that will be applied to the Right Corner of the Footer. */
.igiv_RubberBlackFooterContentRight
{
}


/*
	 A TR that wraps the BottomLeft, BottomArea, and BottomRight elements. 
     This CSS class is useful in setting the height of the entire row.
*/
.igiv_RubberBlackFooterArea
{
	height: 6px;
}


/*
	A TD that wraps the Header.
    This CSS Class should be used for applying a Background-Image along the top border of the control.
*/
.igiv_RubberBlackEdgeTop
{
	background-repeat:repeat-x;
	background-image: url(./images/igiv_edgetop.gif);
	height: 6px;
}


/*
	A TD on the left side of the ImageArea.
    This CSS Class should be used for applying a Background-Image along the left border of the control.
*/
.igiv_RubberBlackEdgeLeft
{
	background-repeat:repeat-y;
	background-image: url(./images/igiv_edgeleft.gif);
	width: 14px;
}


/*
	A TD that wraps the Footer.
    This CSS Class should be used for applying a Background-Image along the bottom border of the control.
*/
.igiv_RubberBlackEdgeBottom
{
	background-repeat:repeat-x;
	background-position:bottom ;
	background-image: url(./images/igiv_edgebottom.gif);
}


/*
	 A TD on the right side of the ImageArea.
     This CSS Class should be used for applying a Background-Image along the right border of the control.
       
*/
.igiv_RubberBlackEdgeRight
{
	background-repeat:repeat-y;
	background-image: url(./images/igiv_edgeright.gif);
	width: 14px;
}


/*
	 The Top Left corner of the control.
     This CSS Class should be used for rounded corners.
*/
.igiv_RubberBlackCornerTopLeft
{
	background-repeat:no-repeat;
	background-image: url(images/igiv_cornertopleft.gif);
	width: 14px;
}


/*
	The Top Right corner of the control.
    This CSS Class should be used for rounded corners.
*/
.igiv_RubberBlackCornerTopRight
{
	background-repeat:no-repeat;
	background-position:right top ;
	background-image: url(./images/igiv_cornertopright.gif);
	width: 14px;
}


/*
	The Bottom Left corner of the control.
    This CSS Class should be used for rounded corners.
*/
.igiv_RubberBlackCornerBottomLeft
{
	background-repeat:no-repeat;
	background-position:left bottom ;
	background-image: url(./images/igiv_cornerbottomleft.gif);
}


/*
	The Bottom Right corner of the control.
    This CSS Class should be used for rounded corners.
*/
.igiv_RubberBlackCornerBottomRight
{
	background-repeat:no-repeat;
	background-position:bottom right ;
	background-image: url(./images/igiv_cornerbottomright.gif);
}


/*
	The CSS class that will be applied to the Container of the Previous Button. 
    This css Class is the TD in which the Image element is rendered. This style can be used
    to set the vertical-align CSS attribute.
*/
.igiv_RubberBlackPrevButtonArea
{
	vertical-align:middle;
}


/*
	The CSS class that will be applied to the Previous Button. 
    The Previous Button can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that
    wraps the control with a position set to relative. 
*/
.igiv_RubberBlackPrevButton
{
	padding-left:3px;
	cursor:pointer;
}


/*
	The CSS class that will be applied to the Container of the Next Button. 
    This css Class is the TD in which the Image element is rendered. This style can be used
    to set the vetical-align CSS attribute.
*/
.igiv_RubberBlackNextButtonArea
{
	cursor:pointer;
	vertical-align:middle;
}


/*
	The CSS class that will be applied to the Next Button. 
    The Next Button can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that
    wraps the control with a position set to relative.
*/
.igiv_RubberBlackNextButton
{
	padding-left:1px;
	cursor:pointer;
}


/*
	A TD that contains the ImageArea.
    If you would like a border around the ImageArea, this is the class to use.
*/
.igiv_RubberBlackImageAreaContainer
{
	border:solid 1px #4B4B4B;
}


/*
	A DIV that contains all of the Images. 
    In XHTML, to apply a border around the images a padding-bottom must be set to the size of the 
	border-top-width plus the border-bottom-width.
*/
.igiv_RubberBlackImageArea
{
	background-color:White;
	padding-bottom:2px;
}


/*
	An IMG element that is contained by the ImageAra.
    In XHTML, to apply a border around an image a padding-bottom must be set to the size of the 
	border-top-width plus the border-bottom-width on the ImageArea.
*/
.igiv_RubberBlackImage
{
	padding-right:4px;
	/*margin-right:5px;*/
}


/*Applied to an IMG when it is selected.*/
.igiv_RubberBlackImageSelected
{
}


/*Applied to an IMG when the mouse is over it.*/
.igiv_RubberBlackImageHover
{
}


/*
	When an image is hovered, this style gets applied to all other images.
    A good use of this style is to apply an opacity to all other images that aren't being hovered, 
	so that the hovered image has more focus.
*/
.igiv_RubberBlackOtherImageHover
{
	opacity: .5;
	filter: alpha(opacity=50);
}


/*Applied to an IMG when the image is disabled.*/
.igiv_RubberBlackImageDisabled
{
	opacity: .25;
	filter: alpha(opacity=25);
}


/**************************** VERTICAL ***************************************/
/*The CSS Class that will be applied to the outer control.*/
.igiv_RubberBlackControl_Vert
{
	background-color:Transparent;
}


/*
	This class should be used for setting any padding that might be 
	needed if the Header is placed above the control.
*/
.igiv_RubberBlackHeaderPadding_Vert
{
	padding-top:70px;
}


/*
	This class should be used for adjusting the padding of the control
	to account for the additional size of the header and footer.
*/
.igiv_RubberBlackFooterPadding_Vert
{
	padding-bottom:70px;
}


/*
	The CSS class that will be applied to the header. 
    The header can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that
    wraps the control with a position set to relative.
*/
.igiv_RubberBlackHeaderContentArea_Vert
{
	font-size:14px;
	margin-left:-7px;
	width: 100%;
	position: absolute;
	top: -30px;
	color:#666666;
	text-align:left;
}


/*The CSS class that will be applied to the Left Corner of the Header. */
.igiv_RubberBlackHeaderContentLeft_Vert
{
}


/*The CSS class that will be applied to the actual content of the Header.*/
.igiv_RubberBlackHeaderContent_Vert
{
}


/*The CSS class that will be applied to the Right Corner of the Header. */
.igiv_RubberBlackHeaderContentRight_Vert
{
}


/*
	A TR that wraps the TopLeft_Vert, TopArea_Vert, and TopRight_Vert elements. 
    This CSS class is useful in setting the height of the entire row.
*/
.igiv_RubberBlackHeaderArea_Vert
{
	height: 14px;
}


/*
	The CSS class that will be applied to the footer. 
    The footer can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that
    wraps the control with a position set to relative. 
*/
.igiv_RubberBlackFooterContentArea_Vert
{
	font-size:14px;
	position: absolute;
	bottom: -57px;
	right: 0px;
	color:#666666;
	text-align:right;
}


/*The CSS class that will be applied to the Left Corner of the Footer. */
.igiv_RubberBlackFooterContentLeft_Vert
{
}


/*The CSS class that will be applied to the actual content of the Footer.*/
.igiv_RubberBlackFooterContent_Vert
{
}


/*The CSS class that will be applied to the Right Corner of the Footer. */
.igiv_RubberBlackFooterContentRight_Vert
{
}


/*
	A TR that wraps the BottomLeft_Vert, BottomArea_Vert, and BottomRight_Vert elements. 
    This CSS class is useful in setting the height of the entire row.
*/
.igiv_RubberBlackFooterArea_Vert
{
	height: 14px;
}


/*
	A TD that wraps the Header_Vert.
    This CSS Class should be used for applying a Background-Image along the top border of the control.
*/
.igiv_RubberBlackEdgeTop_Vert
{
	background-repeat:repeat-x;
	background-image: url(./images/igiv_edgetop_vert.gif);
}


/*
	A TD on the left side of the ImageArea_Vert.
    This CSS Class should be used for applying a Background-Image along the left border of the control.
*/
.igiv_RubberBlackEdgeLeft_Vert
{
	background-repeat:repeat-y;
	background-image: url(./images/igiv_edgeleft_vert.gif);
}


/*
	A TD that wraps the Footer_Vert.
    This CSS Class should be used for applying a Background-Image along the bottom border of the control.
*/
.igiv_RubberBlackEdgeBottom_Vert
{
	background-repeat:repeat-x;
	background-position:bottom ;
	background-image: url(./images/igiv_edgebottom_vert.gif);
}


/*
	A TD on the right side of the ImageArea_Vert.
    This CSS Class should be used for applying a Background-Image along the right border of the control.
*/
.igiv_RubberBlackEdgeRight_Vert
{
	background-repeat:repeat-y;
	background-position:right top ;
	background-image: url(./images/igiv_edgeright_vert.gif);
}


/*
	The Top Left corner of the control.
    This CSS Class should be used for rounded corners.
*/
.igiv_RubberBlackCornerTopLeft_Vert
{
	background-repeat:no-repeat;
	background-image: url(./images/igiv_cornertopleft_vert.gif);
	width: 6px;
}


/*
	The Top Right corner of the control.
    This CSS Class should be used for rounded corners.
*/
.igiv_RubberBlackCornerTopRight_Vert
{
	background-repeat:no-repeat;
	background-position:right top ;
	background-image: url(./images/igiv_cornertopright_vert.gif);
	width: 6px;
}


/*
	The Bottom Left corner of the control.
    This CSS Class should be used for rounded corners.
*/
.igiv_RubberBlackCornerBottomLeft_Vert
{
	background-repeat:no-repeat;
	background-position:bottom left ;
	background-image: url(./images/igiv_cornerbottomleft_vert.gif);
}


/*
	The Bottom Right corner of the control.
    This CSS Class should be used for rounded corners.
*/
.igiv_RubberBlackCornerBottomRight_Vert
{
	background-repeat:no-repeat;
	background-position:bottom right ;
	background-image: url(./images/igiv_cornerbottomright_vert.gif);
}


/*
	The CSS class that will be applied to the Container of the PreviousButton. 
    This css Class is the TD in which the Image element is rendered. This style can be used
    to set the text-align CSS attribute.
*/
.igiv_RubberBlackPrevButtonArea_Vert
{
	position: relative;
	width: 100%;
	text-align:center;
}


/*
	The CSS class that will be applied to the Previous Button. 
    The Previous Button can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that
    wraps the control with a position set to relative. 
*/
.igiv_RubberBlackPrevButton_Vert
{
	padding-top:2px;
}


/*
	The CSS class that will be applied to the Container of the Next Button. 
    This css Class is the TD in which the Image element is rendered. This style can be used
    to set the text-align CSS attribute.
*/
.igiv_RubberBlackNextButtonArea_Vert
{
	margin-top:2px;
	position: relative;
	width: 100%;
	text-align:center;
}


/*
	The CSS class that will be applied to the Next Button. 
    The Next Button can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that
    wraps the control with a position set to relative. 
*/
.igiv_RubberBlackNextButton_Vert
{
	padding-top:2px;
}


/*
	A TD that contains the ImageArea.
    If you would like a border around the ImageArea, this is the class to use.
*/
.igiv_RubberBlackImageAreaContainer_Vert
{
	border:solid 1px #4C4C4C;
}


/*
	A DIV that contains all of the Images. 
    In XHTML, to apply a border around the images a padding-right must be set to the size of the 
	border-left-width plus the border-right-width.
*/
.igiv_RubberBlackImageArea_Vert
{
	padding-right:2px;
}


/*
	An IMG element that is contained by the ImageAra.
    In XHTML, to apply a border around an image a padding-right must be set to the size of the 
	border-left-width plus the border-right-width on the ImageArea_Vert.
*/
.igiv_RubberBlackImage_Vert
{
	background-color:White;
	padding-bottom:4px;
}


/*Applied to an IMG when it is selected.*/
.igiv_RubberBlackImageSelected_Vert
{
}


/*Applied to an IMG when the mouse is over it.*/
.igiv_RubberBlackImageHover_Vert
{
}


/*
	When an image is hovered, this style gets applied to all other images.
    A good use of this style is to apply an opacity to all other images that aren't being hovered, 
	so that the hovered image has more focus.
*/
.igiv_RubberBlackOtherImageHover_Vert
{
	opacity: .5;
	filter: alpha(opacity=50);
}


/*Applied to an IMG when the image is disabled.*/
.igiv_RubberBlackImageDisabled_Vert
{
	opacity: .25;
	filter: alpha(opacity=25);
}


