@CHARSET "UTF-8";

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 1pt;
	margin:0;
	background-color: #000000;
	line-height: 1.2em;
}
a, a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

.toplink a, .toplink a:visited {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", Helvetica, sans-serif;
	color: #0000c3;
	text-decoration: none;
}
.toplink a:hover {
	color: #95ffa0;
	text-decoration: none;
}

div.error {
	border: 1px dashed #fff;
	padding: 5px;
	text-align: left;
	color: #fff;
	margin: 10px;
}
div.error a, div.error a:visited {
	color: #fff;
}

div.page {
	padding: 10px 0 0 40px;
	color: #fff;
	font-size: 12px;
	width: 850px;
}
div.page table {
	color: #fff;
	font-size: 12px;
}
button {
	background-color: #1a171b;
	border: none;
}

input[type="text"] {
	border: 1px dotted #ffffff;
	background-color: #1a171b;
	color: #fff;
}

/* the overlayed element */ 
.overlay { 
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* growing background image */ 
    background-image:url(images/overlay/black.png); 
     
    /*  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    width:320px;         
     
    /* some padding to layout nested elements nicely  */ 
    padding:35px; 
 
    /* a little styling */     
    font-size:11px; 
} 
 
/* default close button positioned on upper right corner */ 
.overlay div.close { 
    background-image:url(images/close.png); 
    position:absolute; left:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
div.overlay a {
	height:240px;
	display:block;
}
#startplayer {
	cursor: hand;
}
.bigbold {
	font-size: 20px;
	font-weight:bold;
	padding-bottom: 5px;
}
.bigboldindex {
	color: #ffffff;
	font-size: 40pt;
	font-weight:bold;
	padding-bottom: 5px;
	line-height: 0.9em;
}
.submit {
	border: 0 none;
	background-color: #000000;
	color: #0000c3;
	font-weight:bold;
	font-size: 20px;
	text-align:left;
}
.submit:hover {
	color: #78cf81;
}
