/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#4676BE;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

/**

Begin playalike css

**/
body
{
	background: #ffffff url('../images/back.jpg') no-repeat scroll top center;
	font-family:Lucida Grande, Tahoma, FreeSans, sans-serif;
	font-size:0.8em;
	margin: 0;
	padding: 0;
}
img
{
	border-style: none;
}
#mainDiv{
	width:783px;
	position:absolute;
	left:50%;
	margin-left: -395px;
}
#contentDiv
{
	height:380px;
	width:783px;
	margin-top:2px;
	position: relative;
}
#footerDiv
{
	border:0;
	padding-top:5px;
	width:783px;
	text-align:right;
}
#footerDiv a
{
	text-decoration: none;
	padding:0;
	margin:0;
	color:#18404C;
}
#footerDiv a:hover
{
	text-decoration: underline;
	padding:0;
	margin:0;
	color:#336699;
}
#playerDiv
{
	position: absolute;
	top: 25px;
	left: 14px;
	height: 357px;
	width: 457px;
	padding:0;
}
#controlsDiv
{
	float:right;
}
#query
{
	border: 0;
	width:180px;
	height:43px;
	padding-top:15px;
	margin-top:0px;
	vertical-align:top;
	background-color: transparent;
}
#searchResults
{
	position:absolute;
	right:10px;
	top:70px;
	width:290px;
	height:10px;
	overflow:auto;
	margin-left:10px;
	padding:0;
	visibility:hidden;
}
#resultListItem
{
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px dashed #D5E2E3;
	width:265px;
}
#searchResults a, #searchResults p
{
	text-decoration:none;
	color: #D5E2E3;
}
#playlistDiv
{
	position:absolute;
	right:10px;
	top:70px;
	width:290px;
	height:10px;
	margin-left: 10px;
	visibility:hidden;
}
#currentVideo
{
	border-bottom: 1px dashed #D6E3E2;
	height: 116px;
	margin-bottom: 10px;
	padding-bottom: 16px;
	position: relative;
	width:290px;
	float:left;
}
#loading
{
	color: #D6E3E2;
}
#currentVideo p
{
	color: #D6E3E2;
}
#currentVideo #skip
{
	bottom: 16px;
	left: 127px;
	position: absolute;
}
#nextVideo a
{
	bottom: 0;
	left: 127px;
	position: absolute;
}
#nextVideo p
{
	color: #D6E3E2;
}
#header
{
	font-weight:bold;
	margin: 0 0 10px;
	padding: 0;
}
#rating
{
	display:none;
}

#nextVideo
{
	height: 116px;
	position: relative;
	width:290px;
	float:left;
}
#messageDiv
{
	width:290px;
}
#image
{
	float:left;
	margin-right:7px;
}
#title
{
	font-weight:bold;
	color: #D6E3E2;
}
#artist
{
	font-size:0.75em;
	color: #D6E3E2;
}
#share
{
	font-weight:bold;
	color: #18404C;
	/*text-decoration: none;*/
}
#headerDiv
{
	height:115px;
	width:783px;
	margin-top:10px;
	position:relative;
}
#headerDiv img
{
	float:left;
}
#logoutframe
{
	height:0px;
	width:0px;
	visibility:hidden;
}
#searchForm
{
	margin:0;
	padding:0;
	text-align: right;
}
#searchDiv
{
	width:300px;
	height:70px;
	background-color: transparent;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right:0;
}
#searchDiv img
{
	border-width:0;
	margin:0;
}
#loginDiv
{
	text-align:center;
	bottom:5px;
	right:35px;
	position:absolute;
	width:220px;
}
#loginDiv p
{
	padding:0;
	margin:0 0 0 50px;
	color:#18404C;
}
#loginDiv a
{
	text-decoration: none;
	padding:0;
	margin:0;
	color:#18404C;
}
#loginDiv a:hover
{
	text-decoration: underline;
	padding:0;
	margin:0;
	color:#336699;
}
#goButton
{
	width:68px;
	height:68px;
}
.noborder
{
	border:0;
}
.bold
{
	font-weight:bold;
}
.white
{
	color: #D6E3E2;
}
.nodecor
{
	text-decoration: none;
}
.marginleft65
{
	margin-left:65px;
}
.nomargintop
{
	margin-top:0;
}
.nomarginbottom
{
	margin-bottom:0;
}
#mainDivL
{
	background:#FFFFFF url('../images/loginBack.jpg') scroll top left;
	height:400px;
	width:500px;
}
#closeButtonL
{
	padding-right: 10px;
	padding-top: 10px;
	text-align: right;
}
#loginDivL
{
	width:200px;
	margin-left: 155px;
	margin-top: 110px;
}
#loginDivL p
{
	margin-top: 12px;
	margin-bottom: 12px;
}
#loginDivL form
{
	margin-top:0;
	margin-bottom:12px;
	padding:0;
}
#loginDivL #email
{
	border: 1px solid #D6E3E2;
	background-color: #D6E3E2;
	position:absolute;
	right:140px;
	width:140px;
}
#loginDivL #password
{
	border: 1px solid #D6E3E2;
	background-color: #D6E3E2;
	position:absolute;
	right:140px;
	width:140px;
}
#facebookDivL
{
	margin-left:174px;
}
#messageDivL
{
	margin-bottom: -5px;
	margin-top: -20px;
	height:16px;
}
#mainDivR
{
	background:#004488 url('../images/loginBack.jpg') scroll top left;
	height:400px;
	width:500px;
}
#closeButtonR
{
	padding-right: 10px;
	padding-top: 10px;
	text-align: right;
}
#registerDivR
{
	width:200px;
	margin-left: 155px;
	margin-top: 110px;
}
#registerDivR p
{
	margin-top: 12px;
	margin-bottom: 12px;
}
#registerDivR form
{
	margin:0;
	padding:0;
}
#registerDivR #email
{
	border: 1px solid #D6E3E2;
	background-color: #D6E3E2;
	position:absolute;
	right:140px;
	width:140px;
}
#registerDivR #password
{
	border: 1px solid #D6E3E2;
	background-color: #D6E3E2;
	position:absolute;
	right:140px;
	width:140px;
}
#registerDivR #nick
{
	border: 1px solid #D6E3E2;
	background-color: #D6E3E2;
	position:absolute;
	right:140px;
	width:140px;
}
#messageDivR
{
	margin-bottom: -5px;
	margin-top: -20px;
	height:16px;
}
#facebookDivR
{
	margin-left:174px;
	margin-top: 41px;
	#margin-top: 29px;
}
#fbDiv
{
	position: absolute;
	bottom: 0;
	left: 0;
}
#logoImg
{
	position:absolute;
	bottom:0;
	width:228px;
	height:60px;
	margin-left:10px;
}
#mainDivA
{
	background:#004488 url('../images/aboutBack.jpg') scroll top left;
	height:400px;
	width:500px;
}
#closeButtonA
{
	padding-right: 10px;
	padding-top: 10px;
	text-align: right;
}
#aboutDivA
{
	color:#D6E2E3;
	width:405px;
	height:280px;
	margin-left: 45px;
	margin-top: 15px;
	overflow: auto;
}
#titleA
{
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
	margin-left:45px;
	padding:0;
}