html,body,h1,h2,h3,p,ul,ol,li,img,form,input,select,textarea,a {
	padding: 0;
	margin: 0;
	font-weight: normal;
	border: 0;
	text-decoration: none;
	list-style-type: none;
}
body {
	font-family: 'open sans',arial;
	font-size: 12px;
	background: #F0F0F0 url('/images/bg.jpg');
}
input,select,textarea {
	font-family: arial;
	font-size: 12px;
	border: 1px solid #666;
}
input[type=submit] {
	padding: 3px 13px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	background: #011f48;
	background: -moz-linear-gradient(top,  #011f48 0%, #1c4276 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#011f48), color-stop(100%,#1c4276));
	background: -webkit-linear-gradient(top,  #011f48 0%,#1c4276 100%);
	background: -o-linear-gradient(top,  #011f48 0%,#1c4276 100%);
	background: -ms-linear-gradient(top,  #011f48 0%,#1c4276 100%);
	background: linear-gradient(to bottom,  #011f48 0%,#1c4276 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011f48', endColorstr='#1c4276',GradientType=0 );
	cursor: pointer;
}
.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
a {
	color: #BA1215;
}


/****************************************** BANNER ******************************************/
#bannerc {
	background: #011f48;
	margin-bottom: 20px;
}
#banner {
	width: 960px;
	margin: 0 auto;
	height: 95px;
	overflow: hidden;
}
#banner .logo img {
	float: left;
	margin: 12px 0 12px;
	width: 244px;
	height: 71px;
}
/* SOCIAL */
#banner .social {
	float: right;
	width: 400px;
	margin-top: 5px;
	height: 60px;
	overflow: hidden;
	text-align: right;
}
/* NAV */
#banner ul.nav {
	float: right;
	width: 716px;
	text-align: right;
}
#banner li {
	display: inline-block;
	height: 30px;
}
#banner li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	margin: 0 2px;
	padding: 0 6px;
	background: #042c51;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#banner li a:hover {
	color: #FFF;
	background: #1c4276;
}
#banner ul ul {
	display: none;
}
#banner ul li:hover ul {
	position: absolute;
	z-index: 1000;
	display: block;
	width: 120px;
	text-align: left;
	background: #FFF;
}
#banner ul li:hover ul li {
	float: left;
	margin: 1px 1px 0 0;
}
#banner ul li:hover ul li a {
	background: #1c4276;
	width: 59px;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: center;
}
#banner ul li:hover ul li.full a {
	width: 119px;
}


/********************************************* WRAPPER / AD ********************************************/
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#ad {
	background: #FFF;
	text-align: center;
	margin: 0 0 20px;
	border: 1px solid #CCC;
}


/*********************************************** FOOTER ************************************************/
#footer {
	border-top: 2px solid #011f48;
	padding: 5px 0;
	text-align: center;
	font-size: 11px;
	color: #999;
}


/********************************************** HOMEPAGE ***********************************************/
#left {
	width: 216px;
	float: left;
	margin: 0 15px 15px 0;
}
#right {
	width: 216px;
	float: right;
}
#left .box,#right .box {
	background: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px 1px #333;
	box-shadow: 2px 2px 3px 1px #333;
	margin-bottom: 15px;
}
#left .box .boxhead,#right .box .boxhead {
	line-height: 25px;
	font-size: 14px;
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #efefef 50%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(50%,#efefef), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 );
	font-weight: bold;
	padding: 0 10px;
	color: #011f48;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#left .box .text,#right .box .text {
	padding: 10px;
}
#left .box .text .subhead,#right .box .text .subhead {
	font-weight: bold;
}
#left .bone,#right .bone {
	position: absolute;
	z-index: 10;
	background: url('/images/home-bone.png') center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 216px;
	margin: -23px 0 0 0;
}
#left .box .text .l {
	float: left;
	width: 80px;
}
#left .box .text .textbox {
	font-size: 12px;
	width: 100px;
	border: 1px solid #333333;
	margin: 2px 0;
}
#left .box .text input[type=submit] {
	margin-bottom: 10px;
}
#left .social {
	text-align: center;
}
#left .box .text.all,#right .box .text.all {
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #ffffff 50%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(50%,#ffffff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #efefef 0%,#ffffff 50%,#efefef 100%);
	background: -o-linear-gradient(top,  #efefef 0%,#ffffff 50%,#efefef 100%);
	background: -ms-linear-gradient(top,  #efefef 0%,#ffffff 50%,#efefef 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#ffffff 50%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=0 );
}

#middle {
	width: 498px;
	float: left;
	margin: 0 15px 15px 0;
}

