@CHARSET "UTF-8";

BODY {
	background: white;
	background-image: url("sharedImgs/banner.png");
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Meiryo UI,Meiryo,MS Gothic,MS PGothic,san-serif;
	font-size: 0.9em;
	margin-bottom: 20px;
	text-align: justify;
}

h1,h2,h3 {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #EEE;
}

h {
	font-size: 20px;
	font-weight: bold;
	background-color: #eeeef7;
}

img {
	max-width: 100%;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
	margin-top: 1.5em;
}

h3 {
	font-size: 1.1em;
	margin-top: 1.4em;
}

h4 {
	font-size: 1em;
	margin-top: 1.3em;
}

div.exria_toc {
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;
	margin: 10px;
	padding: 5px;
	float: right;
	font-size: 0.8em;
}

td.titleLeft {
	background-image: url("sharedImgs/titleLeft.png");
	width: 10px;
	height: 25px;
}

td.title {
	background-image: url("sharedImgs/title.png");
	background-position: left top;
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 15px;
	color: white;
	padding-right: 20px;
}

table.title {
	position: absolute;
	float: right;
	top: 10px;
	right: 0px;
}

table.list {
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;
}

table.list th {
	text-align: left;
	padding: 5px;
}

table.list td {
	background-color: white;
	padding: 5px;
}

table.outline {
	background-color: #ddd;
	border-spacing: 1px;
}

table.outline th {
	background-color: #eee;
	text-shadow: 0px 1px 0px white;
	padding: 2px 5px;
}

table.outline td {
	background-color: #fff;
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
}

p {
	text-align: justify;
	text-indent: 10px;
	line-height: 1.2em;
}

.note {
	background-color: #FBFBFB;
	border: 1px solid #F0F0F0;
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-style: italic;
}

.tip {
	background-color: #FFFFEF;
	border: 1px solid #FFFFE0;
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-style: italic;
}

.see {
	background-color: #FCFCFF;
	border: 1px solid #FAFAFF;
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-style: italic;
}

.figure {
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
	font-style: italic;
	color: #1d3141;
}

.desc {
	text-align: justify;
	text-indent: 10px;
	line-height: 1.1em;
	color: darkgray;
}

.since {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: darkblue;
}

span.keyboard {
	background-color: #e6e6e6;
	border-style: outset;
	border-width: 3px;
}

PRE.script,PRE.java,PRE.xml,PRE.properties,PRE.css {
	background-color: #F3F3F3;
	border: 1px dashed #DDDDDD;
	margin: 10px;
	padding: 5px;
	border-left-style: solid;
	border-left-width: 10px;
	width: 100%;
	overflow: auto;
}

li { /*	margin-bottom: 7px; */
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

ol {
	line-height: 1.1em;
}

ul {
	line-height: 1.1em;
}

a.command-link {
	padding-left: 20px;
	background-image: url("sharedImgs/start_task.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

fieldset {
	display: inline;
	margin: 15px;
}

img {
	max-width: 90%;
}