* {
	margin: 0;
	padding: 0;
}
a {
	color: #142;
}
a:focus {
	outline: none;
}
a:hover {
	color: #366;
}
a img {
	border: none;
}
body {
	background-color: #dde5dd;
	font: normal 11px arial;
}
h1 {
	font-size: 22px;
	margin: 0 0 10px;
}
h1 .subhead {
	display: block;
	color: #666;
	font-size: 16px;
}
h2 {
	color: #333;
	font-size: 17px;
	margin: 10px 0 7px;
}
h3 {
	margin: 15px 0 5px;
}
img {
	vertical-align: middle;
}
input {
	vertical-align: middle;
}
option {
	padding: 0 16px 0 0;
}
p {
	margin: 7px 0;
}
table {
	border-collapse: collapse;
}
th {
	font-size: 11px;
	text-align: left;
	height: 20px;
	padding: 0;
}
th.regheader {
	white-space: nowrap;
}
td {
	font: normal 11px arial;
}
ul {
	margin: 7px 0;
	padding: 0 0 0 15px;
}
div.clearing {
	clear: both;
}
div.clearing_left {
	clear: left;
}
div.line {
	margin: 15px 0;
	border-top: 1px solid #aaa;
	height: 0;
}
div.notice {
	text-align: left;
	font-weight: bold;
}
.flat {
	margin: 0 !important;
	padding: 0 !important;
}
.plus {
	color: #090;
}
.minus {
	color: #f33;
}
.zero {
	color: #33f;
}
.notice {
	background: #ffc;
	padding: 10px;
	border: 1px solid #aa8;
	margin: 0 0 15px 0;
}

li.rule {
	padding: 5px;
}

#Container {
	width: 980px;
	margin: 0 auto 20px;
	padding: 15px;
	background: #fff;
	border: 1px solid #8a8;
	border-top: none;
}

#Header {
	height: 64px;
	background: #e0e5e0;
	margin: 0 0 30px 0;
	position: relative;
}
	#Header #Logo {
		display: block;
		width: 250px;
		height: 64px;
		float: left;
		text-indent: -9999px;
		background: url(../images/s3logo.png) no-repeat;
		padding-right: 5px;
	}
	#Header #Nav {
		margin: 0 0 0 175px;
		height: 64px;
		padding: 0;
		list-style: none;
	}
		#Header #Nav li {
			float: left;
			position: relative;
			margin: 24px 0 0 0;
			height: 28px;
			padding: 12px 25px 0 0;
			border-left: 2px solid #344;
		}
		#Header #Nav li.right {
			float: right;
			margin: 24px 0 0 0;
			height: 28px;
			padding: 12px 8px 0 0;
			border: none;
		}
		#Header #Nav li div {
			position: absolute;
			top: 0px;
			left: 0px;
			font-size: 10px;
			line-height: 12px;
			height: 12px;
			padding: 0 0 0 4px;
			color: #344;
		}
		#Header #Nav ul {
			float: left;
			height: 28px;
			padding: 0;
			margin: 0;
			list-style: none;
		}
			#Header #Nav ul li {
				float: left;
				margin: 0;
				height: 28px;
				padding: 0 0 0 8px;
				margin: 0;
				border-left: none;
			}
			#Header #Nav ul li a {
				display: block;
				float: left;
				margin: 8px 0 0 0;
				height: 20px;
				line-height: 20px;
				color: #000;
				background: #fff;
				padding: 0 6px;
				min-width: 20px;
				text-align: center;
				text-decoration: none;
			}
			#Header #Nav ul li a:hover {
				background: #366;
				color: #fff;
				padding: 0px 6px 4px 6px;
				margin: 4px 0 0 0;
			}
			/* For those sad, sad IE users */
			#Header #Nav ul li a {
				white-space: nowrap;
				width: auto !important;
				width: 0.1em;
			}
	#Header #Language {
		position: absolute;
		top: 7px;
		right: 7px;
		white-space: nowrap;
	}

#Content {
	position: relative;
}
#Content #mainColumn {
	width: 780px;
	margin: 0;
	position: relative;
	float: none !important;
	float: left;
}
#Content #sideColumn {
	float: right;
	width: 200px;
	position: relative;
}
	#Content #sideColumn h2 {
		margin-top: 0;
	}
