/*
    Built by BBB Systems, LLC
*/

/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 12px;}

h1, h2, h3, h4, h5, h6{
    color: #FFFFFF;
}

h1{ font-size: 17px; }
h2{ font-size: 15px; }
h3{ font-size: 12px; }
h4{ font-size: 12px; }
h5{ font-size: 11px; }
h6{ font-size: 10px; }
h4,h5,h6{ padding: 0px; margin: 0px; }

body{
    background: #000000 url(/images/bronx_bg.gif) repeat top left;

    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}


body.bStart{
    background-color: #FFFFFF;
    color: #000000;
}

#pageContainer{
    position: relative;
    margin: 0px auto 0px auto;
    width: 704px;
    text-align: left;
}
html>body #pageContainer{
    height: auto;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    position: relative;
    background: url(/images/header_bg.jpg) no-repeat top left;
    height: 62px;
    padding: 0px;
    margin: 0px;
}

#newsForm{
    position: absolute;
    top: 14px;
    left: 460px;
    width: 240px;
    color: #979797;
}
#newsForm div{
    color: #979797;
    font-weight: bold;
    font-size: 9px;
    margin-bottom: 4px;
    text-align: center;
}
#newsForm .ntext{
    position: relative;
    top: -2px;
    background-color: #817E76;
    border-top: 1px solid #000000;
    border-right: 0px solid #000000;
    border-bottom: 0px solid #000000;
    border-left: 1px solid #000000;

    height: 14px;

    font-size: 9px;
    color: #FFFFFF;
    font-weight: normal;
}

html>body #newsForm .ntext{
    top: 0px;
    height: 12px;
}


/* END LOGO STYLES */

/* MENU BAR STYLES */

#menubar{
    position: relative;
    background: url(/images/menubar_bg.jpg) no-repeat top left;
    z-index: 2000;
    height: 23px;
}

#tmenu{
    list-style: none;
    margin: 0px;
    padding: 4px 0px 4px 12px;
    width: 760px;

    white-space: nowrap;
}

#tmenu li{
    position: relative;
    list-style: none;
    display: inline;
    float: left;
    margin: 0px;
    padding: 0px;
}
#tmenu li a{
    display: block;
    padding: 0px 8px;
    margin: 0px;

    color: #FFFFFF;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;

    text-transform: uppercase;
    font-weight: bold;

    border-left: 1px solid #8C9497;
}

#tmenu li a#tma_0{
    border-left: 0px solid #8C9497;
}

#tmenu li a:hover{
    color: #CAD6F4;
}

 /* DROP DOWN MENU */
#tmenu li ul{
    position: absolute;
    display: none;
    top: 18px;
    right: -2px;
    list-style: none;
    margin: 1px 0px 0px 0px;
    padding: 0px;
    width: 180px;
    height: auto;

    overflow: hidden;
}
html>body #tmenu li ul{
    right: 0px;
}


#tmenu li ul li{
    display: block;
    float: none;
    margin: 0px;
    text-align: center;
}

#tmenu li ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;

    background-color: #3F3E3E;
    color: #FFFFFF;

    border-bottom: 1px solid #FFFFFF;
    border-left:  0px solid #FFFFFF;

    opacity: .85;
}
html>body #tmenu li .ul li a{
    width: auto;
}

#tmenu li ul li a:hover{
    background-color: #360A0A;
    background-image: none;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* END MENUBAR */



/* COLUMN MAIN */

#contentContainer{
    position: relative;
    background: url(/images/content_bg.jpg) no-repeat top left;
    color: #FFFFFF;
    height: 369px;
}

#columnMain{
    position: relative;
    width: 700px;
    height: 369px;
    overflow: auto;
}


#content{
    position: relative;
    color: #FFFFFF;
}

.contentHome{ padding-left: 4px; overflow: hidden; }
.contentPad{
    padding: 8px 16px;
}

#bottombase{
    position: relative;
    background: url(/images/footer_bg.jpg) no-repeat top left;
    height: 27px;
    color: #FFFFFF;
}

#copyright{
    float: left;
    padding: 7px 16px;
    font-size: 9px;
    text-align: center;
    color: #99AAB1;
    font-weight: normal;
}

#bbb{
    float: right;
    padding: 7px 16px;
    font-size: 9px;
    font-weight: normal;
    color: #99AAB1;
}
#bbb a{
    font-size: 9px;
    font-weight: normal;
    color: #99AAB1;
    text-decoration: none;
}
#bbb a:hover{
    text-decoration: underline;
    color: #CAD6F4;
}

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    border-bottom: 1px solid #797D7E;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    color: #FFFFFF;
}
td.cell{
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #797D7E;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #5C5E5E;
    border-bottom: 1px solid #797D7E;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

#prodTable{
		width: 98%;
}
html>body #prodTable{
		width: 100%;
}
.vcTable{
		width: 98%;
}
html>body .vcTable{
		width: 100%;
}


/* END DATA TABLES */


/* FORM ELEMENTS */

input, select{
    background-color: #F3F3F3;
    font-weight: normal;
    font-size: 12px;
    border-top: 1px solid #191924;
    border-right: 1px solid #464654;
    border-bottom: 1px solid #464654;
    border-left: 1px solid #191924;

}
.button{
    color: #FFFFFF;
    background-color: #452317;
    border: 1px solid #000000;
    font-size: 9px;

}
.buttonOver, .button:hover{
    color: #FFFFFF;
    background-color: #513434;
    border: 1px solid #000000;
    font-size: 9px;
}

.button, .buttonOver, .button:hover{
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    height: 18px;
}
html>body .button, html>body .buttonOver, html>body .button:hover{
    height: 18px;
    padding: 0px 2px 2px 2px;
}

a.button, a.buttonOver, a.button:hover{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ font-weight: normal; color: #CAD6F4; }
a:hover{ color: #99AAC1 }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}


/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 12px; }
.tdHeader{ font-size: 12px; }
span.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; margin: 6px 0px }
html>body div.hr, html>body div.hr2{ background-image: none; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }


/* GALLERY STYLES */
.gallery{
    text-align: center;
}
.gallery table{
    width: 80%;
    margin: 0px auto 0px auto;
}
.gallery img{
    margin: 3px 0px;
}
.gallery .imgTd{
    margin: 3px;
    background-color: #518FF4;
}

.gallerytd{
    background-color: #5F5F5F;
    border-top: 1px solid #5B5B5B;
    width: 500px;
}

html>body .gallerytd{
    width: auto;
}

/* END GALLERY */

.concertHeader{
    width: 285px;
    font-weight: bold;
    padding: 3px; 
    background: url(/images/text_header_bg.jpg);
}
.concertHeader a{ font-weight: bold; color: #D8B45F; }

.concerts{
    width: 285px;
    font-size: 10px;
    color: #000000;
    padding: 5px;
    background: url(/images/box_overlay.png);
    margin-top: 3px;
}
