/*
	Gallery & Portfolio styles - these are the styles applied to the image gallery and document portfolio
*/

/*
	Gallery styles:
		GalleryOuter - the style applied to the outer table
		GalleryItem - the style applied to the inner gallery item table
		GalleryTitle - the style applied to the title cell
		GalleryImage - the style applied to the image cell
*/

table.GalleryOuter
{
	width: 100%;
	border: 0;
	padding: 2 2 2 2;
}

table.GalleryItem
{
	width: 100%;
	border: 0;
	padding: 2 2 2 2;
}

td.GalleryTitle
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

td.GalleryImage
{
	text-align: center;
}

/*
	Portfolio styles:
		PortfolioOuter - the style applied to the outer table
		PortfolioItem - the style applied to the inner portfolio item table
		PortfolioText - the style applied to the portfolio link text cell
		PortfolioDescription - the style applied to the portfolio description cell
		PortfolioIcon - the style applied to the icon cell
*/

table.PortfolioOuter
{
	width: 100%;
	border: 0;
	padding: 2 2 2 2;
}

table.PortfolioItem
{
	width: 100%;
	border: 0;
	padding: 2 2 2 2;
}

td.PortfolioText
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

td.PortfolioDescription
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
}

td.PortfolioIcon
{
	border: 0;
}