#Menus {
	position: absolute;
	right: 0;
	margin-right: 25px;
	height: 36px;
	white-space: nowrap;
	z-index: 9997;
	}
	#Menus .menu {
		position: relative;
		float: left;
		display: inline;
		margin: 0 0 0 8px;
		cursor: pointer;
    	z-index: 9998;
	}
	#Menus .selected {
		position: relative;
		height: 34px;
		padding: 2px 0 0 2px;
		background-repeat: no-repeat;
		}
		#Menus .selected div {
			position: absolute;
			z-index: 10;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			background-position: top;
			}
	#Menus .hover div {
		background-position: bottom;
		}
	#Menus ul {
		position: absolute;
		list-style: none;
		margin: 0 0 0 -2px;
		left: -9999px;
		z-index: 9999;
		padding: 0;
		}
		#Menus ul li {
			display: block;
			height: 33px;
			padding: 0;
			margin: 0;
			}
		#Menus ul li.active {
			background: #999;
			}
		#Menus ul li a {
			display: block;
			height: 32px;
			margin: 0 0 1px 0;
			padding: 0 4px;
			line-height: 32px;
			}
		#Menus ul li a:hover {
			background: #090;
			}
	#Menus .large {
		width: 175px;
		height: 36px;
		}
		#Menus .large ul {
			width: 168px;
			}
		#Menus .large .selected div {
			background-image: url('../images/menu_bg-large.gif');
			}
	#Menus .small {
		width: 120px;
		height: 36px;
		}
		#Menus .small ul {
			width: 113px;
			}
		#Menus .small .selected div {
			background-image: url('../images/menu_bg-small.gif');
			}


/* =================== */
/* = PAGE: Home Page = */
/* =================== */
.index #Content #mainColumn {
	width: 680px;
}
.index #Content #sideColumn {
	width: 275px;
}
.index #sideColumn .module {
	padding: 5px 15px 5px;
}
.index form#login {
	padding: 15px;
	background: #eee;
	margin: 0 0 15px 0;
}
	.index form#login h2 {
		margin-top: 0px;
	}
	.index form#login input {
		display: block;
	}
	.index form#login label {
		font-weight: bold;
		display: block;
	}
	.index form#login .forgot {
		float: right;
		display: block;
	}
.index .latest {
	width: 340px;
	float: left;
}
.index .latest h2 {
	margin-top: 5px;
}
.index #latestLogins a {
	display: block;
}
.index #latestScores th,
.index #latestScores td {
	padding: 2px 10px 2px 0;
}
.index #OCOTWtop5 th,
.index #OCOTWtop5 td {
	padding: 2px 10px 2px 0;
}



