﻿body
{
  text-align : center;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Verdana, Sans-Serif;
}

input[type='button'], input[type='submit'], a.linkbutton, a.sidelink, div.d_action, div.d_action_hover, div.d_action_pressed, div.d_action_disabled {
    outline-width: 0;
    margin: 0.1em;
    padding: 0.3em 0.4em;
    border-width: 0;
    font-size: 120%;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;

    color: white;
    background: #0098d1; /* Old browsers */
    background: -moz-linear-gradient(left,  #0098d1 0%, #00b0e8 50%, #00a8d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0098d1), color-stop(50%,#00b0e8), color-stop(100%,#00a8d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #0098d1 0%,#00b0e8 50%,#00a8d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #0098d1 0%,#00b0e8 50%,#00a8d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #0098d1 0%,#00b0e8 50%,#00a8d8 100%); /* IE10+ */
    background: linear-gradient(to right,  #0098d1 0%,#00b0e8 50%,#00a8d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098d1', endColorstr='#00a8d8',GradientType=1 ); /* IE6-9 */
    border-style: none;
}
a.linkbutton, a.sidelink, A.d_action {
    display: inline-block;
    padding: 0.4em 0.3em 0.2em 0.3em;
	text-decoration: none;
}
input[type='button']:hover, input[type='submit']:hover, a.linkbutton:hover, a.sidelink:hover, div.d_action_hover, div.d_action_pressed {
    background: #306A8E;
}
    input[type='button']:active, input[type='submit']:active, a.linkbutton:active, a.sidelink:active, div.d_action_pressed {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

input.disabled, input.disabled:hover,a.linkbutton.disabled,a.linkbutton.disabled:hover, div.d_action_disabled
{
    background-image: none;
    background-color: #B0B0B0;
    color: #DDDDDD;
    cursor: default;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type='text'], input[type='password'], input[type='number'], input[type='email'] {
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    padding: 0.3em 0.5em 0.3em 0.5em;
    margin: 2px 0 2px 0;
    border: 1px solid #808080;
    outline: none;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

input[type="text"], input[type="password"]
{
    width: 143px;
    max-width: 143px;
    vertical-align: middle;
}
input.large-text-box
{
    width: 200px;
    max-width: 200px;
}
.info-button
{
    margin-left: 6px;
    cursor: pointer;
}
div#wrapper
{
  width : 946px;
  margin : auto;
}
div#background
{
  background-color: #7DD2E8;
  background-image: url(/Images/llama/background.png);
  background-repeat: no-repeat;
  width : 926px;
  text-align : left;
  margin : auto;
}
div#banner
{
  background-image : url(/Images/llama/bring-me-lunch-logo.png);
  background-repeat: no-repeat;
  background-position: right;
  width : 744px;
  height : 84px;
}
div#sidebar
{
  float: right;
  margin-top: 8px;
  width : 182px;
}
div#background.admin-page {
    margin-top: 16px;
    width: 934px;
    font-size: 13px;
}
.admin-header {
    padding: 0.5em;
}
.admin-header .linkbutton {
    font-size: 120%;
    height: 1.3em;
}
.admin-content {
    margin: 0 0.5em 1em 0.5em;
    padding: 0.5em 1em 1em 1em;
    background-color: white;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
.admin-page .contentdiv {
}
a.sidelink
{
    padding-left: 24px;
    padding-top: 12px;
    margin-bottom: 4px;
	width: 149px;
	height: 26px;
	font-size: 14px;
	color: White;
	text-decoration: none;
	display: block;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
}
a.sidelink div
{
}
div#sidebasket
{
    float: none;
}
div#safebuylink
{
    display: inline-block;
    padding-top: 4px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
div#safebuylink div
{
    display: inline-block;
}

div#contentframe
{
}
div#contentframe hr, div.contentdiv hr
{
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 2px;
  border: none;
}
div#contenthome
{
  background-image : url(/Images/llama/home01.png);
  background-repeat: no-repeat;
  width : 744px;
  height : 631px;
}
div#leftinfobar
{
  padding-left: 8px;
  width : 195px;
  vertical-align: top;
}
div#leftinfobar h3
{
    color: #E81941;
}
div#leftinfobar div
{
    margin-bottom: 8px;
}
div#contentarea
{
  float: right;
  padding-right: 8px;
  width : 484px;
}
div.contentdiv a
{
    color: #E81941;
    font-weight: bold;
    text-decoration: none;
}
div.contentdiv img
{
    border: none 0px White;
}
div.contentdiv h3
{
    font-weight: bold;
    font-size: 14px;
}
div.contentdiv h4
{
    font-weight: bold;
    font-size: 12px;
}
div.contentdiv table
{
    width: 100%;
}
div#content-full-area
{
  width : 679px;
  margin-left: auto;
  margin-right: auto;
}
div.content-header
{
    height: 24px;
    color: #E81941;
    font-size: large;
    font-weight: bold;
}
.admin-page div.content-header {
    font-size: 130%;
    margin: 0.5em 0 1em 0;
}
div.content-header-link
{
    color: Black;
    height: 12px;
    font-size: 12px;
    float: right;
}
div.content-header-link a
{
    color: #E81941;
    padding-left: 16px;
}
div#content-header-img
{
    background-image: url(/Images/llama/home-page-loggedin-banner.png);
    background-repeat: no-repeat;
    height: 143px;
}
div.content-textblock
{
    margin-top: 8px;
    margin-bottom: 16px;
}
div#aboutlinks
{
  float: left;
  text-align : left;
  margin-left: auto;
  margin-right: auto;
  color: #075A91;
  font-size: smaller;
}
div#aboutlinks
{
  padding: 8px 0px 24px 8px;
}
.admin-page div#aboutlinks {
    padding-bottom: 8px;
}
div#aboutlinks a
{
  text-decoration: none;
  color: #075A91;
  font-weight: bold;
}
#newPortalLink {
    display: block;
    margin-top: 8px;
}
#newPortalPrompt {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
#newPortalPrompt>div {
    position: relative;
    margin-left: -450px;
    margin-bottom: 2em;
    left: 50%;
    width: 300px;
    background-color: white;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border:  2px solid #0095DA;
    padding: 8px;
    font-size: 120%;
}
#newPortalPrompt h2 {
    margin: 0 0 0 0;
}
#newPortalPrompt span {
    display: block;
    margin: 8px 0 0 0 ;
}
#newPortalPrompt input[type=button] {
    width: 80px;
    margin-right: 8px;
}

