.list {
	/*width: 1120px;*/
	border-collapse: collapse;
	border: 1px solid #FFCA5E;
	width: 100%;
}

fieldset {
	background: transparent url(../images/table-vertical.gif) center repeat-y;
	border: 1px solid #000;
}

fieldset hr {
	height: 0;
	border:0;
	margin:0;
	padding:0;
	visibility: hidden;
}

table.list caption {
	font-size: 1.8em;
	text-align: left;
	text-indent: 10px;
	line-height: 2.3em;
	/*background: url(../images/table/bg_caption.jpg) right top;*/
	height: 45px;
	color: #FF7700;
	text-transform: uppercase;
}

table.list thead th {
	background: url(../images/table/bg_th.jpg) no-repeat right -2px;
	/*height: 44px;*/
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 11px 7px;
	margin: 20px 0px 0px;
	text-align: center;
	border-right: 1px solid #FCF1D4;
}

table.list tbody tr {
	background: url(../images/table/bg_td1.jpg) repeat-x top;
}

table.list input,table.list select {
	width: auto;
}

table.list a,table.show a {
	text-decoration: none;
}

table.list thead a {
	color: #FFF;
}

table.list thead a:hover {
	color: #FFE8D8;
}

table.list tbody tr:hover {
	background: #FFF8E8 url(../images/table/bg_td2.jpg) repeat-x;
}

table.list tbody th,table.list tbody td {
	line-height: 1.4em;
	color: #777777;
	padding: 7px 4px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #FFCA5E;
	text-align: center;
}

table.list tbody td {
	font-size: 1.0em;
}

table.list tbody td.list_footer {
	text-align: right;
	padding-right: 20px;
}

fieldset table.show {
	/*display: inline;*/
	float: left;
	
	width: 50%;
	/*margin: 0 5% 0 0;*/
}

#datepicker table.show {
	width: auto;
	margin: 0;
}

table.show tbody {
	margin-bottom: 50px;
}

table.show tbody th {
	text-align: right;
}

table.show tbody th {
	/*width: inherit;*/
	width: 50%;
}

#datepicker table.show tbody th {
	width: auto;
}

table.show tbody th img {
	width: 128px;
	height: 128px;
	margin-right: 10px;
	margin-leftt: 5px;
}

/*#up {
	width: 536px;
}*/

table.show tbody td {
	padding: 0 10px 0 10px;
	word-break: break-all;
}

table.show thead th {
	background: url(../images/table/bg_th2.jpg) repeat-x right;
	width: 350px;
	height: 44px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: center;
}

table.show caption {
	font-size: 1.8em;
	text-align: left;
	text-indent: 10px;
	height: 50px;
	color: #FF7700;
	text-transform: uppercase;
}

#edit {
	font-size: 1.8em;
	text-align: left;
	text-indent: 10px;
	height: 45px;
	color: #FF7700;
	text-transform: uppercase;
	line-height: 2.3em;
}

table.show span {
	font-size: 0.5em;
	text-transform: none;
	padding-left: 10px;
	line-height: 15px;
}

table.show button,td.date_pick button {
	border: none;
	margin-left: 5px;
	background: url(../images/calendar.png) #FFF no-repeat left;
	text-indent: 12px;
	color: #FFF;
}

#up {
	width: 630px;
}