#right .box select {
	font-size: 12px;
	margin-top: 3px;
}




/******************************************* SECONDARY PAGES ********************************************/
#back {
	padding: 10px 30px;
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 5px 2px #333;
	box-shadow: 2px 2px 5px 2px #333;
}
#back h1 {
	font-size: 22px;
	text-transform: uppercase;
	color: #011f48;
	border-bottom: 2px solid #011f48;
	margin-bottom: 5px;
}
#back h2 {
	font-size: 19px;
	text-transform: uppercase;
	color: #011f48;
	border-bottom: 2px solid #011f48;
	margin-bottom: 20px;
}
#back h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #011f48;
	border-bottom: 1px solid #011f48;
	margin-bottom: 20px;
}
#back .social {
	float: right;
	margin-bottom: 15px;
	text-align: right;
}
#back .social .t {
	float: right;
	margin-top: 5px;
}
#back .social .f {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
#back p,#back ul,#back ol {
	margin-bottom: 20px;
}
#back li {
	list-style-type: decimal;
	margin-left: 20px;
}
#back .image_right {
	float: right;
	margin: 0 0 5px 20px;
}

#back .section_anchor {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	line-height: 30px;
}
#back .section_anchor a {
	font-size: 10px;
	padding: 2px 6px;
	margin: 0 4px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #EFEFEF;
	border: 1px solid #011f48;
	white-space: nowrap;
}
#back .section_anchor a:hover {
	background: #CCC;
}

/*********** BAND ************/
#back .band_members h2,#back .band_members h3 {
	width: 690px;
}
#back .band_photo {
	float: right;
	width: 310px;
	border: 1px solid #999;
	text-align: center;
}
#back .band_photo img {
	margin: 5px 0 1px;
}
#back .band_photo div {
	margin: 0 5px 5px;
	text-align: right;
	font-size: 11px;
	color: #999;
}
#back .band_info {
	float: left;
	width: 350px;
	margin-bottom: 10px;
}
#back .band_info .left {
	float: left;
	width: 100px;
	margin-bottom: 10px;
}
#back .band_info .right {
	float: left;
	width: 250px;
}
#back .band_alumni {
	float: right;
	width: 180px;
	background: #CCC;
	padding: 15px 0;
	margin-left: 30px;
}
#back .band_alumni h2,#back .band_alumni h3,#back .band_alumni div {
	margin-left: 15px;
	margin-right: 15px;
}
#back .band_alumni h2 {
	font-size: 18px;
}
#back .band_alumni h3 {
	margin-bottom: 4px;
}
#back .band_alumni div {
	line-height: 16px;
}
#back .band_alumni .photo {
	margin-bottom: 15px;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}
#back .band_lineups {
	margin-bottom: 20px;
	font-size: 11px;
}
#back .band_lineups div {
	text-align: center;
}
#back .band_lineups div.dates {
	float: left;
	width: 107px;
	overflow: hidden;
	margin-right: 1px;
	text-align: left;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #EFEFEF;
}
#back .band_lineups div.shows {
	float: left;
	width: 24px;
	overflow: hidden;
	margin-right: 1px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #EFEFEF;
}
#back .band_lineups div.member {
	float: left;
	width: 58px;
	overflow: hidden;
	margin-right: 1px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #EFEFEF;
}
#back .band_lineups .headrow div {
	background: #EFEFEF;
}
#back .band_lineups .headrow div.dates {
}
#back .band_lineups .headrow div.shows {
}
#back .band_lineups .headrow div.member {
	line-height: 15px;
}

/******* TOUR DATES *******/
#back .tour_show {
	border: 1px solid #011F48;
	margin-bottom: 15px;
}
#back .tour_show .headrow {
	background: #011F48;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}
#back .tour_show .headrow a {
	color: #CCCCCC;
	font-weight: bold;
}
#back .tour_show span {
	float: right;
	text-align: right;
}
#back .tour_show .shownotes {
	padding: 3px;
	background: #CAC9D7;
	font-style: italic;
	text-align: right;
}
#back .tour_show .mainrow {
	padding: 3px;
	background-position: center;
	background-repeat: no-repeat;
}
#back .tour_show .source {
	background: #CAC9D7;
	padding-left: 3px;
	font-size: 10px;
	line-height: 12px;
}
#back .tour_showdistance {
	text-align: center;
	margin-bottom: 10px;
}

