﻿/*
###################################
	Filegallery WrapperPlate
###################################
*/
.FileGalleryContent
{
    
}
.FileGalleryWrapperPlate
	{
		width: 328px;
		font-family: Verdana;
		font-size: 11px;
		position:relative;
	}
	
/*
###################################
	Filegallery Section
###################################
*/
.FileGallerySectionItem
	{
		width: 328px;
	}
	
.FileGallerySectionItemHeader
	{
		width: 328px;
		color: #000000;
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		border-bottom:solid 1px #c60303;
	}
.FileGallerySectionItemHeaderPadding
	{
		padding-top: 7px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
.FileGallerySectionItemPlate
	{ 
		background-color: White;
		width: 328px;
		padding-bottom: 21px;
		line-height: 0px;
		font-size: 0px;
	}

/*
###################################
	Filegallery Category
###################################
*/
.FileGalleryCategoryItem
	{
		line-height: normal;
		font-size: 11px;
		padding-top: 1px;
		width: 328px;
		font-family:Arial;
		
	}
.FileGalleryCategoryItemHeader
	{
		width: 328px;
		background-image:url(../../Content/Images/Liberary/ItemheaderBG.gif);
		font-weight: bold;
		cursor: pointer;
		height:29px;
	}
.FileGalleryCategoryItemHeaderPadding
	{
		padding-top: 7px;
		padding-bottom: 5px;
		padding-left: 9px;
	}
.FileGalleryCategoryItemPanelLink
	{
		float: right;
		width: 40px;
		text-align: right;
		padding-right: 8px;
	}
.FileGalleryCategoryItemLink
	{
		color:#cb0303;
		font-weight: bold;
		cursor: pointer;
	}
.FileGalleryCategoryItemPlate
	{ 
		width: 328px;
		line-height: 0px;
		font-size: 0px;
	}
	
/*
###################################
	Filegallery File
###################################
*/
.FileGalleryFileItem
	{
		line-height: normal;
		font-size: 11px;
		width: 328px;
		min-height: 23px;
		height: auto !important;
		height: 23px;
		border-top: 1px solid #e7e7e7;
	}
.FileGalleryFileItemPadding
	{
		padding-top: 4px;
		padding-bottom: 0px;
		padding-left: 9px;
	}
.FileGalleryFileItemName
	{
		float: left;
		width: 240px;
	}
.FileGalleryFileItemLink
	{
		float: left;
		text-align: right;
		width: 71px;
	}
/*
###################################
	Clear
###################################
*/   
.Clear
	{
		clear:both;
	}
    

	
