/* ========================
   Page Edit Window 
   ======================== */
div.Pageedit 
{
	width: 100%;
	height: 100%;
}
div.Pageedit #pnlPages 
{
	height: 555px;
}
/* ==================
   TOOLBAR(帯表示)
   ================== */
div.Pageedit table.toolbar 
{
	height: 42px;
	width: 100%;
}
div.Pageedit .toolbar_left 
{
	white-space: nowrap;
	width: 33%;
	text-align: left;
}
div.Pageedit .toolbar_user
{
	text-align: right; 
	white-space: nowrap;
}
div.Pageedit .toolbar_right
{
	text-align: right;
	width: 60px; 
	white-space: nowrap;
}
div.Pageedit .Loginuser2
{
	white-space: nowrap;
	font-weight: bold;
	font-style: italic;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	color: #f0a010;
}
/* ==========================
   NAVIGATIONBAR(ボタンetc.)
   ========================== */
div.Pageedit .navigationbar
{
	text-align: center;
	border-collapse: collapse;
	width: 100%;
	min-width: 560px;
	background-color: #a10000;
	font-weight: bold;
	color: #ee0;
}
div.Pageedit .navigationbar address 
{
	font-weight: bold;
}
div.Pageedit .navigationbar td
{
	padding: 0.5em;
	vertical-align: middle;
}
div.Pageedit a.navigationbar_current 
{
	color: #ee0;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}
div.Pageedit a.navigationbar_link 
{
	color: #ffffff;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}
div.Pageedit a.navigationbar_current:hover
{
	color: #ee0;
	background-color: #c26666;
}
div.Pageedit a.navigationbar_link:hover 
{
	color: #ffffff;
	background-color: #c26666;
}

/* ===============================================
   control-bar & command-bar
   =============================================== */
div.Pageedit div.controlbar
{
	width: 100%;
	text-align: center;
	background-color: #e7efff;
	padding: 5px 0px 5px 0px;
}
div.Pageedit table.commandbar 
{
	padding-top: 4px;
	text-align: center;
	background-color: #000;
	background-color: #eeeedd;
	border-collapse: collapse;
	height: 27px;
	width: 100%;
}
div.Pageedit div.controlbar td,
div.Pageedit .commandbar td {
	vertical-align: middle;
}
div.Pageedit div.controlbar .button,
div.Pageedit .commandbar .button {
	text-align: center;
	height: 23px;
}
div.Pageedit td.commandbar_left 
{
	width: 20%;
	white-space: nowrap;
	text-align: left;
	padding-left: 10px;
}
div.Pageedit td.commandbar_center
{
	width: 33%;
	white-space: nowrap;
	text-align: center;
}
div.Pageedit td.commandbar_right
{
	width: 20%;
	white-space: nowrap;
	text-align: right;
	padding-right: 10px;
}
/* ==========
   FOOTER
   ========== */
div.Pageedit address
{
    text-align: center;
	vertical-align: middle;
	padding: .2em 1em;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	font-style: italic;
	height: 20px;
	width: 97%;
}
