﻿/* GENERAL TABLES */
.maintable
{
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
	border-collapse: collapse;
}
.maintable_header
{
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
	font-weight: bolder;
	font-size: larger;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #f5f5f5;
}
.maintable_body
{
}
.subtable
{
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
	border-collapse: collapse;
}
.subtable_header
{
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
	font-weight: bolder;
	font-size: larger;
	font-family: Verdana, Arial, Sans-Serif;
}
.field_title
{
	font-weight:bolder;	
	width: 30%
}
.field_info
{
	font-weight:normal;
}
.datatable
{
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
}
.datatable_header 
{
	font-weight: bolder;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
	background-color: #f5f5f5;
}
.datatable_content
{
	background-color: #ffffff;
}


/* CONFIGURE MASTER */
.ConfigBC_Current
{
	background-image: url(../Images/BC_BG_Dark.jpg);
	background-repeat: repeat-x;
	font-weight: bolder;
	padding-right: 10px;
	padding-left: 10px;
}
.ConfigBC_Current_Link
{
	color: #ffffff;
	text-decoration: none;
}
a.ConfigBC_Current_Link:link
{
	color: #ffffff;
	text-decoration: none;
}
a.ConfigBC_Current_Link:visited
{
	color: #ffffff;
	text-decoration: none;
}
a.ConfigBC_Current_Link:hover
{
	color: #ffffff;
	text-decoration: none;
}
.ConfigBC_Past
{
	background-image: url(../Images/BC_BG_Light.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
}
.ConfigBC_Past_Link
{
	color: #333333;
}
a.ConfigBC_Past_Link:link
{
	color: #333333;
	text-decoration: none;
}
a.ConfigBC_Past_Link:visited
{
	color: #333333;
	text-decoration: none;
}
a.ConfigBC_Past_Link:hover
{
	color: #333333;
	text-decoration: none;
}
.ConfigBC_Future
{
	background-image: url(../Images/BC_BG_Light.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
}
.ConfigBC_Future_Link
{
	color: #a9a9a9;
}
a.ConfigBC_Future_Link:link
{
	color: #a9a9a9;
	text-decoration: none;
}
a.ConfigBC_Future_Link:visited
{
	color: #a9a9a9;
	text-decoration: none;
}
a.ConfigBC_Future_Link:hover
{
	color: #a9a9a9;
	text-decoration: none;
}
.NavMenu
{
	background: whitesmoke;
	width: 200px;
	max-width: 200px;
	min-width: 200px;
}
.ConfigSummary
{
	background: whitesmoke;
	width: 250px;
	max-width: 250px;
	min-width: 250px;
}
.ConfigSummaryHeaderBG
{
	background-image: url(../Images/BC_BG_Dark.jpg);
	background-repeat: repeat-x;
	font-size: 12pt;
	font-family: Verdana, Arial;
	font-weight: bolder;
	color: #ffffff;
	height: 25px; 
}
.ConfigSummaryHighlightBG
{
	background-image: url(../Images/BC_BG_White.jpg);
	background-repeat: repeat-x;
	font-size: 12pt;
	font-family: Verdana, Arial;
	font-weight: bolder;
	color: #333333;
	height: 25px;
	text-align: right;
}
a.ConfigSummaryHeader:link
{
	color: #ffffff;
	text-decoration: none;
}
a.ConfigSummaryHeader:visited
{
	color: #ffffff;
	text-decoration: none;
}
a.ConfigSummaryHeader:hover
{
	color: #ffffff;
	text-decoration: none;
}
.ConfigSummaryText
{
	font-size: 12pt;
	font-family: Arial;
}
.ConfigSummaryButton
{
	margin: 2px;
}
.ConfigContent
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.ConfigMargin 
{
	margin-right:5px;
}
.ConfigNavPast 
{
	color: Black;
}
.ConfigNavCurrent
{
	font-weight: bolder;
}
.ConfigNavFuture
{
	color: Gray;
}
.TitleImage
{
	width: 230px;
}
.SubTitleImage
{
	width: 720px;
}
/* CONFIGURE BOM and CONFIGURE BTO */
.ConfigBOMItemStyle
{
	width: 200px;
	border-right: gray thin solid;
}
.ConfigBOMItemStyleSelected
{
	width: 200px;
}
.ConfigItemList
{
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 16px;
}
.ConfigBOMPrice
{
	font-weight: bolder;
	font-size: larger;
	margin-bottom: 8px;
}
.ConfigBOMAlignBottom
{
	vertical-align: bottom;
}
.ConfigBOMHeader 
{
	background: whitesmoke;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.ConfigBOMTable
{
	height: 220px;
	min-height: 220px;
	width: 340px;
	margin-left: 10px;
	margin-right: 10px;
}


/* CONFIGURATION REVIEW */
.ConfigReviewTable
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}
.ConfigReviewHeader
{
	border-bottom: darkgray 1px solid;
	font-weight: bolder;
	font-size: larger;
	background: #f5f5f5;
}
.ConfigReviewItemTitle
{
	font-weight: bolder;
	width: 30%; 
}
.ConfigReviewItemInfo
{
	width: 70%;
}
.ConfigReviewDetailHeader
{
	color: #0066cc;
	font-weight: bolder;
	font-size: larger;
	border-bottom: darkgray 1px solid;
}
.ConfigReviewDetailItem
{
	color: #666666;
}
.ConfigReviewDetailBOM
{
	background: #99ccff;
	font-weight: bolder;
}
.ConfigReviewDetailFooter
{
	border-top: darkgray 1px solid;
	background: whitesmoke;
	font-weight: bolder;
	font-size: larger;
	text-align: right;
}


/* CONFIGURATION MGMT */
.ConfigMgmtTable
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}
.ConfigMgmtHeaderTable
{
	border-bottom: darkgray 1px solid; 
	font-weight: bolder;
	font-size: larger;
	background: #f5f5f5; 
}
.ConfigMgmtHeader  
{
/*	border-bottom: darkgray 1px solid; */
	font-weight: bolder;
	font-size: larger;
/*	background: #f5f5f5; */
}
.ConfigMgmtItem
{
	font-weight: bolder;
	width: 30%;
}
.ConfigMgmtItemInfo
{
	width: 70%;
}
.ConfigMgmtMenu
{
	font-weight: bolder;
	width: 30%;
}
.ConfigMgmtDetailHeader
{
	color: #0066cc;
	font-weight: bolder;
	font-size: larger;
	border-bottom: darkgray 1px solid;
}
.ConfigMgmtDetailItem
{
	color: #666666;
}
.ConfigMgmtDetailBOM
{
	background: #99ccff;
	font-weight: bolder;
}
.ConfigMgmtDetailFooter
{
	border-top: darkgray 1px solid;
	background: whitesmoke;
	font-weight: bolder;
	font-size: larger;
	text-align: right;
}


/* CONFIGURATION LIST */
.ConfigListTable
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}
.ConfigListHeader
{
	border-bottom: darkgray 1px solid;
	font-weight: bolder;
	font-size: larger;
	background: #f5f5f5;
}
.ConfigListLines
{
	color: #666666;
}
.ConfigListOption
{
	font-weight: bolder;
	font-size: larger;
}


