@charset "utf-8";

font{font:12px Tahoma;}

body	{
  width:720px;
	COLOR: #000000; 
    font-family:Tahoma, Trebuchet MS,Arial, Helvetica, sans-serif;	
	FONT-SIZE: 75%; 
	LINE-HEIGHT: normal; 
	BACKGROUND-COLOR: #fff;
	margin:0;
	margin-left:20px;
}
a {
	COLOR: #0066ff; TEXT-DECORATION: none
}
a:hover {
	TEXT-DECORATION: underline;
	
}

a:visited {
	COLOR: #834283;
	
}
#container {
}
/*END formatting that affects entire page */

/*START formatting that affects editable content throughout entire page */
h6{
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: .8em;
	COLOR: #7598c4;
}

h1 		{
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 1.5em;
	COLOR: #7598c4;
}

h2      {
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 1.2em;
	COLOR: #7598c4;
}	
}
h3      {
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 1.0em;
	
}


h4      {
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
	font-size:1em;
	
}

h5		{
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
	font-size:.95em;
}

hr {
}

p {  font-size:.95em;}

	/* START global list formatting */
li {list-style-position:inside;
}

ol {
	margin-left:1em;
	padding-left:1em;
	text-indent:0px;
	line-height:1.25em;

}
ul {
	margin-left:1em;
	padding-left:1em;
	text-indent:0px;
	line-height:1.25em;
	list-style-type:disc;

}

ul li {
}
	/* END global list formatting */
		
	/* START global table formatting */
	

table.box{
	border: 1px #ccc solid;
	border-collapse:collapse
}
.box th{
	border:1px #ccc solid;
	BACKGROUND-COLOR: #cfcfcf; 
	TEXT-ALIGN: left;
	padding:.25em;
}
.box td{
	border:1px #ccc solid;
	vertical-align:top;
	padding:.25em;
	font-size:.95em;
}
td  p {
          font-size:1em;
}

/* END global table formatting */
	
/*END formatting that affects editable content throughout entire page */

/*START DIV formatting */

	/*START code DIV formatting */
.code_div {
}
.code_label {
	font-weight:bold;
	color:#6b82b2;
	margin-bottom: -1em;
}
.code_div_inner {
	font-family:Courier New, Courier, monospace;
	background-color:#cfcfcf;
	padding-left: .5em;
	padding-right: .5em;
	padding-top:0;
	padding-bottom:0em;
}
.code_div_inner p {
}

.moreInfo{font:90% Tahoma,Arial;font-weight:900;color:maroon;
}
.more_info{display:none;visibility:hidden;}
.module{font:95% Arial Black;color:#313131;}
.shortcut{font:105% Arial Black;color:#2075e5;}


	/*END code DIV formatting */

	/*START editable content's DIV (i.e. below top banner and above footer) */
#content {
padding-top:30px;
margin-left:0px;
}
#content > ul {
          font-size:.9em;
}
	/*END editable content's DIV */

	/* START Related Topics DIV formatting */


#related_realm_div
{
	float:right;
	width:155px;
	border:1px solid #ccc;
	padding:.25em;
	margin-left:5px;
}
#logo
{
	float:left;
	border:1px solid #0099aa;
	padding:.25em;
	margin-left:5px;
}
#logo_b
{
	float:left;
	border:1px solid #000;
	padding:.25em;
	margin-left:5px;
}


#related_frm_gui_div
{
	float:right;
	width:155px;
	border:1px solid #ccc;
	padding:.25em;
	margin-left:5px;
}

#related_topics_div
{
	float:right;
	width:155px;
	border:1px solid #ccc;
	padding:.25em;
	margin-left:5px;
}
#related_topics_div p {
	font-size:.9em;
	FONT-WEIGHT: bold;
	margin-bottom:.25em;
}
#related_topics_div ul {
	margin-bottom:0.25em;
}

