﻿a:link {
    color: #333333;
    text-decoration: none;
}
a:visited { 
	color: #333333;
	text-decoration: none;
	}
a:hover
{
    color: #333333;
    text-decoration: underline;
}
a:active { 
	color: #333333;
	text-decoration: none;
	}
body
{
	font-family: tahoma;
	font-size: 10pt;
    text-align: center;
    width: auto;
    margin-top: 0px;
    background-repeat: repeat-x;
    background-image: url(img/casa_01.gif);
    background-color: #993333;
}

div#wrapper 
{
	margin:0 auto;
	text-align:left;
	width: 790px;
	margin:0 auto;
}

.Header
{
	font-family: Calibri,Georgia;
	font-size: 14pt;
	font-weight: bold;
}

/*Tables*/
.CalloutTable
{
	background-color: #fafad2;
	color: #330000;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	border-right: #d2b48c 1px solid;
	border-top: #d2b48c 1px solid;
	border-left: #d2b48c 1px solid;
	border-bottom: #d2b48c 1px solid;
}
.CalloutTableEmpty
{
	background-color: #ffffff;
	color: #330000;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	border-right: #d2b48c 1px solid;
	border-top: #d2b48c 1px solid;
	border-left: #d2b48c 1px solid;
	border-bottom: #d2b48c 1px solid;
	text-indent: 2px;
}

.YellowTableLeft
{
	border-right: #d2b48c 1px solid;
	border-left: #d2b48c 1px solid;
	border-bottom: #d2b48c 1px solid;
}
.YellowTableRight
{
	border-right: #d2b48c 1px solid;
	border-bottom: #d2b48c 1px solid;
}
.YellowTableBottom
{
	border-bottom: #d2b48c 1px solid;
}
.GreenTable
{
	background-color: #33CC33;
	color: #330000;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #006600;
}

/*Page Elements*/
.TextBoxStandard
{
	border: #333333 1px inset;	
	font-family: Tahoma;
	font-size: 11pt;
	color: #330000;
}
.TextBoxExtender
{
	background-color: #fafad2;
	color: #330000;
	font-family: Tahoma;
	font-size: 11pt;
	border-right: #d2b48c 1px inset;
	border-top: #d2b48c 1px inset;
	border-left: #d2b48c 1px inset;
	border-bottom: #d2b48c 1px inset;
}
.ButtonStandard
{
	background-color: #fafad2;
	color: #330000;
	font-family: Tahoma;
	font-size: 11pt;
	border: #d2b48c 1px solid;
}
.LinkButton
{
	color: #330000;
	font-family: tahoma;
	font-size: 10pt;
}
.Cursors
{
	cursor:pointer;
}

/*MasterPage*/

.LeftNavOnMouseOver
{
	background-color: #fafad2;
}
.LeftNavOnMouseOut
{
	background-color: #ffffff;
}

/* Links */
.LinkBarM
{
    font-size: 10pt;
    font-family: tahoma,verdana,arial;
    font-weight:normal;
}
.LinkBarS
{
    font-size: 8pt;
    font-family: tahoma,verdana,arial;
    font-weight:normal;
}
.NavTitleL
{
	font-size: 12px;
	color: #333333;
	font-family: Tahoma, Verdana;
}
a.NavTitleL:link
{
	text-decoration: none;
	color: #333333;
}
a.NavTitleL:visited
{
	text-decoration: none;
	color: #333333;
}
a.NavTitleL:active
{
	text-decoration: underline;
	color: #0066ff;
}
a.NavTitleL:hover
{
	text-decoration: underline;
	color: #0066ff;
}

/* Backgrounds */
.WhiteBackground
{
	background-color: #ffffff;
}

.TB_Back
{
    font-size: 9pt;
    font-family: tahoma,verdana,arial;
    font-weight:normal;	
    background-color: #FFFFCC;
}

.modalBackground {
	background-color:Gray;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

/*Fonts*/
.Large
{
	font-family: tahoma;
	font-size: 13pt;
	font-weight: normal;
}
	
.Bigger
{
	font-family: tahoma;
	font-size: 11pt;
	font-weight: normal;
}
.Normal
{
	font-family: tahoma;
	font-size: 9pt;
	font-weight: normal;
}

.Small
{
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
}

/*Menu Page*/
.MenuCategoriesHeader
{
	background-color: #fafad2;
	color: #330000;
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	border-right: #d2b48c 1px solid;
	border-top: #d2b48c 1px solid;
	border-left: #d2b48c 1px solid;
	border-bottom: #d2b48c 1px solid;
}
.MenuCategoriesDescription
{
	font-family: Georgia;
	font-size: 9pt;
	font-weight: normal;
}
.MenuItemsName
{
	font-family: Georgia;
	font-size: 9pt;
}
.MenuItemsDesc
{
	font-family: Georgia;
	font-size: 8pt;
}
.CenterElements
{
    margin: 0 auto;
}