/* Header */
#PanelHeader
{
	position				:	relative;
	height				:	36px;
}
#PanelHeaderLogo
{
	position				:	absolute;
	bottom				:	5px;
	left				:	20px;
	z-index				:	100;
}
#ImageLogo
{
	height				:	25px;
}
#PanelHeaderComment
{
	position				:	absolute;
	bottom				:	8px;
	right				:	20px;
	font-size			:	10.5px;
	text-align			:	right;
	z-index				:	100;
}
#PanelHeaderButton
{
	position				:	absolute;
	bottom				:	0px;
	width				:	100%;
	height				:	36px;
	background-image		:	url(../image/Button/Parts/Background.gif);
	background-repeat		:	repeat-x;
	background-color		:	#ffffff;
	white-space			:	nowrap;
	text-align			:	center;
	overflow			:	hidden;
}
#PanelHeaderButtonMenuPage
{
	background-image		:	url(../image/Button/Parts/Page.gif);
	background-repeat		:	no-repeat;
	margin				:	5px 2px 0px 2px;
	width				:	80px;
	height				:	27px;
	padding				:	6px 0px 0px 0px;
	text-align			:	center;
	font-size			:	10px;
}
#PanelHeaderButton table
{
	border-collapse			:	collapse;
	margin				:	0px auto;
}
#PanelHeaderButton table td
{
	height				:	36px;
	padding				:	0px;
	vertical-align			:	middle;
}
#PanelHeaderCounter
{
	position				:	absolute;
	top				:	0px;
	left				:	0px;
	width				:	0px;
	height				:	0px;
	overflow			:	hidden;
	z-index				:	100;
}
#FrameCounter
{
	width				:	0px;
	height				:	0px;
}


/* Button */
img.ButtonSplit
{
	height				:	34px;
	margin				:	1px 0px;
}
#ButtonPageSplitPageLeft
{
	margin				:	0px 10px 0px 2px;
}
#ButtonPageSplitPageRight
{
	margin				:	0px 2px 0px 10px;
}
#ButtonViewModeBoth
{
	margin				:	0px 10px;
}
#ButtonViewModeHalf, #ButtonViewModeHalfLeft, #ButtonViewModeHalfRight
{
	margin				:	0px 10px;
}
#ButtonViewScaleSmall
{
	margin				:	4px 0px 0px 10px;
}
#ButtonViewScaleMiddle
{
	margin				:	4px 0px 0px 0px;
}
#ButtonViewScaleLarge
{
	margin				:	4px 10px 0px 0px;
}
div.PanelButtonPageLeft
{
	padding				:	0px 2px 0px 0px;
}
div.PanelButtonPageRight
{
	padding				:	0px 0px 0px 2px;
}
#ButtonPageStart, #ButtonPagePrevious, #ButtonPageNext, #ButtonPageEnd
{
	margin				:	0px 0px;
}

#ButtonFunctionMyPage, #ButtonFunctionPrint, #ButtonFunctionPdf, #ButtonFunctionHelp
{
	margin				:	0px 10px;
}
