﻿table.parent
{
	margin-left:auto;
	margin-right:auto;
    background-color: #FFFFFF;
    width:800px;
    height:100%;
	border:solid 1px #CCCCCC;
}

table.fullwidth
{
	margin-left:auto;
	margin-right:auto;
    background-color: #FFFFFF;
    width:100%;
}

table.content
{
	margin-left:auto;
	margin-right:auto;
    background-color: #FFFFFF;
    width:100%;
    text-align:left;
    vertical-align:top;
}

table.footer
{
	margin-left:auto;
	margin-right:auto;
    background-color: #FFFFFF;
    width:100%;
	border-top:solid 1px #E7C9D5;	
}

table.accountaccess
{
    background-color: #FFFFFF;
    width:270px;
    margin:0px;
}

td.content
{
	height:100%;
    text-align:left;
    vertical-align:top;
}

/*IE*/
td.head
{
	width:696px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	vertical-align:bottom;	
	background-image:url(../../images/head.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF
}

/*Firefox*/
td.head
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:-moz-right;
	vertical-align:bottom;	
	background-image:url(../../images/head.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF
}

td.line
{
	background-image:url(../../images/gradient.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

td.field
{
    padding-bottom:5px;
}

td.padded
{
    padding:5px;
}

td.padtop
{
    padding-top:5px;
}
    
input.textbox
{
	font-size:11px;
	color:#000000;
	font-family:Arial;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	height:15px;
}

img.bordered
{
	border:solid 1px #E7C9D5;	 
}

.category
{
	background-color:#8C003F;
	padding:3px;
}

.bordered
{
	border:solid 1px #E7C9D5;
}

.product
{
	padding:2px;
	font-size:12px;
	color:#800136;
	font-weight:normal;
	text-decoration:none;
	border:0px;
}

.productSelected
{
	padding:2px;
	font-size: 12px;
	color:#800146;
	font-weight: bold;
	text-decoration:none;
	background-color:#F7F2F4;
}

.inside1 {
	padding-left:1px;
	padding-top:1px;
}

.inside2 {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.left {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.topright
{
	text-align:right;
	padding-top:5px;
	padding-right:5px;
}

.submit {
	FONT-SIZE: 11px; COLOR: #800136; FONT-FAMILY: Arial;
	font-weight:600;
	border:solid 1px #E7C9D5;
	width:70px;
	height:18px;
}

.Link
{
	font-size: 11px;
	color:#800136;
	font-weight:bold;
	text-decoration:none;
}

.HeaderLink
{
	font-size: 11px;
	color:#800136;
	font-weight:bold;
	text-decoration:none;
}

.FieldLabel
{
	color:#800136;
	text-align:right;
	font-weight:bold;
	padding:5px;
}

.FieldInfo
{
	color:Black;
	text-align:left;
	font-weight:normal;
	padding:5px;
}

.Error
{
	font-size:8pt;
}

.SectionTitle
{
	background-color:#800136;
	color:#ffffff;
	text-indent:5px;
	text-align:left;
	font-weight:bold;
	height:19px;
}

.ProductDescription
{
    padding-left:10px;
    padding-bottom:5px;
	color:#800136;
	text-align:left;
	font-weight:normal;

}

.ProductTitle
{
    padding-top:5px;
    padding-left:5px;
	color:#800136;
	text-align:left;
	font-weight:bold;
}

.ProductRight
{
    text-align:right;    
    padding-right:5px;    
    border:solid 1px #E7C9D5;
}

.ProductLeft
{
    text-align:left;    
    padding-left:5px;
    border:solid 1px #E7C9D5;
}

.ProductCenter
{
    text-align:center;    
	border:solid 1px #E7C9D5;
}

.Total
{
    font-weight:bold;
	background-color:#E9E2E4;
	padding:5px;
}

/*

.red {
	color:#800136;
}

.top_menu {
	color:#8C003F;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:550;
	font-size:11px;
	text-decoration:none;
}

.bottom_menu {
	color:#8C003F;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:550;
	font-size:12px;
	text-decoration:none;
}

.FormTable
{
	background-color:#99A4AB;
}
.FormTableWhite
{
	background-color:#ffffff;
}
.ServerMessage
{
}
.wrong
{
	color: #FFFFFF;
	background-color: #B7191C;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.correct
{
	color: #FFFFFF;
	background-color: #379F64;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.CheckBox input
{
	font-size:11px;
	color:#000000;
	font-family:Arial;
	border-width:0;
	border-style:none;
	border-color:White;
}

*/