/* ====================== */
/* = PAGE: Session Mode = */
/* ====================== */
.session #songlist {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	z-index: 1;
}
.session #songlist th {
	text-decoration: none;
	color: #343;
	cursor: pointer;
}
.session #songlist th div {
	display: inline;
	border-bottom: 1px dotted #666;
}
.session #songlist td {
	padding: 4px;
	border-top: 1px solid #bcb;
	border-bottom: 1px solid #bcb;
}
.zebra td,
.zebra th {
	background-color: #f0f0f0;
}
#songlist .status {
	width: 1px;
	background: #fff;
	border-left: 1px solid #bcb;
	border-right: 1px solid #565;
}
#songlist td.notplayed {
	background: #fff !important;	
}
#songlist td.clear {
	background: #ff9 !important;
}
#songlist td.fail {
	background: #c00 !important;
}
#songlist td.fullcombo {
	background: #696 !important;
}
#songlist td.fullcombo-old {
	background: #9c9 !important;;
}
#songlist td.perfectcombo {
	background: #0af !important;;
}
#songlist td.perfectcombo-old {
	background: #8df !important;;
}
#songlist td.hardclear {
	background: #f93 !important;;
}
#songlist td.easyclear {
	background: #f5a !important;;
}
.session #songlist tr.selected td {
	background: #dde5dd;
}
.session .sorted .sortdir {
	visibility: visible;
}
.session .sortdir {
	visibility: hidden;
	padding: 0 0 0 2px;
}
.session .title {
	font-size: 14px;
	font-weight: bold;
}
.session .title a {
	color: #000;
	text-decoration: none;
}
.session .title a:hover {
	text-decoration: underline;
}
.session .artist {
	color: #777;
}
.session #sort_bpm {
	display: none;
}
.session .bpm {
	display: none;
	text-align: center;
}
.session .difficulty {
	text-align: center;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Zapf Dingbats"; /*this is needed to fix Safari's weird unicode star handling*/
}
.session .grade {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.session .percentage {
	font-style: italic;
	color: #000;
}
.session .percentage em {
	color: #344;
}
.session .rank .position {
	font-size: 13px;
}
.session .rank em {
	font-style: italic;
	color: #777;
}
.session .maxscore {
	display: none;
}
.session .date span {
	display: none;
}
.session .rank em.highfive {
	color: #696;
}
.session .rank em.lowfive {
	color: #f77;
}


/* ======================== */
/* = PAGE: Session Mode   = */
/* = SECTION: Update Form = */
/* ======================== */
.session form#update {
	position: absolute;
	width: 176px;
	z-index: 0;
	background: #dde5dd;
	border: 1px solid #bcb;
	padding: 5px 10px;
	display: none;
	left: 0px;
	top: 0px;
}
.session form#update .borderhider {
	width: 1px;
	background: #dde5dd;
	position: absolute;
	left: -1px;
	top: 0px;
}
.session form#update #update_headline {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: bold;
}
.session form#update table {
	width: 176px;
}
.session form#update td {
	padding: 0 10px 5px 0;
	white-space: nowrap;
}
.session form#update td.plus {
	color: #090;
	padding-right: 0;
	font-weight: bold;
	font-size: 13px;
}
.session form#update td.minus {
	font-weight: bold;
	padding-right: 0;
	font-size: 13px;
	color: #f33;
}
.session form#update input.score {
	width: 38px;
}
.session form#update a.cancel {
	float: right;
	line-height: 20px;
	color: #f00;
	text-decoration: none;
}
.session form#update .links {
	border-top: 1px solid #999;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
	font-size: 10px;
}
	.session form#update .links a {
		display: block;
		margin: 5px 0;
	}

/* =================== */
/* = PAGE: View DJP  = */
/* = SECTION: Ranking = */
/* ==================== */
.viewdjp #ranking {
	width: 50%;
	margin: 0 auto;
	border: 0;
	border-collapse: collapse;
}
.viewdjp #ranking .zebra td {
	background: #f0f0f0;
}
.viewdjp #ranking thead td,
.viewdjp #ranking thead th {
	height: auto;
	font-size: 12px;
	padding: 0 10px 0 0;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
}
.viewdjp #ranking tbody td {
	padding: 2px 10px 2px 0;
	height: 35px;
	border-top: 1px solid #bcb;
	border-bottom: 1px solid #bcb;
}
.viewdjp #ranking .rank {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.viewdjp #ranking .dj {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.viewdjp #ranking .points,
.viewdjp #ranking .percent {
	text-align: center;
}

/* =================== */
/* = PAGE: View Song = */
/* =================== */
.viewsong .leftAlign {
	float: left;
	padding: 0 40px 15px 0;
}
.viewsong #Menus {
	float: none;
}
.viewsong #Menus .menu {
	margin: 3px 0 0 0;
}
.viewsong #searchAllSongs {
	font-size: 18px;
	width: 250px;
}
.viewsong h2 {
	line-height: 25px;
}
.viewsong #selectDifficulty,
.viewsong #selectDifficulty option,
.viewsong #goButton {
	font-size: 17px;
	margin: 0 0 0 15px;
	line-height: 25px;
	vertical-align: middle;
}
.viewsong #results {
	
}
.viewsong #results a.result {
	display: block;
	width: 25%;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
.viewsong #results a.result:hover {
	background: #eee;
}
.viewsong #results a.result .song {
	display: block;
	font-size: 12px;
	color: #000 !important;
	text-decoration: underline !important;
	margin: 5px 5px 0 5px;
}
.viewsong #results a.result .artist {
	font-size: 10px;
	color: #666;
	display: block;
	text-decoration: none;
	margin: 0 5px 5px 5px;
}
.viewsong td {
	padding: 0 4px 0 0;
}
.viewsong #songStats td {
	font-size: 12px;
}

