﻿/*
'===================================================================================
'   FILE:  vauxhallNuvv.css
' AUTHOR:  GT Wilkins
'   DATE:  29 July 2003
'PURPOSE:  Style sheet for Nuvv, VAUXHALL laf [All browsers, except Internet Explorer]
'
' V0.01    GTW           29/Jul/2003    Development (Copied base file from TEST laf)
' V0.02    GTW           05/Sep/2003    Added "dataMargins" style block to reference wrapper
'                                       table configurable spacer cells around selection pages
'                                       data items (replacing hard-coded cellpadding and &nbsp;'s)
'          GTW           09/Sep/2003    Added "dataMarginsYP" style block to reference wrapper table
'                                       configurable spacer cells around Year/Plate page's radio button
'                                       selection items (replacing hard-coded cellpadding and &nbsp;'s)
'                                       Amended "selectYearPlate" style block to include text-align: left;
'                                       (previously hard-coded formatting in clsNuvvYP.asp script)
' V1.00    GTW           18/Sep/2003    Release (Nuvv Release 2)
' V1.01    GTW           06/Oct/2003    Amended font fixed point sizes for percentages as provided by IBM/Vauxhall
' V2.00    FJ            30/Aug/2010    Redesign for the new Vauxhall website design.
' V2.01    FJ            01/Sep/2010    Redesign ligth colors to black; modified derivative, nuvvYP and selectYearPlate
                                        => Separated into two files for browser compatibility.
'===================================================================================
*/

/***** GENERAL PAGE STYLES *****/

/* added by FJ */
body
{
  color: #FFFFFF;
  background: #000000;
}

/* added by FJ */
.contentTable
{
  background-image: url("/networkq/i-nuvv_vaux/bg_top.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.nuvv .nuvv_inv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

/* LINK STYLES */
a.nuvv:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF; /* #000000; updated for new design by FJ. */
	text-decoration: underline;
}
a.nuvv:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF; /* #000000; updated for new design by FJ. */
	text-decoration: underline;
}
a.nuvv:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
	color: #FFFFFF; /* #000000; updated for new design by FJ. */
	text-decoration: underline;
}
a.nuvv:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CC0000; 
	text-decoration: underline;
}

/* END OF LINK STYLES */

/* BUTTON STYLES */
a.btn:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold; /* added by FJ */
	color: #FFFFFF; /* #000000; updated for new design by FJ. */
	text-decoration: none /* underline  updated by FJ. */
}
a.btn:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold; /* added by FJ */
	color: #FFFFFF; /* #000000; updated for new design by FJ. */
	text-decoration: none /* underline  updated by FJ. */
}
a.btn:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold; /* added by FJ */
	color: #FFFFFF; /* #000000; updated for new design by FJ. */
	text-decoration: none /* underline  updated by FJ. */
}
a.btn:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold; /* added by FJ */
	color: gray; /*#CC0000;*/ 
	text-decoration: none /* underline  updated by FJ. */
}

a.btn_inv:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold; /* added by FJ */
	color: #000000;
	text-decoration: none /* underline  updated by FJ. */
}
a.btn_inv:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold; /* added by FJ */
	color: #000000;
	text-decoration: none /* underline  updated by FJ. */
}
a.btn_inv:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold; /* added by FJ */
	color: #000000;
	text-decoration: none /* underline  updated by FJ. */
}
a.btn_inv:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold; /* added by FJ */
	color: #888; /*#CC0000;*/
	text-decoration: none /* underline  updated by FJ. */
}
/* END OF BUTTON STYLES */

.novaluations {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color:red;
	padding-top: 6px; /*added by FJ*/
}

.nuvvHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

.nuvvsubHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.nuvvUserError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: red;
}

div#close {
	position: absolute;
	top: 0;
	left: 325;
	margin-top: 8px; /*added by FJ*/
}

.disclaimerHighLight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

.disclaimerTextDecoration {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: underline;
}

/***** TABLE STYLES *****/

table.nuvv {
	table-layout: auto;
	width: 100%;
}

/*table.nuvvYP {
	table-layout: auto;
	width: 100%;
	background: #EDEDED;
	color: #000000;
}*/
table.nuvvYP {
	table-layout: auto;
	width: 100%;
	background: #2f2f2f;
	color: #cccccc; /* added by FJ */
}


/* Table Header Cell Styles */

th.nuvv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF; /* #000000; updated for new design by FJ. */
	background: #EDEDED;
}

/* Specific Table Cell Styles */

td.dataMargins {
	width: 0;
}

td.dataMarginsYP {
	width: 0;
}

td.promptSubHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	vertical-align: top;
	width: 374;
}

td.nuvvContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	vertical-align: top;
	width: 374;
}

td.manufacturer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
}

td.modelrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
}

td.fuel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
}

/*td.derivative {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	background: #EDEDED;
}*/

/*added by FJ*/
td.derivative {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #cccccc;
	background: #2f2f2f;
}


td.nuvvYPLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-top: 6px; /*added by FJ*/
}

td.selectYearPlate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	color: #cccccc; /* added by FJ */
}

td#nuvvMileage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	vertical-align: top;
}

td#valueLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-align: right;
	vertical-align: middle;
}

td.values {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

td.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	vertical-align: top;
}

td.navLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #FFFFFF; /* #000000; updated for new design by FJ. */
	text-align: right;
	vertical-align: top;
	width: 374;
}

td.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #FFFFFF; /* #000000; updated for new design by FJ. */
	text-align: left;
	vertical-align: top;
	width: 374;
}


/***** FORM STYLES *****/

input.nuvvMileage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
