@charset "UTF-8";

body,td,th {
	color: #FFFFFF;
	font-family: Courier New, Courier, monospace;
	font-size: 13px;
	
}
body {
	background-color: #000000;
	padding-top:5%;
}

a {
	text-decoration:none;
	color: #fff;
}

a:hover, a:active {
	color: #333;
}

#navigation {
	list-style:none; padding:0 0 0 0; margin:0; padding-bottom:5px;
}
#navigation li {
	display:inline; padding-left:4px; padding-right:18px;
}

.nav-active {
	color:#1E228C;
}

.sched-cell-top {
	font-size: 36px;
	color: #171A6A;
}

.sched-cell-top a {
	color: #171A6A;
}

.sched-cell-top a:hover {
	color: #fff;
}

.sched-cell-bottom {
	font-size: 17px;
}

.mediumtext {
	font-size: 11px;
}

.mediumtextinput {
	font-size: 11px;
	background:#000;
	border:0;
	border-bottom:1px solid #fff;
	color:#fff;
	font-family: Courier New, Courier, monospace;
	
}

form {
	border:0; padding:0; margin:0;
}


/* Artists */

.artistlist {
	font-size: 22px;	
}

.a1:hover {color: #171A69; border-bottom:1px solid #171A69;}
.a2:hover {color: #1E205D; border-bottom:1px solid #1E205D;}
.a3:hover {color: #232453; border-bottom:1px solid #232453;}
.a4:hover {color: #282949; border-bottom:1px solid #282949;}
.a5:hover {color: #2C2D40; border-bottom:1px solid #2C2D40;}
.a6:hover {color: #323235; border-bottom:1px solid #323235;}

.a1 {color: #1E228C; border-bottom:1px solid #171A69;}
.a2 {color: #373A8F; border-bottom:1px solid #1E205D;}
.a3 {color: #545692; border-bottom:1px solid #232453;}
.a4 {color: #6D6F94; border-bottom:1px solid #282949;}
.a5 {color: #828397; border-bottom:1px solid #2C2D40;}
.a6 {color: #919198; border-bottom:1px solid #323235;}

/* Schedule */

.schedule-title {
	font-size: 36px;
}

.schedule-date {
	font-size: 72px;
	color: #171A6A;
	line-height:90%;
}

.schedule-place {
	font-size: 21px;
}

.schedule-link {
	color: #fff;
	text-decoration:underline;
}

.schedule-link:hover {
	color: #666;
	text-decoration:underline;
}


.isList {
	display:block;
}



/* Artist Page */

.artist-title {
	font-size: 36px;
	color: #1E228C;
	line-height: 100%;
	margin-bottom: 25px;
	display:block;
	margin-left: 15px;
}

.artist-desc {
	line-height:140%;
	margin-left: 15px;
	display:block;
}