/* 4/13/09 edit by Bob <www.site-webmaster.com>

site wide default:*/

p,H1,H2,H3,TD
{
	color: #3300CC;
}

/*
lists in the room index:
*/

ul
{
	list-style-image: url(/m/images/misc-graphics/list-bullet-1.gif);
	list-style-type: circle;
}

.page_header
{
	color: #FFFFCC;
	background-color: #0033FF;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
}

.page_sub_header
{
	color: #FFFFCC;
	background-color: #0033FF;
	font-size: medium;
	font-weight: bold;
}

.emphasis
{
	color: black;
	font-size: medium;
	font-weight: bold;
}


/*
******************************************************************
6/9/09 
anchors added to show icon for external links
*/
a.external-link:link
{
	background-image: url(/m/images/misc-graphics/external-link.png);
	color: #0000ff;
	text-decoration: underline;
	background-repeat: no-repeat;
	padding: 0 5px 0 13px;
}


a.external-link:visited
{
	background-image: url(/m/images/misc-graphics/external-link.png);
	color: #0000ff;
	text-decoration: underline;
	background-repeat: no-repeat;
	padding: 0 5px 0 13px;
}

a.external-link:hover
{
	background-image: url(/m/images/misc-graphics/external-link.png);
	color: #0000ff;
	text-decoration: underline;
	background-repeat: no-repeat;
	padding: 0 5px 0 13px;
}

/*
******************************************************************
end anchors added to show icon for external links
*/	
	


/*styles for the meal menu:*/
.menu_entree_type
{
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	background-color: #FFCC99;
}

.menu_item_title
{
	font-size: medium;
	font-weight: bold;
	font-style: normal;
}

.menu_description
{
	color: black;
	font-weight: normal;
	font-style: italic;
}

.menu_price
{
	color: black;
	font-weight: normal;
}

.menu_small_italic
{
	color: black;
	font-size: small;
	font-weight: normal;
	font-style: italic;
}
