/* Date picker styles */

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

/* DEFAULT STYLES FOR RCS APPLICATION */

body {
	margin:0; 
	padding:0;
	background-color:#ccc;
	color:#666;
	font-size:.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
}

a {
	color:#00843A;
}

.clf {
	clear:left;
}

.clb {
	clear:both;
}

div.pizzaOptionLine {
	float:right;
	text-align:right;
	width:40%;
	position:absolute;
	right:0px;
	font-size:smaller;
}

#wrapper {
	min-width:990px;
}

/* HEADER AND NAV STYLES */

div#header {
	background-color:#00843A;
	color:#fff;
	padding:15px 15px 4px 15px;
	position:relative;
}

div.pageLabel {
	background-color:#e9e9e9;
	color:#666;
	padding:5px;
	font-weight:bolder;
	margin-bottom:3px;
}

div#title {
	font-size:1.5em;
	font-weight:bolder;
	margin-bottom:20px;
	float:left;
	position:relative;
	width:400px;
}

div#header_logo {
	position:relative;
}

div#loginNav {
	float:right;
	font-size:.8em;
	position:relative;
}

div#loginNav ul, div#mainNav ul, div#subnav ul, div.subnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

div#loginNav ul li, div#mainNav ul li {
	margin:0;
	padding:0 6px 0 6px;
	border-right:solid 1px #fff;
	display:inline;
}

div#subnav ul li {
	margin:0;
	display:inline;
	border-right:solid 1px #669966;
}

div.subnav ul li {
	margin:0;
	display:inline;	
}

div#loginNav ul li.last, div#mainNav ul li, div#subnav ul li.last, div.subnav ul li.last {
	border:0;
}

div#subnav ul {
	margin-bottom:10px;
}

div#mainNav ul li, div#subnav ul li {
	padding:0 1px 1px;
}

div#loginNav ul li a, div#mainNav ul li a {
	color:#fff;
}

div#subnav ul li a {
	color:#00843A;
	text-decoration:none;
	font-size:.75em;
	padding:0 6px 0 6px;
}

div.header ul li a.selectedItem {
	background-color:#e9e9e9;
	margin-bottom:0px;
}

div.subnav ul li a {
	color:#00843A;
	padding:2px 8px 8px 8px;
}

div#mainNav ul li a {
	text-decoration:none;
	font-weight:bolder;
	padding:3px 8px 4px 8px;
	background-color:#669966;
}

div#mainNav ul li a.here {
	background-color:#ccc;
	color:#333;
}

div#mainNav ul li a:hover {
	background-color:#999;
	color:#333;
}

ul.navList {
	margin:0;
	margin-left:30px;
	margin-top:15px;
	padding:0;
	list-style-type:none;
}

ul.navList li {
	padding:5px;
	background-color:#eee;
	color:#009900;
	margin:0;
	margin-right:4px;
	display:inline;
}

ul.verticalMenu {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.verticalMenu li {
	padding:15px 0 15px 35px;
	line-height:.5em;
	background:url(../images/default/right_arrow.png) no-repeat;
	margin:0 10px;
	font-weight:bolder;
}

/* FOOTER STYLES */

div#footer {
	font-size:.8em;
	color:#666;
	padding:15px;
	clear:both;
}

div#footer a {
	color:#666;
}

tr.totalFooter {
	background-color:#ccc;
	font-weight:bolder;
}

/* ACCOUNT INFO COLUMN */

div#accountInfo {
	width:23%;
	float:left;
	position:relative;
	margin:0 0 0 9px;
	padding:0;
	font-size:.9em;
}

div#contactInfo {
	padding-bottom:10px;
	border-bottom:solid 1px #999;
}

div#accountInfo a {
	color:#00843A;
}

/* CONTENT AREA STYLES */

table.search_options {
	border: solid 1px #ccc;
	padding:4px;
	width:100%;
	margin:5px;
}

div.contentContainer {
	/*margin-left:195px;*/
	float:left;
	width:72%;
	position:relative;
}

