/*
Gallery Style Overrides
*/

#Common
{
	width: auto;
	margin-left: 35px;
	margin-right: 35px;
}

.CommonTitle
{
	position: relative;
}

/*

.CommonSidebar
{
	width: 240px;
}

.CommonSidebarContent
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	color: #000000;
	padding: 8px;
	padding-bottom: 16px;
}

.CommonInlineMessageContent
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	color: #333333;
	padding: 8px;
	text-align: left;
}

.CommonInlineMessageArea
{
	background-color: #8CAEC9;
}

.CommonInlineMessageTitle
{
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	font-weight: bold;
	background-color: #8CAEC9;
	color: #EEEEEE;
	padding: 2px;
	padding-left: 8px;
	margin: 0px;
}

UL.CommonSidebarList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
*/
.CommonVerticalScroll
{
	overflow:-moz-scrollbars-vertical;
	overflow-x:hidden;
	overflow-y:scroll; 
}
.CommonHorizontalScroll
{
	overflow:-moz-scrollbars-horizontal;
	overflow-x:scroll; 
	overflow-y:hidden;
}


/*
Sidebar Styles
*/


/*
Content Styles
*/

UL.GalleryList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.GalleryGalleryArea
{
	margin: 8px;
	margin-bottom: 8px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #eeeeee;
}

.GalleryGalleryHeader
{
	color: #738AC4;
	font-size: 150%;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica;
	padding: 4px;
	padding-left: 0px;
	margin: 0px;
}

.GalleryGalleryContent
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
}

UL.GalleryImageList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

UL.GalleryImageList LI
{
	float: left;
}

.GalleryGalleryImage
{
	margin: 4px;
	margin-left: 0px;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #C4D6AE;
	background-color: #eeeeee;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.GalleryGalleryFooter
{
	clear: both;
	margin: 10px 0px 10px 1px;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
}

/*
Search Results
*/

.GallerySearchResult
{
	margin-bottom: 8px;
}

.GallerySearchResultName
{
	font-weight: bold;
	font-size: 100%;
}

.GallerySearchResultDetails
{
	font-size: 80%;
}

/* fix for IE bug Hiding divs behind background */
/*.CommonTitle
{
	position: relative;
	margin-left: 0px;
}*/
.GalleryGalleryArea
{
	position:relative;
}
