body {
	background:#f7f7f7 url(images/b2b-logo-bg.gif) no-repeat;
	font-size: 10pt;
	font-family:verdana, sans-serif;
	padding-left:155px;
	/*padding:18px 30px 30px 155px;
	margin:20px;*/
}
body.normal {
	/*height: 95%;*/
	/*overflow: hidden;*/
}
.content {
	width:99%; 
	border:thin #cfcfcf solid;
}
#cpe1 {
	width:99%;
}

.topLinks {
	text-align:right;
	width:100%;
}

table,tr,td { border-collapse: collapse }

table {
	width:100%;
}

/*tr {
	padding-left: 5ex;
	padding-right: 5ex;
}*/

.leftCell, td.leftCell {
	padding-left:4ex;
}

.rightCell, .answerCell, td.rightCell {
	padding-right:4ex;
}

.centreCell {
	padding-left:4ex;
	padding-right:4ex;
}

td {
	padding-top: 1ex;
	padding-bottom: 1ex;
}

table.noSpacing td {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px gray solid;
}
span.disabled table.noSpacing td {
	border-top: thin gray solid;
}

th {
	font-weight: normal;
}

.stageLabel, .header {
	font-size: x-large;
	font-weight: bold;
	text-align: left;
}

.stageButtons {
	text-align: right;
}

table.stageLinks, .stageLinks td, .stageLinks tr {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}

hr {
	text-align: center;
	color: #cfcfcf;
	background-color: #cfcfcf;
	height: 1px;
	margin-left:4ex;
	margin-right:4ex;
}

tr.questionRow, tr.currentQuestion {
	margin-top: 1ex;
	margin-bottom: 1ex;
	border-top: thin #cfcfcf solid;
	border-bottom: thin #cfcfcf solid;
	background-color:  #f0f0f0;
}

div.disabled, span.disabled {
	color: #c7c7c7;
}
tr.currentQuestion {
	background-color: #ffffe7;
}


tr.spacerRow {
	background-color:  #f7f7f7;
	height: 4px;
}
.spacerRow td {
	background-color:  #f7f7f7;
	height: 4px;
	font-size: 1px;
}
tr.questionRow td, tr.currentQuestion td {
	padding-left: 1ex;
	padding-right: 1ex;
}
tr.questionRow td.leftCell, tr.currentQuestion td.leftCell {
	padding-left: 4ex;
	padding-right: 1ex;
}
tr.questionRow td.answerCell, tr.currentQuestion td.answerCell {
	padding-left: 1ex;
	padding-right: 4ex;
}

.odd {
	background-color:  #f0f0f0;
	border-top: thin #cfcfcf solid;
	border-bottom: thin #cfcfcf solid;
}
.even {
	border-top: thin #cfcfcf solid;
	border-bottom: thin #cfcfcf solid;
}

.messageBoxIframe {
    position: absolute; 
    height: 300px; 
    width: 550px;
    top:25%;
    z-index: 1001;
    background-color:white;
}    

.messageBoxDiv {
	border: thin black solid;
    background-color:white;
    position: absolute; 
    width: 50%; 
    top:15%;
    left:25%;
    z-index: 1002;
}

.dialogLabel {
	padding: 2ex;
}

.dialogButtons {
	vertical-align: bottom;
	text-align:right;
}

.dialogHeader {
	width:100%;
	background-color: #f0f0f0;
}
.dialogHeader span {
	padding-left: 2ex;
	padding-right:2ex;
}

a:visited {
	color: #0000FF;
}

.questionScroll {
	height: 250px; 
	overflow: auto;
}

.topLinks {
	padding-bottom: 4px;
}

.tblQuestions {
	width:95%;
}
.tblQuestions tr {
	padding-left:2ex;
	padding-right:2ex;
}

textarea 
{
	font-family:verdana, sans-serif;
	font-size: 10pt;
}

.answerCell textarea {
	width: 100%;
	height: 4em;
}
textarea.questionDetails {
	width: 95%;
	height: 4em;
}


.answerCell input[type=text] {
	width: 100%;
}
textarea.addressBox {
	height: 6em;
}
#tblItemSummary {
	text-align:center;
}
#tblItems {
	text-align:center;
}
#tblExampleItems {
	text-align:center;
	color: #c7c7c7;
	border: thin black solid
}

.bottomStageCompleted {
	border: thin green solid;
}

.decontaminationForm input[type=text] {
	width:95%
}
.decontaminationForm textarea {
	width:95%;
	height: 6em;
}

.termsAndConditions input[type=text] {
	width:95%
}

.termsAndConditions textarea {
	width:95%;
	height: 6em;
}

li.nav a, #pagingControl a, #bottomPagingControl a  {
	padding:3px;
}
li.nav a.currentLink, #pagingControl a.currentPage, #bottomPagingControl a.currentPage {
	/*background-color: #7f7f7f;*/
	font-weight: bold;
	/*color: white;*/
}

.stageLinks a.currentLink {
	color: #C40000;
	text-decoration:none ;
}

.stageLinks a.link {
	color: #000000;
	text-decoration:none ;
}

.stageLinks a.disabledLink {
	color: #CBCBCB;
	text-decoration:none ;
}

table.stageLinks {
	width: 720px;
}
table.stagelinks tr td {
		width:120px;
}

#pnlStatus {
	padding: 1ex;
	border: thin black solid;	
}

.itemSelectTable .selectText {
	vertical-align: top;
	width:22ex;
}
.highlight {
	border: thin black solid;
}