body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: white;
	-webkit-print-color-adjust: exact;
}

p,.cText {font-size: 12px}
h1 {font-size: 24px; font-style: normal; font-weight: bold}
h2 {font-size: 20px; font-weight: bold}
h3 {font-size: 18px; font-weight: bold}
h4 {font-size: 16px; font-weight: bold}
h5 {font-size: 14px; font-weight: bold}
h6 {font-size: 10px; font-weight: bold}

a:link, a:visited { color:#0423ad }
a:link:hover { color:#2443cd }

table.cPadCells > tr > th, table.cPadCells > tr > td,
table.cPadCells > thead > tr > th, table.cPadCells > thead > tr > td,
table.cPadCells > tbody > tr > th, table.cPadCells > tbody > tr > td,
table.cPadCells > tfoot > tr > th, table.cPadCells > tfoot > tr > td
{
	padding: 5px;
}

table { border-spacing: 0px; }

td, .links {
	font-size: 12px;
}
th {
	font-size: 12px;
}
li { font-size: 12px; }

.smallThis {  font-size: xx-small; font-family: Arial, Helvetica, sans-serif}
.enosDebug {  font-family: "Courier New", Courier, mono; font-size: 0.9em; color: #999999}
.tardisDebug {  font-family: "Courier New", Courier, mono; font-size: 0.9em; color: #999999}

.noauto-v { display: none }

.newcolour { color: #FFE97F; }

.banner {
  width: 100%;
  border: none;
}

.banner td {
  padding: 4px;
}

.bannerTitle {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	min-height: 65px;
}

.bannerAddress {
	color: white;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bannerPageTitle {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}

.bannerPageSubTitle {
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-top: 1px solid #a40034;
}

.bannerLinksLogout {
	border-bottom: 1px solid #a40034;
	width: 100%;
}

.bannerFooter {
	margin: 0px;
	border-style: none;
	border-top: 1px solid #a40034;
	height: 1px;
}

.cBottomBorderRed{
	 border-bottom: 1px solid #a40034;
}

.cCRF {
	width: 100%;
}

table.formSection
{
  border: 2px solid #bbb;
  border-spacing: 0;
  /*border-collapse: collapse;*/
  width: 100%;
}

table.formSection td
{
  background-color: white;
  vertical-align: top;
  border: 1px solid #bbb;
  page-break-inside: avoid;
  page-break-after: auto;
  padding: 4px;
}

table.formSection tr.cHover:hover > td
{
  background-color: #ffffe0;
}

.formSectionBackground {
	/*background-color: #CCCCCC;*/
}

.formSectionHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

table.cCorrectionTable td {
	background-color: #FFF8F8;
}

td.cCorrectionTable {
	background-color: #FFCCCC;
}

.cCorrectionTable tr:hover td {
	background-color: #FFF8F8 !important;
}

.mainFormCheckMsg {
	padding-left: 5%;
	width: 90%;
	margin-top: 4px;
	margin-bottom: 4px;
}

.invalidAnswer {
	font-size: 0.9em;
	color: red;
}

.cInfo li {
	list-style-type: none;
	background: url( '../images/Info.png' ) no-repeat top left;
	height: 50px;
	padding-left: 40px;
}

.cWarning li {
	list-style-type: none;
	background: url( '../images/warning.png' ) no-repeat top left;
	height: 50px;
	padding-left: 40px;
}

.cInfo, .cWarning {
	color: #1560BD;
}

#invalid_msg{ font-family: Arial, Helvetica, sans-serif; font-size:10px; color:red}

.insetSection {
	background-color: #CCCC99;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 20px;
}

table.insetTable {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 30px;
}

table.insetTable th {
	font-size: 10px;
	border-bottom: 1px solid black;
	text-align: left;
}

table.insetTable td {
	padding-right: 20px;
}

#content{
	background-color: white;
	margin: 10px 50px 0px 50px;
	padding: 10px 10px 10px 20px;
	border: 1px solid #cccccc;
}

table.listing{
	border: thin solid #999999;
}

tr.listingHead td{
	background-color: #999999;
}

.white16bold {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FFFFFF}

table.cHeader {
	border-collapse: collapse;
	width: 100%;
}

.cHeader th, .cHeader td {
	border: 1px solid black;
	font-size: xx-small;
	white-space: nowrap;
}

.cHeader th {
	text-align: right;
}

.cHeader td {
	word-spacing: 15px;
}

.cPrompt {
	color: #1560BD;
	font-weight: bold;
}

.cError {
	color: #DE3163;
	font-weight: bold;
}

.cMonitor {
	color: #1560BD;
}

.dataValue {
	font-family: monospace;
	font-size: 14px;
}

.cNoWrap {
	white-space: nowrap;
}

.cFieldAnnotation {
	color: #00b08f;
	font-weight: bold;
}

.questionNo {
	font-style:italic;
}

.cExtraHeader {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.cInCentre {
	margin-left: auto;
	margin-right: auto;
}

.cCentre {
	text-align: center;
}

.cLeft {
	text-align: left;
}

.cRight {
	text-align: right;
}

.cTop {
	vertical-align: top;
}

.cBottom {
	vertical-align: bottom; 
}

.cBold {
	font-weight: bold;
}

.cUnder {
	text-decoration: underline;
}

.cStrike {
	text-decoration: line-through !important;
}

.cThinEdge {
	border: 1px solid #E0E0FF;
}

.cTableHead {
	background-color: #D0D0FF;
}

.cInputForm {
	background-color: #F0F8FF;
}

@media screen {
	.formSection tr:hover td {
		background-color: #FFFFE0;
	}
}

.formSectionHeading:hover {
	background-color: #FFFFFF !important;
}

.cNoHover, tr.cNoHover:hover td {
	background-color: #FFFFFF !important;
}

.cEmptyRow td {
	font-size: 1px;
	background-color: #FFFFFF !important;
}

.cDivider {
	border-bottom: 1px solid #8080FF;
}

.cOdd {
	background-color: #FCFCFF;
}

.cEven {
	background-color: #F4F4FF;
}

.cOdd > td, .cEven > td, .cTableBorder > td {
	border-left: dotted 1px #cccccc;
}

.cOdd > td:first-child, .cEven > td:first-child,
 .cTableBorder > td:first-child {
	border-left: none;
}

@media screen {
	.cOdd:hover, .cEven:hover, .cHover:hover {
		background-color: #FFFFE0;
	}
}

.cInternal {
	background-color: #FFFFE8;
}

a.cInternal {
	padding: 5px;
}

.cRestricted {
	background-color: #FFE0E0 !important;
}

a.cRestricted {
	padding: 5px;
}

.cNils {
	width: 150px;
	text-align: center;
}

.cPromptBox {
	background-color: #F0F8FF;
	border: 1px solid #8080FF;
	margin: 4px;
	padding: 4px;
}

.cGhost {
	color: #808080;
}

@media screen {
	.cGhost:hover {
		color: black;
	}
}

.cBlack {
	color: black;
}

a.cReportLink, a.cReportLink:hover {
    color: black;
	text-decoration: none;
	background: url('../icons/link.png') center right no-repeat;
	padding-right: 13px;
}

a.cReportLink:hover {
	text-decoration: underline;
}

.cPrintableInput {
	font-size: 1.2em;
}

@media screen {
	.cPrintOnly {
		display: none;
	}
	
	.cCRF {
		max-width: 1200px;
	}

	.cPageBreak:before {
		display: block;
		white-space: pre;
		text-align: center;
		content: "[ Page break ]\A";
		background-color: #E0E0E0;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media print {
	body {
		margin: 0px;
	}
	
	.cDoNotPrint {
		display: none;
	}

	.cNils {
		width: 50px;
		text-align: center;
	}

	.cPageBreak {
		page-break-before: always;
	}
}

