/* General */

em {
	font-style: normal;
	font-variant: small-caps;
	}

/* Form */

form {
	margin: .5em 1em;
	}
option {
	background: #426046;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .9em;
	color: #ffffff;
	}
option.selected {
	background: #030;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	text-align: center;
	}
option.header {
	background: #314734;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	}

/* Table */
/* border done at td level for IE compatibiliity */

table {
	margin: .5em 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	border-collapse: collapse;
	border: 0px;
	empty-cells: show;
	}
td {
	padding: .25em .5em;
	vertical-align: top;
	}
tr.header td.approach {
	border: 2px solid #030;
	border-right: 1px dotted #426046;
	background: #030;
	font-weight: bold;
	}
tr.header td.size {
	border-top: 2px solid #030;
	border-bottom: 2px solid #030;
	border-right: 1px dotted #426046;
	background: #030;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	}
tr.header td.time {
	border-top: 2px solid #030;
	border-bottom: 2px solid #030;
	background: #030;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	}
tr.header td.resources {
	border: 2px solid #030;
	border-left: 1px dotted #426046;
	background: #030;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	}
tr.id_row td.approach {
	border-top: 2px solid #030;
	border-right: 1px dotted #030;
	border-bottom: 1px dotted #030;
	border-left: 2px solid #030;
	text-align: left;
	width: 45%;
	}
tr.id_row td.size {
	border-top: 2px solid #030;
	border-right: 1px dotted #030;
	border-bottom: 1px dotted #030;
	text-align: center;
	}
tr.id_row td.time {
	border-top: 2px solid #030;
	border-right: 1px dotted #030;
	border-bottom: 1px dotted #030;
	text-align: center;
	}
tr.id_row td.resources {
	border-top: 2px solid #030;
	border-right: 2px solid #030;
	border-bottom: 1px dotted #030;
	text-align: right;
	}
tr.def_row td {
	padding: .75em;
	text-indent: 1em;
	background: #426046;
	border: 2px solid #030;
	border-top: none;
	}
tr.spacer td {
	visibility: visible;
	height: 10px;
	}