﻿/* GENERAL */

* 
{
    margin: 0pt;
	padding: 0pt;
}

body {
	font-family: Verdana, Arial, sans-serif;
}

input, textarea, select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #333;
}

option {
	margin-right: 10px;
    padding-left: 0px;
}


input.fileupload {
	height: 18px;
	line-height: 14px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #0D2B88;
	padding: 15px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #0D2B88;
	padding: 15px 0 10px;
}

a {
	color: #333;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	padding: 5px;
}

th {
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	text-align: left;
	background-color: #ccc;
	font-weight: bold;
}

table.gridview th {
	border: 1px solid #000 !important;
}

th a {
	color: #000;
}

td {
	padding: 5px;
	vertical-align: top;
}

td.compact {
	padding: 0px;
	vertical-align: top;
}


table.gridview td {
	border: 1px solid #000 !important;
}

strong, .strong, em, .em {
	font-style: normal;
	font-weight: bold;
}

.readonly {
	background-color: #ddd;
	border: 1px solid #999;
}

.padSide {
	padding-left: 5px;
	padding-right: 5px;
}

.noPad {
	padding: 0 !important;
}

.noBorder {
	border: 0 !important;
}

.center {
	text-align: center !important;
}

.widthLarge {
	width: 750px !important;
}

.widthStandard {
	width: 600px !important;
}

.widthSmall {
	width: 400px !important;
}

.widthVerySmall {
	width: 250px !important;
}

.widthFull {
	width: 100% !important;
}

.widthThird {
	width: 33% !important;
}

.widthFourth {
	width: 25% !important;
}

.labelColumn {
	width: 30%;
}

.widerLabelColumn .labelColumn  b {
	white-space: nowrap;
}


.tactonHeader {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.notVisible {
	visibility: hidden !important;
}

.spacer {
	clear: left;
	visibility: hidden;
	height: 6px;
}

.noTableBorders table {
	border: 0 !important;
}

.validationSummary, .messagePlaceHolder {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 5px 0;
}

div.validationSummary + div.messagePlaceHolder, div.messagePlaceHolder + div.validationSummary {
/*	margin-top: -5px;*/
}

h1 + div.validationSummary, h1 + div.messagePlaceHolder, h2 + div.validationSummary, h2 + div.messagePlaceHolder {
	margin-top: 0;
}

div.validationSummary + h2, div.messagePlaceHolder + h2 {
	margin-top: -5px;
}

.noteTechnicalSupport {
	padding: 5px 0;
	margin-top: 30px;
	border: solid 1px silver;
	text-align: center;
}

.pleaseWaitDiv {
	visibility: hidden;
	position: absolute;
	/*background-image: url("images/processing.gif");*/
	/*background-repeat: no-repeat;*/
	/*background-position: 20px 10px;*/
	background-color: #fff;
	border: 2px solid #0D2B88;
	font-size: 20px;
	line-height: 28px;
	/*padding-left: 50px;*/
	padding: 10px 20px;
	/*padding-bottom: 10px;*/
	z-index: 11;
}

.pleaseWaitDiv img {
	vertical-align: bottom;
}

.wholeScreenDiv {
	visibility: hidden;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	z-index: 10;
}

.imageColumn {
	text-align: center;
	width: 120px;
}

/* HEADER */

td.blackSpacer {
	background-color: #000;
	height: 1px;
	padding: 0;
}

td.whiteSpacer {
	background-color: #fff;
	height: 1px;
	padding: 0;
}

td.graySpacer {
	background-color: #666;
	height: 1px;
	padding: 0;
}

/* HEADER NORMAL */

td#headerImage {
	/* Height and width of the background image */
	height: 65px;
	width: 775px;
	background-image: url("images/nni_headerhome_775x65_no_help_button.gif");
	background-repeat: no-repeat;
	padding: 0;
}

div#helpButton {
	position: absolute;
	top: 4px;
	left: 662px;
	width: 57px;
	height: 19px;
	background-image: url("images/help_button.gif");
	cursor: pointer;
}

/* HEADER POPUP */

td#headerPopupImage1 {
	/* Height and width of the background image */
	height: 59px;
	background-image: url("images/popupheader_main_600x59.gif");
	background-repeat: no-repeat;
	padding: 0;
}

td#headerPopupImage2 {
	/* Height and width of the background image */
	height: 66px;
	background-image: url("images/popupheader_nni_600x66.jpg");
	background-repeat: no-repeat;
	padding: 0;
}


/* HEADER BAR */

.headerBarBlue {
	height: 27px;
	background-color: #0D2B88;
	/*background-image: url("images/nni_primarybg_1x27.gif");
	background-repeat: repeat-x;*/
	padding: 0 55px 0 15px;
	font-size: 10px;
	line-height: 27px;
	color: #fff;
}

.headerBarBlue a {
	color: #fff;
}

/* MENU */

.menu {
	height: 30px;
	background-color: #8695C3;
	padding: 0 0 0 15px;
	font-size: 12px;
	line-height: 30px;
	color: #000;
}

.menu a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.menu a:hover {
	color: #333;
}

/* POPUPS */

.popupCloseButton {
	text-align: center;
	padding: 20px 0;
}

/* MAIN */

.main {
	font-size: 10px;
	line-height: 1.4em;
	color: #666;
	padding: 0 10px;
}

.main table {
	border: solid 1px black;
}

.buttons {
	width: 80px !important; /* !important overwrites a width assigned by a .skin file */
}

