/* CSS Document */


#IEonly{
	position: relative;
	z-index: 100;
	border: none;

}
.IEonly{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../art/wrongbrowser.png');
	background-position: 0 0;
    background-repeat: no-repeat;
	}
	.IEonly[class]{				
	background-image:url(../art/wrongbrowser.png);
	}

/* player pop youtube etc. ...*/

#layerpop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	}
	
#mov-container{
	background-image: url(../art/movbackg.png);
	background-repeat: no-repeat;
	border: 0px solid red;
	width: 490px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 124px;
	}
	
.wow { 								/* for js opacity: avoids flickering at the beginning */
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0; 
		} 

.close{
	position: relative;
	float: left;
	border: 0px solid red;
	margin-left: 20px;
	margin-top: -6px;
	}
.close:hover{
	filter:alpha(opacity=45); -moz-opacity:0.45; opacity:0.45; -khtml-opacity:0.45;
	}
.mov{
	border: 0px solid red;
	float: left;

	}




img {
	border: none;
	}



.navi {
	font-family: georgia;
	color: white;
	font-size: 9px;
	border-bottom: 1px dotted white;
	padding-top: 4px;
	padding-bottom: 0px;
	}
	
.bott {
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.include {
	padding-top: 10px;
	padding-bottom: 6px;
	}

body {
	margin-top: 80px;
	background-color: #cccccc;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
.bottomline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	}
	
a:link {
	color: white;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: white;
	}
a:hover {
	text-decoration: none;
	color: #ed562e;
	}
a:active {
	text-decoration: none;
	color: #3399CC;
	}

.txt {
	font-family: georgia;
	font-size: 11px;
	color: grey;
	line-height: 16px;
	}

.smalltxt {
	font-family: georgia;
	font-size: 10px;
	color: #96A4AB;
	}


.mfictiontbl td{
	font-family: georgia;
	font-size: 11px;
	color: white;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: 0px dotted white;
	border-top: 0px dotted white;
	border-right: none dotted white;
	}

	
.img_link:hover{
	filter:alpha(opacity=45); -moz-opacity:0.45; opacity:0.45; -khtml-opacity:0.45;
	}