div#facebooklink
{
    float: right;
}
.linked-in-follow {
    margin-top: 1em;
}
div#afteraboutfacebooklinks
{
    clear: both;
}
div.cardlinks
{
  clear: both;
  text-align : left;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  background-color: White;
  font-size: small;
  color: #7E7E7F;
}
div.cardlinks a
{
    color: #E81941;
    font-weight: bold;
    text-decoration: none;
}
div#deliverinfo
{
    float: left;
    width: 360px;
    padding: 8px 0px 32px 16px;
    font-weight: bold;
}
div#deliverinfo ul
{
    margin-left: 16px;
    padding: 0px;
    font-weight: normal;
}
div#deliverinfo li
{
    float: left;
    width: 110px;
    margin: 0px;
    padding: 0px;
}
div#deliverinfo a
{
    color: #7E7E7F;
    font-weight: normal;
    text-decoration: none;
}
div#servicesinfo
{
    float: left;
    width: 360px;
    padding: 8px 0px 32px 16px;
    font-weight: bold;
}
div#servicesinfo ul
{
    margin: 0px 16px 0px 0px;
    padding: 0px;
    font-weight: normal;
    list-style-type: none;
}
div#servicesinfo li
{
    float: left;
    width: 340px;
    margin: 0px;
    padding: 0px;
}
div#cardlinklist
{
    float: left;
    width: 550px;
    padding: 8px 0px 32px 16px;
}
div#home-desc
{
    padding-top: 185px;
    padding-left: 318px;
    padding-right: 16px;
}
div.page-desc
{
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}
div.page-desc span
{
    color: #E81941;
}
div#home-search-div
{
    padding-top: 5px;
    padding-left: 318px;
    font-size: 12px;
    font-weight: bold;
}
span.home-search-header
{
    font-size: 16px;
}
div#home-search-div ul
{
    margin: 8px 0 8px 10px;
    padding: 0px;
    font-size: 12px;
}
div#home-search-div li
{
    margin: 0px;
    padding: 0px;
}
div#home-search-div
{
    border: none 0 black;
}

