@charset "utf-8";
/* CSS Document */
/*====================================================================================================*/
/* Name:    xtable
/* Purpose: Set styles of xtable
/* Usage: 
/*     <div class=xtable>
/*       <table>...</table>
/*     </div>
/*====================================================================================================*/

table.xtable, .xtable table {
	border-collapse: collapse;
	/*clear: both; /**/
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px double #C8C8C8;
}
 
.xtable caption {
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
	border: 1px none #000000;
}

.xtable th {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C8C8C8;
	border-right-color: #C8C8C8;
	border-bottom-color: #C8C8C8;
	border-left-color: #C8C8C8;
	border-right-width: 1px;
	border-left-width: 1px;
}
.xtable tbody th {
	border-top-width: 1px;
	border-bottom-width: 1px;
	text-align: left;
	vertical-align: top;
}
.xtable td {
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	border: 1px solid #C8C8C8;/**/
}
.xtable tbody td p{
	font-weight: normal;
	margin: 0px;
}
.xtable td h1, .xtable th h1{
	margin: 0px;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
}
.xtable td h2, .xtable th h2{
	margin: 0px;
	font-weight: bold;
	margin-left: 25px;
	font-size: 1em;
	font-style: normal;
}
.xtable td h3, .xtable th h3{
	margin: 0px;
	font-weight: bold;
	margin-left: 50px;
	font-size: 1em;
	font-style: normal;
}
.xtable td h4, .xtable td h4{
	margin: 0px;
	font-weight: bold;
	margin-left: 75px;
	font-size: 1em;
	font-style: normal;
}
.xtable tbody td ol {
	list-style-type: decimal;
	margin-left: 0.25in;
	padding: 0px;
	border: 1px none #00FF00;
	margin-top: 0px;
	margin-bottom: 0px;
}
.xtable tbody td ul {
	margin-left: 0.25in;
	padding: 0px;
	border: 1px none #00FF00;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*  ztable */
.ztable {
	width: 100%;
	margin: auto;
}
table.ztable, .ztable table {
	border-collapse: collapse;
	/*clear: both; /**/
	margin: auto;
	border: 1px solid black;
	width: 100%;
}
 
.ztable caption {
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	/*margin-bottom: 1em;/**/
}

.ztable th, .ztable td {
	border: 1px solid #c8c8c8;
	font-size: 1em;
	vertical-align: top;
}
.ztable th {
	text-align: center;
	vertical-align: bottom;
}

.ztable tbody th {
	text-align: left;
	vertical-align: top;
}
.ztable td {
	vertical-align: top;
	text-align: center;
}