﻿
body
{
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
}

.thrColHybHdr #container
{ 
	width: 100%;
	background: #FFFFFF;
	text-align: left;
}

.thrColHybHdr #header
{ 
	background: #ffffff; 
	padding: 0 10px;
}

.thrColHybHdr #header h1
{
	margin: 0;
	padding: 10px 0;
	font-family: Meiryo, Verdana, Geneva, san-serif;
}

.thrColHybHdr #sidebar1
{
	float: left; 
	width: 16em;
	background: #FFFFFF;
	padding: 0;
	color: #666666;
}

.thrColHybHdr #sidebar2
{
	float: right; 
	width: 16em;
	background: #ffffff;
	padding: 0;
	color: #666666;
}

.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3
{
	margin-left: 10px;
	margin-right: 10px;
}

.thrColHybHdr #mainContent
{
 	margin: 2em 15em 0 15em;
	padding: 0 2em 0 2em;
	color: #666666;
}

.thrColHybHdr #footer
{ 
	padding: 0 10px;
	background: #B0B0B0;
}

.thrColHybHdr #footer p
{
	margin: 0;
	padding: 10px 0;
}

.clearfloat
{
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

p, form, h2, h3, th, td
{
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	font-family: Meiryo, Verdana, Geneva, san-serif;
	line-height: 150%;

	margin-top: 0px;
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
}

th
{
	background: #EBEBEB;
	white-space: nowrap;
}

td
{
	padding: 6px;
	white-space: nowrap;
}

table
{
	padding: 1em;
}

input
{
	border-style: none;
	padding: 1px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 2px;
	color: #000000;
	background-color: #EFEFEF;

	font-size: 13px;
	font-weight: normal;
	font-family: Meiryo, Verdana, Geneva, san-serif;
	line-height: 150%;
}

body a:link, a:visited, a:hover, p a:active
{
	color:#000000;
	text-decoration: none;
}

p a:link, p a:visited, td a:link, td a:visited
{
	border-bottom:1px black dotted;
}

p a:hover, p a:active, h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, td a:hover, td a:active
{
	border-bottom:1px black solid;
}

a.btn
{
	min-width: 80px;
	color: #000000;
	background-color: #EEEEEE;
	border: outset 2px #BBBBBB;
	margin: 3px 3px 1px 5px;
	padding: 3px 7px 3px 5px; /* up right down left */
	text-align: center;
	text-decoration: none;
}

a.btn:hover, a.btn:active
{
	color: #eeeeee;
	background-color: #B0B0B0;
	border: inset 2px #9999cc;
	padding: 5px 5px 1px 7px;
}

a.btn:visited, a.btn:link
{
	color: #000000;
	border: outset 2px #BBBBBB;
}

.groupedItem
{
	border-style: double;
	border-color: #EAEAEA;
	margin: 1em 0em 1em 0em;
	padding: 1em 1em 1em 1em;
}

.thrColHybHdr #mainContent h2
{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.thrColHybHdr #mainContent h3
{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar2 h3
{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding: 0px 1em 0px 1em;
	margin: 0px 0px 1em 0px;
	background-color: #B0B0B0;
}

.thrColHybHdr #sidebar1 h2, .thrColHybHdr #sidebar2 h2
{
	font-size: 16px;
}

img
{
	border-style: none;
	border: 0px;
}

table.pre
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    table-layout: fixed;
}

pre
{
	margin: 0px;
	padding: 6px;
	border: 1px inset;
	overflow: auto;
	white-space: pre;
	background-color: #eeeeee;
	margin-bottom: 1em;
	_width: 95%; /* for IE6 */
	overflow-y: hidden; /* for IE6 */
}

code
{
	font-family: "Courier New", "Lucida Console", Monaco, monospace;
	font-size: 12px;
	color: #000000;
	font-size: 95%;
	/*line-height: 110%;*/
}

#transparentShadingDummy
{ 
	background-color: black;
	-moz-opacity: 0.7;
	opacity: 0.7;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%; /* hide the prompt dialog with extra 20% in IE */
	position: fixed;
	z-index: 99;
}

#promptDialog
{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