div#contentWrapper {
	padding:15px 15px 10px 15px;
	font-size:.9em;
}

#shadow-container {
	position: relative;
	float:left;
	width:74%;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadow4,
#shadow-container #content {
	position: relative;
	left: -1px;
	top: -1px;
}

#shadow-container .shadow4 {
	background: rgb(130,130,130);
}

#shadow-container .shadow3 {
	background: rgb(150,150,150);
}

#shadow-container .shadow2 {
	background: rgb(170,170,170);
}

#shadow-container .shadow1 {
	background: rgb(190,190,190);
}

#shadow-container #content {
	background: #fff;
	border: 1px solid rgb(120,120,120);
	border-left:0;
	border-top:0;
	padding: 10px;
}

/* NOTICE AND ERROR STYLES */

div.browserWarn {
	color:#fff;
	background-color:#ff0000;
	padding:8px;
	font-weight:bolder;
	margin-bottom:5px;
}

div.browserWarn a {
	color:#fff;
	text-transform:uppercase;
}

div.notice {
	border:solid 1px #CCC;
	background-color:#FFFFCC;
	padding:5px;
}

div.notice ul {
	margin-bottom:0;
	padding-bottom:0;
}

div.notice ul li {
	padding-bottom:10px;
}

div.settingsContainer {
	padding:15px;
	background-color:#e9e9e9;
	margin-top:10px;
}

div.settingsContainer div {
	margin:5px;
}

span.notice {
	color:#00843A;
}

span.info {
	font-size:smaller;
	font-style:italic;
}

div.error {
	border:solid 1px red;
	padding:5px;
	margin-bottom:5px;
	color:red;
	font-weight:bolder;
}

a.errorLink {
	background-color:#ff0000;
	font-weight:bolder;
}

/* HEADER STYLES */

h3.pageHeader {
	text-align:center;
	font-size:1.0em;
}

h4.subHeader {
	text-align:center;
	font-size:.9em;
}

div#breadcrumbs {
	font-size:.7em;
	margin:10px 0px;
}

/* LIST STYLES */

ul.emphasizedList {
	font-size:1.2em;
	font-weight:bolder;
	list-style:none;
	padding:0;
	margin:15px 0 0 20px;
}

ul.emphasizedList li {
	margin:0 0 10px 0;
	background:url(../images/default/right_arrow.png) no-repeat;
	padding:0 0 10px 45px;
}

ul.indentedList {
	margin:0;
	padding-left:25px;
}

ul.indentedList li {
	margin:0;
	padding:5px;
}

/* STYLES FOR THE CATEGORY CONTAINER */

div.categoryContainer {
	float:left;
	position:relative;
	text-align:center;
	/*width:180px;*/
	width:25%;
	background-color:#ffcc66;
	padding:0;
	margin-top:10px;
	margin-right:10px;
	font-weight:bolder;
}

div.categoryContainer a {
	color:#00843A;
	text-align:left;
	display:block;
	font-size:.8em;
	padding:9px;
}

div.categoryHeader {
	background-color:#ff9900;
	color:#000;
	padding:9px;
	border-bottom:solid 1px #fff;
}

div#viewAllContainer {
	width:80%;
	color:#00843A;
	font-size:.9em;
	border-top:solid 1px #ff9900;
	margin:15px auto;
	padding:7px;
}
div#viewAllContainer a {
	display:inline;
}

/* STYLES FOR MENU ITEM CONTAINER */

div.labelDivider {
	background-color:#00843A;
	color:#fff;
	font-weight:bolder;
	padding:4px;
	margin-bottom:5px;
}

div.recentOrder {
	border: solid #ccc 1px;
	margin:10px 0;
	padding:5px;
}

div.recentOrder div {
	margin:4px 0;
}

div.menuItem {
	border-top:solid 1px #ccc;
	margin-bottom:0px;
	padding:2px;
}

