/* CSS Document */

.robiHeader {
	color: white; 
	font-weight: bold; 
	font-size: 12pt;
	margin-bottom: 10px;
}

.robiError {
	color: red;
	font-weight: bold;
}

.robiP {
	line-height: 150%;
	margin-bottom: 8px;
}

.robiUl {
	line-height: 150%;
	margin-bottom: 8px;
	font-size: 8pt;
	list-style: disc;
	margin-left: 20px;
}


input, select, textarea {
	border-color: #9f550a;
	border-style: solid;
	border-width: 1px;
	background-color: #fffeff;
	font-family: Arial;
	font-size: 8pt;
	padding: 2px;
	padding-right: -4px;
}

input.button {
	padding: 3px;
	background-color: #e05800;
	color: white;
}

table tr td {
	font-size: 10pt;
}

#result th {
	font-size: 8pt;
	background-color: #e05800;
	color: white;
	padding: 3px;
}
#result td {
	font-size: 7pt;
	font-family: Tahoma;
	text-align: center;
	padding: 2px;
}
.robiCode {
	border-color: #e05800;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	background-color: #fffeff;
	font-family: "Verdana";
	font-size: 7pt;
	color: black;
}