﻿@charset "utf-8";
/* CSS Document */


.centralise {
	margin			: 0 auto;
}

.noResults td{
	background		: #f2f2f2;
	color			: #666666;
	padding			: 10px;
}


.standardGrid INPUT.dateEntry  
{
	width			: 65px;
}

.standardGrid INPUT
{
	width			: 160px;
}

.standardGrid INPUT.wider
{
	width			: 200px;
}

.standardGrid SELECT.wider
{
	width			: 205px;
}

.standardGrid INPUT.small
{
	width			: 5em;
}

.standardGrid INPUT.medium
{
	width			: 13em;
}

.standardGrid INPUT.widerCombo
{
	width: 184px;
}

.standardGrid INPUT.widerMinusCheck
{
	width: 180px;
}

.standardGrid INPUT.normalCombo
{
	width: 144px;
}

/* Calendar button (for dates) mustn't have fixed width */
.standardGrid INPUT.calendarButton 
{
	width			: auto;
	vertical-align: middle;
}

.standardGrid TEXTAREA {
	width			: 165px;
}

.standardGrid SELECT {
	width			: 165px;
}

/* Same for the SPAN that sits around check boxes */
.standardGrid SPAN.checkBoxOuter INPUT,
.standardGrid SPAN.checkBoxPadded INPUT {
	width			: auto;
}

.standardGrid SPAN.checkBoxPadded {
	padding-left : 4px;
	position: relative;
}


.standardGrid TD,
.standardGrid TH
{
	height					: 35px;
	padding					: 0 5px;
}

.standardGrid TD
{
/*	border-top				: #e0e0e0 solid 1px;*/
	border-top:none;
	font-size				: 11px;
}

/* Reset the padding used for our normal grid when used in the calendar control */
.standardGrid .ajax__calendar_container TH,
.standardGrid .ajax__calendar_container TD,
.dataEntry .ajax__calendar_container TH,
.dataEntry .ajax__calendar_container TD
 {
	padding			: 0;
	line-height		: normal;
	height			: auto;
}


.standardGrid TD.fieldTitle
{
}
.fieldCommentPadRight
{
    padding-left    : 4px;
}

.standardGrid TD.fieldValue
{
	color: #88bc44;
}
.fieldBold
{
    font-weight: bold;
}
.standardGrid TD.numeric 
{
	text-align		: right;
}

.standardGrid TD.spaceRight
{
	padding-right: 40px;
}

TABLE.horizontalRadio TD
{
	margin:0px;
	padding:0px;
}


TABLE.horizontalRadio INPUT
{
	width:auto;
	border: none;
	vertical-align:top;
	margin: 0 12px 0 0;
}


/* Group headers within the grid */

.standardGrid TD.groupheader SPAN 
{
	display					: block;
	position				: relative;
	background				: url(Images/group-header-corners.jpg) top right no-repeat;
	height					: 25px;
	line-height				: 25px;
	padding-right			: 4px;
}

.standardGrid SPAN.groupContainer
{
	display					: block;
	position				: relative;
	background				: url(Images/group-header-corners.jpg) top right no-repeat;
	height					: 25px;
	line-height				: 25px;
	padding-right			: 4px;
}

.standardGrid SPAN.groupContainerWithImage
{
	padding-left : 10px;
}

.standardGrid TD.groupheader {
	background				: url(Images/group-header-corners.jpg) top left no-repeat;
	border-top				: none;
	font-size				: 12px;
	padding					: 0 0 0 14px;
	height					: 25px;
	color					: #666;
}

.standardGrid TD.productsearchdescriptionWithFittingInstructions 
{
    width:45%;
}
.standardGrid TD.productsearchdescriptionWithFittingInstructionsAccessoryMode
{
    width:40%;
}
.standardGrid TD.productsearchdescriptionWithOutFittingInstructions 
{
    width:55%;
}
.standardGrid TD.productsearchdescriptionRubiconWithFittingInstructions 
{
    width:32%;
}
.standardGrid TD.productsearchdescriptionRubiconWithFittingInstructionsAccessoryMode 
{
    width:25%;
}
.standardGrid TD.productsearchdescriptionRubiconWithoutFittingInstructions 
{
    width:40%;
}

