body{
	text-align:center;
	padding:0px;
	margin:0px;
	height:100%;
	font-family:verdana, arial, sans-serif;
	font-size:80%;
	background-color:beige;
}
div.body{
	width:755px;
	height:100%;
	background-color:#e3e3e3;
}
td{
	text-align:left;
	vertical-align:top;
}
/*********PAGELAYOUT*********/
table.main{
	width:775px;
}
table.evaluationTable{
	width:755px;
	text-align:left;
}
td.top{
	width:100%;
	background-color:#0484A9;
	text-align:right;
}
td.bottom{
	width:100%;
	height:15px;
	background-color:#0484A9;
	color:white;
	font-size:70%;
	text-align:center;
}
td.menu{
	width:75%;
	height:15px;
	background-color:#0484A9;
	text-align:left;
}
td.menuRight{
	width:25%;
	height:15px;
	background-color:#0484A9;
	color:#ffffff;
	text-align:right;
	vertical-align:bottom;
}
td.content{
	width:100%;
	text-align:center;
	background-color:#ffffff;
}
td.middleLayer{
	width:100%;
}
/*********CONTENT*********/
td.problemHead{
	background-color:#0484A9;
	border:1px solid silver;
	font-weight:bold;
	text-align:center;
	font-size:90%;
	color:#ffffff;
}
td.label{
	background-color:#0484A9;
	border:1px solid #0484A9;
	font-weight:bold;
	font-size:90%;
	/*width:150px;*/
	color:white;
	white-space:nowrap;
}
td.nameLabel{
	background-color:#0484A9;
	border:1px solid silver;
	font-weight:bold;
	font-size:90%;
	/*width:150px;*/
	color:white;
	white-space:nowrap;
}
td.riskRatinglabel{
	background-color:#0484A9;
	border:1px solid silver;
	font-weight:bold;
	width:500px;
	font-size:90%;
	color:white;
	white-space:nowrap;
}
td.participantLabelLeft{
	background-color:#0484A9;
	border-left:1px solid #0484A9;
	border-top:1px solid #0484A9;
	border-bottom:1px solid #0484A9;
	font-weight:bold;
	font-size:90%;
	width:150px;
	color:#ffffff;
}
td.participantLabelRight{
	background-color:#0484A9;
	border-right:1px solid #0484A9;
	border-top:1px solid #0484A9;
	border-bottom:1px solid #0484A9;
	font-weight:bold;
	font-size:90%;
	color:white;
	text-align:right;
}
td.resolutionHead{
	background-color:#0484A9;
	border:1px solid silver;
	width:1px;
}
td.riskFactor{
	text-align:left;
	border-left:1px solid silver;
	border-bottom:1px solid silver;
	font-size:75%;
}
td.riskEval{
	border-left:1px solid silver;
	border-bottom:1px solid silver;
	text-align:center;
}
td.selectedRiskEval{
	border-left:1px solid silver;
	border-bottom:1px solid silver;
	text-align:center;
	background-color:#0484A9;
}
td.spacer{
	width:10px;
}
td.riskTitle{
	border-bottom:1px solid #0484A9;
}
td.riskExposure{
	text-align:right;
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
}
td.RiskItemAssesment{
	text-align:right;
}
td.leftPad{
	padding-left:25px;
}
div.hiddenDiscription{
	display:none;
	width:450px;
	margin-left:15px;
	padding:3px;
	font-size:75%;
	text-align:justify;
}
div.hiddenResolutionDiscription{
	display:none;
	width:450px;
	margin-left:15px;
	padding:3px;
	font-size:75%;
}
td.profileHolder{
	width:300px;
	padding-left:10px;
}
td.riskanalysisHolder{
	width:450px;
	padding-left:10px;
}
td.match{
	background-image:url('./common/gfx/check20.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
td.resolution{
	font-size:90%;
	width:600px;
}

/*********RISK RATINGS*****/
td.lowRisk{
	background-color:green;
	border:1px solid beige;
	font-weight:bold;
	font-size:90%;
	color:white;
	white-space:nowrap;
	text-align:right;
}
td.mediumRisk{
	background-color:yellow;
	border:1px solid beige;
	font-weight:bold;
	font-size:90%;
	color:black;
	white-space:nowrap;
	text-align:right;
}
td.highRisk{
	background-color:red;
	border:1px solid beige;
	font-weight:bold;
	font-size:90%;
	color:white;
	white-space:nowrap;
	text-align:right;
}
td.show{
	font-weight:bold;
	font-size:90%;
	white-space:nowrap;
	text-align:left;
}
td.data{
	font-size:70%;
	padding-left:10px;
	font-weight:bold;
	white-space:nowrap;
}
td.lowRiskItem,td.mediumRiskItem,td.highRiskItem{
	border:1px solid #ffffff;
	font-size:70%;
	white-space:nowrap;
	text-align:right;
	font-weight:bold;
}
td.lowRiskItem{
	background-color:green;
	color:white;
}
td.mediumRiskItem{
	background-color:yellow;
	color:black;
}
td.highRiskItem{
	background-color:red;
	color:white;
}
/*********HEADINGS*********/
h1{
	font-size:125%;
	font-weight:bold;
	margin-bottom:5px;
	color:white;
}
h2{
	font-size:115%;
	font-weight:bold;
	margin-bottom:5px;
	color:#0484A9;
}
h3{
	font-size:105%;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:10px;
	color:#0484A9;
}
span.h2{
	font-size:115%;
	font-weight:bold;
	margin-bottom:5px;
	color:#0484A9;
}
span.small{
	font-size:80%;
	margin-bottom:5px;
	color:#0484A9;
}
/*********LINKS***********/
a:link.problemTitle,a:visited.problemTitle{
	text-decoration:none;
	color:#0484A9;
}
a:link.menuItem,a:visited.menuItem{
	text-decoration:none;
	color:#FFFFFF;
}
a:link.menuItemHelp,a:visited.menuItemHelp{
	text-decoration:none;
	color:#FFFFFF;
	cursor:help;
}
a:link,a:visited{
	text-decoration:none;
	color:#0484A9;
	white-space:nowrap;
	font-size:80%;
}
a:hover{
	text-decoration:underline;
	white-space:nowrap;
}

/********SPANS***********/
span.currentStep{
	font-weight:bold;
	color:white;
	font-size:150%;
}
span.step{
	color:beige;
	font-size:100%;
}
td.space{
	/*width:10px;*/
	padding-left:10px;
}
input{
	color:#0484A9;
	border:1px solid #0484A9;
	font-family:verdana,sans-serif;
	font-size:100%;
}
input.radioInput{
	border:1px solid #ffffff;
}
input.btn{
	background-color:beige;
	border:2px outset #0484A9;
}
.riskDescription{
	width:450px;
	margin-left:15px;
	padding:3px;
	font-size:75%;
	text-align:justify;
}
td.btnHolder{
	padding-top:5px;
	text-align:right;
}
span.formula{
	font-size:75%;
	color:#FFFFFF;
	font-weight:normal;
}
textarea{
	color:#0484A9;
	border:1px solid #0484A9;
	font-family:verdana,sans-serif;
	font-size:80%;
}
td.text{
	text-align:left;
	font-size:75%;
}
a:link.link,a:visited.link{
	display:block;
	width:130px;
	font-size:90%;
}
a:link.currentPage,a:visited.currentPage{
	display:block;
	font-weight:bold;
	width:130px;
	font-size:90%;
}
