/* ========================
   Document Property Window 
   ======================== */
div#Property
{
	padding: 0px 0px 0px 0px;
}
div#Property div#tblContent 
{
	width: 100%; 
	display: block;
	/* 初回Heightはコードで設定、2回目以降(Resize)はjsで設定*/
}
div#Property #tdPlugin 
{
	min-height: 540px;
	max-height: 2000px;
	min-width: 100px;
	/* 初回Heightはコードで設定、2回目以降(Resize)はjsで設定*/
}
div#Property #tdProperties 
{
	position: absolute; 
	background-color: #eed;
	border: solid 1px #79b;
	padding-top: 0.5em;
	width: 325px;
	height: 540px;
}
div#Property table.window_property_pane
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 4px; /* IE ignored, specify 'cellspacing' instead. */
}
div#Property table.window_property_pane tr {
	vertical-align: middle;
}
div#Property table.window_property_pane td,
div#Property table.window_property_pane th {
	padding: 4px 2px 0px 10px;
	vertical-align: middle;
	height: 100%;
}
/* =================
   プイラグイン
   ================= */
div#upProperty 
{
	width: 100%;
	height: 63%;
}
/* =================
   プロパティ
   ================= */
div#Property #lblTitle 
{
	white-space: normal;
}
div#Property #txtTitle
{
	width: 10em;
}
div#Property #txtFileTitle 
{
	width: 10em;
}
div#Property #txtDescription
{
	width: 10em;
}
div#Property #lblPageCount 
{
}
div#Property #lblSizeOf1Page 
{
	white-space: nowrap;
}
div#Property #lblProfile 
{
}
div#Property #lblQuality
{
}
div#Property #lblFileName , .Property #lblOriginalName, .Property #lblOriginalSize 
{
	white-space: nowrap;
}
div#Property #tdProperties  fieldset 
{
	padding: 8px 4px;
}
div#Property #tdProperties  legend 
{
}
div#Property #tdProperties  .window_client_buttons 
{
	text-align: right;
}
/* ==================
   TOOLBAR(帯表示)
   ================== */
div#Property table.toolbar
{
	height: 42px;
	width: 100%;
}
div#Property .toolbar_left
{
	white-space: nowrap;
	width: 33%;
	text-align: left;
}
div#Property .toolbar_center {
	white-space: nowrap;
	width: 33%;
	text-align: center;
}
div#Property .toolbar_user
{
	text-align: right; 
	white-space: nowrap;
}
div#Property .toolbar_right
{
	text-align: right;
	width: 60px; 
	white-space: nowrap;
}
div#Property .Loginuser2
{
	white-space: nowrap;
	font-weight: bold;
	font-style: italic;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	color: #f0a010;
}
/* ==========================
   NAVIGATIONBAR(ボタンetc.)
   ========================== */
div#Property div.navigationbar
{
	text-align: center;
	border-collapse: collapse;
	width: 100%;
	min-width: 560px;
	background-color: #a10000;
	font-weight: bold;
	color: #ee0;
}
div#Property div#NaviBar 
{
	/*ソース中にheightをstyle=""で直接指定すること → jsで制御できない為*/
}
div#Property div.navigationbar td
{
	padding: 0.5em;
	vertical-align: middle;
}
div#Property a.navigationbar_current
{
	color: #ee0;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}
div#Property a.navigationbar_link
{
	color: #ffffff;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}
div#Property a.navigationbar_current:hover
{
	color: #ee0;
	background-color: #c26666;
}
div#Property a.navigationbar_link:hover
{
	color: #ffffff;
	background-color: #c26666;
}
div#Property a#lnkOriginalFile
{
	color: #3333ff;
	background-color: transparent;
}
div#Property a#lnkOriginalFile:hover 
{
	color: #ffffff;
	background-color: #3333ff;
}
/* ===============================================
   control-bar & command-bar
   =============================================== */
div#Property div.controlbar
{
	width: 100%;
	text-align: center;
	background-color: #000;
	background-color: #e7efff;
}
/*コマンドボタンを配置*/
div#Property div.commandbar 
{
	padding-top: 4px;
	text-align: center;
	background-color: #eeeedd;
	border-collapse: collapse;
	height: 27px;
	width: 100%;
	min-width: 560px;
}
div#Property div.controlbar td
{
	vertical-align: middle;
}
div#Property div.controlbar .button
{
	text-align: center;
	height: 23px;
}
div#Property div.commandbar_left 
{
	float: left;
	text-align: left;
}
div#Property div.commandbar_right
{
	text-align: right;
}
div#Property #pnlCommands 
{
}
/* ==============
   Information
   ============== */
div#Property .window_infotip {
	border: 1px solid black;
	padding: 1em;
	color: InfoText;
	background-color: InfoBackground;
	border: 1px solid InfoText;
}
/* ==============
   Wait Message
   ============== */
div#waitImgPlace 
{
	z-index: 10;
	position: absolute;
	top: 270px;
	left: 40px;
	width: 450px;
	text-align: center;
	margin: 0px;
	float: none;
}
/* ==========
   FOOTER
   ========== */
div#Property .navigationbar address
{
    text-align: center;
	vertical-align: middle;
	padding: .5em 1em;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	height: 20px;
	width: 100%;
	min-width: 560px;
}
div#Property  address
{
    text-align: center;
	vertical-align: middle;
	padding: .5em 1em;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	height: 20px;
	width: 100%;
	min-width: 560px;
}
div#Property table#bottom 
{
	width: 100%;
	/*heightはコードでMax/Std別に調整*/
}
#btnMaxView 
{
	width: 290px;
}
#btnStdView 
{
	width: 290px;
}