/******* TOUR DATE *******/
#back .show_table {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	background: url('/tour/bone_bg.gif');
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 8px;
}
#back .show_table td {
	height: 110px;
}

#back .showinfo_table {
	border: 1px solid #011F48;
	width: 100%;
}
#back .showinfo_table td {
	padding: 3px;
}
#back .showinfo_table .header td {
	background: #011F48;
	font-weight: bold;
	color: #FFFFFF;
}
#back .showinfo_table .row2 td {
	background: #CAC9D7;
}

#back .showinfo_table .tour_connectzipinput {
	border: 1px solid #1F2847;
	width: 40px;
	font-size: 10px;
}
#back .showinfo_table .tour_connectzipsubmit {
	font-size: 10px;
	background: #FFFFFF;
}

/********** PHOTOS *************/
#back .photos_table {
	width: 100%;
	margin-bottom: 20px;
}
#back .photos_table td {
	padding: 4px 2px;
	border-bottom: 1px solid #EFEFEF;
}
#back .photos_table .headrow td {
	background: #EFEFEF;
}
#back .photos_table .col1 {
	width: 20%;
}
#back .photos_table .col2 {
	width: 50%;
}
#back .photos_table .col3 {
	width: 20%;
}
#back .photos_table .col4 {
	width: 10%;
}

/**************** SETLISTS ************/
#back .setlists_anchors {
	margin-bottom: 20px;
}
#back .setlists_anchors a.side {
	font-style: italic;
}
#back .setlist {
	border: 1px solid #011F48;
	margin-bottom: 30px;
}
#back .setlist .headrow {
	background: #011F48;
	padding: 5px;
	color: #FFF;
}
#back .setlist .headrow a {
	color: #CCC;
}
#back .setlist.setlist_side .headrow {
	color: #000;
	background: #EFEFEF;
}
#back .setlist .headrow .venue {
	float: left;
	width: 500px;
}
#back .setlist .headrow .links {
	float: right;
	width: 360px;
	text-align: right;
}
#back .setlist .list {
	padding: 5px;
}
#back .setlist .notes {
	padding: 5px;
	font-style: italic;
}
#back .setlist .list span {
	font-size: 10px;
	color: #333;
	padding-left: 1px;
}

#back .setlist_detailtable {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #011F48;
}
#back .setlist_detailtable td {
	padding: 3px;
	border-bottom: 1px solid #EFEFEF;
}
#back .setlist_detailtable .headrow td {
	background: #011F48;
	color: #FFF;
	border-width: 0;
}
#back .setlist_detailtable .col1 {
	width: 28%;
}
#back .setlist_detailtable .col2 {
	width: 15%;
}
#back .setlist_detailtable .col3 {
	width: 21%;
}
#back .setlist_detailtable .col4 {
	width: 9%;
	text-align: center;
}
#back .setlist_detailtable .col5 {
	width: 9%;
	text-align: center;
}
#back .setlist_detailtable .col6 {
	width: 8%;
	text-align: center;
}
#back .setlist_detailtable .col7 {
	width: 10%;
	text-align: center;
}




/********** SONGS (AND STATE TABLE IN STUFF SECTION) ************/
#back .songs_sort {
	text-align: right;
	margin-bottom: 5px;
}
#back .songs_table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #011F48;
}
#back .songs_table td {
	padding: 3px;
	border-bottom: 1px solid #EFEFEF;
}
#back .songs_table .headrow td {
	background: #011F48;
	color: #FFF;
	border-width: 0;
}
#back .songs_table .col1 {
	width: 25%;
}
#back .songs_table .col1 div {
	font-style: italic;
}
#back .songs_table .col2 {
	width: 3.5%;
	text-align: center;
}
#back .songs_table .era {
	border-right: 1px solid #011F48;
}
#back .songs_table .col3 {
	width: 5%;
	text-align: center;
}
#back .songs_table .detailrow td {
	background: #EFEFEF;
	border-bottom: 1px solid #CCC;
}

#back .song_table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #011F48;
}
#back .song_table td {
	padding: 3px;
	border-bottom: 1px solid #EFEFEF;
}
#back .song_table .headrow td {
	background: #011F48;
	color: #FFF;
	border-width: 0;
}
#back .song_table .col1 {
	width: 9%;
}
#back .song_table .col2 {
	width: 39%;
}
#back .song_table .col3 {
	width: 5%;
}
#back .song_table .col4 {
	width: 21%;
}
#back .song_table .col5 {
	width: 21%;
}
#back .song_table .col6 {
	width: 5%;
	text-align: center;
}



