@charset "UTF-8";
img {
	z-index: 1;
}
/* CSS Document */

body {
	background-color: #000;
}
.vidDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #E74121;
	text-align: center;
	top: 0px;
	position: relative;
}
.nudgeImg {
	position: relative;
	top: 19px;
}
.whiteBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFF;
	word-wrap: break-word;
	display: inline-block;
}
.whiteBodyText td a {
	color: #F90;
	text-decoration:none;
}
.sideHeading {
	font-size: 12pt;
	color: #C90;
	font-family: Arial, Helvetica, sans-serif;
}

.noBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}

.yellowHeaders {
	color: #FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:left;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	
	
	
}
.menuBar {
	background-image: url(../menu/images/item-primary-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DDD5D5;
	text-align: center;
	position: relative;
	height: 25px;
}
#simpleMenu tr .menuBar {
	color: #FFF;
	font-weight: bold;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 line-height:140%;

}

a {
	text-decoration:none;
}
.whiteBodyTextNoInline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFF;
	word-wrap: break-word;
}

