.tables.wrap {
	dispaly: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.wrap_head.head_L {
	clear: both;
	display: block;
	position: relative;
	height: 7px;
	background-color: #C9E2FD;
	background-image: url(lib/src/tables_LT.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.wrap_head.head_R {
	display: block;
	position: relative;
	float: right;
	width: 7px;
	height: 7px;
	background-image: url(lib/src/tables_RT.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.wrap_foot.foot_L {
	clear: both;
	display: block;
	position: relative;
	height: 7px;
	background-color: #C9E2FD;
	background-image: url(lib/src/tables_LB.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.wrap_foot.foot_R {
	display: block;
	position: relative;
	float: right;
	width: 7px;
	height: 7px;
	background-image: url(lib/src/tables_RB.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.tables table {
	clear: both;
	table-layout: auto;
	width: auto;
	border-collapse: collapse;
	padding: 0;
}
.tables thead {
	background-color: #C9E2FD;
}
.tables tr.odd {
	background-color: #EEEEEE;
}
.tables tr.even {
	background-color: #DDDDDD;
}
.tables tr.adj {
	background-color: #CCFFFF;
}
.tables tr.all {
	background-color: #A6D9E2;
}
.tables tr.req {
	/*background-color: #DAA520;*/
	background-color: #FAFAD2;
}
.tables tr.cond {
	/*background-color: #F08080;*/
	background-color: #FFB6C1;
}
.tables tr.del {
	/*background-color: #DC143C;*/
	background-color: #DB7093;
}

.tables th, .tables td {
	font-size: 14px;
}
.tables th {
	padding-left: 5px;
	padding-right: 5px;
	height: 23px;
	line-height: 20px;
	border-left: 1px solid #FFFFFF;
	font-family: sans-serif;
	font-weight: bold;
}
.tables th:first-child {
    border-left: none;
}

.tables .left {
	text-align: left;
}
.tables .center {
	text-align: center;
}
.tables .right {
	text-align: right;
}
.tables .number {
	text-align: center;
}

.tables td {
	height: 32px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #AAAAAA;
	font-family: serif;
}
.tables td:first-child {
    border-left: none;
}
.tables tr.odd td {
    border-left: 1px solid #DDDDDD;
}
.tables tr.even td {
    border-left: 1px solid #EEEEEE;
}
.tables tr.odd td:first-child {
    border-left: none;
}
.tables tr.even td:first-child {
    border-left: none;
}

.tables tfoot {
	background-color: #C9E2FD;
}
.tables tfoot td {
	height: 24px;
	line-height: 32px;
	border-top: 1px solid #AAAAAA;
}
label input[type=radio] {
	margin-right: 5px;
}
.tables input, .tables textarea {
	font-size: 14px;
}
.tables tfoot td b {
	font-weight:bold; 
	color: #FF0000;
}

.caution {
    margin: 30px;
    color: #FF0000;
    text-align: center;
    font-weight:bold;
    padding:10px;
    border: medium solid #CC0033;
}

.alert{
    background-color: #FFE080;
}

div.sample_graph {
	//position: relative;
	display: block;
	//float: right;
	align: left;
	margin-right: 500px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	width: 700px;
	white-space: nowrap;
	border: 1px dotted #111111;
}

span.sample_color {
	display: inline-block;
	width: 50px;
	margin-left: 20px;
	margin-right: 5px;
	height: 15px;
	vertical-align: text-bottom;
	border: 1px solid #000000;
}

span.sample_color.state_1 { background-color: #CCFFFF; }
span.sample_color.state_2 { background-color: #A6D9E2; }
span.sample_color.state_3 { background-color: #FAFAD2; }
span.sample_color.state_4 { background-color: #FFB6C1; }
span.sample_color.state_5 { background-color: #DB7093; }
