body {
	background-color: #67A0DF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.largetext {font-family:Georgia, Times New Roman, Times, serif; font-size: 17px; font-weight:normal; color:#17224B; font-style:italic;}

.newtext {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight:normal;
	color:#17224B;
	line-height: 20px;
}

.mediumtext {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight:normal;
	color:#17224B;
	line-height: 20px;
}
a.mediumtext:link {color:#17224B; font-weight: normal; text-decoration:none;}
a.mediumtext:visited {color:#17224B; font-weight: normal; text-decoration:none;}
a.mediumtext:hover {color:#17224B; font-weight: normal; text-decoration:underline;}
a.mediumtext:active {color:#17224B; font-weight: normal; text-decoration:none;}

.smalltext {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight:normal;
	color:#17224B;
	text-decoration:none;
}
a.smalltext:link {color:#17224B; text-decoration:underline;}
a.smalltext:visited {color:#17224B; font-weight: normal; text-decoration:underline;}
a.smalltext:hover {color:#17224B; font-weight: bold; text-decoration:underline;}
a.smalltext:active {color:#17224B; font-weight: normal; text-decoration:underline;}

.footertext {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:normal; color:#17224B; }
a.footertext:link {color:#17224B; font-weight: normal; text-decoration:none;}
a.footertext:visited {color:#17224B; font-weight: normal; text-decoration:none;}
a.footertext:hover {color:#17224B; font-weight: normal; text-decoration:underline;}
a.footertext:active {color:#17224B; font-weight: normal; text-decoration:none;}

.headlinetext {font-family: Georgia, Times New Roman, Times, serif; color:#764C1E; font-size:14px; font-weight: bold;}
a.headlinetext:link {text-decoration:none;}
a.headlinetext:visited {text-decoration:none;}
a.headlinetext:hover {text-decoration:underline;}
a.headlinetext:active {text-decoration:none;}

.sidebartext {font-family: Georgia, Times New Roman, Times, serif; color:#764C1E; font-size:13px; font-weight: bold;}
a.sidebartext:link {text-decoration:none;}
a.sidebartext:visited {text-decoration:none;}
a.sidebartext:hover {text-decoration:underline;}
a.sidebartext:active {text-decoration:none;}

.reservationstext {font-family: Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:10px; font-weight: normal;}
.datefieldtext {font-family: Verdana, Arial, Helvetica, sans-serif; color:#764C1E; font-size:10px; font-weight: normal; height:16px; width:122px;}
.smallfieldtext {font-family: Verdana, Arial, Helvetica, sans-serif; color:#764C1E; font-size:10px; font-weight: normal; height:16px; width:40px;}

.cateringtext {font-family:Georgia, Times New Roman, Times, serif; font-size: 11px; font-weight:normal; color:#17224B;}

.firebugHighlight {
    z-index: 2147483647;
    position: absolute;
    background-color: #3875d7;
}

.firebugLayoutBoxParent {
    z-index: 2147483647;
    position: absolute;
    background-color: transparent;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
}

.firebugRulerH {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(chrome://firebug/skin/rulerH.png) repeat-x;
    border-top: 1px solid #BBBBBB;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px solid #000000;
}

.firebugRulerV {
    position: absolute;
    top: 0;
    left: -15px;
    width: 14px;
    height: 100%;
    background: url(chrome://firebug/skin/rulerV.png) repeat-y;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #000000;
    border-bottom: 1px dashed #BBBBBB;
}

.overflowRulerX > .firebugRulerV {
    left: 0;
}

.overflowRulerY > .firebugRulerH {
    top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.firebugLayoutBoxOffset {
    z-index: 2147483647;
    position: absolute;
    opacity: 0.8;
}

.firebugLayoutBoxMargin {
    background-color: #EDFF64;
}

.firebugLayoutBoxBorder {
    background-color: #666666;
}

.firebugLayoutBoxPadding {
    background-color: SlateBlue;
}

.firebugLayoutBoxContent {
    background-color: SkyBlue;
}

/*.firebugHighlightGroup .firebugLayoutBox {
    background-color: transparent;
}

.firebugHighlightBox {
    background-color: Blue !important;
}*/

.firebugLayoutLine {
    z-index: 2147483647;
    background-color: #000000;
    opacity: 0.4;
}

.firebugLayoutLineLeft,
.firebugLayoutLineRight {
    position: fixed;
    width: 1px;
    height: 100%;
}

.firebugLayoutLineTop,
.firebugLayoutLineBottom {
    position: absolute;
    width: 100%;
    height: 1px;
}

.firebugLayoutLineTop {
    margin-top: -1px;
    border-top: 1px solid #999999;
}

.firebugLayoutLineRight {
    border-right: 1px solid #999999;
}

.firebugLayoutLineBottom {
    border-bottom: 1px solid #999999;
}

.firebugLayoutLineLeft {
    margin-left: -1px;
    border-left: 1px solid #999999;
}

