body 
{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	text-transform: none;
	color: black;
	background-image: url('images/bgvig.jpg');
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	
}
.body_plain
{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	text-transform: none;
	color: black;
	background-image: url('images/bg_white.gif');
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

input
{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 9pt;
	font-weight: normal;
}

textarea
{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 9pt;
	font-weight: normal;
}

select
{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 9pt;
	font-weight: normal;
}

a
{
	color: black;
	text-decoration:none;
}
a:hover
{
	color: #E87817;
	text-decoration:none;
}

h1
{
	color:#1592D1; 
	font-size:14pt; 
	font-weight:bold;
	height:4px;
}
h2
{
	color:#21844A; 
	font-size:8pt; 
	font-weight:bold;
	height:7px;
}


.heading
{
	color:#1592D1; 
	font-size:14pt; 
	font-weight:bold;
}

.link_und
{
	color: Black;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}
.link_und:hover
{
	color: Black;
	text-decoration:none;
}

.link_tab
{
	color: Black;
	font-size: 9pt;
}
.link_tab:hover
{
	color: #1592D1;
}

.link_sr
{
	color: #E87817;
	text-decoration:none;
}

.link_sr:hover
{
	color: black;
	text-decoration:none;
}

.link_small
{
	font-size:7pt;
	color: #1592D1;
	text-decoration:none;
}

.link_small:hover
{
	color: #E87817;
	text-decoration:none;
}

.link_other
{
	font-weight:bold;
	color: #21844A;
	text-decoration:none;
}

.link_other:hover
{
	color: black;
	text-decoration:none;
}

.login
{
	font-size:8pt;
}

.btn_signin
{ 
	font-size:8pt;
	padding:2px 2px; 
	border:1px solid gray;
	cursor:pointer;
}
.btn_signin:hover
{
	background-color:Gray;
	border:1px solid black;
	color:White;
	cursor:pointer;
}
	
.copyright
{
	color: #6B6B6B;
}

.div_overlay
{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:0%;
	height:0%;
	text-align:center;
	z-index: 1000;
	background-color:gray;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
}

.div_overlay_sub
{
	visibility: hidden;
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1001;	
}

.div_overlay_sub_sub
{
	text-align:center;
}

.tbl_overlay
{
	width: 100%; 
	height: 100%;
}

.td_overlay
{
	height:12px;
	font-size:8pt;
	font-family:Arial;
}
.td_overlay_big
{
	height:12px;
	font-size:10pt;
	font-family:Arial;
}

.td_hilite
{
	background-color:#FFFF80;
}
.td_my_restaurant
{
	background-color:#1592D1;
	color:White;
}
.td_restaurant_details
{
	font-size:8pt;
	font-family:Arial;
}