/* Body & scroll styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	cursor: default;
}
.ScrollContainerTable
{
	table-layout: fixed; /* Scroll support */
}
.ScrollContainerDiv
{
	height:100%;
	overflow: auto; /* Scroll support */
}

/* Supporting styles */
.Application-Name
{
	padding: 10px 10px 10px 15px;
	background: #F2EED1;
	border-bottom: #798CA0 1px solid;
	font-weight: bold;
	font-size: 16px;
	color: #A49D61;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.Sections
{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.Section
{
	width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
}
.Section DIV {
	text-align: left;
}
.Section-Name
{
	width: 100%;
	padding: 3px 3px 3px 10px;
	background-color: #DDE5EE;
	border-bottom: 1px #A9B8C8 solid;
	font-weight: bold;
	color: #688199;
	font-size: 12px;
}	
.Section-Content
{
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
.SidePane
{
	height: 100%;
	width:100%;
	padding: 5px;
	background-color: #DDE5EE;
	border-right: #798CA0 1px solid;
}
.SidePane-Header
{
	color: #798CA0;
	font-weight: bold;
	font-size: 14px;
	margin-top:10px;
	margin-bottom: 1px;
	border-bottom: #798CA0 1px solid;
	padding-left:1px;
	padding-right:1px;
}
.SidePane-Item
{
	padding: 3px 0px 3px 7px;
	border-bottom: 1px #C1CBD6 solid;
	border-left: 1px #DDE5EE solid;
	border-right: 1px #DDE5EE solid;
	border-top: 1px #DDE5EE solid;
}
DIV.ScrollContainerDiv A:link, DIV.ScrollContainerDiv A:visited {
	text-decoration: none;
	color: #445E7A;
	font-size: 11px;
}
.SidePane-Item-HOVER
{
	background-color: #EDF1F6;
	padding: 3px 0px 3px 7px;
	border: 1px #798CA0 solid;
	cursor:hand;
}
.ApplicationHostMainValidator
{
	color: red;
	font-size: 11px;
	font-weight: bold;
}
.Button-Main-BUTTON {
	color: #0065B2;
	border-width: 0px;
	background-color: transparent;
	cursor: pointer;
	font-size: 11px;
	margin-right: 10px;
	border: 1px #8DABC2 solid;
}
.Button-Main-CELL-HIDDEN 
{
	display: none;
}


/* Main styles */
.LiteralText-Label-CELL,
.TextInput-Label-CELL,
.DropdownInput-Label-CELL,
.UploadInput-Label-CELL,
.Image-Label-CELL,
.ChooserInput-Label-CELL,
.Calendar-Label-CELL,
.RadioButton-Label-CELL,
.CheckBoxInput-Label-CELL,
.CustomInput-Label-CELL,
.IncludeSection-Label-CELL,
.LiteralText-Main-CELL,
.TextInput-Main-CELL,
.DropdownInput-Main-CELL,
.UploadInput-Main-CELL,
.Image-Main-CELL,
.RadioButton-Main-CELL,
.CheckBoxInput-Main-CELL,
.ChooserInput-Main-CELL,
.Calendar-Main-CELL,
.RadioButton-Description-CELL,
.CheckBoxInput-Description-CELL,
.TextInput-Description-CELL,
.DropdownInput-Description-CELL,
.UploadInput-Description-CELL,
.Image-Description-CELL,
.ChooserInput-Description-CELL,
.Calendar-Description-CELL,
.CustomInput-Description-CELL
{
	vertical-align: center;
	padding: 2px 0px 2px 0px;
}
.LiteralText-Label-CELL-HIDDEN, 
.TextInput-Label-CELL-HIDDEN,
.DropdownInput-Label-CELL-HIDDEN,
.UploadInput-Label-CELL-HIDDEN,
.Image-Label-CELL-HIDDEN,
.ChooserInput-Label-CELL-HIDDEN,
.Calendar-Label-CELL-HIDDEN,
.RadioButton-Label-CELL-HIDDEN,
.CheckBoxInput-Label-CELL-HIDDEN,
.CustomInput-Label-CELL-HIDDEN,
.IncludeSection-Label-CELL-HIDDEN,
.LiteralText-Main-CELL-HIDDEN, 
.TextInput-Main-CELL-HIDDEN,
.DropdownInput-Main-CELL-HIDDEN,
.UploadInput-Main-CELL-HIDDEN,
.Image-Main-CELL-HIDDEN,
.RadioButton-Main-CELL-HIDDEN,
.CheckBoxInput-Main-CELL-HIDDEN,
.ChooserInput-Main-CELL-HIDDEN,
.Calendar-Main-CELL-HIDDEN,
.LiteralText-Description-CELL-HIDDEN, 
.TextInput-Description-CELL-HIDDEN,
.DropdownInput-Description-CELL-HIDDEN,
.UploadInput-Description-CELL-HIDDEN,
.Image-Description-CELL-HIDDEN,
.ChooserInput-Description-CELL-HIDDEN,
.Calendar-Description-CELL-HIDDEN,
.RadioButton-Description-CELL-HIDDEN,
.CheckBoxInput-Description-CELL-HIDDEN,
.CustomInput-Description-CELL-HIDDEN
{ display: none;}

.LiteralText-Label-DIV,
.TextInput-Label-DIV,
.DropdownInput-Label-DIV,
.UploadInput-Label-DIV,
.Image-Label-DIV,
.ChooserInput-Label-DIV,
.RadioButton-Label-DIV,
.CheckBoxInput-Label-DIV,
.CustomInput-Label-DIV,
.IncludeSection-Label-DIV,
.Calendar-Label-DIV
{
	color: #526980;
	font-size: 11px;
	font-weight: bold;
}


.LiteralText-Validator-CELL,
.TextInput-Validator-CELL,
.DropdownInput-Validator-CELL,
.UploadInput-Validator-CELL,
.Image-Validator-CELL,
.ChooserInput-Validator-CELL,
.RadioButton-Validator-CELL,
.CheckBoxInput-Validator-CELL,
.CustomInput-Validator-CELL,
.IncludeSection-Validator-CELL,
.Calendar-Validator-CELL
{
	vertical-align: bottom;
	color: Red;
	padding-left: 3px;
	padding-right: 3px;
}
.LiteralText-Validator-DIV,
.TextInput-Validator-DIV,
.DropdownInput-Validator-DIV,
.UploadInput-Validator-DIV,
.Image-Validator-DIV,
.ChooserInput-Validator-DIV,
.CheckBoxInput-Validator-DIV,
.CustomInput-Validator-DIV,
.IncludeSection-Validator-DIV,
.Calendar-Validator-DIV
{}


.LiteralText-Description-CELL,
.TextInput-Description-CELL,
.DropdownInput-Description-CELL,
.UploadInput-Description-CELL,
.Image-Description-CELL,
.ChooserInput-Description-CELL,
.RadioButton-Description-CELL,
.CheckBoxInput-Description-CELL,
.CustomInput-Description-CELL,
.IncludeSection-Description-CELL,
.Calendar-Description-CELL
{
	vertical-align: top;
	padding-top: 3px;
	padding-left: 3px;
}

.LiteralText-Description-DIV,
.TextInput-Description-DIV,
.DropdownInput-Description-DIV,
.UploadInput-Description-DIV,
.Image-Description-DIV,
.ChooserInput-Description-DIV,
.RadioButton-Description-DIV,
.CheckBoxInput-Description-DIV,
.CustomInput-Description-DIV,
.IncludeSection-Description-DIV,
.Calendar-Description-DIV
{
	font-size: 11px;
}


.LiteralText-Main-CELL
{
	padding-top: 5px;
}
.LiteralText-Main-DIV {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px #000 solid;
}


.TextInput-Main-CELL {}
.TextInput-Main-DIV {}
.TextInput-Main-INPUT
{
	width: 100%;
	margin: 0px 2px 0px 2px;
	padding: 2px 3px 2px 3px;
	border: 1px #798CA0 solid;
	background-color: #F2F5F9;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


.DropdownInput-Main-CELL
{
	padding-left: 2px;
	padding-right: 2px;
}
.DropdownInput-Main-DIV {}
.DropdownInput-Main-INPUT
{
	width: 100%;
	padding: 2px 3px 2px 3px;
 	font-size: 11px;
	background-color: #F2F5F9;
	font-family: Arial, Helvetica, sans-serif;
}


.UploadInput-Main-CELL
{
	padding-left: 2px;
	padding-right: 2px;
}
.UploadInput-Main-DIV {}
.UploadInput-Main-INPUT
{
	width: 100%;
	padding: 2px 3px 2px 3px;
	border: 1px #798CA0 solid;
	background-color: #F2F5F9;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.UploadInput-Main-LINK { border-width: 0; }
.UploadInput-Main-IMAGE {border-width: 0; }
.UploadInput-Main-Update-BUTTON,
.UploadInput-Main-Delete-BUTTON 
{
	background-color:#D9D9D9;
	border-width: 1px;
	border-style: solid;
	border-left-color: #F4F4F4;
	border-top-color: #F4F4F4;
	border-right-color: #8B8B8B;
	border-bottom-color: #8B8B8B;
	color: #000000;
	cursor: hand;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
}


.Image-Main-CELL,
.Image-Main-WithAction-CELL
{
	padding-left: 2px;
	padding-right: 2px;
}
.Image-Main-DIV {}
.Image-Main-WithAction-DIV 
{
	cursor: hand;
}
.Image-Main-IMAGE,
.Image-Main-WithAction-IMAGE
{
	padding: 2px 3px 2px 3px;
	font-size: 11px;
}
.Image-Main-Text-DIV,
.Image-Main-WithAction-Text-DIV
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}


.ChooserInput-Main-CELL
{
	padding-right: 1px;
}
.ChooserInput-Main-DIV {}
.ChooserInput-Main-INPUT
{
	width: 100%;
	margin: 0px 2px 0px 2px;
	padding: 2px 3px 2px 3px;
	font-size: 11px;
	border: 1px #798CA0 solid;
	background-color: #F2F5F9;
	font-family: Arial, Helvetica, sans-serif;
}
.ChooserInput-Main-BUTTON 
{
	font-family: Arial, Helvetica, sans-serif;

	background-color:#D9D9D9;
	border: 1px #798CA0 solid;
	color: #000000;
	cursor: hand;
	font-size: 12px;

}


.RadioButton-Main-CELL {}
.RadioButton-Main-DIV 
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.RadioButton-Main-INPUT {}


.CheckBoxInput-Box-CELL {
	padding-left: 2px;
	padding-right: 2px;
}
.CheckBoxInput-Box-DIV {}
.CheckBoxInput-Box-INPUT 
{
	border: 1px #798CA0 solid;
	background-color: #F2F5F9;
}
	

.Button-CELL {}
.Button-DIV{}
.Button-BUTTON {}


.Table-Main-CELL {}
.Table-Head-ROW {}
.Table-Head-CELL
{
	border-right: 1px solid white;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #EBEEF2;
}
.Table-Head-DIV {
	font-size: 11px;
	padding: 3px;
}
.Table-ROW 
{
	background-color: #EBEEF2;
}
.Table-ROW-Selected
{
	background-color: #DDE5EE;
}
.Table-CELL
{
	border: 1px solid white;
	font-size: 11px;
	padding: 3px;
	cursor: pointer;
}
.Table-DIV {
}
.Table-CELL-WithButtons
{
	border: 1px solid white;
	font-size: 11px;
	padding: 3px;
	width: 200px;
}
.Table-DIV-WithButtons {}
.Table-BUTTON-Edit, 
.Table-BUTTON-Delete
{
	background-color:#D9D9D9;
	border-width: 1px;
	border-style: solid;
	border-left-color: #F4F4F4;
	border-top-color: #F4F4F4;
	border-right-color: #8B8B8B;
	border-bottom-color: #8B8B8B;
	color: #000000;
	cursor: hand;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
}
.Table-Footer-CELL-Selected
{
	border: 1px solid white;
	background-color: #DDE5EE;
	font-size: 11px;
	padding: 3px;
}
.Table-Footer-CELL 
{
	border: 1px solid white;
	background-color: #EBEEF2;
	font-size: 11px;
	padding: 3px;
}
.Table-Footer-Total-CELL
{
	border: 1px solid white;
	background-color: #EBEEF2;
	font-size: 11px;
	padding: 3px;
}
.Table-Footer-Total-DIV
{
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
}


.Tab-Head-CELL {
	background: url(images/BackTabLine.gif) left bottom repeat-x;
}
.Tab-SingleHead-Top-CELL {}
.Tab-SingleHead-Top-Selected-CELL {}
.Tab-SingleHead-Top-DIV {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #D7D3B3;
	padding: 3px 10px 6px 10px;
	margin: 4px 2px 1px 0px;
	background-color: #F5F2DA;
	font-size: 11px;
	color: #8A8451;
}
.Tab-SingleHead-Top-Selected-DIV
{
	padding: 3px 10px 11px 10px;
	font-weight: bold;
	font-size: 11px;
	color: #688199;
	margin-right: 2px;
	border-width: 1px 1px 0px 1px;
	border-color: #AFBECF;
	border-style: solid;
	background-color: #ebeef2;
}
.Tab-SingleHead-Right-CELL {
	background-color: White;
}
.Tab-SingleHead-Right-Selected-CELL {
	background-color: White;
}
.Tab-SingleHead-Right-DIV {
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	padding: 3px;
	margin-right: 4px;
	margin-bottom: 2px;
	background-color: #cbced2;
	text-align: right;
}
.Tab-SingleHead-Right-Selected-DIV {
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color: #ebeef2;
	text-align: right;
}
.Tab-SingleHead-Bottom-CELL {
	background-color: White;
}
.Tab-SingleHead-Bottom-Selected-CELL {
	background-color: White;
}
.Tab-SingleHead-Bottom-DIV {
	border-right: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	padding: 3px;
	margin-bottom: 4px;
	margin-right: 2px;
	background-color: #cbced2;
	text-align: left;
}
.Tab-SingleHead-Bottom-Selected-DIV {
	border-right: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 2px;
	background-color: #ebeef2;
	text-align: left;
}
.Tab-SingleHead-Left-CELL {
	background-color: White;
}
.Tab-SingleHead-Left-Selected-CELL {
	background-color: White;
}
.Tab-SingleHead-Left-DIV {
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	padding: 3px;
	margin-left: 4px;
	margin-bottom: 2px;
	background-color: #cbced2;
	text-align: left;
}
.Tab-SingleHead-Left-Selected-DIV {
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color: #ebeef2;
	text-align: left;
}
.Tab-Content-CELL
{
	background-color: #EBEEF2
}
.Tab-Content-DIV {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #AFBECF;
	padding: 10px;
}


/* Custom Styles */
.Validator-Label-CELL
{
	border-bottom: 1px dotted #526980;
	vertical-align: center;
	padding: 2px 0px 2px 0px;
}
.Validator-Label-DIV
{
	color: #526980;
	font-size: 11px;
	font-weight: bold;
}
.Validator-Main-CELL
{
	border-bottom: 1px dotted #526980;
	padding-top: 5px;
	font-weight: bold;
}
.Validator-Main-DIV {
	color: red;
	font-size: 11px;
}
.Validator-Label-CELL-HIDDEN,
.Validator-Main-CELL-HIDDEN,
.Validator-Validator-CELL-HIDDEN,
.Validator-Description-CELL-HIDDEN 
{
	display: none;
}


/* HARDCODE-ed STYLES */
/* Transfer cost, Period price list, Technical data list, Price list tables */
.NCpriceList,
.NCtechDataList,
.NCtransferCost,
.NCperiodPriceList {
	border: 1px #C0D0DD solid;
	width: 100%;
}
.NCpriceList {
	margin-bottom: 10px;
}
.NCpriceList,
.NCtechDataList,
.NCtechDataList,
.NCtransferCost {
	border-width: 0px;
}
.NCpriceList TD,
.NCpriceList TH,
.NCtechDataList TD,
.NCtechDataList TH,
.NCtransferCost TD,
.NCtransferCost TH,
.NCperiodPriceList TD,
.NCperiodPriceList TH {
	padding: 3px;
	font-size: 10px;
	border: 1px #C0D0DD solid;
}
.NCtechDataList TD,
.NCtechDataList TH {
	font-size: 11px;
}
.NCpriceList TH {
	vertical-align: middle;
}
.NCpriceList TR.NCAltRow TD {
	background-color: #EBF2F6;
}
.NCtechDataList TH {
	width: 150px;
}
.NCtransferCost TH {
	width: 100px;
}
.NCperiodPriceList TH {
	background-color: #D9E5EF;
}
.NCpriceList TD,
.NCperiodPriceList TD {
	text-align: center;
}
.NCpriceList TD,
.NCpriceList TH,
.NCtechDataList TD,
.NCtechDataList TH,
.NCtransferCost TD,
.NCtransferCost TH {
	border-width: 0px 0px 1px 0px;
	text-align: left;
}
.NCpriceList TH,
.NCpriceList TD {
	text-align: center;
}


/* TEMPLATES */
/* Yacht index template */
.MC-Temp_YachCard {
	margin: 1px;
}
.NCcardList TD {
	vertical-align: top;
	font-size: 11px;
}
.NCcardList H3 {
	margin: 5px 0px 0px 0px;
	background-color: #D9E5EF;
	border: 1px #C0D0DD solid;
	padding: 1px 4px 1px 4px;
}
.NCcardList P {
	text-align: center;
	color: #BB0D0D;
	margin: 5px 0px 5px 0px;
}
.NCcardList IMG {
	border: 1px #0065B2 solid;
}
.NCcardList TABLE {
	width: 100%;
	border-collapse: collapse;
}
.NCcardList TABLE TD,
.NCcardList TABLE TH {
	border-bottom: 1px #C0D0DD solid;
}
.NCcardList TD TH {
	width: 50%;
	text-align: left;
	font-size: 11px;
}

/* Yacht Thumbnails Module */
.MC-Temp_YachtThumbList IMG {
	display: block;
	margin: 3px 0px 3px 0px;
}

/* Size Navigation */
.NC-Temp_Delimiter {
	margin: 0px 5px 0px 5px;
}

/*
	Base Navigation
	Yacht Type Navigation
*/
.NC-Temp_BaseNavig,
.NC-Temp_YachtType {
	padding: 5px 0px 0px 0px;
	text-align: center;
}

/* Main picture holder */
.NC-Temp_MainPictureHolder H2 {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px #0065B2 solid;
	padding-bottom: 3px;
	font-size: 16px;
	color: #0065B2;
}
.NC-Temp_MainPictureHolder P {
	margin: 0px;
}
.NC-Temp_MainPictureHolder IMG {
	border: 1px #0065B2 solid;
}

/* Yacht Transfer Costs */
.NC-Temp_BaseName {
	text-align: left;
	padding-bottom: 5px;
}


TABLE {
	border-collapse:collapse;
}
TD {
	padding:0px;
	border:1px #0000 solid;
}
.TableHolder {
	width:100%;
}
.TableFirstColumn {
	width:30%;
}
.TableSecondColumn {
	width:0%;
}
.TableThirdColumn {
	width:35%;
}
.TableForthColumn {
	width:auto;
}
.TableStretchCell {
	width:100%;
}
