body {
	color: #ddcca2; /* 221 | 204 | 162 */
	background-color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

p {
	font-family: Arial;
	font-size: 10pt;
	color: #ddcca2;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text {
	font-family: Arial;
	font-size: 10pt;
	color: #ddcca2;
	padding: 10px;
	padding-left: 30px;
	padding-right: 20px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1pt solid #ddcca2;
	background-image: url('../../system/images/parag_corner.jpg');
	background-repeat: no-repeat;
}

p.navi {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	border-bottom: 1pt solid #ffffff;
}

p.small {
	font-family: Arial;
	font-size: 8pt;
	color: #ddcca2;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

font.projectdesc {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

hr {
	color: #ddcca2;
	border: 1px outset #ddcca2;
}

.h1 {
	font-size: 16pt;
	font-weight: bold;
}

.h2 {
	font-size: 14pt;
	font-weight: bold;
}

.h3 {
	font-size: 12pt;
	font-weight: bold;
}


a:link {
	color:#ffffff; text-decoration:none;
}

a:visited {
	color:#ffffff; text-decoration:none;
}

a:active {
	color:#ffffff; text-decoration:underline;
}

a:hover {
	color:#ffffff; text-decoration:underline;
}


a.navi {
	font-size: 10pt;
}


a.step_ok {
	border: none;
	background-image: url(pics/dot_green.gif);
	padding: 0px;
	margin: 0px;
}

a.step_ok:visited {
	background-image: url(pics/dot_green.gif);
}

a.step_ok:active {
	background-image: url(pics/dot_blue.gif);
}

a.step_ok:hover {
	background-image: url(pics/dot_blue.gif);
}


a.step_notok {
	border: none;
	background-image: url(pics/dot_red.gif);
	padding: 0px;
	margin: 0px;
}

a.step_notok:visited {
	background-image: url(pics/dot_red.gif);
}

a.step_notok:active {
	background-image: url(pics/dot_blue.gif);
}

a.step_notok:hover {
	background-image: url(pics/dot_blue.gif);
}


img {
	margin: 0px;
	padding: 0px;
	border: none;
}


table {
	border: none;
	padding: 0px;
	margin: 0px;
	font-size:10pt;
}

tr {
	border: none;
	padding: 0px;
	margin: 0px;
	font-size:10pt;
}

th {
	font-size: 16pt;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

td {
	vertical-align: top;
	border: none;
	padding: 0px;
	margin: 0px;
	font-size:10pt;
}

table.links {
	border: none;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

td.links {
	vertical-align: middle;
	padding: 5px;
}

h1 {
	font-size: 24pt;
	text-align: center;
	font-variant:small-caps;
}

h2 {
	font-size: 16pt;
	font-variant:small-caps;
}

h3 {
	font-size: 14pt;
	font-variant:small-caps;
	font-style: italic;
}


table.frames {
	width: 100%;
}

tr.frames {
	width: 100%;
}

td.frame_top {
}

td.frame_left {
	width: 200px;
}

td.frame_center {
}

input {
	color: #ddcca2;
	background-color: #000000;
	border-color: #ddcca2;
	padding: 2px;
	margin: 5px;
}

textarea {
	color: #ddcca2;
	background-color: #000000;
	border-color: #ddcca2;
	padding: 2px;
	margin: 5px;
}

select {
	color: #ddcca2;
	background-color: #000000;
	border-color: #ddcca2;
	padding: 2px;
	margin: 5px;
}



table.form {
	width: 100%;
	border: none;
	font-family: Arial;
	font-size: 10pt;
	border-collapse: collapse;
	border: 1px solid #ddcca2;
}

table.form th {
	color: #000000;
	background-color: #ddcca2;
	border: none;
	border-top: 1px solid #ddcca2;
	border-bottom: 1px solid #ddcca2;
}

table.form input {
	width: 300px;
}

table.form select {
	width: 300px;
}

table.form textarea {
	width: 400px;
}

table.form textarea.short {
	height: 12em;
}

table.form textarea.long {
	height: 24em;
}

table.form tr {
	border: 1px solid #ddcca2;
}

table.form tr.row_a {
	color: #ffffff;
	background-color: #222222;
}

table.form tr.row_a div.inverted {
	color: #ffffff;
	background-color: #444444;
	margin: 10px;
	padding: 5px;
	border: 1px solid #ddcca2;
}

table.form tr.row_b {
	color: #ffffff;
	background-color: #444444;
}

table.form tr.row_b div.inverted {
	color: #ffffff;
	background-color: #222222;
	margin: 10px;
	padding: 5px;
	border: 1px solid #ddcca2;
}

table.form td {
	border: none;
	padding: 5px;
}

table.form td.left {
	text-align: left;
}

table.form td.right {
	text-align: right;
}

table.form td.actions {
	text-align: center;
	font-size: 8pt;
}

table.form td.buttons {
	color: #000000;
	background-color: #b0a381;
	text-align: right;
}

table.form td.buttons input {
	width: 150px;
	color: #000000;
	background-color: #ddcca2;
}


font.formdesc {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #dddddd;
	font-style: italic;
}



table.table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddcca2;
}

table.table th {
	color: #000000;
	background-color: #ddcca2;
	border: none;
	border-top: 1px solid #ddcca2;
	border-bottom: 1px solid #ddcca2;
}

table.table td {
	border: 1px solid #ddcca2;
	padding: 5px;
}

table.table td.actions {
	text-align: center;
	font-size: 8pt;
}

table.table td.emptylist {
	color: #ffcca2;
	text-align: center;
	font-size: 9pt;
	font-style: italic;
}



table.input {
	color: #000000;
	background-color: #b0a381;
	border: 2px outset #ddcca2;
}

table.input input {
	color: #000000;
	background-color: #ddcca2;
}

table.input td {
	vertical-align: middle;
}


table.team_form {
	width: 100%;
	border: none;
	font-family: Arial;
	font-size: 10pt;
	border-collapse: collapse;
	border: 1px solid #ddcca2;
}

table.team_form th {
	color: #000000;
	background-color: #ddcca2;
	border: none;
	border-top: 1px solid #ddcca2;
	border-bottom: 1px solid #ddcca2;
}

table.team_form tr {
	border: 1px solid #ddcca2;
}

table.team_form tr.row_a {
	color: #ffffff;
	background-color: #222222;
}

table.team_form tr.row_a div.inverted {
	color: #ffffff;
	background-color: #444444;
	margin: 10px;
	padding: 5px;
	border: 1px solid #ddcca2;
}

table.team_form tr.row_b {
	color: #ffffff;
	background-color: #444444;
}

table.team_form tr.row_b div.inverted {
	color: #ffffff;
	background-color: #222222;
	margin: 10px;
	padding: 5px;
	border: 1px solid #ddcca2;
}

table.team_form td {
	border: none;
	padding: 5px;
}

table.team_form td.left {
	text-align: left;
}

table.team_form td.right {
	text-align: right;
}

table.team_form td.actions {
	text-align: center;
	font-size: 8pt;
}

table.team_form td.buttons {
	color: #000000;
	background-color: #b0a381;
	text-align: right;
}

table.team_form td.buttons input {
	width: 150px;
	color: #000000;
	background-color: #ddcca2;
}
