/* ================================
    CSS STYLES FOR MYRON"S STEAK HOUSE
    v1.0, 01/2004
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the separators at the top of the page  */
TD.MediumBgLeft {
    background-color: #e3bc6e;
    border-right: 1px solid #b4b4b9;
}

TD.MediumBgRight {
    background-color: #e3bc6e;
    border-left: 1px solid #b4b4b9;
}

TD.DarkBg {
    background-color: #d1a557;
}

TD.MainHeaderLeft {
    border-right: 1px solid #b4b4b9;
}

TD.MainHeaderRight {
    border-left: 1px solid #b4b4b9;
}

TD.TitleBarLeft {
    border-right: 1px solid #b4b4b9;
    border-bottom: 1px solid #b4b4b9;
}

TD.TitleBarCenter {
    text-align: right;
    padding-right: 10px;
    border-bottom: 1px solid #b4b4b9;
}

TD.TitleBarRight {
    border-left: 1px solid #b4b4b9;
    border-bottom: 1px solid #b4b4b9;
}

TD.ContentLeftBg {
    border-right: 1px solid #b4b4b9;
}

TD.ContentCenterBg {
    padding-bottom: 25px;
}

TD.ContentRightBg {
    border-left: 1px solid #b4b4b9;
}

TD.PromoBg {
    border-bottom: 1px solid #b4b4b9;
}

/* background color for the content part of the pages */
Body {
    background-color: #f6f6e2;
}


/* PAGE BANNER */




/* NAVIGATION */
/* background/border colors for the selected menu item */
TD.SelectedMenuItemBg {
    background-color: #d2d2d7;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}

/* background/border colors for the unselected menu items */
TD.MenuItemBg {
    background-color: #b4b4b9;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}

/* text style for the selected menu item */
.SelectedMenuItem {
    
}

/* text style for the unselected menu items */
.OtherMenuItem {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-decoration: none;
}

/* hyperlink styles of the unselected menu items */
A.OtherMenuItem:link    {
    text-decoration: none;
    color: black;
}

A.OtherMenuItem:visited {
    text-decoration: none;
    color: black;
}

A.OtherMenuItem:active  {
    text-decoration: none;
    color: black;
}

A.OtherMenuItem:hover  {
    text-decoration: none;
    color: #f6f6e2;
}

.MainHeaderMenuBg
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #b4b4b9;
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

/* text style for the unselected menu items */
.MainHeaderMenuItem {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-decoration: none;
}

/* hyperlink styles of the unselected menu items */
A.MainHeaderMenuItem:link    {
    text-decoration: none;
    color: black;
}

A.MainHeaderMenuItem:visited {
    text-decoration: none;
    color: black;
}

A.MainHeaderMenuItem:active  {
    text-decoration: none;
    color: black;
}

A.MainHeaderMenuItem:hover  {
    text-decoration: none;
    color: #b4b4b9;
}

TD.MenuNavBg    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #b4b4b9;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

TD.MenuNavBg2    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #b4b4b9;
    text-align: center;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

A.NormalLink    {
    color: black;
    text-decoration: underline;
}

A.NormalLink:link    {
    color: black;
    text-decoration: underline;
}

A.NormalLink:visited    {
    color: black;
    text-decoration: underline;
}

A.NormalLink:active    {
    color: black;
    text-decoration: underline;
}

A.NormalLink:hover    {
    color: black;
    text-decoration: underline;
}

A.NormalGreyLink    {
    color: #b4b4b9;
    text-decoration: none;
}

A.NormalGreyLink:link    {
    text-decoration: none;
    color: #b4b4b9;
}

A.NormalGreyLink:visited    {
    text-decoration: none;
    color: #b4b4b9;
}

A.NormalGreyLink:active    {
    text-decoration: none;
    color: #b4b4b9;
}

A.NormalGreyLink:hover    {
    text-decoration: none;
    color: #b4b4b9;
}

A.NormalGreyLink    {
    color: #a74714;
    text-decoration: none;
}

A.MenusLink:link    {
    color: #a74714;
    text-decoration: none;
}

A.MenusLink:visited    {
    text-decoration: none;
    color: #a74714;
}

A.MenusLink:visited    {
    text-decoration: none;
    color: #a74714;
}

A.MenusLink:active    {
    text-decoration: none;
    color: #a74714;
}

A.MenusLink:hover    {
    text-decoration: none;
    color: #a74714;
}


TD.BackLinkBg    {
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
}

.BackLink    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #b4b4b9;
    text-decoration: none;
}

A.BackLink:link    {
    text-decoration: none;
    color: #b4b4b9;
}

A.BackLink:visited    {
    text-decoration: none;
    color: #b4b4b9;
}

A.BackLink:active    {
    text-decoration: none;
    color: #b4b4b9;
}

A.BackLink:hover    {
    text-decoration: none;
    color: #b4b4b9;
}




/* MODULE-SPECIFIC */
.MainHeaderUpper {
    text-align: left;
    padding-top: 20px;
    padding-left: 10px;
    border-bottom: 1px solid #b4b4b9;
}

.MainHeaderLower {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-align: left;
    padding-top: 15px;
    padding-left: 10px;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: black;
}

/* style of module sub titles */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

/* module title style used instead of Head for compact rendering */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

/* text style used for most text rendered by modules */

TD.NormalBg
{
    text-align: left;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

TD.NormalCenteredBg
{
    text-align: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

TD.NormalJustifyBg
{
    text-align: justify;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

.NormalJustify
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-align: justify;
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: black;
}

.NormalCentered
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-align: center;
}

P.NormalTopPadJustify
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-align: justify;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
}

TD.NormalTopPadBg
{
    text-align: left;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.NormalGrey
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #b4b4b9;
    text-align: left;
}
.wvr
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #b4b4b9;
    text-align: center;
	border-bottom: 1px solid #b4b4b9;
	padding: 4px 0;
}
.Copyright {

    font-family: Verdana, Helvetica, sans-serif;
    padding-top: 3px;
    font-size: 10px;
    text-align: center;
}




/* FORM COMPONENTS */
/* text style used for textboxes */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

/* text style for buttons and link buttons */
.CommandButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons */
A.CommandButton:link
{
    text-decoration: none;
    color: black;
}

A.CommandButton:visited 
{
    text-decoration: none;
    color: black;
}

A.CommandButton:active
{
    text-decoration: none;
    color: black;
}

A.CommandButton:hover
{
    text-decoration: none;
    color: black;
}




/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: black;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: black;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

A:link  {
    text-decoration: underline;
    color: black;
}

A:visited   {
    text-decoration: underline;
    color: black;
}

A:active    {
    text-decoration: underline;
    color: black;
}

A:hover {
    text-decoration: underline;
    color: black;
}

SMALL   {
    font-size: 8px;
}

BIG {
    font-size: 14px;
}

BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}

UL LI   {
    list-style-type: square ;
}

UL LI LI    {
    list-style-type: disc;
}

UL LI LI LI {
    list-style-type: circle;
}

OL LI   {
    list-style-type: decimal;
}

OL OL LI    {
    list-style-type: lower-alpha;
}

OL OL OL LI {
    list-style-type: lower-roman;
}

HR {
    color: dimgrey;
    height: 1pt;
    text-align: left
}
#award {
	margin: 20px;
	}