/* =================== */
/* = PAGE: View Song  = */
/* = SECTION: Ranking = */
/* ==================== */
.viewsong #ranking {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
.viewsong #ranking .jgreats {
	text-align: right;
	color: #007;
	font-size: 12px;
}
.viewsong #ranking .greats {
	text-align: right;
	color: #077;
	font-size: 12px;
}
.viewsong #ranking .goods {
	text-align: right;
	color: #070;
	font-size: 12px;
}
.viewsong #ranking .bads {
	text-align: right;
	color: #770;
	font-size: 12px;
}
.viewsong #ranking .poors {
	text-align: right;
	color: #900;
	font-size: 12px;
}
.viewsong #ranking .bestcombo {
	color: #090;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}
.viewsong #ranking .misscount {
	color: #a00;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}
.viewsong #ranking .zebra td {
	background: #f0f0f0;
}
.viewsong #ranking tbody .highlight td {
	background: #ffc;
	border-top: 2px solid #aa8;
	border-bottom: 2px solid #aa8;	
}
.viewsong #ranking tbody .friend td {
	background: #bbe;
	border-top: 2px solid #99c;
	border-bottom: 2px solid #99c;
}
.viewsong #ranking tbody .dj1 td {
	background: #afa;
	border-top: 2px solid #686;
	border-bottom: 2px solid #686;
}
.viewsong #ranking tbody .dj2 td {
	background: #faa;
	border-top: 2px solid #977;
	border-bottom: 2px solid #977;
}
.viewsong #ranking thead td,
.viewsong #ranking thead th {
	height: auto;
	font-size: 12px;
	padding: 0 10px 0 0;
	white-space: nowrap;
}
.viewsong #ranking tbody td {
	padding: 2px 10px 2px 0;
	height: 35px;
	border-top: 1px solid #bcb;
	border-bottom: 1px solid #bcb;
}
.viewsong #ranking tbody .jgreats {
	font-weight: bold;
}
.viewsong #ranking .rank {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.viewsong #ranking .dj {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.viewsong #ranking .ex {
	text-align: center;
	font-weight: bold;
}
.viewsong #ranking .percent {
	font-family: monospace;
	font-size: 9px;
	text-align: center;
}
.viewsong #ranking .grade {
	white-space: nowrap;
}
.viewsong #ranking .mods {
	white-space: nowrap;	
}
.viewsong #ranking .mods img {
	padding: 0 1px 1px 0;
}
.viewsong #ranking .pic {
	float: left;
	display: block;
	height: 16px;
	width: 20px;
	text-indent: -9999px;
	background: url('../images/score_picture.gif') no-repeat left;
}
.viewsong #ranking .date {
	white-space: nowrap;
}


/* =================== */
/* = PAGE: View User = */
/* =================== */
.viewuser .blank {background-color: #f5f5f5;}
.viewuser #Content #mainColumn {
	width: 765px;
}

.viewuser .filter {
	background: #f3f3f3;
	border: 1px solid #d5d5d5;
	padding: 8px;
	margin: 10px 0;
}
.viewuser .filter select {
	margin: 0 30px 0 0;
}
.viewuser .legend {
	margin: 10px 0;
}
.viewuser .legend dl {
	display: none;
	padding: 3px 0;
	height: 18px;
}
.viewuser .legend dl dt {
	float: left;
	display: block;
	margin: 3px 2px 0 0;
	height: 10px;
	width: 18px;
	border: 1px solid #444;
	font-size: 10px;
	line-height: 18px;
}
.viewuser .legend dl dd {
	float: left;
	display: block;
	line-height: 18px;
	margin: 0 8px 0 0;
}
.viewuser .grade {
	line-height: 17px;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.viewuser .percentage {
	clear: both;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	padding: 4px 0 0 0;
}
.viewuser .percentage em {
	font-weight: normal;
	color: #333;
}
.viewuser .private .grade,
.viewuser .private .difficulty,
.viewuser .private .percentage {
	opacity: 0.3;
}
.viewuser div.comment {
	background-color: #FFFFFF;
	border: 2px solid #336666;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	font-family: "Trebuchet MS", sans-serif;
	width: 150px;
	left: 0;
	top: 0;
	padding: 4px;
	text-align: left;
	z-index: 20;
}
.viewuser div.comment .contents {
	margin: 0;
	padding: 0 3px;
}

.viewuser .private {
	opacity: .85;
	filter: alpha(opacity=85);
}

/* ============================= */
/* = SECTION: Score List Table = */
/* ============================= */
#scorelist {
	padding: 0;
	width: 100%;
	border: none;
	z-index: 1;
}
#scorelist thead th {
	color: #343;
	padding: 0 4px;
}
#scorelist tbody tr td {
}
#scorelist tbody th {
	padding: 4px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #fff;
	border-top-color: #bcb;
	border-bottom-color: #bcb;
	vertical-align: top;
	min-width: 150px;
	max-width: 275px;
}
#scorelist td {
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	padding: 4px;
	border: 1px solid #fff;
	border-top-color: #bcb;
	border-bottom-color: #bcb;
}
#scorelist .title {
	font-size: 11px;
	font-weight: bold;
}
#scorelist .artist {
	color: #777;
}
#scorelist .difficulty {
	font-size: 11px;
	line-height: 17px;
	float: right;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Zapf Dingbats"; /*this is needed to fix Safari's weird unicode star handling*/
}


