body
{ 
	background-color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	color: #000000;
}

p
{
	font-family: Arial, Verdana, sans-serif;
	color: #000000; 
	font-size: 11pt; 
	font-weight: normal;
}

.account_title
{
	font-family: Arial, Verdana, sans-serif;
	color: #000000; 
	font-size: 10pt; 
	font-weight: bold;
}

.cat_header
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: #E3302C;
}

.account_header
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #E3302C;
}

.product_table
{
	font-size:10pt;
}

.product_header
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #FFFFFF;
	padding: 5px;
}

.menu
{
	vertical-align: center;
	background-color: #E3302C;
	height: 20px;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
}

.product_white
{
	background-color:#ffffff;
}

.product_red
{
	background-color:#E3302C;
}

.product_lavendar
{
	background-color:#E3D1D1;
}

.product_description
{
	font-weight:bold;
	height:18px;
	text-indent:10px;
}

.product_code
{
	height:18px;
	text-indent:10px;
	width:90px;
}

.product_size
{
	height:18px;
	text-indent:10px;
}

A:link
{
	font-family: Arial, Verdana, sans-serif;
	color: #E3302C; 
	font-size: 9pt; 
	font-weight: bold;
	text-decoration: none;
}

A:visited
{
	font-family: Arial, Verdana, sans-serif;
	color: #E3302C; 
	font-size: 9pt; 
	font-weight: bold;
	text-decoration: none;
}

A:active
{
	font-family: Arial, Verdana, sans-serif;
	color: #E3302C; 
	font-size: 9pt; 
	font-weight: bold;
	text-decoration: none;
}

A:hover
{
	font-family: Arial, Verdana, sans-serif;
	color: #E3302C; 
	font-size: 9pt; 
	font-weight: bold;
	text-decoration: underline;
}

.conditions
{
	background-color:#805930;
	padding:10px; 
	color:#ffffff;
	font-weight: bold;
	line-height:20px;
}

.title
{
	font-size: 13pt;
	font-weight: bold;
}

hr
{
	text-align:center;
	color:#E3302C;
	width:100%;
	height:1px;
}

.strike
{
	text-decoration: line-through;
}

.rescheduled
{
	font-size: 12pt;
	font-weight: bold;
	background-color:#FF3600; 
	padding:5px; 
	font-weight: bold; 
	width:325;
}

.time
{
	font-size: 11pt;
	font-weight: bold;
}


.footer
{
	padding-top: 10px;
	text-align: center;
	font-size: 8pt;
}

.footer ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

.footer ul li
{
	margin-left: 0;
	list-style: none;
	padding-left: 10px;
	display: inline;
}

.footer a
{
	font-family: Arial, Verdana, sans-serif;
	color: #E3302C; 
	font-size: 8pt; 
	font-weight:normal;
	text-decoration: none;
}

.footer a:visited
{
	font-family: Arial, Verdana, sans-serif;
	color: #E3302C; 
	font-size: 8pt; 
	font-weight:normal;
	text-decoration: none;
}

.footer a:hover
{
	font-family: Arial, Verdana, sans-serif;
	color: #000000; 
	font-size: 8pt; 
	font-weight:normal;
	text-decoration: none;
}

/* Classes used for drop-down nav menus */
table.overlay 
{
	color:						#FFFFFF;
	background-color:			#E3302C; 
	font-family:				Arial Narrow, Helvetica, sans-serif;
	font-weight:				bold;
	font-style:					italic;
	font-size:					8pt;
	width:						160px;
	border:						solid 1px #ffffff;
}


td.overlay_links a
{
	color:						#FFF;
	text-decoration:			none;
	font-family:				Arial, Helvetica, sans-serif;
	font-weight:				bold;
	font-size:					8pt;
	width:						100%;
	display:					block;
	padding-left:				5px;
	padding-bottom:				3px;
	padding-top:				3px;
	border-bottom:				solid 1px #fff;
}

td.overlay_links a:visited 
{
	font-family:				Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
}

td.overlay_links a:hover 
{
	font-family:				Arial, Helvetica, sans-serif;
	color: #FFF64D;
	font-weight: bold;
	font-size: 8pt;
}

td.overlay_links a:active 
{
	color: #ffffff;
}


/* Styles for Admin pages */
.main_wizard
{
	font-size: 11pt;
    color: #000000;
	font-family: Arial, Verdana, sans-serif;
    text-decoration: none;
}

/*
.button
{
	background-color: transparent;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	border: 1px solid #E3302C;
}
*/

.admin_header
{
	vertical-align: top;
	font-size: 26px;
    color: #000000;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    font-weight: none;
	text-decoration: none;
}

.features
{
	color: #006699;
	font-size: 10pt;
}

/* force display of right scrollbar in firefox so drop-down menus align properly */
#scroll { 
position:absolute; 
top:0; 
bottom:-0.1px; 
width:1em; 
z-index:-1; 
} 