div#home-search-div table,td
{
    border-style: none;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

td#home-lunch
{
    width: 195px;
    height: 212px;
    background-image: url(/Images/llama/search-lunch.png);
    background-repeat: no-repeat;
    vertical-align: top;
}
td#home-buffet
{
    width: 195px;
    height: 212px;
    background-image: url(/Images/llama/search-buffet.png);
    background-repeat: no-repeat;
    vertical-align: top;
}
div.home-search-panel
{
    height: 212px;
    padding: 20px 16px 8px 24px;
}
.home-search-lunch
{
    color: White;
}
.home-search-panel table
{
    height: 176px;
}
.home-search-panel td
{
    vertical-align: top;
}

td.home-search-cell
{
    vertical-align: top;
}
input.postcode-box, input.small-text-box
{
    width: 90px;
    max-width: 90px;
}
input.tiny-text-box
{
    width: 38px;
    max-width: 38px;
}
input[readonly]
{
    color: #707070;
}
#search-postcode-panel
{
    background: url(/images/llama/map-page-banner01.png) no-repeat;
    width: 679px;
    height: 47px;
    color: White;
    font-size: 14px;
    padding: 6px 32px 12px 32px;
    vertical-align: top;
}
#search-postcode-panel span {
    margin-top: 5px;
}
#search-postcode-textbox
{
    display: inline-block;
    margin-left: 40px;
}
#search-postcode-button
{
    display: inline-block;
}
#map_canvas
{
    width: 470px;
    height: 400px;
    margin-bottom: 16px;
}
#map_locations
{
    height: 640px;
    overflow: auto;
}
#map_locations table {
    border-collapse: collapse;
    border-spacing: 0;
}
td.maploc
{
    padding-bottom: 4px;
}
td.maplochead
{
    color: #E81941;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 4px;
}
td.maphighloc
{
    padding-bottom: 4px;
    background-color: #F0F0F0;
}
td.maphighlochead
{
    color: #E81941;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 4px;
    background-color: #F0F0F0;
}
td.mapLocDeliver
{
    vertical-align: top;
    width: 14px;
    margin-top: 8px;
    padding: 8px 12px 4px 4px;
}
td.mapLocCollect
{
    vertical-align: top;
    width: 14px;
    padding: 8px 12px 4px 4px;
}
div#suppliers-lunch
{
    float: left;
    width: 230px;
    border-bottom: solid 2px #DDDDDD;
}
div#suppliers-buffet
{
    float: right;
    width: 230px;
    border-bottom: solid 2px #DDDDDD;
}
table.suppliers-table
{
    width: 100%;
    border-top: solid 2px #DDDDDD;
    padding-top: 8px;
    padding-bottom: 8px;
}
div#suppliers-after
{
    clear: both;
}
div#register
{
    float: left;
    margin-left: 50px;
    width: 220px;
}
div#sign-in
{
    float: right;
    margin-right: 50px;
    width: 330px;
}
div#register-form
{
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}
div#register-form th
{
    text-align: left;
    padding-top: 16px;
    padding-bottom: 8px;
}

.basketheader
{
    color: #0689AD;
    font-size: large;
    font-weight: bold;
}
div#divBasketArea
{
    padding-top: 8px;
    padding-bottom: 8px;
}
table.basket-content
{
    width: 100%;
}
td.basket-content
{
    height: 100px;
    min-height: 100px;
    vertical-align: top;
    color: #303030;
    font-size: 11px;
}
th.basketpanel
{
    text-align: left;
}
td.basketpanel a {
    color: #E81941;
    font-weight: bold;
    text-decoration: none;
}
td.basketpanel textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    resize: vertical;
}

.policy
{
    text-align: left;
}

.policy h1
{
    height: 24px;
    color: #E81941;
    font-size: large;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
}
.policy h2
{
    height: 16px;
    color: #E81941;
    font-size: medium;
    font-weight: bold;
    margin: 12px 0 0 0;
    padding: 0;
    text-align: left;
}
.policy td
{
    text-align: left;
    vertical-align: top;
    padding-top: 8px;   
}
.policy th
{
    padding-top: 8px;   
    padding-right: 8px;   
    vertical-align: top;
}
.policy li
{
    padding-left: 24px;
    padding-top: 8px;
    list-style-type: disc;
    list-style-position: outside;
}

