@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000000;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCFF00;
	text-decoration: none;
}
a.indx-links:link {
    color: #CCFF00;
	text-decoration: none;
}
a.indx-links:hover {
	color: #CCFF00;
	text-decoration: none;
}
a.pg-links:link {
    color: #999999;
	text-decoration: none;
}
a.pg-links:hover {
	color: #CCFF00;
	text-decoration: none;
}
.wrapper  {
	width: 855px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.header  {
	margin: 0;
	padding: 0;
}
.header-box  {
	padding-top: 20px;
	padding-left: 15px;
	height: 30px;
	width: 720px;
	margin: 120;
	align: right;
	float: right;
	background-color: #444444;
	vertical-align: middle;
}
.spcr40  {
	margin: 0;
	padding-top: 40px;
}
.content-wrap  {
	background-color:#000000;
	width: 735px;
	color: #000000;
	margin-left: 120px;
	/*padding-top: 30px;*/
	padding-bottom: 30px;
	float: right;
}
.txt-gr11  {
	font-size: 11px;
	color: #CCFF00;
}
.txt-gr14  {
	font-size: 14px;
	color: #CCFF00;
}
.txt-gr18i {
	color: #99CC00;
	font-size: 18px;
	font-style: italic;
}
.txt-gry10  {
	font-size: 10px;
	color: #888888;
	line-height: 20px;
}
.txt-gry12  {
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.txt-gry14  {
	font-size: 14px;
	color: #444444;
	padding-left: 10px;
	pading-right: 10px;
}
.img-border {
	border-style: solid;
	border-color: #444444;
	border-width: 2px;
}

.txt-prp16  {
	font-size: 16px;
	color: #663399;
	padding-left: 10px;
	pading-right: 10px;
}
.txt-dec {
	font-size: 30px;
	color: #99CC00;
	border-style: solid;
	border-color: #99CC00;
	border-width: 2px;
	padding-right: 5px;

}
.indent  {
	padding-left: 10px;
}
.footer-box  {
	padding-top: 20px;
	padding-right: 5px;
	height: 30px;
	background-color: #444444;
	vertical-align: middle;
}
.footer-links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEEEEE;
	padding-right: 5px;
}
.header-links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 12px;
	line-height: 20px;
	float: right;
}


/***flowplayer/jquery stuff ***/

/* some styling for triggers */
#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#ccc;
	border:0px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}



/* styling for elements inside overlay */
.details {
	position:absolute;
	top:0px;
	right:0px;
	font-size:11px;
	color:#ccc;
	width:150px;
}

.details h3 {
	color:#ccc;
	font-size:15px;
	margin:0 0 -10px 0;
}


/* the overlayed element */
.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#ccc;

	width:425px;
	min-height:200px;
	border:noborder;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #ccc;
	-webkit-box-shadow: 0 0 90px #ccc;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(close.png);
	position:absolute;
	right:-30px;
	top:-20px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index:10001;
}



