html {
	height: 100%;
	margin-bottom: 1px;
	
}

form {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	color: #333333;
	height: 100%;
	font-size: 10pt;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #EB00A0;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #EB00A0;
}

.inactive_menu_link {
	text-decoration: none;
	font-weight: bold;
	color: #EB00A0;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

img {
	border: 0 none;
}

.outer_header{
	background: url(../images/top_bg.jpg) repeat-x #FFFFFF top;
	text-align: center;
}

.inner_header {
	height: 149px;
	width: 100%;
	margin: 0;
	background: url(../images/top_banner.jpg) no-repeat left;
}

.wrapper {
	background: url(../images/left_bg_bottom.jpg) no-repeat left bottom;
	padding-bottom: 15px;
}

.narrow_wrapper {
	background: url(../images/left_bg_bottom.jpg) no-repeat left bottom;
	padding-bottom: 15px;
	height: 600px;
}

.menu_links_block {
	width: 205px;
}

.menu_links_block ul {
	list-style: none;
}

.menu a:link, .menu a:active, .menu a:visited, .menu a:hover {
	font-weight: bold;
}

.current a:link, .current a:active, .current a:visited, .current:hover {
	color: #88AF1E;
	font-weight: bold;
}

.footer {
	width: 100%;
	/* Alternate Color: #EB00A0 */
	background: url(../images/smile.png) no-repeat left #CC0099;
	height: 120px;
	padding-top: 15px;
}

.footer a:active, .footer a:visited, .footer a:link, .footer a:hover {
	color: #88D21D;
	font-weight: bold;
}

span.article_separator {
	display: block;
	height: 20px;
}

.content_table_wrapper {
	background: url(../images/left_bg.png) no-repeat left top;
}

.no_content_table_wrapper {
}

.green_ul {
	list-style-image: url(../images/green_bullet.gif);
}

.listings table {
	border: 2px #88AF1E solid;
}
.listings td {
	border: 1px #88AF1E solid;
}

.listings td.no-wrap {
        white-space: nowrap;
}

.listings th {
	border: 1px #88AF1E solid;
	background-color: #CC0099;
	color: #FFFFFF;
}


.listings_blue table {
	border: 2px #6a97db solid;
}
.listings_blue td {
	border: 1px #6a97db solid;
}

.listings_blue td.no-wrap {
        white-space: nowrap;
}

.listings_blue th {
	border: 1px #6a97db solid;
	background-color: #CC0099;
	color: #FFFFFF;
}



input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-size: 10pt;
	background-color: #FDFBD1;
	border: 1px gray solid;
}

.submit {
	background-color: #CC0099;
	color: #FFFFFF;
	font-weight: bold;
	width: 80px;
	padding: 2px;
}

.listing_entry {
	border: 2px #88AF1E solid;
	padding: 3px;
}
.listing_entry_pink {
	border: 2px #EB00A0 solid;
	padding: 3px;
}

.section_header {
	color: #EB00A0;
	font-size: 15pt;
	font-weight: bold;
}

.section_header_smaller {
	color: #EB00A0;
	font-size: 12pt;
	font-weight: bold;
}

.section_header_extra_smaller {
	color: #EB00A0;
	font-size: 10pt;
	font-weight: bold;
}

#ajax_loader img {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.astrikas {
	color: blue;
	font-weight: bold;
}

#seachangebooking {
    border: 1px #88AF1E solid;
    padding: 5px;
}

.imagecaption {
    float: left;
    text-align: center;
    margin:0 11px 11px 0;
}

.imagecaption span {
    text-align: center;
}

.accimg {
	border: 1px #EB00A0 solid;
	padding: 2px;

}

.pink_text {
	color: #EB00A0;
	font-size: 10pt;
}

.strongheader {
	font-size:13pt;
	font-weight:bold;
}

input.cook_book_button {
  padding: 10px;
  border: 5px solid lightgreen;
  background-color: #EB00A0;
  margin-left: -25px;
  font-weight: bold;
  color: #fff;

}