body { height:100%; margin:0px; padding:0px; background-color:#000; font-family:Arial, Helvetica, sans-serif; color:#fff; }

#wrap { margin:0 auto; padding:0px; width:1000px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCC; }

	#wrap a { color:#FFF; text-decoration:none; }
		
	#wrap a:hover { color:#aaa; }

#header_container { width:890px; height:90px; margin-left:55px; margin-right:55px; }

	#logo_holder { width:419px; height:50px; top:25px; position:relative; }
	
.draggedOver { visibility: hidden; }
.playerDraggedOver { border: 2px solid #f00 !important; }

#content_container { width:900px; margin-left:50px; margin-right:50px; top:10px; position:relative; }
	.icon_holder { width:65px; height:90px; margin-left:5px; margin-right:5px; float:left; cursor:pointer; background:url(../img/play_info_btn.gif) no-repeat; }

	#block_left { width:300px; height:180px; float:left; }
	
	#block_right { width:300px; height:180px; float:left; }
	
	#block_center { width:300px; height:180px; float:left; }
	
	#carousel_row { padding: 0px 7px; width:970px; height:110px; float:left; }
	
	#playerspace_holder { width:288px; height:153px; border: 2px solid #222; margin-left:5px; margin-right:5px; background-color:#FFF; float:left; }
	#playerspace_main { width:260px; height:125px; margin:15px; background-color:#222; text-align:center; }
	#player_shadow { width:290px; height:30px; margin-left:5px; margin-right:5px; }
	#player_shadow_left{ width:15px; height:25px; float:left; }
	#player_shadow_center{ width:260px; height:25px; float:left; }
	#player_shadow_right{ width:15px; height:25px; float:right; }

#adspace_balk { width:890px; height:100px; margin-top:15px; align-text: center; }

#footer_text { font-weight:bold; color:#FFF; top:110px; position:relative; }
#footer_text ul { bottom:0; margin:0px; padding:0px; }
#footer_text ul li { margin-left:10px; margin-right:10px; list-style:none; list-style-type:none; display:inline; }
#footer_text a{ color:#FFF; text-decoration:none; }
#footer_text a:hover{ color:#555; }
	
	
/* Pages */
h3 { color:#fff; font-size:1.6em; padding:0; margin:0;}
p { margin:10px 0px 0px 0px;font-size:12px;}

.inputTitle { padding-top:10px; }

.whiteDialog { color:#333; background-color: #fff; }
.whiteDialog h3 { color:#333; background-color: #fff; }
.whiteDialog em { color:#d11; }
.whiteDialog input, textarea { width:480px; }

.enllac { color:#333; background-color: #fff; }
.enllac h3 { color:#333; background-color: #fff; }

.dialogContent {
				width:auto;
				max-width: 500px;
				height: auto;
				margin: 0 auto;
				position:relative;
				padding:5px;
				display:none;
}
.dialogContent a { color:#fff }
#simplemodal-container a.modalCloseImg {background:url(../img/closeDialog.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}

