
html, body { height: 100%;
			 margin: 0;
			 font-family: Verdana, Arial, Helvetica, sans-serif;
			 font-size: 10pt;
			 color: #261E4F;
			 cursor: default;
			 scrollbar-3dlight-color: #CFCFCF;
			 scrollbar-arrow-color: #63718E;
			 scrollbar-darkshadow-color: #ADADAD;
			 scrollbar-face-color: #DBDBDB;
			 scrollbar-highlight-color: #FAFAFA;
			 scrollbar-shadow-color: #DEE3E7;
			 scrollbar-track-color: #EFEFEF;
}

a:link {color: #494949; text-decoration: none; font-size: 9pt;}
a:active {color: #494949; text-decoration: none; font-size: 9pt;}
a:visited {color: #494949; text-decoration: none; font-size: 9pt;}
a:hover {color: #786369; text-decoration: underline; font-size: 9pt;}

a.main:link {color: #494949; text-decoration: none; font-size: 9pt; border-style: dashed; border-color: silver; border-width: 0 0 1px 0;}
a.main:active {color: #494949; text-decoration: none; font-size: 9pt; border-style: dashed; border-color: silver; border-width: 0 0 1px 0;}
a.main:visited {color: #494949; text-decoration: none; font-size: 9pt; border-style: dashed; border-color: silver; border-width: 0 0 1px 0;}
a.main:hover {color: #786369; text-decoration: none; font-size: 9pt; border-style: solid; border-color: #786369; border-width: 0 0 1px 0;}

a.restaurant:link {color: crimson; text-decoration: none; font-size: 11pt; font-weight: bold;}
a.restaurant:active {color: crimson; text-decoration: none; font-size: 11pt; font-weight: bold;}
a.restaurant:visited {color: crimson; text-decoration: none; font-size: 11pt; font-weight: bold;}
a.restaurant:hover {color: crimson; text-decoration: underline; font-size: 11pt; font-weight: bold;}

a.menu:link {color: maroon; text-decoration: underline; font-size: 10pt; font-weight: bold;}
a.menu:active {color: maroon; text-decoration: underline; font-size: 10pt; font-weight: bold;}
a.menu:visited {color: maroon; text-decoration: underline; font-size: 10pt; font-weight: bold;}
a.menu:hover {color: maroon; text-decoration: none; font-size: 10pt; font-weight: bold;}

a.footer:link {color: #494949; text-decoration: none; font-size: 8pt;}
a.footer:active {color: #494949; text-decoration: none; font-size: 8pt;}
a.footer:visited {color: #494949; text-decoration: none; font-size: 8pt;}
a.footer:hover {color: #786369; text-decoration: underline; font-size: 8pt;}

a.alpha:link {color: #494949; text-decoration: none; font-size: 8pt; padding: 0 5px 0 5px;}
a.alpha:active {color: #494949; text-decoration: none; font-size: 8pt; padding: 0 5px 0 5px;}
a.alpha:visited {color: #494949; text-decoration: none; font-size: 8pt; padding: 0 5px 0 5px;}
a.alpha:hover {color: #786369; text-decoration: underline; font-size: 8pt; padding: 0 5px 0 5px;}

a.special:link {color: purple; text-decoration: none; font-size: 8pt; font-weight: bold;}
a.special:active {color: purple; text-decoration: none; font-size: 8pt; font-weight: bold;}
a.special:visited {color: purple; text-decoration: none; font-size: 8pt; font-weight: bold;}
a.special:hover {color: purple; text-decoration: underline; font-size: 8pt; font-weight: bold;}

a.faq:link {color: #261E4F; text-decoration: none; font-size: 10pt; font-weight: bold;}
a.faq:active {color: #261E4F; text-decoration: none; font-size: 10pt; font-weight: bold;}
a.faq:visited {color: #261E4F; text-decoration: none; font-size: 10pt; font-weight: bold;}
a.faq:hover {color: #261E4F; text-decoration: underline; font-size: 10pt; font-weight: bold;}

a.top:link {color: gray; text-decoration: underline; font-size: 8pt;}
a.top:active {color: gray; text-decoration: underline; font-size: 8pt;}
a.top:visited {color: gray; text-decoration: underline; font-size: 8pt;}
a.top:hover {color: gray; text-decoration: none; font-size: 8pt;}

a.side_menu:link {color: #494949; text-decoration: none; font-size: 8pt;}
a.side_menu:active {color: #494949; text-decoration: none; font-size: 8pt;}
a.side_menu:visited {color: #494949; text-decoration: none; font-size: 8pt;}
a.side_menu:hover {color: #786369; text-decoration: underline; font-size: 8pt;}

.textBox {
		padding: 3px;
		background: #eeeee3;
		border-style: solid;
		border-color: gray;
		border-width: 1px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.textBoxRequired {
		padding: 3px;
		background: #eeeee3;
		border-style: solid;
		border-color: crimson;
		border-width: 1px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.textBoxReadonly {
		padding: 3px;
		background: #ebebeb;
		border-style: solid;
		border-color: gray;
		border-width: 1px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.notesBox {
		padding: 3px;
		background: #eeeee3;
		border-style: solid;
		border-color: gray;
		border-width: 1px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #261E4F;
}

.searchBox {
		padding: 2px;
		background: white;
		border-style: inset;
		border-color: white;
		border-width: 2px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.sortBox {
		padding: 2px;
		background: white;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: black;
}

.button	{
		padding: 2px;
		border-width:1px;
		border-style:outset;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.redstar{
	color: red;
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.tabon {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px 0px 0px;
	background-color: #D4DBE9;
	cursor: pointer;
}

.taboff {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px 0px 0px;
	background-color: white;
	cursor: pointer;
}

.gray {
	color: gray;
}


#dhtmltooltip, #fixedtipdiv {
	position: absolute;
	border-color: #5A080A;
	border-style: solid;
	border-width: 2px;
	padding: 5px 10px 5px 10px;
	color: white;
	background-color: #A24647;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}