.tablesearch{
	width:100%;
	margin-bottom: 10px;
}

#thetable {
	margin-top: 3px;
	
}
#thetable01 {
	margin-top: 3px;
	margin-right:10px;
	
}
.table {
	border-collapse: collapse;
	color: #4d5144;
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	border: 1px solid #D8DACF;
	width: 100%;
}

.table td, th {
	border: 1px dotted #bbb;
	padding: 5px 3px 3px 8px;
	font-size: 11px;
	white-space: normal;
}

caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}

/* =links
----------------------------------------------- */

.table a {
	padding: 1px;
	text-decoration: none;
	font-weight: normal;
	background: transparent;
	font-size: 11px;
}

.table a:link {
	border-bottom: 1px solid #ddd;
	color: #000;
}

.table a:visited {
	color: #808080;
}

.table a:hover {border-bottom: 1px dashed #bbb;
color: #666;}

/* =head =foot
----------------------------------------------- */

.table thead th, tfoot th {
	border: 1px dotted #ffffff;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background-color: #d8dacf;
	line-height: 14px;
}

.table tfoot td {
	border: 1px dotted #000;
	text-align: right;
	padding-right: 10px;
}

/* =body
----------------------------------------------- */

.table tbody th, tbody td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	line-height: 14px;
}

.table tbody th {
	white-space: nowrap;
}

.odd {
	background-color: #f1f3e9;
}

.table tbody tr:hover {
	background-color: #f6f6f1;
}
.border {
	border: 1px solid #DAD9D8;
}
.upperline-rept {
	background-image: url(../images/upper-line-rep.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.bg-comm-body{
	background-color: #eef0e4;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial;
}
.bg-comm-body span{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
} 
.bg-comm-body a{
		font-family: Arial;
		color:#f54d00;
		text-decoration:none;
}
.bg-comm-body a:hover{
		font-family: Arial;
		color:#f54d00;
		text-decoration:underline;
}
.comment-notice{
	background-image: url(../images/comment-area.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 91px;
	float: right;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 14px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.right-rept {
	background-image: url(../images/right-line-repeat.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.bottom-rept {
	background-image: url(../images/botton-line-repeat.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.left-side-rept {
	background-image: url(../images/left-line-repeat.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.corner-left-top {
	background-image: url(../images/upper-left-con.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.corner-right-top {
	background-image: url(../images/upper-right-corner.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.corner-right-bottom {
	background-image: url(../images/bottom-right-corner.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.corner-left-bottom {
	background-image: url(../images/bottom-left-corner.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.arrow-comment{
	background-image: url(../images/comment-arrow.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 12px;
	float: left;
	margin-top: 18px;
}
.float-left-tbl {
	float: left;
}
.total-box{ float:right; width:248px;}
.report-btn{ float:left;}
/*----------------------- comment box y -----------------------*/

.y-arrow-comment{
	background-image: url(../images/y-arrow.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 12px;
	float: left;
	margin-top: 18px;
}
.y-corner-left-top {
	background-image: url(../images/y-left-top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.y-corner-right-top {
	background-image: url(../images/y-right-top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.y-corner-right-bottom {
	background-image: url(../images/y-right-bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.y-corner-left-bottom {
	background-image: url(../images/y-left-bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.y-upperline-rept {
	background-image: url(../images/y-line-top.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.y-right-rept {
	background-image: url(../images/y-line-right.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.y-bottom-rept {
	background-image: url(../images/y-line-bottom.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.y-left-side-rept {
	background-image: url(../images/y-line-left.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.y-bg-comm-body{
	background-color: #f4eedc;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial;
}
.y-bg-comm-body span{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
} 
.y-bg-comm-body a{
		font-family: Arial;
		color:#f54d00;
		text-decoration:none;
}
.y-bg-comm-body a:hover{
		font-family: Arial;
		color:#f54d00;
		text-decoration:underline;
}
.y-comment-notice{
	background-image: url(../images/comment-area.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 91px;
	float: right;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 14px;
	font-family: Arial;
	font-size: 10px;
	color: #d4e8cc;
}
.y-comment-notice-org{
	background-image: url(../images/y-comment-area.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 91px;
	float: right;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 14px;
	font-family: Arial;
	font-size: 10px;
	color: #d4e8cc;
}
/*----------------------- comment box g -----------------------*/

.g-arrow-comment{
	background-image: url(../images/g-arrow.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 12px;
	float: left;
	margin-top: 18px;
}
.g-corner-left-top {
	background-image: url(../images/g-left-top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.g-corner-right-top {
	background-image: url(../images/g-top-right.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.g-corner-right-bottom {
	background-image: url(../images/g-bottom-right.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.g-corner-left-bottom {
	background-image: url(../images/g-bottom-left.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.g-upperline-rept {
	background-image: url(../images/g-line-top.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.g-right-rept {
	background-image: url(../images/g-line-right.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.g-bottom-rept {
	background-image: url(../images/g-line-bottom.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.g-left-side-rept {
	background-image: url(../images/g-line-left.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.g-bg-comm-body{
	background-color: #d8dacf;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial;
}
.g-bg-comm-body span{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
} 
.g-bg-comm-body a{
		font-family: Arial;
		color:#f54d00;
		text-decoration:none;
}
.g-bg-comm-body a:hover{
		font-family: Arial;
		color:#f54d00;
		text-decoration:underline;
}
.g-comment-notice{
	background-image: url(../images/g-comment-area.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 91px;
	float: right;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 14px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.g-comment-notice-org{
	background-image: url(../images/g-comment-area.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 91px;
	float: right;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 14px;
	font-family: Arial;
	font-size: 10px;
	color: #cde855;
}
/*----------------------- comment box p -----------------------*/

.p-arrow-comment{
	background-image: url(../images/p-arrow.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 12px;
	float: left;
	margin-top: 18px;
}
.p-corner-left-top {
	background-image: url(../images/p-left-top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.p-corner-right-top {
	background-image: url(../images/p-right-top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.p-corner-right-bottom {
	background-image: url(../images/p-right-bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.p-corner-left-bottom {
	background-image: url(../images/p-botttom-left.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 6px;
}
.p-upperline-rept {
	background-image: url(../images/upper-top-line.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.p-right-rept {
	background-image: url(../images/p-right-line.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.p-bottom-rept {
	background-image: url(../images/p-bottom-line.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.p-left-side-rept {
	background-image: url(../images/p-left-line.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.p-bg-comm-body{
	background-color: #ffe4f8;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial;
}
.p-bg-comm-body span{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
} 
.p-bg-comm-body a{
		font-family: Arial;
		color:#f54d00;
		text-decoration:none;
}
.p-bg-comm-body a:hover{
		font-family: Arial;
		color:#f54d00;
		text-decoration:underline;
}
.p-comment-notice{
	background-image: url(../images/p-comment-area.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 91px;
	float: right;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 14px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.p-comment-notice-org{
	background-image: url(../images/g-comment-area.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 91px;
	float: right;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 14px;
	font-family: Arial;
	font-size: 10px;
	color: #cde855;
}
.foot-txt-link{
	background-image: url(../images/arrow-orang.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 30px;
}
