﻿/* This section should be updated with the contents of General.css, since the import control crashes visual studio */

body
{
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
}

.fontGrey
{
    color: #444444;
}


.textCentred
{
    text-align:center;
}

/* End of General.css copied section */

.details_label
{
    font-weight: bold;
    color: #444444;
}

.details_field
{
    font-weight: normal;
    color: #444444;
}

.restaurant_header_table
{
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.restaurant_header_panel
{
    /*background-image: url(~/Images/Controls/Restaurant/Restaurant_Top_Panel 600x150.jpg);*/
    /* This doesn't work with a form panel - you have to set the bacground image against the component. */    
    /*background-color: #f5f5f5; setting a background colour overrides the background image.*/
}

.mpRestaurant
{
    background-color: #f5f5f5;
    border-left: silver 1px solid;
    padding-left: 10px;
    padding-top: 10px;
}

.restaurant_details_table
{
    font-size: 8pt;
    color: black;
}

.restaurant_details_label
{
    width: 150px;
}

.restaurant_details_field
{
    width:450px;
}

.restaurant_menu_field
{
    width: 600px;
}

/*Newly added 6 March 07 */
.drMainMenu
{
    list-style-type: none; 
    margin: 0px; 
    margin-left: 10px;
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 0px; 
    padding-top: 0px;   
}

.drMainMenuItem
{
    padding-bottom: 5px;
}
.footerImage
{
    PADDING-RIGHT: 15px; 
    PADDING-LEFT: 15px; 
    PADDING-BOTTOM: 0px; 
    PADDING-TOP: 0px;
}

A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333333;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:bold;
	color:	#333333;
	}	
		
A:hover	{	
	text-decoration: none;
	font-weight:bold;
	color:	#000000;
	}