/* CSS Document */

/****  LAYOUT  ****/
div#layout_sidebar {
	width: 790px;
	margin: 0px auto;
	background: url("../images/layout_bg.gif") repeat;
}
div#layout_sidebar div#content {
	float: left;
	width: 570px;
	margin-left: 8px;
}
div#sidebar {
	float: left;
	width: 212px;
	min-height: 723px;
	
	background-image: url("../images/sidebar_bg.jpg");
	background-repeat: no-repeat;
}

div#layout_fullpage {
	position: relative;
	width: 790px;
	margin: 0px auto;
}
div#layout_fullpage div#content {
	border-top: solid 1px transparent;
	min-height: 600px;
	background-color: #C75C7A;
    border-left: 8px white solid;
	border-right: 8px white solid;
}

div#footer {
	position: relative;
	clear: both;
	height: 14px;
	
	background-color: #C75C7A;
    font-size: 10px;

    border-left: 8px white solid;
	border-right: 8px white solid;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}


/*********************  CONTENT  ****************/
div#content p {

}


/*********************  TERMINAL  ****************/
table.terminal {
	width: 100%; 
	font-size: 12px; 
	font-weight: bold;
	text-align: left;
}

table.terminal tr.active {
	background-color: #E77C9A;
}

table.terminal th {
	height: 30px;
	padding-left: 5px;
	vertical-align: middle;
}
table.terminal td {
	height: 20px;
	padding-left: 5px;
	vertical-align: middle;
}
table.terminal tr.border-top td {
	border-top: 1px solid black;
	height: 25px;
	vertical-align: middle;
}
table.terminal tr.border-bottom td {
	border-bottom: 1px solid black;
	height: 25px;
	vertical-align: top;
}

table.terminal .state {
	display: block;
	width: 120px;
	height: 16px;

	margin: auto;
	padding-top: 1px;
	border: 1px inset black;
	
	background-color: #FF8FBA;
	color: black;
	font-size: 11px;
	font-weight: bold;
}

table.terminal .current {
	background-color: #E73275;
}

table.terminal th a:link, table.terminal th a:visited, table.terminal th a:hover, table.terminal th a:active {
	color: black;
}
	

/*********************  MENUCARD & CART INFO  ****************/
table.menucard_info {
	width: 100%;
	margin: 3px 0px; 
}

table.menucard_info tr.border-bottom td {
	border-bottom: 1px solid white;
}


/*********************  MENUCARD & CART  ****************/
table.menucard, table.cart {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
table.menucard th, table.cart th {
	background-color: #D76C8A;
	height: 30px;
	text-align: left;
	text-indent: 4px;
	border-top: solid 2px white;
}

table.menucard tbody tr:hover, table.cart tbody tr:hover {
	background-color: #E77C9A;
}
able.menucard tbody tr:hover td {
	border-top: solid 2px black;
	border-bottom: solid 2px black;
}
table.menucard tbody tr:hover td.nam {
	font-size: 13px;
}
table.menucard tbody tr:hover span.name {
	font-size: 15px;
}
table.menucard tbody tr:hover td.prc {
	font-size: 15px;
}

table.cart tbody tr.row1 {
	background-color: #E73275;
}
table.cart tbody tr.row1:hover {
	background-color: #F75295;
}

table.menucard td, table.cart td {
	padding: 0px 4px;
}
td.nr {
	text-align: right;
}
tr.veg td.nr {
	background-color: #2F0409;
}
td.veg {
	text-align: center;
	background-color: #2F0409;
}
td.fav {
	text-align: center;
	background-color: white;
	color: #2F0509;
}
td.pcs {
	text-align: center;
	line-height: 10px;
}
td.pcs input {
	width: 18px;
	height: 12px;
	font-weight: bold;
}
td.nam {
	font-size:11px;
	font-weight: normal;
}
span.name, div.name {
	font-size:12px;
	color: #2F0509;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
}
span.close_button {
	position: absolute;
	right: 0px;
	margin-right: 10px;
	cursor: pointer;
}
td.siz {
	text-align: center;
	vertical-align: bottom;
}
td.siz div {
	width: 18px;
}
td.prc {
	text-align: right;
	vertical-align: bottom;
	color: #2F0509;
	white-space: nowrap;
}
td.chk {
	vertical-align: bottom;
}
td.sel {
	color: white;
}
td.can {
	text-align: center;
	vertical-align: bottom;
}
table.menucard a, table.cart a {
	text-decoration: none;
}


/*********************  LANGUAGE SELECTOR  ****************/
div#lang {
}

div#lang a {
	font-size: 11px;
	font-weight: bold;
	color: #2F0409;
	text-decoration: none;
}
div#lang a:hover {
	color: white;
}

	

/**********************  MAIN MENU  ******************/
div#main_menu {
	text-transform: uppercase;
	text-align: left;
	border-top: solid 1px white;
	margin: 0px 1px 0px 2px;
}
div#main_menu a:link, div#main_menu a:visited, div#main_menu a:hover, div#main_menu a:active {
	color: white;
	text-decoration: none;
}
div#main_menu a {
	position: relative; 
	top: 2px;
}
.menu_main_item {
	border-bottom: solid 1px white;
	cursor: pointer;
	/* ie6 hack for correct div heights */
	overflow: hidden;
}
.menu_main_item.level1 {
	height: 17px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 9px;
}
.menu_main_item.level1.selected, .menu_main_item.level1:hover {
	background-image: url("../images/menu_main_sel_bg.jpg");
	background-repeat: no-repeat;
}
.menu_main_item.level2 {
	height: 15px;
	font-size: 14px;
	text-indent: 18px;
}
.menu_main_item.level2.selected, .menu_main_item.level2:hover {
	background-image: url("../images/menu_main_sel_bg.jpg");
	background-repeat: no-repeat;
}