/* ===================== */
/* = PAGE: Enter Score = */
/* ===================== */
.enterscore .statistics {
	float: left;
	width: 280px;
	padding: 0 14px 0 0;
}
.enterscore .entry {
	float: left;
	width: 378px;
	padding: 0 14px 0 0;
}
.enterscore .graph {
	float: left;
	width: 280px;
	padding: 0 14px 0 0;
}
.enterscore .statistics table {
	margin: 0;
	padding: 0;
}
.enterscore .statistics td {
	height: auto;
	font-size: 12px;
}
.enterscore .statistics th {
	padding: 0 10px 0 0;
	height: auto;
}
.enterscore .statistics td span {
	font-size: 11px;
}
.enterscore .statistics p.score {
	margin: 0;
}
.enterscore .statistics p.score span {
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	margin: 0 0 15px 0;
}
.enterscore .statistics .position {
	font-weight: bold;
	font-size: 13px;
}
.enterscore .statistics .plus,
.enterscore .statistics .minus {
	font-weight: bold;
}

/* =================== */
/* = PAGE: DJ Battle = */
/* =================== */
.djbattle #Content #mainColumn {
	width: 765px;
}
.djbattle .filter {
	background: #f3f3f3;
	border: 1px solid #d5d5d5;
	padding: 8px;
	margin: 10px 0;
}
.djbattle .filter select {
	margin: 0 30px 0 0;
}
.djbattle .draw {
	color: #383;
}
.djbattle td.draw {
	color: #000;
	background: #dfd;
}
.djbattle .user1 {
	color: #f55;
}
.djbattle .user2 {
	color: #55f;
}
.djbattle td.user1 {
	color: #000;
	background: #f77;
}
.djbattle td.user2 {
	color: #000;
	background: #77f;
}
.djbattle .user1_blank {
	background: #ffd0d0;
}
.djbattle .user2_blank {
	background: #d0d0ff;
}
.djbattle .delta {
	line-height: 17px;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.djbattle .score {
	clear: both;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	padding: 4px 0 0 0;
}
.djbattle .score em {
	font-weight: normal;
	color: #333;
}

/* ============================ */
/* = PAGE: User Control Panel = */
/* ============================ */
.usercp #Content #sideColumn {
	float: left;
	width: 215px;
}
.usercp #Content #mainColumn {
	width: 735px;
	margin: 0 0 0 215px !important;
	margin: 0;
	float: none !important;
	float: right;
	
	padding: 15px;
	border: 1px solid #ccc;
}
.usercp .panel {
	display: none;
	height: auto !important;
	height: 200px;
	min-height: 200px;
}
.usercp #mainColumn .active {
	display: block;
}
.usercp #sideColumn ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.usercp #Menus {
	float: none;
	}
	.usercp #Menus .menu {
		margin: 0 8px 0 0;
	}
.usercp #sideColumn li {
	padding: 0;
	margin: 5px 0;
	border: ;
	font-size: 12px;
	border: 1px solid #888;
	border-right: none;
}
.usercp #sideColumn a {
	display: block;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}
.usercp #sideColumn a:hover {
	background: #888;
	color: #fff;
}
.usercp #sideColumn li.active {
	margin-left: 20px;
	background: #ccc;
	border-color: #aaa;
}
.usercp #sideColumn li.active a,
.usercp #sideColumn li.active a:hover {
	color: #000;
	cursor: default;
	background: #ccc;
}