/***** STUFF (BESIDES STATES, ABOVE) *************/
#back .stuff_graph {
	width: 100%;
	margin-bottom: 20px;
	background: #EFEFEF;
}
#back .stuff_graph td {
	padding: 0;
	text-align: center;
	width: 5%;
}
#back .stuff_graph .bar {
	margin: 4px auto 0;
	width: 60%;
	background: #CCC;
	border: 1px solid #011F48;
	-webkit-box-shadow: 2px -2px 2px 2px #999;
	box-shadow: 2px -2px 2px 2px #999;
	background: #999999;
	background: -moz-linear-gradient(top,  #011F48 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#011F48), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #011F48 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011F48', endColorstr='#cccccc',GradientType=0 );
}
#back .stuff_graph .legend td {
	background: #CCC;
	padding: 2px 0;
}

#back .stuff_repbands {
	width: 100%;
	margin-bottom: 20px;
}
#back .stuff_repbands td {
	padding: 5px;
	border-bottom: 1px solid #EFEFEF;
}

#back .stuff_venues {
	width: 50%;
	margin-bottom: 20px;
	border: 1px solid #011F48;
}
#back .stuff_venues td {
	padding: 3px;
	border-bottom: 1px solid #EFEFEF;
}
#back .stuff_venues .headrow td {
	background: #011F48;
	color: #FFF;
	border-width: 0;
}
#back .stuff_venues .col1 {
	width: 45%;
}
#back .stuff_venues .col2 {
	width: 45%;
}
#back .stuff_venues .col3 {
	width: 10%;
	text-align: center;
}

#back .stuff_satsun {
	width: 45%;
}
#back .stuff_left {
	float: left;
}
#back .stuff_right {
	float: right;
}
#back .stuff_satsun table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #011F48;
}
#back .stuff_satsun table td {
	padding: 3px;
	border-bottom: 1px solid #EFEFEF;
}
#back .stuff_satsun table .headrow td {
	background: #011F48;
	color: #FFF;
	border-width: 0;
}
#back .stuff_satsun table .col1 {
	width: 30%;
}
#back .stuff_satsun table .col2 {
	width: 30%;
}
#back .stuff_satsun table .col3 {
	width: 40%;
}

#back .stuff_guests {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #011F48;
}
#back .stuff_guests td {
	padding: 3px;
	border-bottom: 1px solid #EFEFEF;
}
#back .stuff_guests .headrow td {
	background: #011F48;
	color: #FFF;
	border-width: 0;
}
#back .stuff_guests .col1 {
	width: 25%;
}
#back .stuff_guests .col2 {
	width: 20%;
}
#back .stuff_guests .col3 {
	width: 55%;
}




/**************** REVIEWS ***************/
.review_submitiframe {
	width: 100%;
	border: 0;
	height: 400px;
}
#review_submit,#review_report {
	background: #FFFFFF;
}
#review_submit textarea {
	width: 800px;
	height: 250px;
}



/**************** SEARCH ***************/
#back .search_types {
	border: 1px solid #011F48;
	margin-bottom: 30px;
}
#back .search_types .headrow {
	background: #011F48;
	padding: 5px;
	color: #FFF;
}
#back .search_types .content,#back .search_types table td {
	padding: 5px;
}
#back .search_types .content input[type=text] {
	padding: 3px;
	width: 250px;
}
#back .search_types table td.col1 {
	width: 20%;
}
#back .search_types table td.col2 {
	width: 80%;
}




/*************** CONNECT ********************/
#back .connect_home .box {
	float: left;
	width: 435px;
	margin-right: 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px 1px #333;
	box-shadow: 2px 2px 3px 1px #333;
	margin-bottom: 20px;
}
#back .connect_home .box.box_last {
	float: right;
	margin-right: 0;
}
#back .connect_home .box .boxhead {
	line-height: 25px;
	font-size: 14px;
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #efefef 50%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(50%,#efefef), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 );
	font-weight: bold;
	padding: 0 10px;
	color: #011f48;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#back .connect_home .box .text {
	padding: 10px;
}
#back .connect_home .box .text .shows {
	padding: 4px 0;
	border-bottom: 1px solid #EFEFEF;
}
#back .connect_home .box .text .shows .col1{
	float: left;
	width: 30%;
}
#back .connect_home .box .text .shows .col2{
	float: right;
	width: 65%;
}
#back .connect_home table.fantasy_personconnect {
	width: 100%;
	margin-bottom: 5px;
}
#back .connect_home table.fantasy_personconnect td {
	padding: 4px 0px;
	border-bottom: 1px solid #EFEFEF;
}

