﻿BODY

{
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-align: justify;
}

.navigation
{
	font-weight: bold;
	font-size: 11px;
	background-color: #8d0036;
	color: #ffffff;
	background-repeat: repeat-x;
}
.navigation A
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.navigation A:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70); /*opacity:0.7;*/
}

.modalPopup
{
	background-color: #ffffde;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

A
{
	color: #8d0036;
	text-decoration: underline;
}

A.text
{
	color: #8d0036;
	text-decoration: underline;
}

A:hover.text
{
	text-decoration: none;
}


.TextWhite
{
	color: #ffffff;
	font-size: 12px;
	line-height: 21px;
	text-decoration: none;
}

.textBold
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	line-height: 21px;
}

.textBoldRed
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: Red;
	line-height: 21px;
}

.tableHeader
{
	border-style: dotted;
	border-width: thin;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: Black;
}

.buttonGo
{
	background-image: url(images/button_go.png);
}

.Seperator
{
	padding-right: 0px;
	padding-left: 5px;
	background-image: url(images/SeperatorDel.gif);
	background-repeat: repeat-y;
	background-position-x: center;
}

.PageBox
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
.HomePageText
{
	font-size: 10px;
	color: #000000;
	font-family: Arial;
}

.HomePageArticleNameText
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
}

.HeaderLinkText
{
	font-size: 12px;
	color: #000000;
	font-family: Arial Narrow;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.HeaderLinkBox
{
	border-right: darkgray 0px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}
.SitesLinkText
{
	font-size: 10px;
	color: Black;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.SisterSitesLinkText
{
	font-size: 10px;
	color: #CD3301;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.SisterSitesLinkBox
{
	border-right: #CD3301 1px solid;
	border-top: #CD3301 0px solid;
	border-left: #CD3301 0px solid;
	border-bottom: #CD3301 0px solid;
	padding-right: 5px;
	padding-left: 5px;
}


table
{
	font-family: Arial, Verdana;
  font-size: 12px;
}

.Bold
{
	font-weight: bold;
}

.LightShade
{
	background-color: pink;
}
.PageHeading
{
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 12pt;
	text-align: center;
	color: darkred;
	text-decoration: none;
}

.Grid
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	font-size: 9pt;
}

.HeaderStyle
{
	background-color: #a91f11;
	color: snow;
	height: 20px;
}

.RowStyle
{
	background-color: whitesmoke;
	color: #333333;
}
.AlternatingRowStyle
{
	background-color: Silver;
	color: #284775;
}

.FooterStyle
{
	background-color: lightsalmon;
	color: #c10c28;
	height: 20px;
}

.SelectedRowStyle
{
	font-weight: bold;
	background-color: #009999;
}
.PagerStyle
{
	background-color: lightsalmon;
	text-align: left;
	color: #ffffff;
}
.EditRowStyle
{
	background-color: #999999;
}

.ArticleHeading
{
	font-family: Arial, Verdana;
	font-size:12px;
	color:#CD3301;
	
	}
	
	.restaurantTDheader
	{
		text-decoration: none;
		 height: 20px;
		 padding-top: 2px;
		 border-bottom: #ccbbf0 1px solid;
		 border:solid 1px #ccbbf0;
		 padding-right: 0px;
		 padding-left: 2px;
		 color: #070f3e;
		 padding-bottom: 1px;
		 font-weight: bold;
		 font-size: small;
	}
	.restaurantTDframe
	{
		border-width:0px;
		border-style: none;
	}
	a.restaurantLinks
	{
		text-decoration: none;
		color: #070f3e;
	}
	a.restaurantLinks:hover
	{
		text-decoration: underline;
		color: #070f3e;
	}
	a.restaurantLinksCountry
	{
		text-decoration: underline;
		color: #070f3e;
	}
	a.restaurantLinksCountry:hover
	{
		text-decoration: none;
		color: #cc3300;
	}