@charset "UTF-8";

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	color: #666666;
    font-family: Arial,Helvetica,Verdana,Geneva,Swiss,SunSans-Regular;
    font-size: .9em;
}

A:LINK {
    color: #ff6600;
    text-decoration: none;
}

A:VISITED {
    color: #ff6600;
    text-decoration: none;
}

A:ACTIVE {
    color: #ff6600;
    text-decoration: none;
	outline: none;
}

A:HOVER {
    color: #ff6600;
    text-decoration: underline;
}

P {
	padding: 5px 38px 5px 38px;
	text-align: justify;
}

.menu {
    color: #ffffff;
    font-family: Arial,Helvetica,Verdana,Geneva,Swiss,SunSans-Regular;
}

.menuOver {
    color: #ffffff;
    font-family: Arial,Helvetica,Verdana,Geneva,Swiss,SunSans-Regular;
	background-color:#d55811;
	cursor: pointer;
}

.menuOut {
    color: #ffffff;
    font-family: Arial,Helvetica,Verdana,Geneva,Swiss,SunSans-Regular;
	background: url(lib/images/menu_bg.gif);
}

.paragraphTitle {
    color: #ff6600;
    font-size: 1.2em;
	font-weight: bold;
}

.bulletTitle {
    color: #ff6600;
    font-size: 1.2em;
	font-weight: bold;
	line-height: 0;
}

.bullet {
	text-align: left;
	vertical-align: 80%;
}

.error {
    color: #ff0000;
	font-weight: bold;
}

.fieldError {
    background-color: #ffff00;
}

.movieTitle {
	font-style: italic;
}

.trOver {
	cursor: pointer;
}

.copyright {
	color: #666666;
    font-family: Arial,Helvetica,Verdana,Geneva,Swiss,SunSans-Regular;
    font-size: .8em;
	position: relative;
	bottom: 7px;
}

.popup {
	margin-left: -150px;
	margin-top: -50px;
	position: absolute;
	border: none;
	left: 40%;
	top: 0;
	padding-top: 300px;
}

.popupOff {
	width: auto;
	height: auto;
	overflow: auto;
	z-index: 0;
}

.dimOn {
	background-position: top;
	position: absolute;
	left:0;
	top:0px;
	width: 100%;
	height: 120%;
	background-color: #000000;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 100;
}

.dimOff {
	background-position: top;
	position: absolute;
	background-color: transparent;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 0;
	height: 0;
	z-index: 0;
}