/**********************  CATEGORY MENU  ******************/
div#cat_menu {
	text-transform: uppercase;
	background-color: #E73275;
}
div#cat_menu a {
	display: block;
}
div#cat_menu a:link, div#cat_menu a:visited, div#cat_menu a:active {
	color: white;
	text-decoration: none;
	border-width: 2px 10px;
	border-style: solid;
	border-color: #E73275;
}
div#cat_menu .selected a:link, div#cat_menu .selected a:visited, div#cat_menu a:hover, div#cat_menu .selected a:active {
	background-color: white;
	border-color: white;
	color: #E73275;
}
.menu_cat_item {
	float: left;
	height: 17px;

	font-size: 12px;
	font-weight: bold;
	background-color: #E73275;
	color: white;
	cursor: pointer;
}


/**********************  ACTIVITY MENU  ******************/
.menu_act_item {
	float: left;
	width: 142px;
	height: 16px;

	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	
	background-color: #E73275;
	color: white;
	
	padding-top: 3px; 
}
.menu_act_item a {
	text-decoration: none;
}
.menu_act_input {
	float: left;
	width: 142px;
	height: 18px;

	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
	background-color: #E73275;
	color: white;
	
	padding-top: 1px;
}

/**********************  BOOKING MENU  ******************/
.menu_book_item {
	position: relative;
	left: 2px;
	float: left;
	width: 138px;
	height: 18px;

	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	
	background-color: #E73275;
	color: white;
	
	border-right: solid 1px white; 
	padding-left: 3px; 
}
.menu_book_item a {
	text-decoration: none;
}





/*********************  WEBMASTER LINKS  ****************/
div#webmaster a:link, div#webmaster a:visited, div#webmaster a:hover, div#webmaster a:active {
    text-decoration : none;
    color : #494C52;
}


/*********************  MASTERDATA  ****************/
table.masterdata_list th {
    height : 25px;
    background-color : #eaeaea;
    color : #444444;
    border-width : 1px 1px 0;
    border-color : #303030;
    border-style : solid;
    font-size : 10px;
    white-space : nowrap;
}
table.masterdata_list th a {
    color : #444444;
}
table.masterdata_list th.order_by {
    background-color: #cacaca;
}
table.masterdata_list th.asc:AFTER {
	content: " v";
}
table.masterdata_list th.desc:AFTER {
	content: " ^";
}

table.masterdata_list tr:hover {
	background-color: #2F0409;
}
table.masterdata_list td {
	padding: 0px 5px;
    font-size: 11px;
}	
table.masterdata_list td.icon {
	padding: 0px 1px;
}	
table.masterdata_list td.numeric {
	text-align: right;
	white-space: nowrap;
}
table.masterdata_list td.name {
	white-space: nowrap;
}

table.masterdata_details td {
    padding: 2px 5px;
    font-size: 11px;
    vertical-align: middle;
}

table.masterdata_details td.fn {
    height : 20px;
    padding: 0px 5px;
    
    background-color : #eaeaea;
    color : #444444;
    border-width : 0px 0px 1px 1px;
    border-color : #303030;
    border-style : solid;
    
    font-size : 10px;
    text-align: right;
    vertical-align: middle;
    white-space : nowrap;
}

table.masterdata_list img {
    border: 1px solid grey;
}
table.masterdata_list td.icon img {
    border-width: 0px;
}	
hr.masterdata {
	margin: 10px 0px;
}


/*********************  TOOLTIP  ****************/
.tooltip {
    font-family : Arial, Helvetica, sans-serif;
	background-color: LightYellow;
	color: black;
	font-size: 10px;

	margin-left: 10px;
	padding: 1px 3px;
	border: 1px solid #494C51;

/*	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;*/
}



/*********************  AUTOCOMPLETE  ****************/
div.autocomplete {
  width: 250px;
  background-color: white;
  color: black;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
}
div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}


/*********************  LOGIN  ****************/
form.login input[type=text], form.login input[type=password] {
	width: 124px;
	height: 15px;
}


/*********************  REGISTER  ****************/
table.register tr {
	height: 22px;
}
table.register td {
	padding-right: 8px;
	vertical-align: middle;
}
table.register td.note {
	color: #2F0409;
}
table.register td.fn {
	white-space: nowrap;
}



.info   {
    color: black; 
    background-color: transparent; 
	font-size: 11px;
    font-weight: normal;
    border-width: 0;
    border-style: none;
}
.warn   {
    color: rgb(120,0,0); 
    background-color: transparent; 
	font-size: 11px;
    font-weight: normal;
    border-width: 0;
    border-style: none;
}
.error  {
    background-color: red; 
	font-size: 11px;
}

.confirm {
    background-color: yellow;
    color: black;
	font-size: 11px;
}

.inactive {
    text-decoration: line-through;
}

div.spacer {
	font-size: 1px;
	height: 10px;
	/* ie6 hack for correct div heights */
	overflow: hidden;
}

div.hr {
	font-size: 1px;
	height: 1px;
	/* ie6 hack for correct div heights */
	overflow: hidden;
	background-color: white;
}
		

