﻿/*
###################################
	Filegallery WrapperPlate
###################################
*/
.FileGalleryWrapperPlate
	{
		width: 337px;
		font-family: Verdana;
		font-size: 11px;
	}
	
/*
###################################
	Filegallery Section
###################################
*/
.FileGallerySectionItem
	{
		width: 337px;
	}
	
.FileGallerySectionItemHeader
	{
		background-color: #004b85;
		width: 337px;
		color: White;
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
	}
.FileGallerySectionItemHeaderPadding
	{
		padding-top: 7px;
		padding-bottom: 6px;
		padding-left: 9px;
	}
.FileGallerySectionItemPlate
	{ 
		background-color: White;
		width: 337px;
		padding-bottom: 21px;
		line-height: 0px;
		font-size: 0px;
	}

/*
###################################
	Filegallery Category
###################################
*/
.FileGalleryCategoryItem
	{
		line-height: normal;
		font-size: 11px;
		padding-top: 1px;
		width: 337px;
	}
.FileGalleryCategoryItemHeader
	{
		width: 337px;
		background-color: #e7e7e7;	
		font-weight: bold;
		cursor: pointer;
	}
.FileGalleryCategoryItemHeaderPadding
	{
		padding-top: 4px;
		padding-bottom: 5px;
		padding-left: 9px;
	}
.FileGalleryCategoryItemPanelLink
	{
		float: right;
		width: 40px;
		text-align: right;
		padding-right: 8px;
	}
.FileGalleryCategoryItemLink
	{
		color:#004b85;
		font-weight: bold;
		cursor: pointer;
	}
.FileGalleryCategoryItemPlate
	{ 
		width: 337px;
		line-height: 0px;
		font-size: 0px;
	}
	
/*
###################################
	Filegallery File
###################################
*/
.FileGalleryFileItem
	{
		line-height: normal;
		font-size: 11px;
		width: 337px;
		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: 250px;
	}
.FileGalleryFileItemLink
	{
		float: left;
		text-align: right;
		width: 71px;
	}
/*
###################################
	Clear
###################################
*/   
.Clear
	{
		clear:both;
	}
    
.ClearLeft
    { 
        clear:left;
        line-height: 0px;
        font-size: 0px;
        padding: 0px;
        margin: 0px;
        height: 0px;
        width: 0px;
    }
.ClearRight
    { 
        clear:right;
        line-height: 0px;
        font-size: 0px;
        padding: 0px;
        margin: 0px;
        height: 0px;
        width: 0px;
    }
.ClearBoth
    { 
        clear:both;
        line-height: 0px;
        font-size: 0px;
        padding: 0px;
        margin: 0px;
        height: 0px;
        width: 0px;
    }
	
	