﻿/*#############################################################
Name: Jukebox Madness
Date: 2009-11-12
Author: Steven Sweeney
URL: http://www.jukeboxmadness.com

#############################################################*/

/* STANDARD ELEMENTS */
*{
 font-family:Tahoma;
 font-size:small;
 color:White;
}
body {
 background-color:#000000;
 background-image:url(../masters/images/bg_graphic1.gif);
 background-position:top;
 background-repeat:repeat-y;
}
.imgleft{
 float:left;
 padding-right:10px;
}
.imgright{
 float:right;
 padding-left:10px;
}
.header{
 padding-bottom:10px;
}
.footer{
 padding-top:10px;
}
.txtbx{
 color:Black;
}
/* CONTENT */
.content_wrap{
 width:950px;
}
.content_half{
 width:50%;
 float:left;
 text-align:left;
 padding:10px 0 0 0;
}
.content_lefthalf{
 width:470px;
 float:left;
 text-align:left;
 padding:10px 10px 0 0;
}
.content_righthalf{
 width:470px;
 float:left;
 text-align:left;
 padding:10px 0 0 0;
}
.rps_padding{
 padding:0 0 0 0;
}
.pastshows{
 float:left;
 width:130px;
 text-align:center;
 padding-bottom:5px;
}
.spacer{
 padding:5px;
}

/* MENU */
.btnbg{
background:transparent url('../masters/images/btn_bg.jpg');
background-repeat:repeat-x;
width:auto;
height:26px;
padding:0 0 0 0;
border:0;
cursor:pointer;
color:White;
 border-left:2px;
 border-left-style:solid;
 border-right:2px;
 border-right-style:solid;
 border-color:#000000;
 padding:0 5px 0 5px;
}
.btnbg:hover{
background:transparent url('../masters/images/btn_bg_over.jpg');
}