a {
	text-decoration: none;
}

a:link {
	color: #0033cc;
	text-decoration: none;
}

a:visited {
	color: #0033cc;
	text-decoration: none;
}

a:hover {
	color: #0033cc;
	text-decoration: underline;
}

a.anchor {
	text-decoration: none;
}

a.anchor:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
}

input {
	font-size: 13px;
}

textarea {
	font-size: 13px;
}

div.hideInfo {
	display: none;
}

div.showInfo {
	display: block;
	background-color: #FFFFCC;
	/*background-color: white;*/
	border: 1px solid #000000;
	width: 480px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

div.staticInfo {
	background-color: #ffff99;
	border: 1px solid #000000;
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
}

div.textBlock {
	width: 446px;
}

hr {
	border: 0;
	color: #043;
	background-color: #043;
	height: 1px;
	width: 100%;
}

ol.largeChunk li {
	margin-bottom: 10px;
}

ul.largeChunk li {
	margin-bottom: 10px;
}

p {
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
}

p.groupTitle {
	font-size: 14px;
	font-weight: bold;
	margin-top: 2em;
}

span.box {
	font-size: 14px;
	font-weight: bold;
}

span.instructionNumber {
	line-height: 110%;
	font-size: 35px;
	/*	text-align: center;*/
}

span.nowrap {
	white-space: nowrap;
}

span.requiredMark {
	color: red;
	margin-left: 5px;
}

table.menu td {
	line-height: 1px; /* Fixes Netscape bug */
	font-size: 1px; /* Fixes Netscape bug */
}

table td {
	text-align: left;
	vertical-align: top;
}

table.inlineDescription {
	background-color: #FFFFCC;
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	/*border: 1px solid gray;*/
	margin-bottom: 10px;
	width: 718px;
}

table.inlineDescription td {
	vertical-align: middle;
	text-align: left;
	padding: 10px;
}

table.brickRow { /*border-bottom: 1px solid black;*/
	margin-bottom: 10px;
}

table.brickRow td.brick {
	width: 150px;
	height: 100px;
	background-color: #FFFFCC;
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	/*border: 1px solid gray;*/ /*border-top: 1px solid black;
  border-bottom: 1px solid black;*/
	vertical-align: top;
	text-align: center;
	padding: 10px;
}

table.brickRow td.brickActive {
	width: 150px;
	height: 100px;
	background-color: #FFFFCC;
	border: 1px dashed blue;
	vertical-align: top;
	text-align: center;
	padding: 10px;
	color: blue;
	cursor: pointer;
}

table.brickRow td.brickSpace {
	width: 10px;
	height: 100px;
	/* background-color: white;*/
}

/*table.brickRow td.first {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

table.brickRow td.middle {
  border-right: 1px solid black;
}

table.brickRow td.last {
  border-right: 1px solid black;
}*/

table.brickRow td img {
	/*border: 1px solid black;*/
}

table.brickRow td p.name {
	padding-top: 0px;
}

table.detailTemplate1 {
	border: 0px;
	border-collapse: collapse;
	width: 730px;
}

table.detailTemplate1 td.descriptionColumn {
	width: 400px;
}

table.detailTemplate1 table.order {
	margin-top: 10px;
	border: 0px;
	border-collapse: collapse;
/*	background-color: fuchsia;*/
	width: 340px;
}

table.detailTemplate1 table.order td.input {
	text-align: right;
	vertical-align: middle;
	width: 60px;
}

table.detailTemplate1 table.order td.button {
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	width: 50px;
/*	background-color: gray;*/
}

table.detailTemplate1 table.order td.price {
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	width: 100px;
/*	background-color: aqua;*/
}

table.detailTemplate1 td.spaceColumn {
	width: 30px;
	/*background-color: green;*/
}

table.detailTemplate1 td.imageColumn {
	text-align: center;
	width: 300px;
	/*background-color: red;*/
}


table.groupHierarchy {
	width: 100%;
}

table.groupHierarchy td.groupImage {
	width: 120px;
}

table.groupHierarchy td.groups {
	max-width: 230px;
/*	width: 230px;*/
	line-height: 200%;
}

table.groupHierarchy td.groups div.groupHeader {
	font-size: 14px;
}

table.groupHierarchy td.groups ul {
	padding-left: 15px;
	margin-left: 15px;
}

table.profileCourseList {
	width: 600px;
}

table.profileCourseList tr.header td {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background-color: #99cc99;
	vertical-align: middle;
}

table.profileCourseList tr.row td {
	border-bottom: 1px solid black;
	vertical-align: middle;
	line-height: 230%;
}

table.profileCourseList td.first {
	border-left: 1px solid black;
	padding-left: 10px;
}

table.profileCourseList td.last {
	border-right: 1px solid black;
}

table.profileCourseList td.checklist {
	text-align: center;
}

table.profileCourseList tr.color0 td { /*background-color: C5E6FF;*/
	/*background-color: #BFDFFF;*/
	background-color: #99CCFF;
}

table.profileCourseList tr.color1 td {
	background-color: #FBFFE6;
}

table.overview {
	width: 100%;
}

table.overview tr.header td {
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	/* background-color: #99cc99;*/
	background-color: #99CCFF;
	vertical-align: middle;
	line-height: 200%;
}

table.overview tr.row td {
	border-bottom: 1px solid gray;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.overview td.first {
	border-left: 1px solid gray;
	padding-left: 10px;
}

table.overview td.last {
	border-right: 1px solid gray;
}

table.overview td.price {
	/*text-align: center;*/
	text-align: right;
	width: 100px;
}

table.overview td.quantity {
	text-align: center;
	width: 60px;
	padding-left: 20px;
}

table.overview td.button {
	text-align: center;
}

table.overview tr.color0 td { /* background-color: #99CCFF;*/
	/* background-color: #FBFFE6;*/ /* GOOD: background-color: #FEFEC2; */
	background-color: #FFFFCC;
}

table.overview tr.color1 td { /* background-color: #FBFFE6;*/
	/* background-color: #FAFAFA;*/
	background-color: #F3F3BA;
}

table.browsertest {
	width: 80%;
}

table.browsertest div.clear {
	font-weight: bold;
	color: green;
}

table.browsertest div.uncertain {
	font-weight: bold;
	color: blue;
}

table.browsertest div.old {
	font-weight: bold;
	color: red;
}

table.browsertest tr.header td {
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	background-color: #99CCFF;
	vertical-align: middle;
	line-height: 200%;
}

table.browsertest tr.row td {
	border-bottom: 1px solid gray;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.browsertest td.testcase {
	width: 150px;
}

table.browsertest td.result {
	/*width: 100px;*/
}

table.browsertest td.first {
	border-left: 1px solid gray;
	padding-left: 10px;
}

table.browsertest td.last {
	border-right: 1px solid gray;
}

table.browsertest tr.color0 td {
	background-color: #FFFFCC;
}

table.browsertest tr.color1 td {
	background-color: #F3F3BA;
}


table.order {
	width: 650px;
}

table.order td {
	height: 30px;
}

table.order tr.header {
	
}

table.order tr.header td {
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	/* background-color: #99cc99;*/
	background-color: #99CCFF;
	vertical-align: middle;
	line-height: 200%;
	height: 28px;
}

table.confirmation td {
	background-color: #FFFFFF;
}

table.order tr.row td {
	border-bottom: 1px solid gray;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.order td.first {
	border-left: 1px solid gray;
	padding-left: 10px;
}

table.order td.last {
	border-right: 1px solid gray;
}

table.order td.price {
	text-align: right;
	padding-right: 20px;
	width: 100px;
}

table.order td.quantity {
	text-align: center;
	width: 60px;
}

input.quantity  {
	text-align: center;
	border: 1px solid gray;
}

input.field {
	border: 1px solid gray;
}

input.numerical {
	text-align: center;
}

textarea {
	border: 1px solid gray;
	background-color: white;
}

table.order td.rowSum {
	text-align: right;
	padding-right: 20px;
	width: 100px;
}

table.order td.button {
	text-align: center;
	width: 60px;
}

table.order tr.color0 td { /* background-color: #99CCFF;*/
	/* background-color: #FBFFE6;*/ /* GOOD: background-color: #FEFEC2; */
	background-color: #FFFFCC;
}

table.order tr.color1 td { /* background-color: #FBFFE6;*/
	/* background-color: #FAFAFA;*/
	background-color: #F3F3BA;
}

td.form {
	padding: 10px;
}

td.form td.errorMessagesBlock {
	border: 1px solid black;
	background-color: #ffaeae;
	padding: 15px;
	margin: 5px;
	width: 500px;
}

table.orderForm {
	background-color: #c5e3fe;
	border: 1px solid black;
	line-height: 200%;
	width: 748px;
}

table.profileForm {
	background-color: #c5e3fe;
	border: 1px solid black;
	line-height: 200%;
	width: 748px;
}

table.feedbackForm {
	background-color: #c5e3fe;
	border: 1px solid black;
	line-height: 200%;
	width: 500px;
}

table.fieldListTable {
	border-spacing: 2px;
}

table.fieldListTable table.innerTable {
	border-spacing: 0px 2px;
	width: 330px;
}


table.fieldListTable table.innerTable td {
	padding-left: 0px;
}




td.introductionDescription {
	vertical-align: middle;
	padding-bottom: 15px;
}

input.inputTextError {
	border: 2px solid #ffaeae;
}

textarea.messageError {
	margin-left: 5px;
	margin-right: 0px;
	border: 2px solid #ffaeae;
}

textarea.inputTextAreaError {
	border: 2px solid #ffaeae;
}

input.inputRadioError {
	
}

table.managerForm {
	background-color: #aee7ff;
	border: 1px solid black;
	line-height: 200%;
	width: 748px;
}

/*table.managerForm td.errorMessagesBlock {
  border: 1px solid black;
  background-color: #ffaeae;
  padding: 15px;
  margin: 5px;
  margin-left: 15px;
  width: 50%;
}*/

table.managerForm td.header {
  vertical-align: top;
  padding-right: 10px;
}

select.managerDefault {
	width: 280px;
}

@media print {
	input {
		border: 0px;
		border-bottom: 1px solid black;
	}
	textarea {
		border: 0px;
		border-bottom: 1px solid black;
	}
	table.menu {
		display: none;
	}
}
