/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Arial;
    font-size: 10;
    BACKGROUND-ATTACHMENT: fixed; 
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: right top;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	color: #6E7E94;
}

BODY.Main
{
	BACKGROUND-COLOR: #FFFFFF;
	background-image: url(images/general/wash.jpg);
	BACKGROUND-POSITION: 0px 0px;
}

BODY.CanvasMain
{
	BACKGROUND-COLOR: #FFFFFF;
	background-image: url(images/canvas/general/flatearthcanvaswash.jpg);
	BACKGROUND-POSITION: 53px 175px;
}

BODY.Search
{
	border-color: Black;
	border-width: 2px;
}

.BackWhite
{
	background-color:#FFFFFF;
	background-image: url(images/general/FlatEarth.jpg);
	BACKGROUND-ATTACHMENT: fixed; 
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: 52px 174px;
}

H1	
{	
	font-family: Arial;
	font-size:	20pt;
}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#6E7E94;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#6E7E94;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#6E7E94;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#6E7E94;
	}
	
.selected
{
    text-decoration:	underline;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
ul
{
	margin-left: 1.5em;
	padding-left: 0;
}

UL LI
{
	margin-left: 0;
	padding-left: 0;
	list-style-image: url(Images/general/dash.gif);
}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.UserName
{
	border: solid;
	border-width: 1px;
	border-color: #6E7E94;
	font-size: 11;
	background-image: url(Images/Front/usernamebox.gif);
	background-position: center;
	background-repeat: no-repeat;
   
}

.Password
{
	border: solid;
	border-width: 1px;
	border-color: #6E7E94;
	font-size: 11;
	background-image: url(Images/Front/passwordbox.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.Clear
{
	border: solid;
	border-width: 1px;
	border-color: #6E7E94;
	font-size: 11;
	background-image: none;
}

td
{
	font-size:12px;	
}

.thumbnailimage
{
    border-color: #4C5663;
}

.Heading
{
    font-size: 20px;   
}

.Heading2
{
    font-size: 18px;
}

.Heading3
{
	font-weight: bold;
	font-size: 16px;
}

.Heading4
{
    font-weight: bold;
	font-size: 14px;
}

.ContactHeading
{
	font-weight: bold;
	font-size: 14px;
}

.HelpTitle
{
	font-size: 18px;
	color: #ACB8C8;
}

.lightgrey
{
    color: #ACB8C8;
}

textarea
{
	font-family: Arial;	
}

.white
{
    color:White;
    font-size: 12px;
}

.items
{
    font-size: 12px;   
}

.FieldLabel
{
    font-size: 12px;
    font-weight: bold;
}

.Error
{
    color:Red;
}

.Basket
{
	font-weight: bold;
	font-size:11px;
	color: #ACB8C8;
}

A.Basket:link	{	
	text-decoration:	none;
	font-weight: bold;
	font-size:11px;
	color: #ACB8C8;
	}	
		
A.Basket:visited	{	
	text-decoration:	none;
	font-weight: bold;
	font-size:11px;
	color: #ACB8C8;
	}	
		
A.Basket:active	{	
	text-decoration:	none;
	font-weight: bold;
	font-size:11px;
	color: #ACB8C8;
	}	
		
A.Basket:hover	{	
	text-decoration:	underline;
	font-weight: bold;
	font-size:11px;
	color: #ACB8C8;
	}
	
.Total
{
    font-weight:bold;
}

.smallHeading
{
    font-size:11px;
    font-weight: bold;
    color: #6E7E94;
}

.invoiceDetails
{
    color: Black;
    font-size: 11px
}

.WhiteHeading
{
	font-size: 18px;
	color: White;
}

.statement
{
	font-family: Tahoma;
	font-size: 29px;
	color: #ACB8C8;
}

.Categories
{
	font-size:20px;
}

.SubCategories
{
	font-size: 14px;
}

form 
{ 
	margin: 0px; 
}