/* Usage															  */
/* Apply to	the code in the ftiens4.js file.  Sets appropriate font   */
/* sizes.                                                             */
.treeviewNodes
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial, Verdana;
    COLOR: red;
}
/* Usage															  */
/* Apply to	<tr...> tags to color alternating rows different colors.  */
.tableRowEven
{
    BORDER-RIGHT: 1px;
    BORDER-TOP: 1px;
    BORDER-LEFT: 1px;
    COLOR: black;
    BORDER-BOTTOM: 1px;
    BACKGROUND-COLOR: white
}
/* Usage															  */
/* Apply to	<tr...> tags to color alternating rows different colors.  */
.tableRowOdd
{
    COLOR: black;
    BACKGROUND-COLOR: aliceblue
}
/* Usage															  */
/* Apply to	<tr...> tags to highlight a row when the mouse hovers     */
/* over it.                                                           */
.tableRowHiLight
{
    FONT-WEIGHT: normal;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: navy
}
/* Usage															  */
/* Used for the treeview on the Quote.aspx page.                      */
#treeView 
{
	BORDER-RIGHT: #808080 1px solid; 
	BORDER-TOP: #808080 1px solid; 
	FONT-SIZE: 10pt; 
	LEFT: 0px; 
	OVERFLOW: scroll; 
	BORDER-LEFT: #808080 1px solid; 
	WIDTH: 250px; 
	COLOR: black; 
	BORDER-BOTTOM: #808080 1px solid; 
	FONT-FAMILY: verdana,helvetica; 
	POSITION: relative; 
	TOP: 0px; 
	HEIGHT: 94%; 
	TEXT-DECORATION: none 
}
/* Usage															  */
/* Used for the treeview on the Quote.aspx page.                      */
#treeSplitterBar 
{ 
	PADDING-RIGHT: 0px; 
	MARGIN-TOP: 0px; 
	DISPLAY: block; 
	PADDING-LEFT: 0px; 
	LEFT: 153px; 
	PADDING-BOTTOM: 0px; 
	WIDTH: 3px; 
	CURSOR: e-resize; 
	PADDING-TOP: 0px; 
	POSITION: absolute; 
	TOP: 86px; 
	HEIGHT: 100%; 
	BACKGROUND-COLOR: #c0c0c0 
}
/* Usage															  */
/* Used for the treeview on the Quote.aspx page.                      */
#toolbarSplitterBar 
{ 
	PADDING-RIGHT: 0px; 
	MARGIN-TOP: 0px; 
	DISPLAY: block; 
	PADDING-LEFT: 0px; 
	LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	WIDTH: 3px; 
	CURSOR: e-resize; 
	PADDING-TOP: 0px; 
	POSITION: relative; 
	TOP: -4px; 
	HEIGHT: 50px; 
	BACKGROUND-COLOR: #c0c0c0 
}
.toolbar 
{ 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-TOP: 3px; 
	PADDING-BOTTOM: 3px; 
	CURSOR: hand; 
	COLOR: white;
	BORDER-TOP: 1px solid black; 
	BORDER-BOTTOM: 1px solid black;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	FONT-FAMILY: Arial, Verdana;
}
/* Usage															  */
/* Apply to	<td...> tags when displaying a header cell in a list.     */
.fixedheaderCellLeftMid
{
	border-right: black 0px solid;
	border-top: black 0px solid;
	padding-top: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 8pt;
	border-left: black 1px solid;
	color: white;
	border-bottom: black 0px solid;
	font-family: Arial, Verdana;
	background-color: #B40704;
}
/* Usage															  */
/* Apply to	<td...> tags when displaying a header cell in a list.     */
.fixedheaderCellRight
{
	border-top: solid 0px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 0px black;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Verdana;
	color: white;
	background-color: #B40704;
	padding-top: 3px;
	padding-left: 3px;
}
.quoteSubRegions
{
	background-color: #ffffc4;
}
/* Usage															  */
/* Apply to	<legend...> innerText.                                    */
.fieldsetTitle
{
	padding-left: 3px;
    font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 9pt;
	color: black;
}
/* Usage															  */
/* Apply to	the drop menu rows user name.                             */
.userName
{
    font-family: Arial;
	font-weight: bold;
	font-size: 10px;
}
