/*
.MainHeader, 
.MainMenu 
{
	display: none;
}
*/

.MainHeader
{
	display: none;
}

.ViewerContainer 
{
	padding-top: 10px;
	padding-bottom: 40px;

/*	
	width: 95%;
	margin: auto;
*/
	
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	
	background-image: url(../image/frontoffice-body-background.png);
	background-repeat: repeat-x;
}

.Viewer
{
	min-width: 1212px;
	margin: 0px 10px;
}

.Viewer .Title,
.Viewer .BackToDetails 
{
}

.Viewer .TitleAndBackLink
{
	/*width: 612px;*/
	margin: auto;
	
	color: #5D5148;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}

.Viewer .TitleAndBackLink .Link 
{
	position: relative;
	top: 5px;
	text-decoration: none;
}

.Viewer .TitleAndBackLink .LinkButtonHideDetails 
{
	float: right;
	font-size: 9px;
	text-transform: none;
}

.Viewer .LeftColumn
{
	float: left;
/*
	width: 300px;
	height: 653px;
	overflow: auto;
*/
}

.Viewer .RightColumn
{
	float: right;
	width: 300px;
	height: 653px;
	overflow: auto;
}

.ViewerLarge .RightColumn
{
	display: none;
}


.Viewer .CenterColumn
{
	margin-left: 300px;
	margin-right: 300px;
}

.ViewerLarge .CenterColumn
{
	margin-right: 0px;
}

.Viewer .CenterColumn .CenterContent
{
	width: 612px;
	margin: auto;
}

.ViewerLarge .CenterColumn .CenterContent
{
	width: 1012px;
}

.Viewer .BackToDetails .Link 
{
}

.Viewer .ViewPanel 
{
}

.Viewer .ToolbarPanel
{
	width: 612px;
	height: 41px;
	margin: auto;
}

.ViewerLarge .ToolbarPanel
{
	width: 1012px;
}

.Viewer .ToolbarPanel .DownloadPrintButtons 
{
	margin-right: 120px;
}

.Viewer .ToolbarPanel .ZoomButtons 
{
	margin-right: 120px;
}

.Viewer .ToolbarPanel .ZoomButtons a
{
	text-decoration: none;
}

.Viewer .ToolbarPanel .RotateButtons 
{
}

.Viewer .CenterColumn .FramedPanelViewer 
{
	position: relative;
	
	width: 600px;
	height: 600px;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
	/* 5px + 1px = 6px for each side (12px total) */
	padding: 5px;
	border: solid 1px #ccc;
	
	text-align: center;
}

.ViewerLarge .CenterColumn .FramedPanelViewer 
{
	width: 1000px;
}

.Viewer .Frame .LeftShadow 
{
	background-image: url(../image/frontoffice-box-bottom-left.png);
	background-position: left;

	width: 191px;
	height: 17px;
	
	position: absolute;
	bottom: -17px;
	left: 0;
	
	clear: both;
}

.Viewer .Frame .RightShadow 
{
	background-image: url(../image/frontoffice-box-bottom-right.png);
	background-position: right;

	width: 191px;
	height: 17px;

	position: absolute;
	bottom: -17px;
	right: 0;
	
	clear: both;
}

.Viewer .PanelNoViewer 
{
	width: 600px;
	height: 600px;
	
	font-size: 20px;
	
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.ViewerLarge .PanelNoViewer 
{
	width: 1000px;
}

.Viewer .CenterColumn .ImageViewer 
{
	width: 600px;
	height: 600px;
}

.ViewerLarge .CenterColumn .ImageViewer 
{
	width: 1000px;
}


.Viewer .CenterColumn .PdfViewer 
{
	width: 600px;
	height: 600px;
	border: 0;
}

.ViewerLarge .CenterColumn .PdfViewer 
{
	width: 1000px;
	border: 0;
}

.Viewer .CenterColumn .VideoPlayer
{
	width: 600px;
	height: 600px;
}

.ViewerLarge .CenterColumn .VideoPlayer
{
	width: 1000px;
}

.Viewer .ScrollPanel
{
	clear: both;
	
	margin: auto;
	
	width: 476px;
	height: 135px;
}

.Viewer .ScrollPanel .ScrollButtonWrapper
{
	float: left;
	width: 38px;
	padding-top: 48px;
}

.Viewer .ScrollPanel .ScrollThumbnailWrapper
{
	float: left;
	width: 132px;
	height: 121px;
	margin-top: 12px;
}

.Viewer .ScrollPanel .ScrollThumbnailWrapperSelected
{
	border: solid 2px red;
	margin-top: 0px;
	padding-top: 10px;
}

.Viewer .TreeViewFiles
{
	width: 300px;
	height: 653px;
	overflow: auto;
}

.Viewer .TreeViewFiles .TreeNode
{
	font-size: 11px;
}

.Viewer .TreeViewFiles .TreeNodeSelected 
{
	font-weight: bold;
}

.Viewer .PanelFileProperties .LabelFilePropertiesTitle 
{
	color: #5D5148;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.Viewer .PanelFileProperties .LabelContainer,
.Viewer .PanelFileProperties .ValueContainer 
{
	vertical-align: middle;
}

.Viewer .PanelFileProperties .LabelContainer
{
	text-align: right;
}

.Viewer .PanelFileProperties .ValueContainer
{
	padding-left: 5px;
}

.Viewer .PanelFileProperties .LabelPropertyName
{
	color: #5D5148;
}

.Viewer .PanelSponsor
{
	padding: 20px 0px 0px 0px;
	text-align: center;
}

.Viewer .ImageSponsor
{
	max-width: 300px;
}
