﻿
/* 画像表示ページのスタイル */

/* ヘッダ（文書タイトル） */
#header
{
    background-color:#2f4f4f;
    color:#EEEEEE;
    margin:0px;
    padding:3px 0px 3px 12px;
}

#doc-title
{
    font-size:large;
    font-weight:bold;
}

#doc-desc
{
    font-size:x-small;
}

/* ツールバー */
#toolbar
{
/*    margin: 0px 0px 6px 0px; */
    background-color:#fff5ee;
    margin:0px;
    border-top:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
    overflow:visible;
    padding:3px;
} 

table.toolbar-table
{
    border:none;
    border-collapse:collapse;
    /* margin:3px 0px 3px 6px; */
}

td.tbar
{
    vertical-align:middle;
    white-space:nowrap;
}

td.tbar-margin
{
    width:12px;
}

img.cmd
{
    border:none;
    margin:0px;
    vertical-align:middle;
}

/* 情報表示エリア(開発用) */
#info
{
    background-color:#e9dacb;
    margin:6px;
    border:solid 1px #CCCCCC;
}

#statusbar
{
    margin-left:6px;
}

/* サイドバー(サムネイル) */
#sidebar
{
/*    width:150px; */
    text-align:center;
    float:left;
/*    border:solid 1px #CCCCCC; 
    border-left:none;
*/
    border-right:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC; 
}

#thumbheader
{
    background-color: #FFFFEE;
	color:#333333;
	font-weight:700;
   
    border-bottom:solid 1px #CCCCCC;
    padding:3px;
}

#thumbbody
{
    overflow:auto;
    height:600px;
}

img.thumb{
	border:solid 1px #CCCCCC;
}

img.thumbactive{
	border:solid 2px #FF0000;
}

.thumbblock
{
    margin-top:3px;
    margin-bottom:3px;
}

#thumbbody a:link {text-decoration:none;}
#thumbbody a:visited {text-decoration:none;}
#thumbbody a:hover {text-decoration:none;}
#thumbbody a:active {text-decoration:none;}

/* メイン画像 */
#imageFlame
{
/*    margin-left:162px; */
	border:solid 1px gray;
	position:absolute;
	z-index:10;
	overflow:hidden;
	background-color:#333333;
	margin-top:12px;
	margin-bottom:12px;
}

#mainImage{
    position:relative;
    z-index:1;	
}

#imageLoading
{
    position:absolute;
    z-index:5;
    display:none;
}

/* テレスコープ */
#tsImage
{
    background-repeat:no-repeat;
/*    border:solid 1px #CCCCCC; */
    margin-left:3px;
    margin-right:0px;
    margin-top:3px;
    margin-bottom:0px;
}

#telescopeImage
{
/*    margin-left:auto;
    margin-right:auto;
    margin-top:3px;*/
/*    margin:0px; */
    z-index:1;
    position:absolute;
}

#tsDispRegion
{
	background-image:url('transparent.png');
	background-repeat:repeat;
	border:1px red solid;
	width:1px;
	height:1px;
	cursor:pointer;
	display:none;
	z-index:10;
	position:absolute;
}

/* PDF作成 */
#creatingPDF
{
    margin-top:36px;
    margin-bottom:12px;
    text-align:center;
}