div.menuItem div.description {
	font-style:italic;
	margin: 5px 0px 5px 5px;
	/*width:390px;*/
}

div.menuItem div.prices, div.menuItem div.inputButton {
	text-align:right;
	margin-bottom:4px;
}

img.menuItemDefaultImage {
	width:170px;
	border:0;
	float:left;
	position:relative;
	margin:0 5px 5px 0;
}

span#menuItemPrices {
	margin:15px;
	display:block;
}

div#menuItemDescription {
	font-style:italic;
	float:left;
	position:relative;
}

table.menuItemTable {
	width:100%;
	margin:0;
}

table.menuItemTable td.menuItemNameCell {
	width:70%;
	vertical-align:top;
}

table.menuItemTable td.menuItemPriceCell {
	vertical-align:top;
}

td.ordersheetcell {
	border-bottom:dashed 1px #000;
}

table tr td.footer {
	background-color:#FFFFCC;
	color:#000;
	font-weight:bolder;
	padding:5px;
	text-align:right;
}

/* STYLES FOR THE CART */

div#cart {
	margin-top:10px;
	padding:10px;
	background-color:#FFFFCC;
	min-width:210px;
}

div#cartHeader {
	font-weight:bolder;
	font-size:1.3em;
	text-align:center;
	padding:3px;
	color:#00843A;
	background-color:#fff;
	border:solid 2px #00843A;
}

div#cartItemList {
	margin-top:10px;
}

div.cartItem {
	border:solid 1px #ccc;
	padding:2px;
	font-size:.8em;
	margin: 4px 0;
}

/* STYLES FOR FORMS */

form {
	position:relative;
}

div.formSection {
	padding:4px;
	color:#fff;
	font-weight:bolder;
	background-color:#00843A;
}

table.formContainer {
	width:100%;
}

div.formContainer {
	margin: 10px 0px;
	padding:20px;
	background-color:#F4F4F4;
}

div.formLabel {
	width:40%;
	float:left;
	position:relative;
	padding-top:5px;
}

div.formInput {
	width:58%;
	float:right;
	padding-top:5px;
	position:relative;
}

div.formDivider {
	clear:left;
	width:100%;
	height:3px;
	padding:4px 0px;
	border-bottom:solid 1px #ccc;
}

/* STYLES FOR DASHBOARD */

div.itemsOfInterest {
	background-color:#FFFFCC; 
	color:#333;
	margin-bottom:10px;
}

div.itemsOfInterest div.header {
	background-color:#FFCC00;
	color:#fff;
	padding:5px;
}

div.itemsOfInterest div.content {
	padding:10px;
}

div.firstInList {
	color:#CC0000;
	font-weight:bolder;
}

div.listLabel {
	float:left;
	position:relative;
	width:200px;
	text-align:right;
	padding:4px;
}

div.listValue {
	float:left;
	position:relative;
	padding:4px;
	text-align:left;
	margin-left:4px;
}

div#upcomingReminders, div#topCustomers, div#latestActivities, div#customerList {
	background-color:#e9e9e9;
	color:#333;
	margin-bottom:10px;
}

div#topCustomers {
	width:49%;
	float:left;
	position:relative;
	height:200px;
	overflow:auto;
}

div#latestActivities {
	width:49%;
	float:right;
	position:relative;
	height:200px;
	overflow:auto;
}

div#upcomingReminders div.header, div#topCustomers div.header, div#latestActivities div.header, div#customerList div.header {
	background-color:#ccc;
	color:#666;
	padding:5px;
}

div#upcomingReminders div.content, div#topCustomers div.content, div#latestActivities div.content, div#customerList div.content {
	padding:10px;
}

/* CALENDAR STYLES */

div.borderContainer {
	border:solid 1px #00843A;
	padding:4px;
	margin:10px 0;
}

div.calendarEventContainer div.header {
	font-weight:bolder;
	margin-bottom:5px;
	border-bottom:solid 1px #ccc;
}