/* CONFIGURE OPTIONS */
.modeloption 
{
	border-bottom-style: solid; border-top-style: solid; border-collapse: collapse; border-width: 1px; border-color: #696969;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt;
}
.optionitemtable 
{
	border-style: solid; border-collapse: collapse; border-width: 1px; border-color: #dcdcdc; width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt;  
}
.optionitemheader
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold;
}
.optionitem:hover
{
	background-color: #dcdcdc;
}
.optionitemselected
{
	background-color: #99ccff;
}
.dependoptionselected
{
	background-color: #dcdcdc;
}
.optionradio
{
	vertical-align: 40%;	
}
.customizeheader 
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-size: x-large; font-weight: bold;
}
.customizesub 
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-size: medium; 
}
.summaryheader 
{
	text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; color:white;
	BORDER-RIGHT: black 1px solid; BACKGROUND-POSITION: left center; BACKGROUND-IMAGE: url(Images/side-menu-title-bg.jpg); 
	BORDER-LEFT: black 1px solid; BACKGROUND-REPEAT: repeat-x; line-height: 19px; background-color: Black;
}
.summarysubtotal 
{
	background-color: Gray; color: White; font-size: 12px; font-weight: bold; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; line-height: 20px; 
}
.summaryquote 
{
	vertical-align: middle; text-decoration: none; color: White; font-size: 12px; font-weight: bold; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; line-height: 20px; 
}
.summarydetail 
{
	background-color: #dcdcdc; border-top-style: solid; border-top-color: Black; border-top-width: 1px; 
	border-bottom-style: solid; border-bottom-color: #696969; border-bottom-width: 1px; 
}
.summarydetailheader 
{
	font-size: 12px; font-weight: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 35px;
}
.summarydetailtext
{
	font-size: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight: normal; margin-top: 0px; 
	margin-bottom: 0px; margin-left: 20px; line-height: 15px
}
.summarydetailtext2
{
	font-size: 14px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; margin-top: 0px; 
	margin-bottom: 10px; margin-left: 20px; line-height: 15px; 
}
.breadcrumbmenu 
{
	margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; 
	FONT-SIZE: 10px; VERTICAL-ALIGN: bottom; COLOR: #777777; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.legal
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: Gray; margin-top: 5px; 
	margin-bottom: 5px; max-width: 960px;
}

/* SITE MASTER */
.bodyHead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #516B88;
}
.pageTitle
{
	font-weight: bolder;
	font-size: larger;
	color: midnightblue;
	font-family: Verdana, Arial, Sans-Serif;
}

/* DOCUMENT TREE */
.DocRootFolder
{
	font-weight: bolder;
	font-size: larger;
}
a.DocRootFolder:link, visited, hover
{
	color: #0066cc;
}
.DocNodeFolder
{
}
a.DocNodeFolder:link, visited, hover
{
	color: Black;
}
.DocFile
{
	font-weight: bolder;
}
a.DocFile:link
{
	text-decoration: underline;
}
a.DocFile:visited
{
	text-decoration: underline;
}

/* COMMENTS */
.CommentTableComment
{
	font-weight: lighter;
	color: gray;
}
.CommentTableHeader
{
	border-top: #696969 thin solid;
	border-bottom: #696969 thin solid;
	border-right-style: none;
	border-left-style: none;
}
.CommentTableUser
{
}

/* ERROR TEXT*/
.ErrorText
{
	color: red;
}