.usercp th {
	width: 175px;
	white-space: nowrap;
}
.usercp th h2 {
	font-size: 14px;
	padding: 0 20px 0 0;
}
.usercp th,
.usercp td {
	vertical-align: top;
	padding: 0 0 10px;
}
.usercp h2 {
	margin: 0;
	padding: 0;
}
.usercp td em {
	font-size: 11px;
}
.usercp #prefsForm input.text,
.usercp #prefsForm select,
.usercp #prefsForm option {
	display: block;
	font-size: 14px;
}
.usercp #prefsForm input.checkbox {
	display: block;
	margin: 0 0 5px;
}
.usercp #submit {
	text-align: center;
	margin: 20px 20px 10px 5px;
	background: #dde5dd;
	border: 1px solid #bcb;
	padding: 10px;
	visibility: hidden;
	}
	/* Input Field Settings */
	.usercp input#djname {
		width: 6em;
	}
	.usercp input#email {
		width: 20em;
	}
	.usercp input#oldpass,
	.usercp input#newpass,
	.usercp input#newpass_verify {
		width: 10em;
	}
	.usercp input#homepage {
		width: 15em;
	}
.usercp #friends td {
	padding: 3px;
	font-size: 12px;
	line-height: 13px;
	vertical-align: middle;
}
.usercp #friends .djname {
	font-size: 11px;
	color: #666;
	padding: 0 5px;
}

/* =========================== */
/* = PAGE: Rival Data Upload = */
/* =========================== */
.rivaldata #Content #mainColumn {
	width: 680px;
}
.rivaldata #Content #sideColumn {
	width: 275px;
}
.rivaldata #rivalUpload {
	width: 400px;
	margin:  0 auto;
	border: 1px solid #999;
	padding: 10px;
}
.rivaldata th {
	width: 175px;
	white-space: nowrap;
}
.rivaldata th h2 {
	font-size: 14px;
	padding: 0 20px 0 0;
	margin: 0;
}
.rivaldata th,
.rivaldata td {
	vertical-align: top;
	padding: 0 0 10px;
}
.rivaldata #rivalUpload input,
.rivaldata #rivalUpload select,
.rivaldata #rivalUpload option {
	display: block;
	font-size: 14px;
}


/* ==================== */
/* = PAGE: Find Rival Data = */
/* ==================== */
.findrivaldata #Content #mainColumn {
	width: 765px;
}
.findrivaldata #rivalForm label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.findrivaldata #rivallist {
	padding: 0;
	width: 100%;
	border: none;
	z-index: 1;
}
.findrivaldata #rivallist thead th {
	color: #343;
	padding: 0 4px;
}
.findrivaldata #rivallist tbody th {
	padding: 4px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #fff;
	border-top-color: #bcb;
	border-bottom-color: #bcb;
	vertical-align: middle;
	min-width: 150px;
	max-width: 275px;
}
.findrivaldata #rivallist td {
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	padding: 4px;
	border: 1px solid #fff;
	border-top-color: #bcb;
	border-bottom-color: #bcb;
}
.findrivaldata #rivallist .rival {
	font-size: 14px;
	font-weight: bold;
}
.findrivaldata #rivallist .djname {
	color: #777;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.findrivaldata #rivallist .rank {
	font-size: 13px;
	font-weight: bold;
}
.findrivaldata #rivallist .download {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 18px;
	background: url(../images/file.gif) no-repeat left;
}


/* ==================== */
/* = PAGE: View Style = */
/* ==================== */
.viewstyle #Content #mainColumn {
	width: 750px;
}
.viewstyle #songlist {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	z-index: 1;
}
.viewstyle #songlist thead th {
	text-decoration: none;
	color: #343;
	padding: 0 12px 0 4px;
}
.viewstyle #songlist td {
	padding: 4px 12px 4px 4px;
	vertical-align: top;
	line-height: 17px;
}
.viewstyle #songlist tbody th {
	vertical-align: top;
	font-weight: normal;
	padding: 4px 12px 30px 4px;
}
.viewstyle #songlist tr.song td, 
.viewstyle #songlist tr.song th {
	border-top: 1px solid #bcb;
}
.viewstyle .title {
	font-size: 14px;
	font-weight: bold;
}
.viewstyle .title a {
	color: #000;
}
.viewstyle .title a:hover {
	text-decoration: none;
}
.viewstyle .artist {
	color: #333;
	font-size: 12px;
}
.viewstyle .genre {
	font-style: italic;
	color: #777;
	margin: 0 0 5px;
}
.viewstyle .stats {
	font-size: 10px;
	color: #333;
}
.viewstyle .difficulty {
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Zapf Dingbats"; /*this is needed to fix Safari's weird unicode star handling*/
}
.viewstyle .clearrate {
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Zapf Dingbats"; /*this is needed to fix Safari's weird unicode star handling*/
}
.viewstyle .frommax {
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Zapf Dingbats"; /*this is needed to fix Safari's weird unicode star handling*/
}
.viewstyle .notecount {
	color: #777;
	padding: 0 0 0 5px;
	font-style: italic;
}
.viewstyle .rank {
	text-align: center;
	font-size: 13px;
}
.viewstyle .dj {
	font-weight: bold;
	font-size: 12px;
}
.viewstyle .exscore {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.viewstyle .percentage {
	font-style: italic;
	color: #777;
}
.viewstyle #ranking td {
	padding: 4px 15px;
}