div.calendarEventContainer div.date {
	font-weight:bolder;
	margin-bottom:5px;
	font-style:italic;
	font-size:smaller;
}

div.calendarEventContainer div.description {
	padding:6px;
}

div.calendarEventContainer div.actions {
	margin-top:5px;
	border-top:solid 1px #ccc;
	text-align:right;
}

div#calendar_container {
	text-align:center;
}

div#calendar_container table {
	min-width:600px;
	width:100%;
	margin:auto;
}

div#calendar_container table tr td {
	border-bottom: solid 1px #ccc;
	padding:1px;
	text-align:left;
	font-size:.8em;
}

td.todayCalCell div.content, td.regularCalCell div.content {
	height:100px; 
	overflow:hidden;
	font-size:.8em;
}

td.todayCalCell div, td.regularCalCell div, td.blankCalCell div {
	overflow:hidden;
	white-space:nowrap;
	margin:0;
	padding:0;
}

div#calendarHeader {
	font-size:1.3em;
	font-weight:bolder;
	padding:5px;
	color:#999;
}

td.rightBorder {
	border-right:solid 1px #ccc;
}

div.blankCalCellHeader {
	background-color:#FFEDA6;
}

div.calCellHeader {
	background-color:#00843A;
	color:#fff;
	font-size:.8em;
}

td.todayCalCell {
	background-color:#FFEDA6;
}

td.blankCalCell {
	background-color:#fff;
}

/* TABLE STYLES */

table#orderList tr th a.sortHref {
	color:#fff;
}

table#orderLayoutTable {
	width:100%;
	border:solid 1px #000;
}

table#orderLayoutTable tr.odd {
	background-color:#eee;
	border-bottom:solid 1px #000;
}

table#orderLayoutTable tr.even {
	background-color:#fff;
	border-bottom:solid 1px #000;
}

table#orderLayoutTable tr th {
	font-weight:bolder;
	font-size:1.1em;
}

table#orderLayoutTable tr td.caption {
	font-weight:bolder;
	width:35%;
	vertical-align:top;
}

table#orderLayoutTable tr td.orderFieldVal_BOLD {
	font-weight:bolder;
}

table#orderLayoutTable tr td.orderFieldVal_ITALIC {
	font-style:italic;
}


table#orderLayoutTable tr td.orderFieldVal_LARGE {
	font-size:1.3em;
}


th {
	text-align:left;
}

table#customerList, table#orderList, table.priceTable {
	width:100%;
	margin-top:10px;
}

table#customerList tr:hover, table#orderList tr:hover {
	background-color:#e9e9e9;
}

table#customerList tr th, table#orderList tr th, table#cartItemList tr th, table.priceTable tr th {
	border-bottom:solid 1px #999;
	text-align:left;
	background-color:#00843A;
	color:#fff;
}

table.priceTable tr th.subheader {
	background-color:#ccc;
	color:#00843A;
}

table#customerList tr td, table#orderList tr td, table#cartItemList tr td {
	border-bottom:solid 1px #999;
	padding:5px;
}

table#customerList img, table#orderList img {
	border:0;
}

table#cartItemList {
	width:100%;
	padding:5px;
	margin:auto;
	background-color:#ffcc00;
	color:#000;
}

div#orderTimeOptions, div#paymentOptions {
	margin-top:10px;
}

div.odd {
	background-color:#e9e9e9;
	padding:4px;
}

div.even {
	padding:4px;
}

div.highlightedRow, tr.highlightedRow {
	background-color:#FFCCCC;
}

div#orderTimeOptions div.header, div#paymentOptions div.header {
	background-color:#ffcc00;
	color:#000;
	padding:5px;
	text-align:center;
	font-weight:bolder;
}

div#orderTimeOptions div.leftColumn {
	float:left;
	position:relative;
	text-align:center;
	width:49%;
	margin-top:5px;
}

div#orderTimeOptions div.rightColumn {
	float:right;
	position:relative;
	width:49%;
	background-color:#FFFFCC;
	margin-top:5px;
	padding:5px;
}

