﻿/* *************************************************************** **/
/* ********  CreateCustomerPage                       *********** **/
/* *************************************************************** **/
#CreateCustomerPage #leftCreateCustomerPageContainer
{
	float: left; 
	width: 381px;
	padding-right: 15px; 
	border-right: dotted 1px #CCDDCC;
}

#CreateCustomerPage #rightCreateCustomerPageContainer
{
	float: left; 
	width: 320px; 
	padding-left: 15px;
}

#CreateCustomerPage div.sectionMargins
{
	margin: 10px 0;
}

#CreateCustomerPage div.fieldMargins
{
	margin: 15px 0;
}

#CreateCustomerPage .customerSelectionHeader
{
	font-weight: bold; 
	width: 140px;    
	margin-right: 10px; 
}

#CreateCustomerPage .customerSelectionField
{
	width: 170px;
}

#CreateCustomerPage dl
{
	position: relative;
	width: 380px;
}

#CreateCustomerPage dt
{
	clear: both;
	float: left;
	width: 180px;
	padding: 4px 0 2px 0;
	text-align: left;
	font-weight: bold;
}

#CreateCustomerPage dd
{
	float: left;
	width: 180px;
	margin: 0 0 8px 0;
	padding-left: 6px;
}

#CreateCustomerPage ul
{
	padding-left: 20px;
}

#CreateCustomerPage li
{
	margin-top: 3px;
	font-size: 12px;
	
}

/* *************************************************************** **/
/* ********  ShowNewCustomerPage                       *********** **/
/* *************************************************************** **/
#ShowNewCustomerPage #leftShowNewCustomerPageContainer
{
	float: left; 
	width: 381px;
	padding-right: 15px; 
	border-right: dotted 1px #CCDDCC;
}

#ShowNewCustomerPage #rightShowNewCustomerPageContainer
{
	float: left; 
	width: 320px; 
	padding-left: 15px;
}

#ShowNewCustomerPage .customerSelectionField
{
	width: 170px;
}

#ShowNewCustomerPage th
{
	width: 170px; 
	font-weight: bold;
	text-align: left;
}

#ShowNewCustomerPage tr
{
	vertical-align: top;
}

#ShowNewCustomerPage .GreyInfobox
{
	background-color: #7A7A7A; 
	padding: 10px; 
	color: White;
}

#ShowNewCustomerPage .GreyInfobox h2
{
	margin-top: 0px;
}

#ShowNewCustomerPage .DottedBreakLine
{
	border-top: dotted 1px #ccddcc; 
	margin: 30px 0;
}

/* *************************************************************** **/
/* ********  CNC Page			                       *********** **/
/* *************************************************************** **/
#CNCPage #leftShowNewCustomerPageContainer
{
	float: left; 
	width: 351px;
	padding-right: 15px; 
	border-right: dotted 1px #CCDDCC;
}

#CNCPage #rightShowNewCustomerPageContainer
{
	float: left; 
	width: 350px; 
	padding-left: 15px;
}