.productPageTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #0000c0;
	font-style: italic;
	font-family: 'Arial';
	text-decoration: none;
}
.productModuleTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #000000;
    FONT-FAMILY: 'Arial';
    TEXT-DECORATION: none
}
.moduleTitleValue
{
    FONT-SIZE: 14px;
    COLOR: #000000;
    FONT-FAMILY: 'Arial';
    TEXT-DECORATION: none
}
.eQuoteBackground
{
	background-color: floralwhite;
}
.productDataLabel
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	line-height: 16px;
	font-family: 'Arial';
	background-color: blanchedalmond;
	text-align: right;
}
.dataLabelSmall
{
	font-weight: normal;
	font-size: 9px;
	color: black;
	line-height: 16px;
	font-family: 'Arial' ;
	background-color: blanchedalmond;
	text-align: right;
}
.productAlternateDataLabel
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	line-height: 16px;
	font-family: 'Arial';
	background-color: blanchedalmond;
	text-align: left;
}
.productDataField
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	line-height: 16px;
	font-family: 'Arial' ;
	background-color: antiquewhite;
	text-align: left;
}
.productBlackLine
{
	background-color: #000000;
}
.whiteText
{
	font-weight: bold;
	color: #ffffff;
}
.redText
{
	font-weight: bold;
	color: #ff9090;
}

.reallyRedText
{
	font-weight: bold;
	color: #cc0000;
}

.menuItem
{
	padding-right: 4px;
	padding-left: 4px;
	cursor: hand;
}
.menuSeparator
{
	padding-left: 1px;
}
.menuItemMouseOver
{
	border-right: #336699 1px solid;
	padding-right: 3px;
	border-top: #336699 1px solid;
	padding-left: 3px;
	border-left: #336699 1px solid;
	cursor: hand;
	border-bottom: #336699 1px solid;
	background-color: #e9f2f8;
}
.menuItemMouseOut
{
	padding-right: 4px;
	padding-left: 4px;
	cursor: hand;
}
.productTableHeader
{
	font-weight: bold;
	background-image: url(../images/navbg.gif);
	color: #ffffff;
	text-indent: 10px;
	height: 20px;
}
.tableHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #ffffff;
    FONT-FAMILY: 'Arial';
    BACKGROUND-COLOR: #339999;
    TEXT-DECORATION: none;
    border-right-color: #339999;
	border-left-color: #339999;
	border-bottom-color: #339999;
	border-top-color: #339999;
}
.tableCell
{
	border-right: #0000c0 1px solid;
	border-top: #0000c0 1px solid;
	border-left: #0000c0 1px solid;
	border-bottom: #0000c0 1px solid;
	vertical-align:top;
}
.productButton
{
	background-image: url(../images/navbg.gif);
	vertical-align:middle;
	padding-top:3px;
	text-align:center;
	height:20px;
	font-weight: bold;
	color: #ffffff;
}
.diagram
{
	font-size: 9px;
	color: maroon;
	font-family: Arial;
}
.diagramConnection
{
	background-image: url(../images/connection.gif);
	background-repeat:repeat-x;  
	cursor: hand;
	height: 5px;
}
.diagramSelectedConnection
{
	background-image: url(../images/selectedConnection.gif);
	background-repeat:repeat-x;
	cursor: default;
	height: 5px;
}
.login
{
	font-size: x-small;
	font-family: 'Arial' , 'Helvetica';
}
.message1
{
	font-size: 14px;
	color: #0000c0;
}
.title
{
	font-weight: bold;
	font-size: 12px;
	color: #0000c0;
}
.NDALink
{
	color: blue;
	text-decoration: underline
	cursor: hand;
}
.dataFieldNonBold
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    LINE-HEIGHT: 16px;
    FONT-FAMILY: 'Arial', 'Helvetica';
    BACKGROUND-COLOR: #eeeeee;
    TEXT-ALIGN: left
}
.requiredHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: 'Verdana' , 'Arial' , 'Helvetica';
	background-color: #A71C20;
	text-decoration: none;
}
 /*AutoComplete layout */
    .autocomplete_completionListElement
    {
        z-index: 9999;
        border: solid 1px #444444;
        margin: 0px;
        padding: 2px;
        height: auto;
        overflow: auto;
        background-color: #FFFFFF;
    }
    /* AutoComplete highlighted item */
    .autocomplete_highlightedListItem
    {
        z-index: 9999;
        background-color: #ffff99;
        color: black;
        list-style-type: none;
    }
    
    /* AutoComplete item */
    .autocomplete_listItem
    {
        z-index: 9999;
        background-color: white;
        color: windowtext;
        list-style-type: none;
    }
    .hidden
    {
        display:none
    }
.pac-container:after {
	background-image: none !important;
	height: 0px;
}