body {
	background-color: #000000;
	color: #999;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial;		
}

h1 , h2 {
	cursor: default;
	margin: 0px;
	padding: 0px;
}

.poweredby {
	color:     #444;
	cursor:    default;
	font-size: 10pt;
}

.copyright {
	color:     #444;
	cursor:    default;
	font-size: 10pt;
}

a.copyright {
	cursor:          pointer;
	text-decoration: none;
}

a.copyright:hover {
    color:           #999;
	text-decoration: underline;
}

a.logo {
	border: 0px;
}

a.logo:link {
	border: 0px;
}
a.logo:visited {
	border: 0px;
}
a.logo:active {
	border: 0px;
}

a.player {
	align: left;
	display:block;
	width:744px;
	height:564px;
}

img.logo, img.logo:link, img.logo:visited, img.logo:active {
	border: 0px;
}

div.mainFrame {
	align:              left;
	border:             1px solid #555;
	margin-top:         10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*padding-top:        12px;*/
	padding-bottom:     12px;
	width:              798px;
	height: 670px;
}

div.loadingFrame {
	background-color: #000;
	display: none;
	float: left;
	color: #999;
	width:  790px;
	height: 100px;
	
	position: relative;
	/*top: -100px;*/
	left: 1px;
}
span.loadingFrameContent {
	font-size: 22pt;
	position: relative;
	top: 30px;
	
}
span.loadingFramePercent {
	display: block;
	float: right;
	font-size: 22pt;
	position: relative;
	top: 30px;
	left: -100px;
	width: 100px;
}
div.slideshowButtonEnabled {
	background-color:   #000000;
	border:             1px solid #555;
	color:              #555;
	cursor:             pointer;
	font-family:		"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial;		
	font-size:          10pt;
	margin-top:         10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top:        3px;
	padding-bottom:     3px;
	padding-left:       7px;
	width:              250px;
	text-align: 		center;
}

div.slideshowButtonEnabled:hover {
	border-color: #999;
	color:        #999;
}

div.slideshowButtonDisabled {
	background-color:   #000000;
	border:             1px solid #222;
	color:              #222;
	cursor:             default;
	font-family:		"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial;		
	font-size:          10pt;
	margin-top:         10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top:        3px;
	padding-bottom:     3px;
	padding-left:       7px;
	width:              250px;
	text-align: 		center;

}

#failFrame {
    margin-top: 40px;
    width: 700px;
}

.overlay { 
    display:none; 
    z-index:10000; 
    background-image:url(http://www.evoluum.com/img/overlay_transparent_bg.png);      
    width:526px;
    padding: 25px;
}
.overlay .close { 
    background-image:url(http://www.evoluum.com/img/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
