html
{
	height: 100%;
}

body
{
	font-family:Arial;
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0;
	border: none 0px black;
	background-color: #ffffff;
	height: 100%;

}

 .MainFont, .TinyFont, .GrayFont, .LabelFont, 
 .BorderedTextBox,.BorderedTextBoxFilled, .ErrorText, .ErrorMessage, .TitleFont, .TitleFontPadded,
 .Header, .LightBorder, .ListInnerTable, .ListTable, 
 .InstructionFont
{
	font-size: 9pt;
	font-family: Arial;	
		color: Black;

}
 .QuestionFont
 {
	font-size: 10pt;
	font-family: Arial;	
		color: Black;	
 }

.TextBoxFont
{
	font-size: 9pt;
	font-family:Arial;
	
}

.InstructionFont
{
	padding: 5px 20px 5px 20px;
}

.DropDownFont
{
	font-size: 9pt;
	font-family:Arial;
	font-weight: bold;
	color: Gray;
}

.LinkButtonBorder
{
	padding: 5px 3px 5px 3px;
	border: solid 1px black;	
	
}

.LinkButtonTabBorder
{
		border: solid 1px black;	
		/**padding: 2px, 0px, 2px, 0px;**/
	
}
.LinkButtonTab
{
		/**background-color: #64807c;**/
		background-color: #728d89;/**#A5B3AF;**/
		padding: 2px, 0px, 2px, 0px;
		color: White;
		font-size: 9pt;
	font-family: Arial;	

}

.LinkButtonTabSelected
{
	background-color: white;/**#c5d3AF;**/
	padding: 2px, 0px, 2px, 0px;
			font-size: 9pt;
	font-family: Arial;	
		color: black;/**#64807c;**/	
}

.LinkButtonList
{

	/**border: solid 1px #eeeeee;**/
	font-size: 9pt;
	font-family: Arial;	
		color: #5C5C5C;	
	
}

.SmallerFont
{
	font-size: 9pt;
	font-family: Arial;	
	/**font-weight: bold;
		color: #5C5C5C;	**/
}	

.TableHeaderRow
{
	background-color: #64807c;
	color: White;
	padding-bottom: 5px;
	padding-top: 3px;
	font-size:9pt;
	font-family:Arial;
}

.ListTable
{
	border: solid 1px black;
	color: #5C5C5C;	


}

.ListInnerTable
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;


}


.TinyFont, .LightBorder
{

	color: #333333;
	font-family: Arial;
	/**font-weight:bold;**/
		font-size: 8pt;



}

.LightBorder
{

	border: window-inset 1px #eeeeee;
}

.TinyFontReg
{
	font-size:8pt;
	color: #5C5C5C;	

}

/** used on the login at the front **/
.DarkGreen
{
	background-color: #728d89;
	border: solid 1px black;
}

.TitleFont
{
/**color: #5c5c5c;**/
	font-weight: bold;
	font-size: 13pt;
		color: #666666;
}



.Header
{
	font-size:8pt;
	color: #999999;	
	font-weight:bold;
	padding-top: 10px;
}
	

/** often used for viewable labels **/
.GrayFont, .InstructionFont
{
	color: #5C5C5C;	
}

/** often used for viewable labels **/
.GrayFontBolded
{
	color: #5C5C5C;	
	font-weight: bold;
}

/** used for creating labels **/
.LabelFont
{
	font-size: 9pt;
font-weight: bold;
 font-family:Arial;

	color: #666666;
	padding-left: 5px;
	padding-right: 10px;
}


.BorderedInstruction
{
	/**border-top: solid 1px #cccccc;
		border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;**/
	border: solid 1px #456588;
	border-top: solid 1px #456588;
	border-bottom: solid 0px black;
	color: #5C5C5C;


	padding: 10px 10px 10px 10px;
	/** #A5B3AF;**//**#5C5C5C;**/
	background-color: fefefe;

}

.LabelInstruction
{
		font-family: Arial;
	font-size: 8pt;
	color: #456588;
}

.BorderedTextBox
{
	border: solid 1px black;
	border-left: solid 1px black;
	/**border-top: solid 1px #728d89;**/

	color: #5C5C5C;
	padding: 2px 2px 2px 2px;
	/** #A5B3AF;**//**#5C5C5C;**/
	background-color: White;
}

.BorderedTextBoxFilled
{
	background-color: White;
}

.BorderedBackDark
{
			 /**BACKGROUND-COLOR:#dee6c8;
		border: solid 1px #5C5C5C;	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-left-width: 2px;**/
	color: #5C5C5C;


	
	padding: 7px 7px 7px 7px;

	
}

.BorderedBack
{
			 /**BACKGROUND-COLOR:#728d89;
		border-left: solid 6px #728d89;
		border-right: solid 6px #728d89;**/
	/**border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-left-width: 2px;**/
	color: #5C5C5C;

	padding: 7px 7px 7px 7px;

	
}

.TableBack
{
	/**BACKGROUND-COLOR: white;
	 padding: 2px 0px 0px 0px;
	border: solid 1px #A5B3AF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: ridge;
	border-bottom-width: 0px;
	border-top-width: 1px;**/
}

/********************benchmark***********************/

.CriticalCellBack, .ReqBack, .CritBack, .NoneBack
{
	border: solid 1px black;
}

.ReqBack
{
	 background-color: #00ff00;/**#587669;**/
}

.CritBack
{
	background-color: #ff0000;/**#E23B20;**/
}

.NoneBack
{
	background-color: White;
}

.ScaleLabel
{
	font-size: 9pt;
	font-family: Arial;	
	font-weight: bold;
	
}

.FormPieceTable
{
	font-size: 9pt;
	font-family: Arial;
	padding: 5px 5px 5px 5px;	
	border: solid 1px grey;
	
}

.MainFormCell
{
	font-size: 9pt;
	font-family: Arial;
	padding: 10px 10px 10px 10px;
}

.ScaleGroupTitle
{
	font-size: 11pt;
	font-family: Arial;	
	padding-top: 5px;
	font-weight: bold;
}

.BMarkTitle
{
	font-size: 12pt;
	font-family: Arial;	
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.ScaleName
{
	font-size: 9pt;
	font-family: Arial;	
}

/********************header*************************/

.TopLinks
{	
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 8pt;
	color: Black;
	font-family: Arial;
	/**width: 100px;**/
}

.PipeLine
{
	font-weight: bold;

	color: White;

	height: 23px;
	width: 100%;

}

.ErrorText, .ErrorMessage
{
	font-weight: bold;
	color: Red;
}
/********************header end*************************/


/***********for the menu************************************/

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10;  background-color:5D7A76; layer-background-color:Transparent; visibility:hidden}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:5px; font-family: Arial; font-size: 9pt; font-weight:bold; text-decoration:underline}
.clLevel0{background-color:Transparent; layer-background-color:Transparent; color:white;}
.clLevel0over{background-color:Transparent; layer-background-color:Transparent; color:Yellow; cursor:pointer; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden; background-color:Transparent; layer-background-color:White}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:Arial; font-size:8pt; font-weight:bold}
.clLevel1{background-color:#5F7C78; layer-background-color:#5F7C78; color:white;}
.clLevel1over{background-color:#D5E1DF; layer-background-color:#D5E1DF; color:black; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:black; layer-background-color:black}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:Arial; font-size:8pt; font-weight:bold}
.clLevel2{background-color:#5F7C78; layer-background-color:#5F7C78; color:white;}
.clLevel2over{background-color:#D5E1DF; layer-background-color:#D5E1DF; color:Black; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:Black; layer-background-color:Black}

/***********for the menu************************************/
