.opentable
{
	background-color: #f1f1f1;
	width: 100%;
	padding: 2px;
	border-color: #f9f9f9;
	border-width: 2px 3px 3px 2px;
	border-style: groove;
	margin: 2px 0 0 0;
}

.byline {
	color: #999999;
}

.note
{
	color: #336666;
}

body, p, td {
	font: 12px/14px Verdana, Arial, sans-serif;
}

a:link, a:visited {
    color: blue;
    text-decoration: none;
    /*font-weight: bold;*/
}

a:active, a:hover {
    color: blue;
	text-decoration: none;
    /*font-weight: bold;*/
}

hr
{
/* 	border:none; */
	height:1px;
	border:#999999; solid 1px 0px 0px 0px;
}

/* header */
#tri-menu
{
	background-color: #999999;
}

#int-menu
{
	margin:12px 18px;
	width:200px;
}

/* nav bar */
td.nav
{
	background-color: #333333;
	color: #ffffff;
}

td.nav a:link, td.nav a:visited
{
	font-weight: normal;
	text-decoration:none;
	color: #ffffff;
}

td.nav a:hover, td.nav a:active
{
	font-weight: normal;
	text-decoration:none;
	color: #dddddd;
}

#home
{
	margin-left: 12px;
}

#nav-color-bar
{
	background-color: #999966;
}

/* home util */
.lightshade { 	background-color: #cccc99; }
.darkshade { background-color: #999966; }

/* hightlights */
#highlights
{
	background-color: #cccc99;
}

#highlights h2
{
	margin:14px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	font-style: normal;
}
#highlights ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:10px;
}
#highlights li
{
	margin:7px 0px;
}
#highlights a
{
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
#highlights a:hover
{
	text-decoration:none;
}

/* left column */
#left-column
{
	background-color: #cccc99;
}

#sidemenu
{
	border-bottom:4px solid #ffffff;
}

#sidemenu a:link, #sidemenu a:visited
{
	font-weight: normal;
	text-decoration:none;
	color: #ffffff;
	margin-left: 12px;
}

#sidemenu a:hover, #sidemenu a:active
{
	font-weight: normal;
	text-decoration:none;
	color: #dddddd;
	margin-left: 12px;
}

#sidemenu td
{
	background-color: #999966;
	border-bottom: 1px solid #ffffff;
}

#submenu td
{
	border: 0px;
}

#submenu a:link, #submenu a:visited
{
	font-weight: normal;
	text-decoration:none;
	color: #ffffff;
	margin-left: 24px;
}

#submenu a:hover, #submenu a:active
{
	font-weight: normal;
	text-decoration:none;
	color: #dddddd;
	margin-left: 24px;
}

/* content column */
#content
{
	border: 1px solid #999999;
}

h1 {
	margin:7px 0px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	font-style: normal;
}

h2 {
	margin:14px 0px 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
}

h3 {
	margin:14px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	font-style: italic;
}

#content p
{
	margin:0px 0px 14px;
}

#content blockquote
{
	margin:14px 14px;
}

#content blockquote.success
{
	font-size:12px;
}

#content blockquote cite
{
	display:block;
	font-style: italic;
	font-size:10px;
	line-height:12px;
	margin-top:6px;
	border: none;
}

/* right column */
#right-column
{
	background-color: #cccc99;
}

#right-column img.photo
{
	border-bottom: 4px solid #ffffff;
}

#right-column h3
{
	margin:5px 12px;
	padding: 2px 0px;
	border-bottom: 1px solid #ffffff;
	font-weight:bold;
	font-style:normal;
}

#right-column ul
{
	list-style:none;
	margin:0px 12px;
	padding:0px;
	font-size:10px;
}

#right-column a
{
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
}
#right-column a:hover
{
	text-decoration:none;
}


#totop
{
	background-color: #cccc99;
}

#totop table
{
	border-top: 1px solid #ffffff;
	background-color: #999999;
}

#totop a:link, #totop a:visited
{
	font-weight: normal;
	text-decoration:none;
	color: #ffffff;
	margin-left: 12px;
}

#totop a:hover, #totop a:active
{
	font-weight: normal;
	text-decoration:none;
	color: #dddddd;
	margin-left: 12px;
}

/* space column */
#space-column
{
	background-color: #cccc99;
}

/* type */


p.infobox {
    font-size: 10px;
}


p.related, li.related {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.related:link, a.related:visited {
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}

a.related:active, a.related:hover {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

p.foot-nav, p.copyright
{
    font-size: 9px;
    color: #666666;
    margin-left: 12px;
}

p.heads {
    color: #FFFFFF;
    margin-left: 12px;
}

p.quote {
    color: #666666;
    margin-left: 36px;
    margin-right: 36px;
}

p.credit {
    font-size: 9px;
    margin-left: 36px;
    margin-right: 36px;
}

td.white {
    color: #FFFFFF;
}

b.heads {
    font-size: 14px;
    font-weight: bold;
}.success {
	line-height: 18px;
}
