/* CSS Document */

body {font-size: 14px; color:#000000; background-color:#C6E5D3; margin-top: 1px; font-family:Arial, Helvetica, sans-serif}

a {color:#0000FF; text-decoration:none; font-weight:bold}
a:hover {color:#009900}
hr {color:#000000}

/* PNMI styles */
table#resourcesTable {
	border: 1px solid #000;
	border-collapse: collapse;
	width: 95%;
	margin-left: 4%;
}
table#resourcesTable tr td {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 5px;
	font: normal 90% Arial, Helvetica, sans-serif;
}
table#resourcesTable thead {
	background-color: #C6E5D3;
}
table#resourcesTable tr th {
	padding: 5px;
	font: bold 90% Arial, Helvetica, sans-serif;
}
table.resourcesTable tr td a, table.resourcesTable tr td a:link, table.resourcesTable tr td a:active, table.resourcesTable tr td a:visited {
	font: bold 90% Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
div.resourceBlock {
	width: 100%;
	overflow: auto;
	margin: 0px 0px 7px 0px;
}
div.resourceBlock div.resourceLabel {
	float: left;
	width: 18%;
	text-align: right;
	padding-right: 2%;
	font-weight: bold;
}
div.resourceBlock div.resourceInfo {
	float: left;
	width: 78%;
}
div#actionBtn {
	margin: 15px 0px 0px 0px;
	text-align: right;
	width: 98%;
}
div#actionBtn input {
	border: 1px solid black;
	background-color: #C6E5D3;
	margin: 0px 5px 0px 0px;
	font: normal 90% Arial, Helvetica, sans-serif;
}
div#actionBtn input.del {
	border: 1px solid black;
	background-color: #ccc;
	margin: 0px 5px 0px 10px;
	font: bold 90% Arial, Helvetica, sans-serif;
}