div.menu-banner
{
  padding-left: 8px;
  padding-right: 8px;
}
div.menu-banner table
{
    width: 100%;
}
td.menu-banner-img
{
    text-align: left;
}
td.menu-banner-info
{
    text-align: right;
}
div.menu-banner span
{
    color: #E81941;
    font-weight: bold;
}

div#supplierDetails, div#openSpan
{
    display: inline-block;
}

.menutab
{
    text-align: left;
    cursor: pointer;
    font-weight: normal;
}
.menutabactive
{
    text-align: left;
    cursor: pointer;
    font-weight: bold;
}

.menu h2
{
    color: #E81941;
    font-size: large;
    padding: 4px 0 4px 0;
    margin: 3px 0 0px 0;
    border-top: solid 2px #CCCCCC;
}
div.menupagedesc
{
    font-weight: normal;
    padding: 4px 0 4px 0;
    margin: 5px 0 0px 0;
    border-top: solid 2px #CCCCCC;
}
div.menupagedescnone
{
    margin: 0;
    padding: 0;
}
.menusectiondesc
{
    font-weight: normal;
    padding-bottom: 6px;
}
.menuoptionshint
{
    font-weight: bold;
    padding-top: 7px;
}
.menuoptions
{
    font-style: italic;
}
.menuitem
{
    cursor: pointer;
    padding-top: 8px;
    color: #E81941;
    font-weight: bold;
}
.menuprice
{
    padding-top: 8px;
    text-align: center;
    color: #E81941;
    font-weight: bold;
    width: 70px;
}
.menubasket
{
    cursor: pointer;
    width: 10px;
    text-align: right;
}
.menudesc
{
}
.menustock
{
    vertical-align: top;
    text-align: center;
    font-size: x-small;
    font-weight: bold;
    width: 70px;
}
.menufunction
{
    margin-left: auto;
    margin-right: 0px;
    text-align: right;
    cursor: pointer;
    padding: 2px 4px 2px 4px;
}
td.menudragbar
{
    cursor: move;
    background-image: url(Images/dragarea.png);
    background-attachment:scroll;
    background-position: left top;
    background-repeat: repeat-x;
    width: 200px;
}
td.menueditsection
{
    border-top: solid 16px White;
}

div#bc-t
{
  width : 741px;
  height: 162px;
  background-image: url(/Images/llama/generalpage-top01.png);
}
div#bc-c
{
  background-image: url(/Images/llama/generalpage-bg01.png);
  width : 717px;
  padding-left: 12px;
  padding-right: 12px;
}
div#bc-c2
{
  clear: both;
  height: 16px;
  background-color: White;
}
div#bc-b
{
  background-image: url(/Images/llama/generalpage-bottom01.png);
  width : 741px;
  height: 44px;
}

