﻿body 
{
 	
}
.style1
{
    width: 100%;
}
.style4
{
    height: 303px;
}
.style6
{
	text-align: left;
    font-size: large;
    font:bold;
}
.style7
{
	text-align: left;
    font-size: medium;
}
.style8
{
    width: 268px;
    height: 193px;
}
.style9
{
    font-size: xx-large;
    height: 201px;
}
a:link
{
	color:Black;
	text-decoration: none;
}
a:visited
{
	color:Black;
	text-decoration: none;
}
a:active
{
	color:White;
	text-decoration: none;
}
a:hover
{
	color:White;
	text-decoration: none;
}

.tableStyle
{  
    background-color:Gray;
    width:800px;
}
    
.header
{
    padding-top:10px;
}
.subheader
{
	font-size: large;
	font-weight:bold;
    text-align:left;
}
.subtext
{
    text-align:left;
}

.menubarTable
{
	background-color: blue; /*#605537;*/
	color: #FFFFFF;
}
.menubarCell
{
	text-align: center;
    background-color: #a62020;
}
.menubarCellHighlight
{
	text-align: center;
	background-color: silver;
}
.headerTable
{
    width: 100%;
}
.headerCell2
{
    font-size: xx-large;
}
.headerCell1
{
    width: 268px;
}

.shoppinglink
{
	color: black;
}
a.shoppinglink:link,
a.shoppinglink:visited {
  color: black;
}
        
.categorylink
{
	color: red;
}
a.categorylink:link,
a.categorylink:visited {
  color: black;
}

.tableTitle
{
    background-color:Silver;
    text-align: center;
}

.buttonStyleDefault 
{ 
	border: 0px groove #5F8CB6;
	background-color: #D7DEE6; 
		color: #000080; 
	background-image:url('../../images/button.jpg');
} 

.buttonStyleFocus
{ 
	border: 0px groove #5F8CB6;
	background-color: #D7DEE6; 
		color: #000080; 
	background-image:url('../../images/btn_mouseOver.jpg'); 
		cursor:hand;
} 

.title
{
    background-color:Silver;
    color:Black;
    padding-left:5px;
    font-size:medium;
    font-style:normal;
    text-align:left;
}
 
.ErrorBox
{
	background-color: #cd0627;
	font-family: Times New Roman;
	font-size: medium;
	text-align: left;
	color: Black;
	width: 595px;
	border-width: 1px;
	border-color: Black;
	padding: 1px 5px;
}
.MessageBox
{
	background-color:Silver;
	font-family: Times New Roman;
	font-size: medium;
	text-align: left;
	color: Black;
	width: 595px;
	border-width: 1px;
	border-color: Black;
	padding: 1px 5px;
}

.TextInput
{
	background-color: White;
	font-family: Times New Roman;
	font-size: medium;
	text-align: left;
	color: Black;
	margin-left: 0px;
}