div#orderTimeOptions div.rightColumn div {
	padding:5px 0;
}

div#orderTimeOptions div.rightColumn div.today {
	font-weight:bolder;
}

div#checkoutButtons {
	text-align:center;
}

/***** jtDialogBox - BEGIN REQUIRED *********************************/
DIV.jtDialogBox, DIV.jtDialogBoxBalloon {
  position: absolute;
  display: none;
  }
DIV.jtDialogBox .tbLeft {
  background:url(../images/default/dialogue_header_center.gif) no-repeat top right #00843A;
  width:12px;
  }
DIV.jtDialogBox .tbRight {
  background:url(../images/default/dialogue_header_center.gif) no-repeat top left #00843A;
  width: 17px;
  vertical-align: middle;
  }
DIV.jtDialogBox .Title {
  background:url(../images/default/dialogue_header_center.gif) repeat-x #00843A;
  color:#fff;
  font-size: 10pt;
  font-weight: bold;
  white-space: nowrap;
  z-index:1000002;
  padding: 2px 0px 2px 0px;
  }

.jtDialogBoxVeil {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  cursor: "not-allowed";
  background-color: #cccccc;
  filter:alpha(opacity=35);
  -moz-opacity:0.35;
  opacity: 0.35;
  }
  
  .emptyTabRun {
  	filter:alpha(opacity=45);
  	-moz-opacity:0.45;
  	opacity: 0.45;
  }
/***** jtDialogBox - END REQUIRED *********************************/

/* Dialogue Box Styles */

.dialogue {
	background-color:#FFFFFF;
	border:solid #333 2px;
	padding:4px;
}

.balloonDialogue {
	padding:7px;
}

/* DIRECTORY STYLES */

div.directoryEntry {
	margin:15px 0;
	padding:10px;
	background-color:#FFFFCC;
	color:#666;
}

/* STYLES FOR MESSAGES */

table.message {
	width:100%;
	padding:0px;
	margin:0px;
}

table.message td {
	border-bottom:solid 1px #fff;
	padding:5px;
	font-size:.9em;
	font-weight:normal;
	color:#999;
}

/* ALPHA LINKS */

div.alpha_links {
	text-align:center;
	padding-bottom:8px;
	margin-bottom:5px;
	border-bottom:solid 1px #999;
}

div.alpha_links span {
	padding:3px 7px;
}

div.triColumnListItem {
	float:left;
	position:relative;
	width:32%;
	padding:5px;
}

/* company dashboard */

div.dashboard_header {
	font-size:1.4em;
	font-weight:bolder;
	color:#666;
	margin-bottom:15px;
}

/* marketing dashboard */

div#marketing_rankings {
	background-color:#e0ebe0;
	padding:15px;
}

ul#marketing_menu, ul#reports_menu {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#marketing_menu li {
	margin:0;
	padding:0 0 25px 35px;
	list-style-type:none;
}

ul#reports_menu li {
	margin:0;
	padding:0 0 15px 35px;
	font-size:.85em;
	list-style-type:none;
}

ul#reports_menu li.highlight {
	font-size:.95em;
	font-weight:bolder;
}

/* FORM ELEMENTS */

input.report_submit {
	background-color:#009900;
	color:#fff;
	font-weight:bolder;
}

/* REPORTS */

div.reportGroup {
	float:left;
	width:40%;
	margin:.75em;
	background-color:#fff;
	text-align:center;
	padding:15px;
}

div.reportGroup img {
	border:0;
}

div.reportGroup a {
	text-decoration:none;
}

table.report tr td {
	vertical-align:top;
}

table.report tr td.notice {
	font-style:italic;
	padding-bottom:10px;
}

td.report_sub_header {
	background-color:#e9e9e9;
	font-weight:bolder;
	color:#CC0000;
	padding:4px;
}

td.report_order_item {
	font-weight:bolder;
	color:#0033FF;
}

