/*
//==============================================================================
//  MagicWeb NZ
//
//  Application: MagicWeb NZ
//
//  File   : TS_Styles.css
//
//------------------------------------------------------------------------------
//  History:
//  Version     Date            By  Comment
//------------------------------------------------------------------------------
//  1.00        01 Aug 2007     JC  Initial version
//==============================================================================
*/
body
{
  background-color: white;
  color: black;
  font-family: Trebuchet MS, arial, helvetica, sans-serif;
  font-size: 10pt;
}

.button1
{
    font-family:Arial;
    font-size:  10pt;
    font-weight:bold;
    background: yellow;
    color:      red;
    cursor:     pointer;
    cursor:     hand;
}

.button2
{
    font-family:Arial;
    font-size:  10pt;
    font-weight:bold;
    background: red;
    color:      yellow;
    cursor:     pointer;
    cursor:     hand;
}

.Price_RRP
{
    font-family:Arial;
    font-size:  10pt;
    color    :  black;
    text-decoration:line-through;
}

.Price_Current
{
    font-family:Arial;
    font-size:  12pt;
    color    :  black;
}

.Price_Special
{
    font-family:Arial;
    font-size:  12pt;
    font-weight:bold;
    color    :  red;
}

.Price_Freight
{
    font-family:Arial;
    font-size:  8pt;
    color    :  black;
}

.TermsHeader
{
    font-family:Arial;
    font-size:  10pt;
    font-weight:bold;
    color    :  #0099FF;
}

.TermsText
{
    font-family:Arial;
    font-size:  9pt;
    text-align: justify;
    color    :  black;
}

a:link
{
  color: navy;
}

a:visited
{
  color: black;
}

a.mouseover
{
  background-color: #6699cc;
}

input
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: blue;
}

textarea
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: blue;
}

select
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  color: #0000ff;
}

.error
{
  color: #ff0000;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
}

.msgYES
{
  color: white;
  font-size: 12pt;
}

.msgNOT
{
  color: red;
  font-weight: bold;
  font-size: 14pt;
}

.Message
{
  color: #ff0000;
  font-weight: bold;
  font-size: 10pt;
  text-align: left;
}

.ModeHeader
{
  color: #ff0000;
  font-weight: bold;
  font-size: 24pt;
  text-align: center;
}

.TextInBold
{
  color: black;
  font-weight: bold;
}

.login
{
  font-family: arial, helvetica, sans-serif;
  font-size: 18pt;
  color: #0000;
}


.roweven
{
	text-align: left;
	background-color: #99ffcc;
}

.rowodd
{
	text-align: left;
	background-color: #00ffcc;
}

