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;
}

h1 {
	color: white;
}
h2 {
	color: #14b300;
}

.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;
	background-color: #000;
	display:block;
	width:694px;
	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-bottom:     12px;
	width:              710px;
	height: 670px;
}

div.loadingFrame {
	background-color: #000;
	display: none;
	float: left;
	color: #999;
	width:  694px;
	height: 25px;
	
	position: relative;
	/*top: -100px;*/
	left: 8px;
}
span.loadingFrameContent {
	font-size: 16pt;
	position: relative;
	/*top: 30px;*/	
}
span.loadingFramePercent {
	display: block;
	float: right;
	font-size: 16pt;
	position: relative;
	/*top: 30px;*/
	left: -180px;
	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:   #000;
	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;
}


/* outmost wrapper element */
div.scrollable {
    /* required 
     */
    position: relative;
    overflow: hidden;
    width:    684px;
    height:   50px;
    
    /* custom 
     */
	background-color:      #000;
	border:                1px solid #555;
    float:                 left;
    margin:                0px 0px 0px 5px;
    padding:               7px 0px 7px 0px;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
}

/* container for the scrollable items
 */
div.scrollable div.items {
    position: absolute;
    width:    20000em;
    height:   50px;
    clear:    both;
}

/* single item 
 */
div.items a, div.noitems a {
	width:  82px; /*112px;*/ /*122px; //127px;*/
	height: 40px;
    
	border:        1px solid #555;
	color:         #555;
	cursor:        pointer;
    display:       block;
	font-family:   verdana;
    font-size:     12px;
	padding-left:  2px;
	padding-right: 2px;
	padding-top:   6px;
    text-align:      center;
	text-decoration: none;
    
    -moz-border-radius:    5px;
	-webkit-border-radius: 5px;
}

div.items a {
	float:       left;
    margin-left: 8px;
}

div.items a:hover, div.noitems a:hover {
   	border-color:#999;
	color:#999;	
}

div.item a:hover {
	color:#ccc;	
}

div.items a.active, div.noitems a.active {
	border-color:#14b300;
	color:#14b300;
	cursor:default;
	font-weight: bold;
}

/* next / prev buttons 
 */
 /*
a.prev, a.next {
	width: 18px;
	height:18px;
    
	border:     1px solid #555;
	color:      #555;
    cursor:     pointer;
    display:    block;
    font-size:  10pt;	
    margin-top: 23px;
    text-align: center;
    
    -moz-border-radius:    5px;
	-webkit-border-radius: 5px;
}

a.prev {
    float: left;
}
a.next {
    float: right;
}
a.prev:hover, a.next:hover {
	border-color: #999;
	color:        #999;
}
*/
a.disabled {
	border-color: #222;
	color:        #222;
}
a.disabled:hover {
	border-color: #222;
	color:        #222;
    cursor: default;
}
