/* CSS Document */
A:link        { font-weight: normal; text-decoration: underline; color: #000000; }
A:visited     { text-decoration: underline; color: #000000; font-weight: normal; }
A:hover       { text-decoration: none; color: #333399; }
BODY         {
	background-color: #333333;
	background-attachment: scroll;
	background-image: url(../assests/images/0208_pgBKG_04_DIM.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Helvetica, Arial;
	font-size:12px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	text-align: center;
	vertical-align: middle;
	}
.loungePop {
	text-align: center;
	width: 1000px;
	vertical-align: middle;
	background-position: center center;
	padding-top: 25px;
}
.lounge_frame {
	text-align: center;
	vertical-align: top;
	width: 250px;
	overflow: hidden;
	height: 360px;
	background-color: #333333;
}
/*The Video Tite, currently playing*/
.videoinfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #CCCCCC;
	text-align: left;
	vertical-align: text-top;
	padding-top: 10px;
}

.videoinfo:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.videoinfo ul{
padding:0px;
margin: 0;
vertical-align:top;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.videoinfo ul li{
display: inline;
}

.videoinfo li a{
color: #000000;
padding: 0px 0px;
margin: 0;
text-decoration: none;
}

/*The Description Under the Title*/
.videodesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: left;
	vertical-align: top;
}