.wideButtons {
	width: 120px !important; /* !important overwrites a width assigned by a .skin file */
}

.buttonsDiv {
	padding-top: 5px;
}

/* VIEW: CONFIGURATION */

.labelClickOnNextTab {
	display: block;
	clear: both;
	padding: 10px;
	font-size: 12px;
}

.stepPic {
	padding: 0;
}

#selectedOptionsPics {
	clear: left;
	float: right;
	width: 120px;
	height: 100%;
	margin-right: 10px;
	text-align: center;
}

#selectedOptionsPics img {
	margin-bottom: 5px;
}

.parametersDiv {
	border: 1px solid #000;
	clear: left;
}

.groupHeader, .paramDesc, .paramCommit, .paramValue {
	vertical-align: middle;
}

.groupHeader {
	height: 18px;
	line-height: 18px;
	width: 590px;
	padding: 0 5px;
	background-color: #ccc;
	font-weight: bold;
	clear: left;
}

.groupDiv {
	overflow: hidden;
}

.paramDiv {
	clear: both;
}

.paramDesc {
	padding: 5px;
	line-height: 16px;
	width: 170px;
	float: left;
}

.paramCommit {
	width: 20px;
	height: 16px;
	text-align: center;
	padding: 5px 0;
	float: left;
}

.paramValue {
	padding: 5px;
	width: 350px;
	float: left;
}

.paramValue select, .paramValue input[type="text"] {
	width: 98%;
	border: 1px solid #999;
}

.paramValue input {
	height: 14px;
}

.paramValue input[type="radio"] {
	vertical-align: middle;
}

.paramValue select option {
	padding-right: 20px;
}

.paramValueMetric {
	padding: 5px;
	width: 350px;
	float: left;
}

.paramValueMetric select, .paramValueMetric input[type="text"] {
	width: 40%;
	border: 1px solid #999;
}

.paramValueMetric input {
	height: 14px;
}

.paramValueMetric input[type="radio"] {
	vertical-align: middle;
}

.paramValueMetric select option {
	padding-right: 20px;
}

.paramHelpButton {
	padding: 5px 10px;
	width: 20px;
	float: right;
}

.groupDiv + .groupHeader {
	margin-top: 10px;
}

.option_red {
	background-color: #f00;
}

.option_green {
	background-color: #9c9;
	/*padding-right: 20px;*/
	width: 100%;
}

.option_selected {
	background-color: #fff;
}

.option_orange {
	text-decoration: line-through;
	background-color: #f60;
}

/* PARAMETER OPTION AS PICS */

div.optionPics {
	/*float: left;*/
	padding: 0;
	/*width: 360px;*/
}

div.optionPics img {
	cursor: pointer;
	margin: 0 10px 10px 0;
	border: 2px solid #c0c0c0;
}

div.optionPics img.selected {
	border-color: #0D2B88;
}

div.optionPics img.orange {
	border-color: #f60;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/* PARAMETER OPTION AS PIC ROWS */

div.optionPicRows {
	/*float: left;*/
	padding: 0 0 0 10px;
	/*width: 360px;*/
}

div.optionPicRows img {
	vertical-align: top;
	cursor: pointer;
	margin: 0 10px 10px;
	border: 2px solid #c0c0c0;
}

div.optionPicRows img.selected {
	border-color: #0D2B88;
}

div.optionPicRows img.orange {
	border-color: #f60;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/* PARAMETER OPTIONS AS CATALOG */

div.paramAsCatParamDesc {
	clear: left;
	float: left;
	padding: 5px;
}

div.paramAsCatPic {
	clear: left;
	float: left;
	width: 120px;
	padding: 5px;
	text-align: center;
}

div.paramAsCatPic img {
	border: 1px solid #c0c0c0;
}

div.paramAsCatOptionDesc 
{
	float: left;
	width: 350px;
	padding: 5px 0;
}

div.paramAsCatButton 
{
	float: right;
	width: 100px;
	padding: 5px;
	text-align: center;
}	

/* VIEW: CONFIGURATION - TABS */

#tabs {
	float: left;
	line-height: normal;
}

#tabs ul {
	margin: 0;
	padding: 10px 3px 0;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a {
	float: left;
	background: url("images/tab_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#tabs a span {
	float: left;
	display: block;
	background: url("images/tab_right.gif") no-repeat right top;
	padding: 5px 10px 4px 6px;
	color: #666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float: none;
}
/* End IE5-Mac hack */

#tabs a:hover, #tabs a.activeTab {
	background-position: 0% -42px;
}

#tabs a:hover span, #tabs a.activeTab span {
	color: #000;
	background-position: 100% -42px;
}

#tabs a.activeTab {
	cursor: default;
	/* font-weight: bold; */
}

/* VIEW: ORDER */

/*.processingOrder {
	background-image: url("images/processing.gif");
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	padding-left: 30px;
}*/

/* VIEW: MY DESIGNS */

.buttonNextPage {
	float: right;
	text-align: right;
	width: 200px;
}

.buttonPrevPage {
	float: left;
	text-align: left;
	width: 200px;
}

/* VIEW: VALIDATE */

.validateBomDeletedPart {
	font-weight: bold;
	color: Red;
}

.validateBomNewPart {
	font-weight: bold;
	color: Green;
}

.validateBomOldProperty {
	color: #8695C3;
}

.validateBomNewProperty {
	font-weight: bold;
	color: #0D2B88;
}

.validateBomPricingChanged {
	font-weight: bold;
	color: #0000FF;
}