#back .connect_home table.fantasy_persongraphconnect {
	width: 100%;
	background: #EFEFEF;
	margin-bottom: 5px;
}
#back .connect_home table.fantasy_persongraphconnect div {
	width: 60%;
	background: #CCC;
	border: 1px solid #011F48;
	-webkit-box-shadow: 2px -2px 2px 2px #999;
	box-shadow: 2px -2px 2px 2px #999;
	background: #999999;
	background: -moz-linear-gradient(top,  #011F48 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#011F48), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #011F48 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011F48', endColorstr='#cccccc',GradientType=0 );
}
#back .connect_home table.connect_fantasypast {
	width: 100%;
	margin-bottom: 5px;
}
#back .connect_home table.connect_fantasypast td {
	padding: 4px 0px;
	border-bottom: 1px solid #EFEFEF;
}

/* REGISTER */
#back .connect_register {
	width: 100%;
	margin-bottom: 20px;
}
#back .connect_register td {
	padding: 4px 0;
}



/****************** FANTASY ******************/
#back .fantasy_button {
	text-align: center;
	margin-bottom: 20px;
}
#back .fantasy_button a {
	display: block;
	width: 200px;
	height: 100px;
	line-height: 100px;
	border: 1px solid #011F48;
	-webkit-box-shadow: 2px 2px 2px 2px #999;
	box-shadow: 2px 2px 2px 2px #999;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #011F48;
	background: -moz-linear-gradient(top,  #011F48 0%, #1C4276 50%, #011F48 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#011F48), color-stop(50%,#1C4276), color-stop(100%,#011F48));
	background: -webkit-linear-gradient(top,  #011F48 0%,#1C4276 50%,#011F48 100%);
	background: -o-linear-gradient(top,  #011F48 0%,#1C4276 50%,#011F48 100%);
	background: -ms-linear-gradient(top,  #011F48 0%,#1C4276 50%,#011F48 100%);
	background: linear-gradient(to bottom,  #011F48 0%,#1C4276 50%,#011F48 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011F48', endColorstr='#1C4276',GradientType=0 );
	font-size: 18px;
	color: #FFF;
	margin: 0 auto;
}
#back .fantasy_button a:hover {
	background: #011F48;
	background: -moz-linear-gradient(top,  #1C4276 0%, #011F48 50%, #1C4276 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1C4276), color-stop(50%,#011F48), color-stop(100%,#1C4276));
	background: -webkit-linear-gradient(top,  #1C4276 0%,#011F48 50%,#1C4276 100%);
	background: -o-linear-gradient(top,  #1C4276 0%,#011F48 50%,#1C4276 100%);
	background: -ms-linear-gradient(top,  #1C4276 0%,#011F48 50%,#1C4276 100%);
	background: linear-gradient(to bottom,  #1C4276 0%,#011F48 50%,#1C4276 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C4276', endColorstr='#011F48',GradientType=0 );
}
#back .fantasy_buttons {
	text-align: center;
	margin: 0 0 0 20px;
}
#back .fantasy_buttons a {
	display: block;
	float: left;
	width: 105px;
	height: 60px;
	line-height: 60px;
	margin: 0 18px 20px 0;
	border: 1px solid #011F48;
	-webkit-box-shadow: 2px 2px 2px 2px #999;
	box-shadow: 2px 2px 2px 2px #999;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #ffffff 50%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(50%,#ffffff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #efefef 0%,#ffffff 50%,#efefef 100%);
	background: -o-linear-gradient(top,  #efefef 0%,#ffffff 50%,#efefef 100%);
	background: -ms-linear-gradient(top,  #efefef 0%,#ffffff 50%,#efefef 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#ffffff 50%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=0 );
	font-size: 13px;
	color: #011F48;
}
#back .fantasy_buttons a:hover {
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #efefef 50%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(50%,#efefef), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#efefef',GradientType=0 );
}

/* FANTASY GAME */
#back .fantasy_box {
	float: left;
	width: 280px;
	margin-right: 27px;
	border: 1px solid #EFEFEF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
#back .fantasy_boxlast {
	float: right;
	margin-right: 0;
}
#back .fantasy_box .headrow {
	line-height: 25px;
	font-size: 14px;
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #efefef 50%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(50%,#efefef), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#efefef 50%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 );
	font-weight: bold;
	padding: 0 10px;
	color: #011f48;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#back .fantasy_box .row {
	padding: 4px 10px;
	border-bottom: 1px solid #EFEFEF;
}
#back .fantasy_box .row.me,.fantasy_box .row.me a {
	font-weight: bold;
}
#back .fantasy_box .row .col1 {
	float: left;
	width: 10%;
}
#back .fantasy_box .row .col2 {
	float: left;
	width: 80%;
}
#back .fantasy_box .row .col3 {
	float: left;
	width: 10%;
	text-align: right;
}
#back .fantasy_box .footrow {
	text-align: center;
	padding: 4px 0;
}
#back .fantasy_box .row_songs {
	padding: 4px 10px;
	border-bottom: 1px solid #EFEFEF;
}
#back .fantasy_box .row_songs .col1 {
	text-align: left;
}
#back .fantasy_box .row_songs .col2 {
	text-align: right;
}

