@CHARSET "UTF-8";



ul.menu li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.menu li { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html ul.menu li { height:1%; }
ul.menu li { display:block; }
/* end clearfix */

ul.menu li a:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.menu li a { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html ul.menu li a { height:1%; }
ul.menu li a { display:block; }
/* end clearfix */

ul.flat-list {
	display: block;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	padding-top: 11px;
	padding-bottom: 11px;
	/*overflow: auto;*/ /*overflow: hidden;*/ /*position: relative;*/
}

ul.flat-list li {
	display: block;
	list-style-type: none;
	/*font-weight: bold;*/
	float: left;
	background: #fff;
	/*position: relative;*/ /*border: solid 1px #00aeff;*/
	/*overflow: auto;*/
}

	
ul.flat-list li a {
	font-weight: normal;
	text-decoration: none;
}
ul.menu li img{
    float: left;
    margin-right: 14px;
    }

ul.menu {
	margin: 0;
	padding: 0;
	background: #fff;
	list-style-type: none;
}
ul.menu li{
	    padding-bottom: 2px;
    border-bottom: solid 1px #92b0f1;
	
	}
ul.menu a {
	color: #1d439b;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
}

ul.menu a.selected {
	color: #ffffff;
	background: #4260a1;
}

ul.menu a:hover {
	color: #ffffff;
	background: #1d439b;
}


#exposeMask {
	background: #000; 
}
#player-resizable{
	background: #f00;
}
#player {
	background: #000;
	width: 100%; 
	height: 0px; 
	text-align: center;
	display: none;
}
#player.loaded{
	height: 500px;
	display: block;
}

#pdesc{
/*
#29AFEE
#009AF0
*/
	background: #009AF0;
	color: #fff;
}
#pdesc h3{
	margin: 0;
	border: none 0px;
	color: inherit;
	padding: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
}
	
#ptitle{
/*
#29AFEE
#009AF0
*/
	background: #009AF0;
	color: #fff;
}
#ptitle h3{
	margin: 0;
	border: none 0px;
	color: inherit;
	padding: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: solid 4px #000;
}
	
html.fullscreen, html.fullscreen body{
	width: 100%;
	height: 100%;
}
html.fullscreen body{
    overflow: hidden;
}
.fullscreen .fullscreen-hidden{
	display: none;
}
.fullscreen #player-resizable #player {
	/*position: absolute;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 21px;
    right: 0;
}
.fullscreen #player-resizable #player.loaded {
	height: auto;
	margin-bottom: 21px;
}
.fullscreen #player-resizable.half-width #player{
    top: 25%;
    left: 25%;
    right: 25%;
    bottom: 25%;
    width: auto;
}

.fullscreen #player-resizable{
	position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
}

#player-resizable #fullscreen-controls {
	display: none;
	padding: 7px;
	
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 21px;
	
	
	background: #111;
	font-weight: bold;
	font-size: 14px;
}
#player-resizable #normalscreen-controls {
    display: none;
    padding: 4px;
    font-weight: bold;
    font-size: 12px;
}
#player-resizable.loaded #normalscreen-controls {
    display: block;
}
#player-resizable #fullscreen-controls a{
    color: #ccc;
    }
#player-resizable #normalscreen-controls a{
    color: #ccc;
    }

.fullscreen #player-resizable #fullscreen-controls {
    display: block;
}
.fullscreen #player-resizable #normalscreen-controls {
    display: none;
}
.fullscreen #player-resizable.loaded #normalscreen-controls {
    display: none;
}
