body
{
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;	
	background: #04212e;
	font-family: Verdana, Sans-serif;	
}

span.tunesattack
{
	font-style: italic;
}

/**** index *****/
a.music-link, a.music-link:visited
{
	color: #7788FF;
	font-style: italic;
}

a.itunes-link, a.itunes-link:visited
{
	color: white;
	font-style: italic;
	font-size: 10pt;
	margin-top: 10px;
}

div#appstore
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#appstore img
{
	border: 0px;
}

#appstore table
{
	width: 100%;
}

#appstore td
{
	padding-left: 20px;
	padding-right: 20px;
}

div#index
{
	text-align: center;
}

#index h1
{
	font-size: 14px;
	border-bottom: 1px solid gray;
	text-align: left;
	list-style-type: square;
	background: url('../images/h1.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 30px;
}

#fancybox-left-ico 
{
 left: 20px;
}

#fancybox-right-ico 
{
 right: 20px;
 left: auto;
}

a.fancy_image img
{
	border: 1px solid gray;
	margin: 2px;
}

#wallpapers table td
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#wallpapers li
{
	list-style: none;
	margin-bottom: 10px;
}

#wallpapers a, #wallpapers a:visited
{
	color: white;
}

table.video
{
	margin-bottom: 20px;
	margin-left: 0px;
}

.youtube-thumb
{
	margin: 0px;
	padding: 0px;
	border: 0;
}

table.video
{
	padding: 0px;
}

td.video-pellicule
{
	background:transparent url('../images/pellicule.png') repeat-x scroll center bottom;
	height: 122px;	
	width: 380px;
	vertical-align: middle;
	text-align: center;
	/*border: 1px solid red;
	padding: 0px;*/
}

.video-title
{
	font-weight: bold;
}

td.video-description
{
	padding-left: 20px;
}

#emailsub p
{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#index-footer
{
	margin-top: 0px;
	border-top: 1px solid gray;
}

/* scores */

div#loading
{
	text-align: center;
	margin-top: 50px;
}

#loading p
{
	font-style: italic;
	color: #9999CC;
}

#mode-menu, #view-menu, #song-menu, #score-array
{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
}

#mode-menu span.rollover-image
{
	display: inline-block;
	overflow:hidden
}

#mode-menu img
{
	cursor: pointer;
}

#view-menu table
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;	
	border-spacing: 10px;	
	*border-collapse: expression('separate', cellSpacing = '10px'); /* IE fix */
}

#view-menu td
{
	background: url(../images/view_button.png) 0 0 no-repeat;
	width: 64px; 
	height: 32px;	
	border: 0px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;	
}

.close-btn
{
	position: relative;
	top: 7px;
	left: -10px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

#song-menu table
{
	margin-left: auto;
	margin-right: auto;
}

#song-menu button
{
	background: url(../images/search.png) 0 0 no-repeat;
	width: 35px; 
	height: 35px;
	border: 0;
	cursor: pointer;
	font-size: 1.1em;	
}

#song-menu button:hover 
{
	background-position: 0 -36px;
}

#itunes
{
	text-align: center;
	margin-bottom: 20px;
}

#your-rank
{
	color: #A52323;
	font-weight: bold;
	font-size: 13pt;
	padding: 5px;
	background: #222;
	width: 300px;
	margin-left: auto;
	margin-right: auto;	
}

.score-header
{
	color: white; 
	font-weight: bold;	
	font-size: 10pt;
	font-style: italic;
}

div.paginate
{
	max-width: 300px;	
	margin-left: auto;
	margin-right: auto;	
	margin-top: 5px;
	margin-bottom: 8px;
}

div.paginate a.prev img
{
	float: left;
	border: 0;
}

div.paginate a.next img
{
	float: right;
	border: 0;
}


#score-array
{
	color: #000;
}

#score-array table
{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;	
	/*width: 100%;*/
}

#score-array td.up-left
{
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
}

#score-array td.up-right
{
	border-right: 1px solid gray;
	border-top: 1px solid gray;
}

#score-array td.bottom
{
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
}

#score-array table.leaderboard td, #score-array table.popular td, #score-array table.song td, #score-array table.search-song td
{
	border: 1px solid gray;
}

#score-array table th
{
	color: white;
	border: 1px solid gray;
}

#score-array td, #score-array th
{	
	padding: 5px;
	vertical-align: middle;
}

#score-array  th 
{
	background: #6699CC;
}

#score-array tr.row1
{
	background: #DDF;
}

#score-array tr.row2
{
	background: #EEF;
}

#score-array tr.row_user
{
	color: red;
}

#score-array td.player
{
	width: 250px;
}

#score-array td.track
{
	border-top: 0px;
}

#score-array span.avatar
{
	margin-left: 5px;
	float: left;
}

#score-array span.country
{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

p#score-message
{
	color: #fff;
}

#score-array a, #score-array a:visited
{
	color: blue;
}

/*
src="{% url django.views.static.serve "images/search.png" %}
*/

#search-song 
{

}

/*****/
.errorlist li
{
	list-style: none;
	color: red;
}

.button, input
{
    font-size: 0.875em;
    font-weight: bold;
    border: 1px solid #C0CCC4;
    background-color: #ebf2ee;
    padding: 0.25em 8px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px #FFF;	
}

.game-title
{
	font-style:italic;
}

/*****/

#main
{
	padding: 0px;
	background-color: black;
	color: white;
}

#header
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat:no-repeat;		
}

#social-links
{
	text-align: center;
}

#social-links img
{
	border: 0px;
	margin-right:10px;
	margin-left:10px;
}

#footer
{
	background: #111;
	text-align: center;
}

#footer a, #footer a:visited
{
	color: white;
}

#menu table
{
	margin-left: auto;
	margin-right: auto;
	position:relative;
	padding-bottom: 15px;
	/*border-bottom: 3px solid rgba(204,204,255, 0.3);*/
}

#menu td
{
	width: 67px;
	height: 66px;
}

#menu a, #menu a:visited
{
	color: white;
	text-decoration: none;
	font-size: 13pt;
	margin: 5px;
	padding: 0px;
}

#login a:hover
{
	color: red;
}

#menu td.active
{
	background-image:url('../images/background_menu.png');
	border: 0px;	
}

#login
{
	text-align: right;	
	margin-right: 10px;
	font-size: 9pt;
	font-style: italic;
}

#login a, #login a:visited
{
	color: white;
	text-decoration: none;
}

#login p
{
	color: white;
}

#content
{
	margin-left: auto;
	margin-right: auto;
	width: auto;
	font-size:14px;	
}

.smaller
{
	margin-left: 20px;
	font-size: smaller;
}

#profile_title
{
	border-bottom: 1px solid black;
}

fieldset.profile legend
{
	padding-right: 10px;
	padding-left: 10px;
}

fieldset.profile
{
	margin-bottom: 10px;
}


#profile_detail p
{
	margin: 1px 5px 1px 5px;
}

.stats_info
{
	font-style:italic;
}

.stats_value
{
	color: #A52323;
	font-weight: bold;
}

input.challenge
{
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	color: #72A4D2;
	font-weight: bold;
	background-color: #444;
	font-size: 10pt;
	color: white;
	margin-bottom: 15px;
}