td.report_order_addon {
	color:#0033FF;
	font-style:italic;
}

td.report_prep_item {
	color:#CC0000;
	font-style:italic;
}

/* AUTO UPDATER STYLES */

div.autocomplete, div.autocomplete_large {
  position:absolute;
  width:300px;
  height:10em;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul, div.autocomplete_large ul {
  list-style-type:none;
  background-color:#fff;
  overflow:auto;
  margin:0px;
  padding:0px;
  width:300px;
  height:10em;
}
div.autocomplete ul li.selected, div.autocomplete_large ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  background-color:#fff;
  width:300px;
  display:block;
  font-style:italic;
  font-size:0.9em;
  margin:0;
  padding:2px;
  height:20px;
  white-space:nowrap;
  cursor:pointer;
}
div.autocomplete_large ul li {
  list-style-type:none;
  background-color:#fff;
  width:300px;
  display:block;
  font-style:italic;
  font-size:0.9em;
  margin:0;
  padding:2px;
  height:40px;
  white-space:nowrap;
  cursor:pointer;
}
span.informal {
	font-weight:bolder;
	font-style:normal;
	font-size:0.8em;
}

/* Statement Styles */

@media print {

	div.statement {
		width:7.1in;
	}
	
	div.statement div.notice {
		display:none;
	}
	
	div.statement table tr td {
		font-size:8pt;
	}
	
	div.statementPage {
		height:9.5in;
		border:0;
	}

}

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dynamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

/* styles for the "full-size" calendar cell, used when "zooming" into calendar cells */

div#calFullCell {
	position:absolute;
	background-color:#fff;
	border:solid 1px #ccc;
	font-size:.7em;
	overflow:auto;
	padding:5px;
}

div.calFullCellHeader {
	background-color:#00843a;
	margin-bottom:2px;
	padding:2px;
}

/* styles for the account details divs */

div.accountDetails {
	background-color:#e9e9e9;
	float:left;
	width:30%;
	margin-right:1%;
	border:solid 1px #666;
	padding:5px;
	margin-bottom:10px;
}

/* Temporary flash notices are contained in this div */

div#temporaryNotice {
	background-color:#ff0000;
	color:#fff;
	padding:5px;
	font-weight:bolder;
	font-size:1.3em;
	text-align:center;
	position:absolute;
	width:100%;
}

/* pseudo-select box */

div.pseudo-select {
	overflow:auto;
	width:90%;
	height:7em;
	border:solid 1px #ccc;
	padding:2px;
	cursor:pointer;
}

	div.pseudo-select div.option-elem {
		background-color:#fff;
		border-bottom:dashed 2px #ccc;
	}
	
	div.pseudo-select div.option-elem:hover {
		background-color:#e9e9e9;
	}
	
div.print {
	text-align:right;
}
	
div.print input {
	background-color:#00843a;
	color:#fff;
	font-weight:bolder;
}

/* STYLES FOR CONFIRMATION LETTERS */

div.letterLine {
	padding:3px;
	background-color:#e9e9e9;
	margin-left:20px;
	font-weight:bolder;
	margin-top:2px;
}

div.letterLineItem {
	padding:3px;
	margin-left:40px;
	background-color:#ffffff;
}

div.letterLineItemIndented {
	padding:3px;
	font-style:italic;
	margin-left:60px;
	background-color:#ffffff;
}

div.invoice_details {
	border: solid 1px #333;
	padding:5px;
}

div#kprep_report {
	border-bottom:solid 2px #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-transform:uppercase;
} 

table.kprep_report_order {
	/*border-top:solid 2px #000;*/
	margin-top:10px;
	margin-bottom:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table.kprep_report_order td {

}


td.kprep_report_order_header {
	text-transform:uppercase;
}

div.kprep_order_label {
	background-color:#e7e7e7;
	padding:5px 0;
}

td.kprep_label_cell {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

tr.kprep_hide_line {
	display:none;
}




