﻿/*Primary Page Styles*/
body {
	font-family: Verdana, Tahoma;
	font-size: Medium;
	color: #000000;
	/*background-color: #d3d9d6;*/
	/*background-color: #F7F7F7; Old background color */
	background-color:#000000; /* New background color */
	padding: 0;
	/*margin: 0; Overlap with our new body margin style. */
}

body#body_complete_transaction {
	background-color: #FFFFFF;
}

img {
	border: 0;
}

a {
	color: #D90000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

h1 {
	/*Not: H1 should be used very sparingly (ie. 1 time per page) to boost
		   hit counts on search engines, therefore no class substitute should be used for H1*/
	
}

h2, h3, h4, h5, h6, p,
.header2, .header3, .header4, .header5, .header6,
.detail_name, .detail_value {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

h2, .header2 {
	border-bottom: 2px #D90000 solid;
	font-size: 10pt;
	font-weight: bold;
}

h3, .header3 {
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
}

h4, .header4 {
	font-size: 10pt;
	font-weight: normal;
	border-bottom: 2px #DEDEDE solid;
}

h5, h6,
.header5, .header6 {
	font-size: 8pt;
	font-weight: normal;
}

.heading_note_text {
	font-size: 10px;
	color: #606060;
}

.print_page_button {
	font-size: 12px;
	display: block;
	margin-top: -1px;
}

/*Forms/Details View Styles (ie.Name and Detail Values, Warning Messages, etc.)*/
.form_name,
.detail_name {
	font-weight: bold;
	font-size: 13px;
	padding-left: 12px;
	text-align: right;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	color: #000000;
}

.form_value,
.detail_value {
	font-weight: normal;
	font-size: 12px;
	padding-left: 6px;
	text-align: left;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	color: #000000;
}

div.details_area_exclamation1,
div.details_area_exclamation2 {
	font-size: 16px;
	padding: 10px 15px 10px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	width: 85%;
}

div.details_area_exclamation1
{
	border: solid 2px #7F0000; 
	background: #FFD8D8; 
	color: #7F0000; 
}

div.details_area_exclamation2 {
	border: solid 2px #E0BB00; 
	background: #FFF0AA; 
	color: #7A6100;
}

div.details_area_wrapper {
	border: solid 1px #000000; 
	background: #F7F3F7; 
	font-size: 14px;
	padding: 10px 15px 10px 15px;
	clear: both;
}

.comments_name {
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	color: #000000;
	font-style:italic;
	vertical-align:text-top;
	
}
/*
.detail_name {
	font-weight: bold;
	font-size: .9em;
}

.detail_value {
	font-weight: normal;
	font-size: .9em;
}
*/

/*Special Outline Styles*/
ul.welcome_outline {
	margin: 0px;
	padding: 0px;
}

ul.welcome_outline li.bullet_level0 {
	list-style-type: disc;
	font-size: 11px;
	margin: 15px 0px 0px 15px;
}

ul.welcome_outline li.bullet_level1 {
	list-style-type: circle;
	font-size: 11px;
	margin: 0px 0px 0px 30px;
}

/* Grouping Styles to facilitate specialized layouts that are not purely Grids nor Purely Outlines
	(ie. Cashiering Cart Confirmation Details listing of selections from the cart)
	These styles will generally have a specialized implementation based on a parent wrapper class */
div.detail_group,
div.detail_group_header,
div.detail_group_footer,
div.detail_line {
	padding: 0px;
	margin: 0px;
}

/*Special Validation Error Styles*/
.validation_error_text {
	color: #FF0000;
	font-size: 12px;
}

.validation_error_symbol {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
}
.imagecheckon {
	background-image: url('images/checked_on.gif');
	padding:3px 0px 3px 0px;
	display: block;
    width: 20px;
    height: 9px;
}

.imagecheckoff {
	background-image: url('images/checked_off.gif');
	padding:3px 0px 3px 0px;
	display: block;
    width: 20px;
    height: 9px;
}