/* ============================== */
/* = PAGE: Original Course Edit = */
/* ============================== */
.originalcourse #Content #mainColumn,
.originalcourse #Content #sideColumn {
	width: 480px;
}
.originalcourse em {
	display: block;
	color: #666;
	font-size: 12px;
}
.originalcourse #Content input,
.originalcourse #Content select,
.originalcourse #Content option {
	font-size: 16px;
	vertical-align: middle;
}
.originalcourse .step1 {
	overflow: visible;
	height: auto !important;
	height: 1%;
}
.originalcourse .step1 span {
	float: left;
	display: block;
	padding: 0 15px 0 0;
}
.originalcourse .step1:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}
.originalcourse .step2 li {
	list-style-position: inside;
	font-size: 16px;
	margin: 4px 0;
}
.originalcourse .step2 li input {
	margin: 0 0 0 10px;
	width: 15em;
}
.originalcourse .step3 #coursename {
	width: 8em;
}

/* ======================== */
/* = SECTION: Live Search = */
/* ======================== */
.homeform {
	text-align: center;
}
.homeform .usersearch, 
.homeform p {
	display: inline-block !important;
	display: inline;
}
.usersearch {
	position: relative;
}
.usersearch .search {
	width: 175px;
	background: #fff;
}
#search_submit {
	display: none;
	width: 75px;
}
.usersearch ul {
	position: absolute;
	top: 100%;
	width: 175px;
	border: 1px solid #124323;
	z-index: 9999;
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none;
}
.usersearch li {
	border-top: 1px solid #ccc;
	padding: 3px;
	margin: 0;
}
.usersearch li a {
	display: block;
}
.usersearch li.zebra {
	background: #f0f0f0;
}
.usersearch .progress {
	background: url(../images/indicator.gif) right no-repeat;
}

/* ==================*/
/* = SECTION: Sync = */
/* ================= */

.sync #Content #mainColumn {
	width: 750px;
}
.sync #scorelist {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	z-index: 1;
}
.sync #scorelist thead th {
	text-decoration: none;
	color: #343;
	padding: 0 12px 0 4px;
}
.sync #legend td {
	padding: 2px 2px 2px 2px;	
}
.sync #scorelist td {
	padding: 4px 12px 4px 4px;
	vertical-align: top;
	line-height: 17px;
	text-align: left;
}
.sync #scorelist tbody th {
	vertical-align: top;
	font-weight: normal;
	padding: 4px 12px 30px 4px;
}

.sync #scorelist tr.score td, 
.sync #scorelist tr.score th {
	border-top: 1px solid #bcb;
}
.sync #scorelist tr.zebra td, 
.sync #scorelist tr.zebra th {
	border-top: 1px solid #bcb;
	background: #f0f0f0;
}

.sync .title {
	font-size: 14px;
	font-weight: bold;
}
.sync .stats {
	font-size: 10px;
	color: #333;
}
.sync .exscore {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-right: 0px !important;
}
.sync .mods {
	padding-left: 0px !important;
}
.sync .percentage {
	font-style: italic;
	color: #777;
}
.sync #ranking td {
	padding: 4px 15px;
}

.sync #upload th {
	width: 130px;
	white-space: nowrap;
}
.sync #upload th h2 {
	font-size: 14px;
	padding: 0 20px 0 0;
}
.sync #upload th,
.sync #upload td {
	vertical-align: center;
	padding: 0 0 10px;
}
.sync #upload h2 {
	margin: 0;
	padding: 0;
}
.sync #upload td em {
	font-size: 11px;
}