/* FANTASY STANDINGS */
#back .fantasy_standings {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EFEFEF;
}
#back .fantasy_standings td {
	padding: 4px 2px;
	border-bottom: 2px solid #EFEFEF;
	font-size: 11px;
}
#back .fantasy_standings .col1 {
	width: 3%;
	font-size: 12px;
	border-left: 1px solid #EFEFEF;
}
#back .fantasy_standings .col2 {
	width: 22%;
	font-size: 12px;
	border-right: 1px solid #EFEFEF;
}
#back .fantasy_standings .col3 {
	width: 3%;
}
#back .fantasy_standings .col4 {
	width: 19%;
}
#back .fantasy_standings .col5 {
	width: 3%;
	border-right: 1px solid #EFEFEF;
}

/* FANTASY PERSON */

#back .fantasy_person {
	width: 70%;
}
#back .fantasy_person td {
	padding: 4px 0;
	border-bottom: 1px solid #EFEFEF;
}

#back .fantasy_persongraph {
	width: 100%;
	margin-bottom: 20px;
	background: #EFEFEF;
}
#back .fantasy_persongraph div {
	margin: 4px auto 0;
	width: 60%;
	background: #CCC;
	border: 1px solid #011F48;
	-webkit-box-shadow: 2px -2px 2px 2px #999;
	box-shadow: 2px -2px 2px 2px #999;
	background: #999999;
	background: -moz-linear-gradient(top,  #011F48 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#011F48), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #011F48 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011F48', endColorstr='#cccccc',GradientType=0 );
}
#back .fantasy_persongraph .legend {
	background: #CCC;
	padding: 2px 0;
	white-space: nowrap;
}

#back .fantasy_persongraphconnect { border: 1px solid #999999; width: 100%; }
#back .fantasy_persongraphconnect div { border: 1px solid #1F2847; background: #FFFFFF; }



/************ PERSONAL SETLIST STATS ***************/
#back .stats_graph {
	width: 100%;
	margin-bottom: 20px;
	background: #EFEFEF;
}
#back .stats_graph td {
	padding: 0;
	text-align: center;
	width: 4%;
}
#back .stats_graph .bar {
	margin: 4px auto 0;
	width: 60%;
	background: #CCC;
	border: 1px solid #011F48;
	-webkit-box-shadow: 2px -2px 2px 2px #999;
	box-shadow: 2px -2px 2px 2px #999;
	background: #999999;
	background: -moz-linear-gradient(top,  #011F48 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#011F48), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #011F48 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011F48', endColorstr='#cccccc',GradientType=0 );
}
#back .stats_graph .legend td {
	background: #CCC;
	padding: 2px 0;
	white-space: nowrap;
}

#back .stats_graph2 {
	width: 100%;
	margin-bottom: 20px;
	background: #EFEFEF;
}
#back .stats_graph2 td {
	padding: 5px;
}
#back .stats_graph2 td.col1 {
	width: 15%;
}
#back .stats_graph2 td.col2 {
	width: 80%;
}
#back .stats_graph2 .bar {
	float: left;
	margin: 0 4px 0 0;
	height: 15px;
	background: #CCC;
	border: 1px solid #011F48;
	-webkit-box-shadow: 2px 2px 2px 2px #999;
	box-shadow: 2px 2px 2px 2px #999;
	background: #999999;
	background: -moz-linear-gradient(top,  #011F48 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#011F48), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #011F48 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #011F48 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011F48', endColorstr='#cccccc',GradientType=0 );
}
