body { }
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }

/*
 * Bold the text, change color when mouseover
 */
.navbar a:hover {
	color: #ffffff;
	font-size: 12px;
	font-weight: bolder;
/*	background-image: url(images/navstar2.png);
 *  background-repeat: no-repeat;
 *	background-position: left 18px;
 */
 
}

/*
 * The shadow at the bottom of the Tomi graphic
 */
.dropshadowBottom {
    height: 12px;
    background-image: url("../images/dropshadow_03.png");
    background-repeat: no-repeat;
}
/*
 * The shadow at the right of the Tomi graphic
 */
.dropshadowRight {
    height: 12px;
    background-image: url("../images/dropshadow_02.png");
    background-repeat: repeat-x;
}
/*
 * The shadow at the bottom right corner of the Tomi graphic
 */
.dropshadowCorner {
    height: 12px;
    background-image: url("../images/dropshadow_04.png");
    background-repeat: no-repeat;
}

/* for white text only if dark background
*.style1 {color: #FFFFFF; }
*/

/*
 * A rounded rectangle for Top table cells
 */
.roundedrectT {
	height: 65px;
	background-image: url("../images/roundedrectTop.png");
	background-repeat: no-repeat;

}

/*
 * A rounded rectangle for Bottom table cells
 */
.roundedrectB {
	height: 108px;
	background-image: url("../images/roundedrectBottom.png");
	background-repeat: no-repeat;

}

/*
 * A rounded rectangle for Top Left table cells
 */
.roundedrectTL {
	height: 65px;
	background-image: url(../images/roundedrectTopLeft.png);
	background-repeat: no-repeat;

}
/*
 * A rounded rectangle for Top Middle table cells
 */
.roundedrectTM {
	height: 65px;
	background-image: url(../images/roundedrectTopMiddle.png);
	background-repeat: no-repeat;

}
/*
 * A rounded rectangle for Top Right table cells
 */
.roundedrectTR {
	height: 65px;
	background-image: url(../images/roundedrectTopRight.png);
	background-repeat: no-repeat;

}
/*
 * A rounded rectangle for Bottom Left table cells
 */
.roundedrectBL {
	height: 108px;
	background-image: url("../images/roundedrectBottomLeft.png");
	background-repeat: no-repeat;

}
/*
 * A rounded rectangle for Bottom Middle table cells
 */
.roundedrectBM {
	height: 108px;
	background-image: url("../images/roundedrectBottomMiddle.png");
	background-repeat: no-repeat;

}
/*
 * A rounded rectangle for Bottom Right table cells
 */
.roundedrectBR {
	height: 108px;
	background-image: url("../images/roundedrectBottomRight.png");
	background-repeat: no-repeat;

}
/*
 * Main Tomi Thai graphic
 */
.logo {
	height: 346px;
	background-image: url("../images/TomiThaiGreen.png");
	background-repeat: repeat-y;

}
/*
 * Panorama of front of Tomi Thai restaurant near bottom of web page
 */
.pano {
	height: 250px;
	background-image: url("../images/Tomi_Panorama1.png");
	background-repeat: no-repeat;

}
/*
 * The shadow at the bottom of the Pano graphic
 */
.panoDropshadow_Bottom {
	height: 12px;
	background-image: url("../images/panoDropshadow_Bottom.png");
	background-repeat: no-repeat;

}
/*
 * The shadow at the right of the Pano graphic
 */
.panoDropshadow_Right {
	height: 250px;
	background-image: url("../images/panoDropshadow_Right.png");
	background-repeat: no-repeat;

}
/*
 * The shadow at the bottom right corner of the Pano graphic
 */
.panoDropshadow_Corner {
	height: 12px;
	background-image: url("../images/panoDropshadow_Corner.png");
	background-repeat: no-repeat;

}
/*
 * Footer graphic near bottom of web page
 */
.footer {
	height: 51px;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;

}
/*
 * The shadow at the bottom of the footer graphic
 */
.footerDropshadow {
	height: 12px;
	background-image: url("../images/footerDropshadow.png");
	background-repeat: no-repeat;

}
/*
 * The highlight along the top of the table
 */
.highlightTop {
	height: 12px;
	background-image: url("../images/highlightTop.png");
	background-repeat: repeat-x;

}
/*
 * The highlight on the left side of the table
 */
.highlightLeft {
	height: 637px;
	background-image: url("../images/highlightLeft.png");
	background-repeat: repeat-y;

}
/*
 * The highlight on the top left corner of the table
 */
.highlightCorner {
	height: 12px;
	background-image: url("../images/highlightCorner.png");
	background-repeat: no-repeat;

}
/*
* Make PDF fit into new target window
*/
.fit {
	width: 100%;

}