#related_topics_div li {
       font-size:.9em;
       margin-left:-.5em
}

	/* END Related Topics DIV formatting */



	/* END Related Topics DIV formatting */

	/* START footer DIV formatting */
#footer
{
	text-align:center;
	font-size:.9em;	
}
	/* END footer DIV formatting */

	/* START image and image caption DIV formatting */

.figure_div {
}
.figure_label {
	margin-bottom:0px;
	font-weight:bold;
	color:#6b82b2;
}
.figure_div ol {
	margin-top:0px;
}
.figure_div table {
	border:0;
	width:auto;
}
.figure_div td {
	border:0;
	
}
	/* END image and image caption formatting */
		
	
	/* START table DIV formatting */
.table_label {
	margin-bottom:0px;
	font-weight:bold;
	color:#6b82b2;
}




dt {
	margin-left:1em;
}
dl {
	margin:0;
	font-size:.95em;
}
.definition_list_label {
	margin-bottom:0px;
	font-weight:bold;
	color:#6b82b2;
}
.definition_list_div dt {
	font-weight:bold;
}

	/* END definition list DIV formatting */
	/*START procedure DIV formatting */
.procedure_div{ 
font-size:.95em;
}

.procedure_label {
	margin-bottom:-15px;
	font-weight:bold;

	
}

.label{
/*	margin-bottom:-15px;*/
   font-family:Tahoma;
	font-weight:bold;
	color:#0033ff;	

}

.keyword {
/*	margin-bottom:-15px;*/
	font-weight:bold;
	color:#6b82b2;
	
}


	/*END procedure DIV formatting */
/* END DIV formatting */

/* START inline formatting */
.alert_label {
	color:#fb8c04 ;
	font-weight:bold;
	margin-right:.5em;
}
.alert {
	padding-top:0;
	margin:0em;
	margin-left:1em;
}
.ui {
	font-weight:bold
}
.emphasis {
	font-weight: bold;
}


/* END inline formatting */

/* start metadata to be stripped */
#locInfo
{
	background-color: #CCCCFF;
}

#metaData
{
	background-color: #CCFFCC;
}
#status {

}
#index {
	background-color: #FFFFCC;
}

.comment_visible {
}

.landf
{
	color: #c0c0c0;
	font-size: .8em;
	line-height: 1.1em;
}
.landf a
{
	color: white;
	text-decoration: none;
}
.landf a:hover
{
	color: white;
	text-decoration: underline;
}
.landf a:visited
{
	color: white;
}
.landfs
{
	background-color: #0066FF;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
	border-bottom: 1px solid #b6b6b6;
	text-align: left;
	padding: 3px 10px 3px 10px;
		FILTER: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#00bbff, EndColorStr=#fefefe,GradientType=1)
}


















table.attributes{
	border: 1px #ccc solid;
	border-collapse:collapse;
	font:90% Tahoma;

}
th.attributes{
	border:1px #ccc solid;
	BACKGROUND-COLOR: #808080; 
	color:#fefefe;
	TEXT-ALIGN: left;
	padding:.25em;
	font-size:.95em;
}
td.attributes	{
	border:1px #ccc  solid;
	vertical-align:top;
	padding:.25em;
}
.attributes
{
font-family:Tahoma,Geneva,Helvetica;
}
ol.attributes {
text-indent:10;
}


.xlllist
{
	font:12px Tahoma;
	font-weight:600;
    width:300pt;
    margin-bottom:10;
    text-align:left;	
}

.btn
{
	color:#800000;
	font:11px Arial Black;
}

.btn{
	background-color:#f0f0f0;
	border:#d0d0d0 1px solid;	
	padding:0px 2px 2px 4px; 
}

strong.save{
	color:#808080;
	font:11px geneva;
	font-weight:600;
}
.save{
	background-color:#f0f0f0;
	border:#d0d0d0 1px solid;	
	padding:0px 2px 2px 4px; 
}
.uline{
	border-bottom: 2px ridge #a0a0a0;
	padding-bottom: 4px;
}



