﻿body {
    background-image: url('./_layout/eiffel_back_03.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: Black;
    color: White;
    font-family:Verdana, Helvetica, Sans-Serif;
    font-size: 80%;
}

table.wBorders td
{
     border:solid 1px #333333;
}


A:link	{
	text-decoration:	underline;
	color:	silver;
	font-size: x-small;
	}

A:visited	{
	text-decoration:	underline;
	color:	silver;
	font-size: x-small;
	}

A:active	{
	text-decoration:	underline;
	color:	silver;
	font-size: x-small;
	}

A:hover	{
	text-decoration:	underline;
	color:	white;
	font-size: x-small;
	}

.HeaderTitle 
{
    color: White;
    font-size: x-large;
}

.HeaderText 
{
    color: Silver;
    font-size: x-small;
    white-space: nowrap;
}

.loginLabel 
{
    color: Silver;
    font-size: small;
    white-space: nowrap;
}

a:link 
{
    color: White;
}

a:hover
{
    color: #ccffff;
}

.tblCart
{
	font-size:xx-small;	
	border:inset 2px gray;
	width:600px;
}

.tblCart td
{
	padding:0px 10px 0px 10px;
}

.lblCart
{
	font-size:xx-small;
}

.mbT_table_register 
{
    width:60%;
}

.mbT_table_register td 
{
    white-space: nowrap;
}

.dgWhiteBack 
{
    background-color: White;
    color: Black;
}

.dgFireMountain, .dgFireMountain td
{
    background-color: White;
    border-color: Gray;
    color: Black;
    padding: 2px 2px 2px 2px;
}

.dgFireMountain a
{
    color: Red;
}

.messageLabel 
{
    background-color:White;
    color: Red;
}

.finalMessageLabel
{
    color:Green;
    font-size: large;
}
