﻿table.main td
{
	text-align:left;
}
table.gallery_content
{
	text-align:left;
	font-family:Tahoma,arial;
	font-size:12px;
}
table.gallery_content a
{
	color: #004dbd;
	text-decoration:none;
	font-family:Tahoma,arial;
	font-size:12px;
}
table.gallery_content a:hover
{
	color: #f87905;
	text-decoration:underline;
	font-family:Tahoma,arial;
	font-size:12px;
}
div.gallery_topToolBar
{
	/*background-image: url(../../../Images/en-US/Default/Common/BG_TopToolBarBrown650x36.gif);
	background-repeat:no-repeat;
	background-position:left top;*/
	width: 530px;/*650*/
	height: 36px;
	padding-left:5px;
}
div.gallery_topToolBar table
{
    float:right;
}
td.gallery_Title
{
	color: #ff7500;
	font-weight:bold;
	font-size:18px;
	font-family: Tahoma,arial;
	text-transform:inherit;
}
table.gallery_photoGallery div
{
	border: 1px solid #bdcfe7;
	background-color: #deebf7;
	width: 100px;
	height:100px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	
}
table.gallery_photoGallery img
{	
	max-width: 94px !important;
	width: expression(this.width > 94 ? 94: true) !important;
	max-height: 94px !important;
	height: expression(this.height > 94 ? 94: true) !important; 
}
table.gallery_photoGallery td
{
	padding:10px 10px 0px 0px;
}
table.gallery_photoGallery table
{
	width: 100px;
}
td.gallery_photoGalleryName
{
	padding:0px !important;
	font-weight:bold;
}
td.gallery_allGalleries a, td.gallery_allGalleries a:hover
{
	font-weight:bold;
	font-size:14px;
}