table#bb-box
{
    width: 180px;
    border-collapse: collapse;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
td.bb-tl
{
    width: 14px; height: 14px;
    background: url('images/llama/bb-tl.png') no-repeat;
}
td.bb-t
{
    height: 14px;
    background: url('images/llama/bb-t.png') repeat-x;
}
td.bb-tr
{
    width: 14px; height: 14px;
    background: url('images/llama/bb-tr.png') no-repeat;
}
td.bb-l
{
    width: 14px;
    background: url('images/llama/bb-l.png') repeat-y;
}
td.bb-c
{
    background-color: White;
    vertical-align: top;
}
td.bb-r
{
    width: 14px;
    background: url('images/llama/bb-r.png') repeat-y;
}
td.bb-bl
{
    width: 14px; height: 14px;
    background: url('images/llama/bb-bl.png') no-repeat;
}
td.bb-b
{
    height: 14px;
    background: url('images/llama/bb-b.png') repeat-x;
}
td.bb-br
{
    width: 14px; height: 14px;
    background: url('images/llama/bb-br.png') no-repeat;
}

table.discount
{
  width : 170px;
  color: White;
  text-align: center;
  font-weight: bold;
  margin: 12px auto 0 auto;
  border-collapse: collapse;
  cursor: pointer;
}
td.bd-t
{
  width : 170px;
  height: 13px;
  background: url(/Images/llama/discount-top.png) no-repeat;
}
td.bd-c
{
  background: url(/Images/llama/discount-middle.png) repeat-y;
  width : 170px;
  padding-left: 12px;
  padding-right: 12px;
}
td.bd-b
{
  background: url(/Images/llama/discount-bottom.png) no-repeat;
  width : 170px;
  height: 13px;
}
table.dialogtable
{
    position: absolute;
    border-collapse: collapse;
    text-align: left;
}
td.dialogtable
{
    background-color: White;
    padding: 4px 12px 4px 12px;
}
.dialogtable a
{
    color: #E81941;
    font-weight: bold;
    text-decoration: none;
}
table.dialogtitletable
{
    width: 100%;
    border-collapse: collapse;
}
td.dialogtitletable-l
{
  background: url(/Images/llama/dialog-title-l.png) no-repeat;
  width: 14px;
  height: 22px;
}
th.dialogtitletable-c
{
  background: url(/Images/llama/dialog-title-c.png) repeat-x;
  height: 22px;
  cursor: default;
}
td.dialogtitletable-r
{
  background: url(/Images/llama/dialog-title-r.png) no-repeat;
  width: 32px;
  height: 22px;
  cursor: pointer;
}
table.dialogwin-b
{
    width: 100%;
    border-collapse: collapse;
}
td.dialogwin-bl
{
  background: url(/Images/llama/dialog-win-bl.png) no-repeat;
  width: 14px;
  height: 13px;
}
td.dialogwin-c
{
  background: url(/Images/llama/dialog-win-c.png) repeat-x;
  height: 13px;
}
td.dialogwin-br
{
  background: url(/Images/llama/dialog-win-br.png) no-repeat;
  width: 14px;
  height: 13px;
}

td#infowindowcontainer
{
  background: url(/Images/llama/dialog-hint.png) no-repeat;
  width: 376px;
  height: 241px;
  vertical-align: top;
  text-align: left;
}
div#infowindowcontent
{
    margin: 26px 0px 0px 115px;
    width: 232px;
    height: 144px;
}
div#infowindowbutton
{
    margin: 40px 0px 0px 280px;
}
.infowindow-title
{
    color: #E81941;
    font-weight: bold;
}
.infowindow-content
{
    margin: 10px 0 0 0;
}
.infowindow-content ul
{
    padding-left: 16px;
}
.infowindow-buttons
{
    margin-top: 10px;
    text-align: right;
}

.form-prompt
{
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
}
.form-input a, div.form-input>span {
    display: inline-block;
    margin-top: 8px;
}
span.form-input
{
    display: inline-block;
    margin-top: 8px;
    float: left;
	font-weight: bold;
	width: 120px;
}
span.form_error
{
    font-size: small;
	font-weight: normal;
	font-style: normal;
    background-color: Transparent;
	color: red;
	display: none;
}

div.checkout-grouping
{
    padding-top: 8px;
    padding-bottom: 8px;
}
div.checkout-post-grouping
{
    padding-top: 12px;
    clear: both;
}
div.checkout-prompt
{
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 8px;
	min-height: 16px;
}
div.checkout-purchaseref {
    padding-bottom: 8px;
}
div.checkout-purchaseref input[type=text] {
    margin-left: 8px;
}
div.checkout-terms
{
	font-weight: bold;
    padding-top: 8px;
    padding-bottom: 4px;
	font-size: 12px;
}
div.checkout-info
{
    clear: both;
	padding-top: 4px;
}
span.checkout-info
{
    float: left;
	width: 180px;
}
span.checkout-value
{
    float: left;
    text-align: right;
	width: 80px;
}
div.checkout-info-em
{
    clear: both;
	padding-top: 8px;
	font-weight: bold;
}
table.checkout-table
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
td.checkout-label
{
    padding-top: 4px;
}
td.checkout-option
{
    text-align: center;
    font-weight: bold;
    color: White;
    background: url(/Images/llama/red-title-bg.png) no-repeat;
    background-position: center;
    height: 27px;
}
td.checkout-amount
{
    text-align: center;
    padding-top: 4px;
    color: #606060;
}
td.checkout-checkbox
{
    text-align: center;
    background: url(/Images/llama/delivery-times-bg.png) no-repeat;
    background-position: center;
    height: 27px;
    cursor: pointer;
    vertical-align: top;
    padding-top: 6px;
}
div.checkout-pay
{
    max-height: 14px;
    display: inline;  
    vertical-align: top;
    font-weight: bold;
}
table#buffet-box
{
    margin-left: auto;
    margin-right: auto;
    width : 170px;
    border-collapse: collapse;
    border-style: none;
    border-width: 0px;
    padding: 0px;
}
table.buffet-times
{
    width: 100%;
}
table.buffet-times th
{
    text-align: left;
    padding-bottom: 4px;
    color: #E81941;
}
td.buffet-times
{
    text-align: right;
}

hr.timepicker
{
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 1px;
  border: none;
}
div.timepickerctl
{
	position: relative;
	width: 484px;
	overflow: hidden;
	text-align: left;
}
div.timepickercolumn
{
	position: absolute;
	display: block;
	top: 0px;
	width: 70px;
}
h4.timepicker
{
	height: 20px;
	width: 70px;
	margin: 2px;
	text-align: center;
    font-weight: bold;
	font-style: normal;
	font-family: 'Tempus Sans ITC TT' , Georgia, Verdana;
	color: Black;
}
div.timepickerbase
{
	padding: 6px 2px 6px 2px;
	width: 85px;
	margin: 2px 2px 5px 2px;
	text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}
div.timepicker
{
	cursor: pointer;
    color: #E81941;
    background-color: #dddddd;
}
div.timepickerhover
{
    background: #306A8E;
    color: white;
}
div.timepickersel
{
    color: white;
    background-color: #E81941;
}
div.timepickerbuttons
{
    border-top: solid 1px #CCCCCC;
    clear: both;
    text-align: center;
    vertical-align: middle;
}
div.timepickerleft
{
    float: left;
    vertical-align: middle;
	text-align: left;
	cursor: pointer;
	padding: 6px 0 0 20px;
	margin: 0 0 0 0;
	height: 20px;
	width: 120px;
	background: url(/images/llama/timepick_left.png) no-repeat;
	background-position: left center;
	color: #495d59;
}
div.timepickerright
{
    float: right;
    vertical-align: middle;
	text-align: right;
	cursor: pointer;
	padding: 6px 20px 0 0;
	margin: 0 0 0 0;
	height: 20px;
	width: 120px;
	background: url(/images/llama/timepick_right.png) no-repeat;
	background-position: right center;
	color: #495d59;
}

TABLE.orderdetails
{
    border-top: solid 1px #CCCCCC;
    border-collapse: collapse;
}
th.orderdetails h3
{
    text-align: left;
    color: #E81941;
}

TABLE.general-table
{
    border-collapse: collapse;
}
th.general-table
{
    text-align: left;
    color: #E81941;
}
td.general-table-spacing
{
    padding: 4px;
}
span#spOpenOrderCount
{
    padding-left: 8px;
    font-weight: bold;
}

img.checkbox
{
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}
span.checkbox
{
    padding-left: 4px;
    vertical-align: bottom;
    height: 20px;
}
input.disabled
{
    color: Gray;
}

.orderform
{
    text-align: left;
}

div#buffetSupplierListPanel
{
  float: right;
  padding-right: 8px;
  min-width : 280px;
  max-width : 280px;
}

.discount-table
{
    width: 100%;
    border: solid 1px #CCCCCC;
    border-collapse: collapse;
}
.discount-table td,.discount-table th
{
    border: solid 1px #E0E0E0;
    background-color: #F0F0F0;
}

table.table-edit
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 16px;
    border-collapse: collapse;
    background-color: #E1F2F2;
}
table.table-edit tr
{
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
table.table-edit th
{
    padding: 4px;
    text-align: left;
    background-color: #CCCCCC;
}
table.table-edit td
{
    padding: 4px;
    cursor: pointer;
}
.table-edit-default
{
    font-style:italic;
}

table.table-edit tr.selected
{
    background-color: #00B0E8;
    color: White;
}
.table-edit-name
{
    color: #E81941;
    font-weight: bold;
}
.areas-edit-title
{
    font-weight: bold;
}
.areas-edit-meta
{
}
#area-edit-dialog div
{
    padding: 4px;
}
#edit-dialog-meta
{
    width: 320px;
}


input.gobutton
{
    font-size: 16px;
    margin: 0.1em;
    padding: 0.4em 0.5em 0.2em 0.5em;

    min-width: 1.5em;
}
.email-content {
    max-width: 717px;
    overflow-x: auto;
}
.clear-fix {
    clear: both;
}