.tip{
   color:#330033
	font-size: 10pt;
	font-family: tahoma;
	border-left: 1px #c0c0c0 groove;
	border-right: 2px #a0a0a0 groove;
	border-top: 1px #c0c0c0 groove;
	border-bottom: 2px #a0a0a0 groove;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
    width:50%;
}
.remark{
	font-weight:400;
	font-size: 10px;
	font-family: geneva;
	border-left: 1px ridge #a0a0a0;
	border-right: 2px ridge #808080;
	border-top: 1px ridge #a0a0a0;
	border-bottom: 2px ridge #808080;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
    width:50%;
}

.note{
	font-weight:400;
	font-size: 11px;
	font-family: geneva;
	border-left: 1px ridge #a0a0a0;
	border-right: 2px ridge #808080;
	border-top: 1px ridge #a0a0a0;
	border-bottom: 2px ridge #808080;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
    width:50%;
}
.screen{
	font-weight:400;
	font-size: 11px;
	font-family: geneva;
	border-left:1px ridge #99CCFF;
	border-right: 2px ridge  #3399FF;
	border-top: 1px ridge #99CCFF;
	border-bottom: 2px ridge #3399FF;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
    width:50%;
}
.engine{
	font-weight:400;
	font-size: 11px;
	font-family: geneva;
	border-left:1px ridge #CCCCFF;
	border-right: 2px ridge  #CC99FF;
	border-top: 1px ridge #CCCCFF;
	border-bottom: 2px ridge #CC99FF;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
    width:50%;
}
.calculation{
	font-weight:400;
	font-size: 11px;
	font-family: geneva;
	border-left:1px ridge #CCCCFF;
	border-right: 2px ridge  #CC99FF;
	border-top: 1px ridge #CCCCFF;
	border-bottom: 2px ridge #CC99FF;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
    width:50%;
}

.note1 {
    width:50%;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: normal;
	font-family: geneva;
	border-left: 1px ridge #d0d0d0;
	border-right: 2px ridge #000000;
	border-top: 1px ridge #d0d0d0;
	border-bottom: 2px ridge #000000;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 8px;
}

.statement{
	font-weight:600;
	color:#700000;
	font-size:12px;
	font-family:geneva;
}

.bolder{
	font-weight:bolder;
}
.xx
{
	font:12px geneva,arial;
	color:#0099ff;
}

HTML {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; HEIGHT: 100%
}


.second
{
	color:#000010;
	font-size:14px;
    font-weight:600;
}




.first
{
	color:#000010;
	font-size:14px;
    font-weight:600;
}




.computingrisk
{
	color:#000030;
	font:12pt Tahoma;
	font-weight:600;
	text-decoration:underline;
}
.running
{
	color:#333333;
	font:12px Tahoma;
	font-weight:300;
	

}
.small{
	font:12px Tahoma;
}

.secondRun
{
	color:#000030;
	font:12px Tahoma,Geneva,Arial;
	font-weight:300;
	
}

.smalllist{
	font:12px Tahoma;
}

table.formula
{
border:1px 1px 1px 1px;
	
}
td.formula
{
font:12px Tahoma;	
font-weight:900;
}
td.syntax
{
font:10px arial;	
}


.btn_mnu{
    width:300px;
	color:white;
	font:10pt arial black;
	background-color:#c0c0c0;
}

.credit_menu
{
	background-color:#2075e5;	
}


.red_border_1
{
	border:1px ridge #FF3300;
	text-decoration:blink;
}
.red_border_3
{
	border:3px ridge #FF3300;
	text-decoration:blink;
}

.datasource
{
font:8pt arial;
color:#333333;	
border:1px solid #b6b6b6;	
width:60%;	

}

.copyright{
text-align:center;
	font:10px Tahoma;color:#c0c0c0;
}
















