body
{
	border: 0;
	margin: 20px;
	padding: 0;
}
td
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 80%;
	color: #000;
}
a
{
	color: #4D69A9;
	text-decoration: none;
}
a.menuDisabled
{
	text-decoration: none;
}
input.button
{
	display: none;
}
input.buttonDisabled
{
	display: none;
}
button.button
{
	display: none;
}
button.buttonDisabled
{
	display: none;
}
input.textbox
{
	font-size: 95%;
}
input.textboxDisabled
{
	font-size: 95%;
}
textarea
{
	font-size: 95%;
	font-family: "MS Sans Serif", Arial, sans-serif;
}
select
{
	font-size: 95%;
}
.heading
{
	font-size: 120%;
	font-weight: bold;
	height: 20px;
}
.subheading
{
	font-weight: bold;
	height: 20px;
}
.error /*Deprecated*/
{
	font-size: 115%;
	font-weight: bold;
	background-image: url(../images/left_arrow_error.png);
	font-family: ;
	padding-left: 15px;
	margin-left:5px;
}
.errorSymbol
{
	color: #F00;
	font-size: 115%;
	font-weight: bold;
	background-image: url(../images/left_arrow_error.png);
	font-family: ;
	padding-left: 15px;
	margin-left:5px;
}
.errorText
{
	color: #F00;
	font-size: 7pt;
	font-weight: bold;
	font-family: "MS Sans Serif", Arial, sans-serif;
	padding-left: 5px;
}
.tick
{
  	/*font-family : ;
  	font-size: 11pt;*/
  	background-image: url(../images/tick.png);
  	background-repeat: no-repeat;
}
.noprint
{
	display: none;
}

table#pageContainer td
{
	vertical-align: top;
}
table#pageContainer tr#headerRow
{
	display: none;
}
table#pageContainer tr#bodyRow td#curve
{
	display: none;
}
table#pageContainer tr#bodyRow td#toolbox
{
	display: none;
}
table#pageContainer div#titleNav
{
	width: 100%;
	border-bottom: solid 1px #000;
	padding-bottom: 4px;
}
table#pageContainer div#titleNav span#pageTitle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: bottom;
}
table#pageContainer div#titleNav span#pageTrail
{
	vertical-align: bottom;
	position: relative;
	top: -1px;
}
table#pageContainer div.crumbTrail
{
	width: 100%;
	padding: 4px 0 2px 0;
}
table#pageContainer div.content
{
	padding-top: 15px;
}
table#pageContainer div.content div#navbuttons
{
	border-top: 1px solid #000;
	padding-top: 4px;
}

/***** Input table *****/
table#pageContainer div.content table.input tr td.label
{
	padding-left: 0px;
	padding-right: 20px;
	vertical-align: middle;
}
table#pageContainer div.content table.input tr td.field
{
	padding-left: 3px;
	height: 23px;
	vertical-align: middle;
}
table#pageContainer div.content table.input tr td.field select
{
	margin: 0;
}

/***** GridView *****/
table#pageContainer div.content table.GridView
{
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
table#pageContainer div.content table.GridView td
{
	padding: 0px 6px 0px 3px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
table#pageContainer div.content table.GridView tr.dgHeader td
{
	height: 17px;
	background-color: #EEE;
	color: #000;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
table#pageContainer div.content table.GridView tr.dgHeader a
{
	color: #000;
}
table#pageContainer div.content table.GridView tr.dgSelectedRow td
{
	height: 17px;
	background-color: #CCC;
	color: #000;
	font-weight: normal;
	vertical-align: middle;
}
table#pageContainer div.content table.GridView tr.dgUnselectedRow td
{
	height: 17px;
	font-weight: normal;
	vertical-align: middle;
}
table#pageContainer div.content table.GridView tr.dgFooter td
{
	height: 17px;
	border-bottom: 0;
	vertical-align: middle;
}
table#pageContainer div.content table.gridView tr.dgFooterLine td
{
	height: 17px;
	border-bottom: 1;
	vertical-align: middle;
}
table#pageContainer div.content table.GridView td.dgJump
{
	width: 10px;
	padding: 0;
	margin: 0;
}

/***** Graph *****/
table#pageContainer div.content table.graph td
{
	height: 16px;
	text-align: center;
	padding: 0;
	border-bottom: 1px solid #000;
	vertical-align: middle;
}
table#pageContainer div.content table.graph td.measure
{
	text-align: left;
	border-bottom: 0;
}
table#pageContainer div.content table.graph td.gap
{
	text-align: right;
	border-bottom: 0;
}
table#pageContainer div.content table.graph tr.graphHeader td
{
	color: #000;
	font-weight: bold;
}
table#pageContainer div.content table.graph tr.graphRow td
{
}

/***** Details table *****/
table#pageContainer div.content table.details
{
	border: solid 1px #000;
	border-bottom: 0;
}
table#pageContainer div.content table.details tr th
{
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	background-color: #EEE;
	border-bottom: solid 1px #000;
	padding: 1px 15px 1px 3px;
}
table#pageContainer div.content table.details tr td
{
	border-bottom: solid 1px #000;
	padding: 1px 15px 1px 3px;
}
table#pageContainer div.content table.details tr td.label
{
	background: #EEE;
	border-right: solid 1px #000;
	vertical-align: top;
}
table#pageContainer div.content table.details tr td.outerField
{
	background: #FFF;
	border-left: solid 1px #000;
	vertical-align: top;
}

/***** Temp Details table *****/
table.details
{
	border: solid 1px #000;
	border-bottom: 0;
}
table.details tr th
{
	font-size: 80%;
	font-weight: bold;
	color: #000;
	text-align: left;
	background-color: #EEE;
	border-bottom: solid 1px #000;
	padding: 1px 15px 1px 3px;
	/*padding-right: 25px;*/
}
table.details tr td
{
	border-bottom: solid 1px #000;
	padding: 1px 15px 1px 3px;
	/*padding-right: 25px;*/
}
table.details tr td.label
{
	background: #EEE;
	border-right: solid 1px #000;
	vertical-align: top;
}

/***** Footer *****/
table#pageContainer tr#footerRow
{
	display: none;
}

/***** Risk matrix *****/
table#pageContainer div.content table#riskMatrix
{
	width: 100%;
	border-top: 1px solid #074B85;
	border-bottom: 1px solid #074B85;
	border-left: 1px solid #074B85;
	border-collapse: collapse;
}
table#pageContainer div.content table#riskMatrix tr.heading td
{
	background-color: #B5C7DE;
	border-bottom: 1px solid #074B85;
	border-right: 1px solid #074B85;
	color: #074B85;
	font-weight: bold;
}
table#pageContainer div.content table#riskMatrix td
{
	padding: 2px;
	background: #DEE7F7;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #074B85;
	border-right: 1px solid #074B85;
}
table#pageContainer div.content table#riskMatrix td.low
{
	background-color: #499049;
}
table#pageContainer div.content table#riskMatrix td.medium
{
	background-color: #FAC33D;
}
table#pageContainer div.content table#riskMatrix td.high
{
	background-color: #F07E0F;
}
table#pageContainer div.content table#riskMatrix td.extreme
{
	background-color: #B31B1B;
	color: #FFF;
}