

/* Bodies */

body.main
{
	font-family: arial, verdana, sans-serif;
	background-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.webmenu
{
	font-family: arial, verdana, sans-serif;
	background-image: url('MenuBG.gif');
	font-weight:bold;
	margin-left: 5;
	margin-top: 100;
	margin-bottom: 0;
    margin-right: 0;
	text-align: left;
}


/* Images */

img
{
	border: 0;
}

img.secret
{
	cursor: default;
}

img.link
{
	cursor: hand;
}


img.gallery
{
	vertical-align: middle;
}


/* Tables */

table.hide
{
	width: 95%;
	border-style: none;
	border-collapse: collapse;
	border-width: 0px;
}

td.hide
{
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
	color: #FFFFFF;
	padding: 5px;
}

table.comments
{
	width: 95%;
	border-style: none;
	border-collapse: collapse;
}

/*td.comments
{
	border-collapse: collapse;
	border-style: none;
	text-align: center;
	border-width: 0px;
	font-size: 10pt;
	color: "#000000";
	padding: 5px;
}*/

table.menu
{
	width: 90%;
	border-style: none;
	border-collapse: collapse;
}

td.menu
{
	vertical-align: top;
	width: 50%;
}

table.administrative
{
	width: 95%;
	border-color: #000000;
	border-collapse: collapse;
	border-width: 2px;
	border-style: ridge;
	text-align: center;
}

td.administrative
{
	border-collapse: collapse;
	text-align: center;
	border-width: 1px;
	border-style: ridge;
	font-size: 10pt;
	color: #000000;
}

td.slideshow
{
	vertical-align: middle;
	border-collapse: collapse;
	border-style: ridge;
	text-align: left;
	border-color: #000000;
	border-width: 1px;
	font-size: 10pt;
	color: #CC9900;
}



/* Divisions */

/*div.photo
{
	float: left;
}


div.gallery
{
	width: 150;
	height: 100;
	margin-left: 20;
	margin-top: 20;
	border-style: outset;
	border-collapse: collapse;
	border-width: 0;
	border-color: white;
	text-align: center;
	vertical-align: middle;
	float: left;
} */

div.text
{
	width: 90%;
	margin-left: 20;
	margin-right: 20;
	margin-top: 20;
	text-align: left;
	border-style: none;
	border-collapse: collapse;
	border-width: 0;
}




/* Font */

h1, h2, h3, h4, h5, h6, p
{
	margin-top: 6;
	margin-bottom: 10;
}

h1 {color:#000000; font-weight:normal; font-size:32px;}
h2 {color:#000000; font-weight:normal;}
h3 {color:#666666; font-weight:bold;}
h4 {color:#666666; font-weight:bold;}
h5 {color:#666666; font-weight:bold;}
h6 {color:#666666; font-weight:bold;}

blockquote
{
	margin-top: 0;
	margin-bottom: 6;
}

li
{
	color: #FFFFFF;
}

font.menuitemname
{
	/*text-decoration: italic;*/
	font-weight: bold;
	color: #000000;
}

font.menuitemprice
{
	/*text-decoration: italic;*/
	font-weight: italic;
	color: #000000;
}

p  {color:#000000;}

p.tiny
{
	font-size: 8pt;
	margin-top: 3;
	margin-bottom: 6;
}

p.compact
{
	margin-top: 0;
	margin-bottom: 0;
}

h4.compact
{
	margin-top: 0;
	margin-bottom: 0;
}


/* Links */

a
{
	text-decoration: none;
	color: #666666;
	background-color: transparent;
	background-image: none;
}

a.inline
{
	text-decoration: italic;
	color: #F8BA27;
	background-color: transparent;
	background-image: none;
}

a:hover
{
	color: #C2CECE;
	background-color: transparent;
	background-image: none;
}




/* Miscellaneous */

.darkBox
{
/*	background-color: "#AFAFAF";*/
	background-color: #666666;
	scrollbar-face-color: #99ADAD;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #C2CECE;
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	color:#FFFFFF;
	background-image: none;
	border-color: #515374;
}