.standardGrid SELECT.paymenttermsselect 
{
    width:300px;
}

.standardGrid TD.groupheaderright {
	background				: url(Images/group-header-corners.jpg) top right no-repeat;
	border-top				: none;
	font-size				: 12px;
	padding					: 0 0 0 14px;
	height					: 25px;
	color					: #666;
}

.standardGrid TD.groupheaderlarge {
	background				: url(Images/group-header-corners-large.gif) top left no-repeat;
	border-top				: none;
	font-size				: 12px;
	padding					: 0 0 0 14px;
	height					: 60px;
	color					: #666;
}

.standardGrid TD.groupheaderlarge SPAN.groupContainer {
	background				: url(Images/group-header-corners-large.gif) top right no-repeat;
	height					: 60px;
}

.standardGrid TD.groupfooter {
	background				: url(Images/group-header-corners.jpg) top left no-repeat;
	border-top				: none;
	font-size				: 12px;
	padding					: 0 0 0 14px;
	height					: 25px;
	color					: #666;
}

.standardGrid TD.groupfooterwithgap {
	background				: url(Images/group-header-corners.jpg) top left no-repeat;
	border-top				: none;
	font-size				: 12px;
	padding					: 0 0 24px 14px;
	height					: 25px;
	color					: #666;
}


.standardGrid SPAN.groupContainer IMG.headerBlob
{
	position : absolute;
	top : 4px;
	left : -8px;
}

.standardGrid {
	color					: #666;
}

.standardGrid a {
	color					: #666;
	text-decoration			: none;
	border-bottom			: #ccc dotted 1px;
}

.standardGrid a:hover {
	color:#88bc44;
	border-bottom:#88bc44 dotted 1px;
}


