#page-700 {
	width: 700px;
}

#cList tr, #cList th, #cList td, #cDetails tr, #cDetails th, #cDetails td, .cList tr, .cList th, .cList td, .cDetails tr, .cDetails th, .cDetails td {
	border: 1px inset;
	padding: 1px;
	vertical-align: top;
}

th {
	font-weight: bold;
}

th, td {
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}

th.subcontractor {
	text-align: center;
}

th.pInvoiceNo, th.teljDate, th.deadlineDate, th.pDate, th.pAmount {
	width: 100px;
}

tr.alert, tr.alert td {
	font-style: italic;
	color: #990000;
}

td ul {
	margin: 0;
	padding: 0;
}

td ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}

td ul li a:link, td ul li a:visited, td ul li a:hover, td ul li a:active {
	font-weight: normal;
}

a:hover, a:active {
	text-decoration: underline;
}

a.alert, a:link.alert, a:visited.alert, a:hover.alert, a:active.alert, #nav a.alert, #nav a:link.alert, #nav a:visited.alert, #nav a:hover.alert, #nav a:active.alert {
	font-weight: bold;
	color: #990000;
}


p.alert, strong.alert, span.alert, small.alert {
	text-align: center;
	font-weight: bold;
	color: #990000;
}

#cDetails {
	width: 620px;
}

#cDetails th {
	width: 220px;
}

#cDetails td {
	width: 400px;
	padding-left: 3px;
}

#cList th {
	text-align: right;
}

ul.form { 
	list-style: none;
}

ul.form li {
	margin: 3px 0 3px 0;
}

.right {
	text-align: right;
}

#deleteForm {
	display: inline;
	width: 100px;
	text-align: right;
}

#deleteButton {
	color: #fff;
	background: #f00;
}

/* Eric Meyer's Minimal Markup Horizintal Menu */
#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font-weight: bold;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
display: inline;
}

#navlist li a
{
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover, #navlist li.active a
{
border-color: #fff;
color: #FFF;
background: #0a6429;
}