body
{
	font-family:verdana;
	margin:0px 0px 0px 0px;
	padding:0px;
	/*font-size: 12px;*/
	background-image: url(../images/background.jpg); 
	background-repeat: repeat-x;
	background-color: white;   
	background-position: 0px -90px;
	color: #8B8B8B; 
}

.bodyBold
{
	font-weight: bold;
}

table
{
	font:Verdana, Arial, Helvetica, sans-serif;
	border: 0 ;
/*	border-style:none;
	border-collapse:collapse;
	border-width:0;
	border-color:#666666;*/
/*	font-size: 1.2em;
	width: 98%;*/
	behavior: url(Scripts/SelectInput.htc);		
}

#tblEditOrderedProducts
{
	width: 90%;
}


table.embedded, table.embedded tr td table
{
	font-size:1.0em;
	border-style:none;
	border-width:0px;
}

table.embedded tr td, table.embedded tr td table td
{
	padding : 3px 3px 3px 3px;
	border: none;
	border-width: 0px;
}

table.embedded tr td table td
{
	width:50%;	
}

table.embedded tr td
{
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

/* Sortable tables */
table.sortable a.sortheader {
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

table thead td
{
	font-weight:bold;
	background-color:#cccccc;
	padding : 5px 8px 5px 8px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
}

table tfoot td
{
	font-weight:bold;
	background-color : #F5821F;
	color : white;
}

td
{
/*	padding : 10px 8px 10px 8px;
	border: solid;
	border-width: 1px;
	border-color: #CCCCCC;*/
}

td input
{
	border-style:groove;
}	

/* asp.net spits out some crazy tags with some controls */
td input.radio, table.radio input, table.radio, .radio
{
	border-style:none;
	height: 24px;
	width: 24px;
}

td span.checkbox input
{
	border-style:none;
	height: 23px;
	width: 23px;
}

.AdornmentPropertyOption label
{
	font-size: 1.1em;
	vertical-align: super;
}

table.radio td
{
	border-style:Outset;
	background-color:whiesmoke;
	valign: middle;
	font-weight: bold;
}

table.radio
{
	valign: middle;
	width: 95%;
}

tr.cancelledtrue
{
	font-style : normal;
	font-weight : bold;
	color : red;
}

tr.orderitemdetail td span
{
	font-weight : bold;
	clear:both;
}

tr .oddrow
{
	background-color:#ffffec;
}

td.selectedRow
{
	background-color:Lime;
}

.franchiseeprices,.retailprices
{
	text-align:right;
}

#header
{
	background:#fff;
	height:50px;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:49px;
	padding-right:10px;
}

html>body #header
{
	height:49px;
}

#header h1
{
	float: left;
}

#header img
{
	position: relative;
	top: 8px;
}

#footer
{
	clear:both;
/*	background:#fff;*/
	height:40px;
	border-top:1px solid #000;
	padding:10px 10px 0px 10px;
	margin-top : 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:39px;
}

html>body #footer
{
	height:39px;
}

h1
{
	padding-bottom : 8px;
	font-size : 1.2em;
	padding-top:8px;
	margin-top : 0px;
	margin-left: 0px;
	padding-left : 10px;
/*	background-color:#9999cc; */
	height: 50px;
}	

h2
{
	color : #F5821F;
	font-size : 1em;
	font-weight: bold;
	margin-bottom : 5px;
}


p,pre
{
	margin:0px 10px 10px 10px;
}

a
{
	color : rgb(41,35,129);	
	text-decoration : underline;
}

a:hover
{
	color : red;
}
	
#centercontent 
{
/*    background:#fff;*/
    margin-left: 200px;
    _margin-left: 200px;  /* this is a hack for IE, which takes _something and thinks its something, all other browsers ignore _something */
    padding-left : 0px;
    padding-bottom : 10px;
    padding-right : 10px;
	padding-top:75px;
    border-left: 1px solid #000;
    min-height: 717px; /* IE does not see this */
    height:auto;
    _height:717px; /* this is a hack for IE, which takes _something and thinks its something, all other browsers ignore _something */
    _width:99%;
}

#centercontentTitle span
{
	padding-left : 15px;	
}

#centercontentbody
{
	padding-left : 15px;	
}

#leftcontent 
{
    position:absolute;
    border-right: 1px solid #000;
    left:0px;
    top:0px;
    width:201px;
    background:#fff;
    min-height:718px;
    _height:718px;
    /*
    IE5x PC mis-implements the box model. Because of that we sometimes have
    to perform a little CSS trickery to get pixel-perfect display across browsers.
    The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
    parsing bug in IE5x PC that will prematurly close a style rule when it runs
    into the string "\"}\"". After that string appears in a rule, then, we can override
    previously set attribute values and only browsers without the parse bug will
    recognize the new values. So any of the name-value pairs above this comment
    that we need to override for browsers with correct box-model implementations
    will be listed below.
    
    We use the voice-family property because it is likely to be used very infrequently,
    and where it is used it will be set on the body tag. So the second voice-family value 
    of "inherit" will override our bogus "\"}\"" value and allow the proper value to
    cascade down from the body tag.

    The style rule immediately following this rule offers another chance for CSS2
    aware browsers to pick up the values meant for correct box-model implementations.
    It uses a CSS2 selector that will be ignored by IE5x PC.
    
    Read more at http://www.glish.com/css/hacks.asp
    */		
    voice-family: "\"}\"";
    voice-family: inherit;
    top:0px;
    z-index:1000;
}
html>body * #leftcontent
{
    top:0px;
}

#leftcontent h1
{
    font-size:1.2em;
    background-color : #F5821F;
    color : white;
    padding: 8px 8px 8px 8px;
    margin:-2px 0 0 0;
}

#leftcontent ol
{
    margin-bottom:10px;
}

#leftcontent ul
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;		
}

#leftcontent li
{
    font-size : 1em;
    font-weight:bold;	
    padding-right : 30px;
    padding-bottom : 5px;
}



a.bigbutton:Hover
{
    background-color: #aaa;
 text-decoration: underline;
color: #fff;
}   



a.bigbuttonwithorders, div.bigbuttonselectwizard
{
	  -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    display:inline-block;
    border-top: 1px solid #111;
    border-left: 1px solid #111;
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
    background-color: #F5821F;
    height: 62px;
    width: 122px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    color: White;
    text-decoration: none;
    margin-top: 5px;
}
a.bigbuttonwithorders:Hover 
{
    background-color: #F5821F;
   text-decoration: underline;
    color: #000;
 }



div.custombigbutton
{
	float : left;
	text-align: center;
	margin: 5px 5px 5px 5px;
	width: 124px;
	height: 66px;
	padding-left:5px;
	padding-right:5px;
	background-image: url(images/customButton.Big.gif);
	font-weight: bold;
}

div.multibigbutton
{
	float : left;
	text-align: center;
	margin: 5px 5px 5px 5px;
	width: 124px;
	height: 66px;
	padding-left:5px;
	padding-right:5px;
	background-image: url(images/multiButton.Big.gif);
	font-weight: bold;
}

a.bigbutton
{
 -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    display:inline-block;
    border-top: 1px solid #111;
    border-left: 1px solid #111;
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
    background-color: #888;
    height: 62px;
    width: 122px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px; 
    text-decoration:none;
    color: White;
    margin-top:5px;
    }



.clock
{
	/*behavior: url(../Scripts/Clock.htc);	*/
}

.countdownclock
{
	/*behavior: url(../Scripts/CountdownClock.htc);	*/
}

.countdownclock .criticalwarning
{
	color:red;	
}

.countdownclock .moderatewarning
{
	color:orange;	
}

.countdownclock .warning
{
	color:Gold;	
}

.countdownclock .reminder
{
	color:green;	
}

body.criticalwarning h1, body.criticalwarning .WizardControllerBar
{
	background-color : red;
	color : white;
}
body.moderatewarning h1, body.moderatewarning .WizardControllerBar
{
	background-color : orange;
	color : white;
}

body.warning h1, body.warning .WizardControllerBar
{
	background-color:Gold;	
	color : white;
}

body.reminder h1, body.reminder .WizardControllerBar
{
	background-color:green;	
	color : white;
}

.suggestedQuantity
{
	text-align : center;
	background-color:Silver;
	behavior: url(../Scripts/SuggestedOrders.htc);	
}

.applySuggested
{
	float:left;
	margin: 5px 34px 5px 5px;
	width: 142px;
	height: 40px;
	padding-left:5px;
	padding-right:5px;
	cursor:hand;
	background-image:url(images/suggested.gif);
	background-color:White;
	behavior: url(../Scripts/SuggestedOrders.htc);	
}

.cancelledtitle
{
	background-color:#CC0000;
	color:white;
	font-size:2em;
	text-align:right;
	margin-bottom:10px;
}

.Error
{
	color : red;	
}

#CalenderNameValuePair1_Calendar1 {
width: 100%;
height: 70%;
}