.standardGrid INPUT {
	background				: none;
	border					: #e6e6e6 solid 1px;
	font-size				: 11px;
	color					: #666;
	padding					: 2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.standardGrid TEXTAREA {
	background				: none;
	border					: #e6e6e6 solid 1px;
	font-size				: 11px;
	color					: #666;
	padding					: 2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}





.tableRowHeader {
	padding					: 0;
	margin					: 0;
	background				: url(Images/table-row-bg.jpg) repeat-x;
	height					: 50px;
	text-align				: left;
	cursor:default;
}

.tableRowHeader th {
	font-weight				: bold;
	text-align				: inherit;
	color					: #FFF;
	font-size				: 12px;
	vertical-align			: top;
	white-space				: nowrap;
}


.rightAlignHeader {
	text-align				: right !important;
}


.alt {
	background				: #f9f9f9;
}

.alt td {
	border-top				: #f2f2f2 solid 1px;
	border-bottom			: #f2f2f2 solid 1px;
}

.hLeft {
	background				: url(Images/table-row-left.jpg) no-repeat left top;
}

.hCentre {
}

.hRight {
	background				: url(Images/table-row-right.jpg) no-repeat right top;
}

.hLeft SPAN.hContainer,
.hCentre SPAN.hContainer,
.hRight SPAN.hContainer
{
	display					: block;
	height					: 35px;
	padding-top				: 8px;
	text-align				: inherit;
}

.hSingle
{
	background				: url(Images/table-row-left.jpg) no-repeat left top;
}

.hSingle SPAN.hContainer
{
	display					: block;
	background				: url(Images/table-row-right.jpg) no-repeat right top;
	height					: 35px;
	padding-top				: 8px;
	padding-right : 4px;
	margin-right: -5px;
}

SPAN.hContainer A
{
	color:White;
}

SPAN.hContainer A:hover
{
	color:#f2f2f2;
}




.tableHolder {
	background				: url(Images/table-bg.jpg) repeat-x bottom left #fff;
	margin-bottom			: 15px;
}

TABLE.fullWidth
{
	width: 100%;
}

.accessory .industryCode {
	padding-left:20px;
	background:url(Images/indent.gif) no-repeat 2px 10px;
}



.top {
	background:url(Images/table-border.jpg) repeat-x top left;
}
.left {
	background:url(Images/table-border.jpg) repeat-y left;
}

.right {
	background:url(Images/table-border.jpg) repeat-y right;
}

.bottom {
	background:url(Images/table-border.jpg) repeat-x bottom left;
}

.topl {
	background:url(Images/tl.jpg) no-repeat;
	height:10px;
	width:10px;
}
.topr {
	background:url(Images/tr.jpg) no-repeat;
	height:10px;
	width:10px;
}

.bottoml {
	height:40px;
	background:url(Images/bl.jpg) no-repeat bottom;
}
.bottomr {
	height:40px;
	background:url(Images/br.jpg) no-repeat bottom;
}



/* Delivery header styles */

.deliveryHeaderDate
{
	font-weight: bolder;
	float:right; 
	padding-right: 20px;
}

.deliveryHeaderDateLabel
{
	float:right;
	padding-right: 0.7em;
}

.deliveryHeaderPlantDescriptionLabel
{
	padding-right: 0.7em;
}

.deliveryHeaderPlantDescription
{
	padding-right: 30px;
	font-weight:bolder;
}

.deliveryHeaderMethodLabel
{
	padding-right: 0.7em;
}

.deliveryHeaderMethod
{
	color : Blue;
}

.deliveryHeaderSurchargeMessage
{
	float: right;
	color: Red;
	padding-right: 20px;
}

.deliveryHeaderChangeButton
{
	position:absolute; 
	top:0px; 
	left: -11px; 
	line-height:normal;
}








/* OUSTANDING ACCOUNTS */

.standardGrid .days90Alt {
	background:#fbe3e4;
}

.days90Alt td {
	border-top:#f3bfbb solid 1px;
	border-bottom:#f3bfbb solid 1px;
}

.days90 {
	background:#fdeeef;
}


.days60 {
	background:#fbeedc;
}

.standardGrid .days60Alt {
	background:#f7deb9;
}

.days60Alt td {
	border-top:#f2c88a solid 1px;
	border-bottom:#f2c88a solid 1px;
}



.days30 {
	background:#fcfbdb;
}

.standardGrid .days30Alt {
	background:#f8f7b8;
}

.days30Alt td {
	border-top:#f4f189 solid 1px;
	border-bottom:#f4f189 solid 1px;
}



.current {
	background:#effcdb;
}

.standardGrid .currentAlt {
	background:#dff9b8;
}

.currentAlt td {
	border-top:#c9f588 solid 1px;
	border-bottom:#c9f588 solid 1px;
}



.monthToDate {
	background:white;
}

.standardGrid .monthToDateAlt {
	background:#f9f9f9;
}









/* Colours for order line descriptions */
.customerPartDescription
{
	color:Red;
}

.materialDescription
{
	color:Blue;
}

.customerComment
{
	color:Black;
}

/* Colours for code-description fields */

.colourCode
{
	color:Blue;
}

.colourDescription
{
	color:Black;
}


ul.legend {
	padding			: 3px 0px 3px 0px;
	list-style		: none;
	float			: left;
	overflow		: hidden;	
}

ul.legend li {
	display: inline;
	list-style-type: none;
	padding			: 3px 6px 3px 6px;
	margin			: 3px 6px 3px 0px;
}

/* Use gridValidatorOuter and gridValidator to put the * for a grid validator just to the right of the grid */
.gridValidatorOuter
{
	position: relative;
}

.gridValidator
{
	position:absolute;
	left:410px;
	top:0px;
}

.hidden
{
	display : none;
	visibility : hidden;
}

/* For putting main items side-by-side (left to right) */
DIV.floatContainer
{
	width:100%;
	overflow:auto;
}

DIV.floatItem
{
	float:left;
	margin-right:18px;
}

DIV.floatItemRight
{
	float:right;
}
.queenboroughmessage
{
    font-weight : bold;
}