/* Rosemont Inn
7/14/04 started site wide style sheet */

/*
 ##################################################################
 8/21/07 Romance package
*/

.table-value
{
	font-size: 14px;
	font-weight: normal;
	color: black;
	text-align: left;
	background-color: transparent;
	font-style: italic;
	font-family: Monotype Corsiva;
}

.table-header
{
	font-size: 16px;
	font-weight: normal;
	color: black;
	text-align: left;
	background-color: #CC3366;
	font-style: italic;
	font-family: Monotype Corsiva;
	padding: 5px;
}

.fancy-text
{
	font-size: 18px;
	font-weight: normal;
	color: black;
	text-align: center;
	background-color: transparent;
	font-style: italic;
	font-family: Monotype Corsiva;
}

/*
8/15/07 site wide:
*/

.top-header
{
	font-size: 36px;
	color: #CC3366;
	text-align: center;
	text-transform: inherit;
	font-weight: bold;
}

/*
10/7/05 for calendar page:
*/

.date
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 50px;
}

.description
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.month-name
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: x-large;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}

/* calender page borders: */
.left-top
{
	border-left: 5px solid;
	border-top: 5px solid;
	border-right: 5px solid;
	border-bottom: 5px solid;
}

.right-middle
{
	border-left: 5px dashed;
	border-top: 5px dashed;
	border-right: 5px dashed;
	border-bottom: 5px dashed;
}

.left-bottom
{
	border-left: 5px dotted;
	border-top: 5px dotted;
	border-right: 5px dotted;
	border-bottom: 5px dotted;
}

.standalone-box
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: large;
	border-width: 5px;
	border-style: double;
	text-align: center;
}

/* in planning your stay */
.colored-big
{
	font-size: 22pt;
	font-weight: bold;
	color: #82063C;
}

.standard-big
{
	font-size: 22pt;
	font-weight: bold;
	color: #000000;
}

.standard-bigger
{
	font-size: 36pt;
	font-weight: bold;
	color: #000000;
}

.subject-to-change
{
	font-size: 16pt;
	font-weight: bold;
	color: #82063C;
}

/* used on the specials page */
.special-intro
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.specials-bottom-box
{
	font-size: 24px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 20px ridge #CC3300;
	text-align: center;
	margin: 50px;
	padding: 50px;
}



/*styles for the meal menu:*/
.menu_entree_type
{
	font-size: large;
	font-weight: bold;
	font-style: normal;
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	color: #3300CC;
}

/*
	background-color: #FFCC99;
*/

.menu_item_title
{
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #3300CC;
}

.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;
}