.Calendar, #Calendar1 tr td
{
	padding :10 0 10 0;
	font-family:verdana;
	font-weight:bold;
	font-size:1.2em;
}

.Calendar .CalendarMonthTitle
{
	background-color:#2A1801;
	color:white;
	font-weight:bold;	
}

.Calendar .CalendarDayTitle
{
	background-color:#F5821F;
	color:white;
}

.Calendar .CalendarDay
{
	background-color: white;
}

#productgroupselect 
{
    display:block;
    width: 100%;
    }

.StandingOrderReview {
padding: 0px;
margin: 0px;
border-collapse: collapse;
}
.StandingOrderReview > tbody tr td 
{
    padding: 0 0 0 0;
}
.StandingOrderReview > tbody tr td >h1
{
    margin-bottom: 0px;
}


.logo_area {
background: url(../images/logo_area.png) no-repeat;
width: 974px;
height: 109px;
}

#ddSelectStore {
    font-size: 18px;
    margin-bottom: 5px;
}

#tbTrackingNumber {
    font-size: 18px;
    width: 100%;
    margin-bottom: 5px;
}

select {
    padding: .2em;
    border-radius: 0.3em;
    margin: 0.5em 0em 0.5em 0em;
}

input[type=text], input[type=password] {
    padding: .2em;
    border-radius: .2em;
    border: solid 1px #888;
    display:block;
    margin: 0.5em 0em 0.5em 0em;
}
.col-sm-3 {
    width: 24%;
    display: inline-block;
}
.col-sm-4 {
    width: 33%;
    display: inline-block;
}
.col-sm-8 {
    width:66%;
    display: inline-block;
}
.col-sm-9 {
    width:75%;
    display: inline-block;
}
.content {
    padding-left: 1em;
}
.input-group input, .input-group select {
    display: inline-block;
}
.checkbox-inline input {
    display: inline-block;
}
.checkbox-inline span {
    display: inline-block;
    padding-left: 0px !important;
    padding-right: 0.5em;
}

input[type=submit] {
    border: solid 2px #8a8a8a;
    padding: 0.5em;
    border-radius: 0.5em;
}