@charset "utf-8";
/* CSS Document */

th,td {
	/* Borders and padding to make the table readable. */
	border: none;
	padding:0;
	/*padding:.25em .5em .19em;*/
}

th {
	/* Distinguishing table headers from data cells. */
	text-align: center;
}
th a {
	color:#fff;
	}
th a:hover {
	color:#FFD93D;
	}
	
/* Specific tables */
table.tableHead {
	width:784px;
	border-collapse:collapse;
	}
table.tableHead thead {
	background: url(../images/greyButton_up.jpg) repeat-x;
	}
table.tableHead thead th {
	border-left:1px solid #505050;
	}
table.tableHead .innerBody {
	height:196px;
	overflow:auto;
	}
	
table.tableHead .innerBody table.tableBody {
	border-collapse:collapse;
	width:767px;
	margin:0;
	}
table.tableHead .innerBody table.tableBody tbody {
	background:url(../images/1pxYellow.gif) repeat;
	color:#000;
	overflow:auto;
	}
table.tableHead .innerBody table.tableBody tbody a {
	color:#A01100;
	}

.th1, 
.th2, 
.th3, 
.th4, 
.th5,
th.modify { padding:4px;}
.td1,
.td2,
.td3,
.td4,
.td5,
td.edit,
td.delete { padding:4px;}

.th1 		{ width:178px; text-align:left;}
.td1 		{ width:209px; text-align:left;}
.th2 		{ width:99px; text-align:left;}
.td2 		{ width:112px; text-align:left;}
.th3 		{ width:50px; text-align:center;}
.td3 		{ width:57px; text-align:center;}
.th4 		{ width:93px; text-align:center;}
.td4 		{ width:115px; text-align:center;}
.th5		{ width:214px; text-align:left;}
.td5 		{ width:253px; text-align:left;}
th.modify	{ width:auto; text-align:center;}
td.edit		{ width:23px; text-align:center;}
td.delete	{ width:60px; text-align:center;}

.arrow_dwn	{ 
	background:url(../images/arrow.gif) no-repeat right 6px; 
	padding-right:12px;
	}