﻿.odtable, .signInBox
{
	border: 1px solid #eeeeee;	
	width: 100%;
	padding: 0px;
}

.odtable td
{	
	padding: 0px 4px 4px 4px;
}

.odtable .sectionHead
{
	padding: 4px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

.sectionHead
{
	background: #ebf5f5; 
	color: #0d6d92;
	border-top: 1px solid #7ed1c9;
	border-bottom: 1px solid #7ed1c9;
	font-size: 125%;
	font-weight: bold;
}

.subTitle
{
	font-size: 110%;
	font-weight: bold;
	color: #222;
	letter-spacing: -0.5px;		
	margin-top: 5px;
}

.cartheader td
{
	
	background-color: #ebf5f5;
	font-weight: bold;
	color:#0d6d92;
	padding: 2px 1px 2px 1px;
}

.cartitem td 
{
	background-color: #fff;
	padding: 4px;
}


.cartaltitem td
{
	background-color: #f8fcfc;
	padding: 4px;
}

.progStateOff
{
	font-weight: bold;
	background-color:#fff;
	padding: 2px 2px 2px 8px;
	color: #000;
}

.progStateOn
{
	font-weight: bold;
	padding: 2px 2px 2px 8px;
	background-color: #97d1d3;
	color: #00608d;
}

.bonusitem
{
	color: Red;
}

.ValidationSummary
{
	background-image: url(../images/failed-lg.gif);	
	background-repeat: no-repeat;
	background-color: #FDFDFD;
	background-position: 10px 10px;
	border: 1px solid red;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 110%;	
}

.ValidationSummary ul
{
	list-style-type: disc;
	margin-left: 20px;
}