@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
object, embed, video {
	max-width: 100%;
}




/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
@media only screen and (min-width: 0px) {
html{ 
height:100%;
}

body {
	/*font-size:84%;*/
	margin:0;
	padding:0;
	background-color:#333;
	height:100%;
}

.gridContainer {
	margin:0;
	clear:none;
	diplay:block;
	width: 100%;
	padding:0;
	
	
}

#sidebar{
	postition:relative;
	display:block;
	background-color:#EEE;	
	border-right:solid thin #333;
	border-bottom:solid thin #333;
	clear:none;
	padding-top:38px;
    width: 100%;
	margin:0;
	min-height:100%;
}

#ProfileDiv {
	clear: both;
	/*float: left;*/
	margin-left: 0;
	margin-right:0;
	padding:0;
	width: 100%;
	display: block;
	/*background-color:#eee;*/
}

#BrowseDiv {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right:0;
	padding:0;
	width: 100%;
	display: block;
	min-height:100%;
}

.collapse.slidehor {
  display:block;
  position:absolute;
  z-index:999;
  padding:0px;
  background-color:rgba(204,204,204, .4);
  opacity:.9;
  padding-right:10px;
  padding-left:4px;
  padding-top:2px;
  margin-top:10px;
  margin-left:10px;
  border-radius:5px;
  border-right: solid thin #666;
  border-top: solid thin #666;
  border-bottom: solid thin #666;
  border-left: solid thin #666;
  top:65px;
}
.collapse.slidehor + input{
  display:none;
  left:-100px;
}
.collapse.slidehor + input + *{
  position:absolute;
  left:-100%;
}
.collapse.slidehor + input:checked + *{
  position:absolute;
  left:0;
}



.collapse.slidedown {
  display:block;
  cursor:pointer;
}

.collapse.slidedown:hover {
	opacity:.7;	
}
.collapse.slidedown + input{
  display:none;
}
.collapse.slidedown + input + *{
  display:none;
}
.collapse.slidedown + input:checked + *{
 display:block;
}



.collapse.slideup {
  display:block;
  cursor:pointer;
}

.collapse.slideup:hover {
	opacity:.7;	
}
.collapse.slideup + input{
  display:none;
}
.collapse.slideup + input + *{
  display:block;
}
.collapse.slideup + input:checked + *{
 display:none;
}

#PageHeaderDiv_left{
	display:inline-block;
	clearn:none;
	float:left;
	font-size:20px;
	
	color:white;
	text-transform:uppercase;
	padding-left:10px;
	padding-top:12px;
}

#PageHeaderDiv_right{
	display:inline-block;
	clearn:none;
}



#userhome{
	display:block;	
}

hr {
    border: none;
    height: 1px;
	margin:0;
	padding:0;
    /* Set the hr color */
    color: #CCC; /* old IE */
    background-color: #CCC; /* Modern Browsers */
}	
	
	


#cropbox {
	
	
}


.circlelink{
	height:50px;
	width:70px;;
	text-align:center;
	padding-top:20px;
	background-image: url(../img/icon/greencircle_small.png);
	display:inline-block;
	clear:none;
	cursor:pointer;
}

.circlelink_yellow{
	height:50px;
	width:70px;
	text-align:center;
	padding-top:20px;
	background-image: url(../img/icon/yellow_circle_small.png);
	display:inline-block;
	clear:none;
	cursor:pointer;
}

.green_spacer{
	height:28px;
	width:10px;
	text-align:center;
	background-image:url(../img/icon/green_spacer_small.png);
	display:inline-block;
	clear:none;
}



#navigationAid_Div{
	clear: both;
	width:100%;
}
	
#playDiv {
	clear: both;
	
	margin:0 auto;
	
	margin-top:5px;
	width: 100%;
	display: block;
}	

#MenubarDiv {
	clear: both;
	margin:0;
	padding:0;
	width: 100%;
	display: block;
	background-image:url('/portfolio/img/socapa/banner.png');
	background-position:center, right;
}


/*on system page*/
#socapa_systemlogo{
	width: 100%;
	display: block;
	background-image:url('/portfolio/img/socapa/banner.png');
	background-position:left, top;
	position:fixed;
	z-index:999;
	bottom:0;
	height:40px;
}

/*on system page*/
#socapa_systemlogo img{
	display:block;
	width:22%;
	margin:auto;
}



#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left:20px;
	margin-left: 0;
	width: 33%;
	display: block;
}


#socapalogo{
	display:inline-block;
	width:50%;
	clear:none;
	margin:0;
}

#socapalogo img{
	display:block;
	width:54px;
	padding: 2px;
	padding-top:4px;
	}
	


#LayoutDiv2 {
	margin:0px;
	padding:0;
	clear: none;
	float:right;
	text-align:right;
	width:50%;
	display: block;
}


#loginbtn{
	display:inline-block;
	float:right;
	margin:0;
	padding:0;
}

#loginbtn img,
#loginbtn input{
	margin:0;
	padding:0;
	overflow:hidden;
	height:35px;
    border: 0;
	float:right;
	background:none;
	cursor:pointer;
}

#findfriendsbtn{
	display:inline-block;
	float:right;
	height:35px;
	margin:0;
	padding:0;	
}
#findfriendsbtn img{
	height:35px;
}

#LayoutDiv3 {
	clear: both;
	float: left;
	height:70px;
	background-color:#666;
	margin-left: 0;
	width: 100%;
	display: block;
}

#TopmenuDiv {

	clear: both;
	float: left;
	margin-left: 0;
	height:40px;
	width: 100%;
	display: block;
}

#PageHeaderDiv {
	text-align:right;
	clear: both;
	font-weight:200;
	margin: 0;
	padding:0;
	width: 100%;
	
	border-top: solid thin #3E0100;
	background-color:#bc341c;
}

#PageHeaderDiv h1{
	font-weight:bolder;
	font-size:20px;
	line-height:0px;
	margin-bottom:6px;
	color:#fff;
	font:"Trebuchet MS", Arial, sans-serif;
}


#LoginDiv {
	clear: both;
	margin-left: 0;
	background-color:#FFE7AF;
	display: block;
	width:80%;
	padding: 10px 10px 10px 10px;
	border-radius:10px;
}

#LoginDiv .UserloginDiv {
	clear: left;
	margin: 5px;
	display: block;
}

#LoginDiv .UserpassDiv {
	clear: left;
	margin: 5px;
	display: block;
}

#LoginDiv .UserloginbtnDiv {
	clear: both;
	margin:10px auto 5px auto;
	display: block;
}

#LoginDiv .Loginmessage {
	width:80%;
	clear:both;
	display:block;	
}

#kt_login_user {
	width:150px;
	color:black;
	text-align:center;
	height:20px;
	background:white;
	font-family:Arial, sans-serif;
	font-size:16px;
	border:solid, #CCC, outset;
	border-bottom-color:#CCC;
	border-bottom-width:thin;
	border-top-color:#CCC;
	border-top-width:thin;
	border-right-color:#CCC;
	border-right-width:thin;
	border-left-color:#CCC;
	border-left-width:thin;
}

#kt_login_password {
	width:150px;
	color:black;
	text-align:center;
	height:20px;
	background:white;
	font-family:Arial, sans-serif;
	font-size:16px;
	border:solid, #CCC, outset;
	border-bottom-color:#CCC;
	border-bottom-width:thin;
	border-top-color:#CCC;
	border-top-width:thin;
	border-right-color:#CCC;
	border-right-width:thin;
	border-left-color:#CCC;
	border-left-width:thin;
}

#kt_login1 {
	/* styles for button */
    text-align:center;
    display: block;
    width:150px;
    padding: 5px 10px 6px;
	margin-top:10px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    
    /* button color */
    background-color: #39F;
    
    /* css3 implementation :) */    /* rounded corner */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    border:none;
    position: relative;
    cursor: pointer;
    
}

	
#HeaderDiv{
	clear: both;
	float: left;
	text-align:center;
	margin:5px 5px 5px 5px;
	display: block;
	width: 100%;
}

#HeaderDiv .inner {
	font-size:20px;
	color:#666;
	width:100%;
}

/*Login Popup Window*/


#LowerDiv {
	clear: both;
	position:fixed;
	bottom:0;
	left:0;
	background-image:url('/portfolio/img/socapa/banner.png');
	height:50px;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	z-index:1000;
}

#staffpickVid_Div {
	clear: both;
	display:block;
}

#staffpicksDiv {
	clear: both;
	/*float: left;*/
	text-align:left;
	margin-bottom:20px;
	font-weight:bolder;
	font-size:36px;
	font:"Trebuchet MS", Arial, sans-serif;
	width:100%;
	display: block;
}

.VideooverlayDiv_outerDiv {
	clear: both;
	width:100%;
	height:200px;
	margin: 0 auto;
	position:relative;
	display: block;
}


.Videooverlay_innerDiv {
	float:left;
	clear:none;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	dislay:block;
	font-weight:500;
	font-size:10px;
	color:#fff;
	width:100%;
	font:"Trebuchet MS", Arial, sans-serif;

}

.Videooverlay_innerDiv h1{
	font-size:16px;
	padding: 0 0 0 0 ;
}

.Videooverlay_innerDiv .photo{
	width:10%;
	clear:none;
	margin-left:20px;
	margin-top: 20px;
	top:0;
	left:0;
	z-index:5;
	dislay:block;
	overflow:hidden;
}

.Videooverlay_innerDiv .photo img{
}

.Videooverlay_innerDiv .info{
	clear:none;
	position:absolute;
	float:left;
	margin-left:20%;
	width:60%;
	top:0;
	margin-top:10px;
	z-index:5;
	dislay:block;
}






#spacerDiv{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:100px;
	display: block;
}

.Videosm_outerDiv {
		margin:0;
	
}

.Videosm_innerDiv {
	text-align:center;
	font-weight:500;
	line-height:10px;
	font-size:10px;
	color:#000;
	font:"Trebuchet MS", Arial, sans-serif;
}


#filminfoDiv{
	clear: both;
	background-color:#EEE;
	float: left;
	margin-left: 0;
	margin-top:20px;
	width: 100%;
	display: block;
	border:thin #DDD solid;
}

#filmposterDiv{
	clear: both;
	width: 100%;
	display: block;
	margin-top:5px;
}


#filmposterDiv img{
	float:both;
	width:90%;
}

#filmposterDiv button{
	margin-top:5px;
	background-color:#F86F35;
	border:none;
	border-radius:5px;
	clear:both;
	float:none;
	font:sans-serif;
	color:white;
	
}

#filmposterDiv button:hover{
	background-color:#FB973A;
}

#Filmtitle_linkDiv{
	clear: both;
	/*float: left;*/
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom:20px;
	padding-top:10px;
}


#Filmtitle_linkDiv .title a{
	font-size: 16px;
	font-family:sans-serif;
	font-weight: bolder;
	font-stretch: semi-expanded;
	font-variant: normal;
	text-decoration:none;
}

#Filmtitle_linkDiv .title a:hover{
}

#Filmtitle_linkDiv .title a:visited{
	
}

#FilmtitleDiv{
	clear: both;
	float: left;
	margin-top:20px;
	margin-left: 0;
	width: 100%;
	display: block;
}


#FilmtitleDiv .title a{
	color:#39F;
	font-size: 24px;
	font-family:sans-serif;
	font-weight: bolder;
	font-stretch: semi-expanded;
	font-variant: normal;
	text-decoration:none;
}

#FilmtitleDiv .title a:hover{
	color:#F90;
}

#FilmtitleDiv .title a:visited{
	
}

#FilmtitleDiv .title input{
	color:#000;
	font-size: 24px;
	font-weight: bolder;
	background-color:#FFF;
	font-stretch: semi-expanded;
	font-variant: normal;
	text-decoration:none;
	line-height:0px;
}


#FilmtitleDiv .yearloc p{
	font-size: 10px;
	line-height:2px;
	font-style: normal;
	color: #666666;
}

#FilmtitleDiv .description{
	color:#666; 
	width:95%;
	font-size: 13px; 
	font-family: "Trebuchet MS", Arial, sans-serif;
}

 .description{
	color:#666; 
	width:95%;
	font-size: 13px; 
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#FilmcreditsDiv{
	clear:both;
	width:100%;
	margin-left:0;
	display:block;
}

#FilmcreditsDiv .credits a{
	font-size: 14px;
	font-weight: normal;
	font-stretch: semi-expanded;
	font-variant: normal;
	text-decoration:none;
	line-height:0px;
}
	
#FilmcreditsDiv .credits a:hover{
	color:#F60;
	text-decoration:underline;
}

.header{
	font-size: 18px;
	font-weight:900;
	color: #666;
}

.whiteTXT {
	font-weight:900;
	font-size: 14px;
	color: #666;	
}

#playDiv {
	clear: both;
	
	
	margin-left: 0 auto;
	width: 100%;
	display: block;
}

#playinfoDiv {
	clear: both;
	padding-top:0;
	/*float: left;*/
	margin-left: 0;
	margin-top:0;
	width: 100%;
	display: block;
}




#SystemDiv {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right:0;
	padding:0;
	margin-bottom:20px;
	width: 100%;
	background-color:#EEE;
	display: block;
}

#ProfilemenuDiv {
	background-color:#999;
	width: 100%;
	display: block;
}

#ProfilemenuDiv a.Tab{
	background-color:#999;
}
#ProfilemenuDiv a.Tab:hover{
	background-color:#C5C5C5;
}
#ProfilemenuDiv a.activeTab{
	background-color:#EEE;
}


#ProfilepictureDiv {
	width: 100%;
	display: block;
}

#AlbumcoverDiv {
	clear: both;
	margin-left: 0 auto;
	width: 70%;
	display: block;
}

#ProfiledataDiv {
	clear: none;
	/*float: left;*/
	padding: 0 10px 0 10px;
	margin:0 0 0 0;
	width:95%;
	display: block;
}

#ProfilemediaDiv {
	clear: both;
	float: left;
	margin-left: 0;
	
	width: 100%;
	display: block;
}


#ProfilemediaDiv {
	clear: both;
	float: left;
	margin-left: 0;
	padding:20px 20px 20px 20px;
	width: 100%;
	display: block;
}

#Profile_innerDiv {
  Clear:none;
  background-color:#EEE;
  /*float:left;*/
  margin:auto;
  width:90%;
  padding-left:5%;
  padding-right:5%;	
  padding-top:15px;
  padding-bottom:15px;
  max-width:900px;
  
}

#friendsDiv {
	clear:none;
	margin-top:20px;
	margin-left:0;
	width:100%;
}

#friendsDiv .friendoutter{
	cursor:pointer;
	clear:none;
	display:inline-block;
	width:30%;
	height:110px;
	margin:2% 1% 2% 2%;
	background-color:#0F0;
	background-color:#DDD;
	border-radius:5px;
	
}
#friendsDiv .friendinner{
	clear:none;	
}

#friendsDiv .friendoutter:hover{
	background-color:#CCC;
	
}

#friendsDiv .friendphoto{
	height:60px;
	padding: 5px 5px 5px 5px;
	overflow:hidden;
}

#friendsDiv .friendphoto img{
	width:90%;
}

#friendsDiv .friendinfo{
clear:both;
width:100%;
}

#friendsDiv .friendinfo h1{
	font-size:10px;
}



	
#socapalogo_btm{
	position: absolute;
	left:50%;
	bottom:12px;
	width:80px;
	margin:0;
	padding:0;
}	
#socapalogo_btm img{
	position: relative;
	right:40px;
}
	
#socapalogo_btm img{
	display:block;
	width:80px;
	}
	
		
.info h1 {
	padding:0;
	margin:0;
}



#logo img:hover{
	opacity:.9;
}

#logo{
	display:block;
	position:fixed;
	z-index:999;
	bottom:0;
	height:40px;
	width:100%;
	background:url(/img/socapa/banner480.png) left top no-repeat;
	text-align:center;
	
	
}

#logo img{
	width:22%;
	margin:auto;
	opacity:1;
}

.coursebox{
	 background-color:#BB341A; color:#FFF; padding:20px;
	  -webkit-box-shadow: inset 0 -5px 6px -3px rgba(0, 0, 0,.3),
   			inset 0 5px 6px -3px rgba(0, 0, 0,.5);
    -moz-box-shadow: inset 0 -5px 6px -3px rgba(0, 0, 0,.3),
   			inset 0 5px 6px -3px rgba(0, 0, 0,.5);
   -o-box-shadow: inset 0 -5px 6px -3px rgba(0, 0, 0,.3),
   			inset 0 5px 6px -3px rgba(0, 0, 0,.5);
     box-shadow: inset 0 -5px 6px -3px rgba(0, 0, 0,.3),
   			inset 0 5px 6px -3px rgba(0, 0, 0,.5);
}
.regbox{
	text-align:center;
	color:#FFF; clear:both; display:block;
    vertical-align:top;

}

.itemsbox{
	color:#000;clear:none; display:block; text-align:center; 
	margin-top:10px;
}

.itemsbox_inner{
	text-align:right; color:#000; background-color:#EEE; display:inline-block; padding:5px; min-width:250px; border-radius:5px;
}

.regHeader{
	valign:center;
	line-height:1.3em;
	text-align:center;
	font-family:Ariel, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:400;
	padding:3px;
	font-size: 16px;
	background-color: #BB341A;
	height:20px;
	color: #FFF;
	text-decoration: none;
	box-shadow: 0 -2px 6px -1px rgba(0, 0, 0,.5);
	-webkit-box-shadow: 0 -2px 6px -1px rgba(0, 0, 0,.5);
	-moz-box-shadow: 0 -2px 6px -1px rgba(0, 0, 0,.5);
	-o-box-shadow: 0 -2px 6px -1px rgba(0, 0, 0,.5);
		background: -webkit-linear-gradient(#F1864F, #CA432E);
  	background:    -moz-linear-gradient(#F1864F, #CA432E);
 	background:     -ms-linear-gradient(#F1864F, #CA432E);
 	background:      -o-linear-gradient(#F1864F, #CA432E);
 	background:         linear-gradient(#F1864F, #CA432E);
	z-index:999;
	
}

#progressbar div.all{
	padding-bottom:8px;
	padding-top:8px;
	min-height:32px;
	max-height:32px;
}

#offerDiv {
	width:100%; 
	max-width:950px;  
	margin:auto; 
}

#offerDiv img {
	width:100%;	
}

}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {


#socapalogo img{
	display:block;
	width:88px;
	padding-top: 4px;
	padding-left:8px;
	}

#loginbtn img,
#loginbtn input{
	height:50px;
}

#findfriendsbtn{
	height:50px;
}
#findfriendsbtn img{
	height:50px;
}


#socapa_systemlogo {
	clear: both;
	float: left;
	margin-left: 0;
	padding-bottom:0;
	width: 100%;
	display: block;
	height:auto;
	position:relative;
	margin-bottom:20px;
}

#socapa_systemlogo img{
	display:block;
	width:180px;
	padding:10px;
	}

#logo{
	display:none;
}

#socapalogo_btm{
	display:none;
}


.collapse.slidehor {
	top:90px;	
}


#filmposterDiv{
	margin-top:0;
	clear: both;
	width: 100%;
	display: block;
}

#filmposterDiv img{
	float:none;
	width:300px;
}

#playDiv {
	clear: both;
margin:  0 0;
	width: 100%;
	display: block;
	}


.VideooverlayDiv_outerDiv {
height:300px;
}


.Videooverlay_innerDiv {
	

}

.Videooverlay_innerDiv .info h1{
	font-weight:bolder;
	font-size:20px;
}

.Videooverlay_innerDiv .photo{
	width:20%;
}

.Videooverlay_innerDiv .photo img{
}

.Videooverlay_innerDiv .info{
	margin-left:30%;
	margin-top:20px;
	width:70%;
}



#ProfilepictureDiv{
	width:50%;
	margin:auto;
}

#ProfiledataDiv{

}

#ProfilemediaDiv{
}

#Profile_innerDiv {
  /*float:left;
  margin:20px 5% 20px 5%;
  width:90%;	*/
  
}


#friendsDiv .friendoutter{
	clear:none;
	width:21%;
	height:130px;
	margin:2% 2% 2% 2%;
	
}
#friendsDiv .friendinner{
	clear:none;	
}

#friendsDiv .friendoutter:hover{
	background-color:#CCC;
	
}

#friendsDiv .friendphoto{
	height:80px;
	padding: 5px 5px 5px 5px;
	overflow:hidden;
}

#friendsDiv .friendphoto img{
	width:90%;
}

#friendsDiv .friendinfo{
clear:both;
width:100%;
}

#friendsDiv .friendinfo h1{
	font-size:10px;
}

#AlbumcoverDiv {
	clear: both;
	float: left;
	margin-left: 0;
	padding-right:10px;
	width: 30%;
	display: block;
}

.itemsbox{
	margin-top:0px;
	color:#000;clear:none; display:inline-block;text-align:right; width:100%; ; 
}


.regbox{
	text-align:left;
	color:#FFF; clear:none; display:inline-block;width:40%;
    vertical-align:top;"
}

.itemsbox{
	margin-top:0px;
	color:#000;clear:none; display:inline-block;text-align:right; width:60%;  
}

.itemsbox_inner{
	text-align:right; color:#000; display:inline-block; padding:5px; min-width:260px;
}

#userhome{
	display:none;	
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

#offerDiv {
	width:90%;
	margin-bottom:20px; 
}

#sidebar{
	position:relative;
	float: left;
    margin-left: -100%;
	width:200px;
}


#BrowseDiv {
	clear: none;
	float: left;
    width: 100%;
	display: block;
}	

#BrowseDiv_innerDiv{
	 margin-left: 200px;
}



.gridContainer {
	margin:0;
	clear:none;
	diplay:block;
	width: 100%;
	padding:0;
}



#ProfileDiv {
	clear: both;
	display: block;
	margin:auto;
	margin-top:20px;
}	

#Profile_innerDiv {
	width:86%;
	padding-left:2%;
	padding-right:2%;
  
}

.collapse.slidehor {
	top:82px;	
}


.collapse.slidehor + input + *{
  position:relative;
  left:0;
}
.collapse.slidehor + input:checked + *{
  position:relative;
  left:0;
}	



#socapa_systemlogo {
	width: 100%;
	min-width:913px;
}

#navigationAid_Div{
	clear:both;
	width:50%;	
	margin: 0 auto;
}

#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left:20px;
	margin-left: 0;
	width: 33%;
	display: block;
}


#LayoutDiv3 {
	clear: both;
	float: left;
	height:70px;
	background-color:#666;
	margin-left: 0;
	width: 100%;
	display: block;
}




#HeaderDiv{
	clear: both;
	float: left;
	text-align:center;
	font-size:38px;
	font:Arial, sans-serif;
	padding-top:30px;
	padding-bottom:10px;
	margin-left: 0;
	width: 100%;
	display: block;
}

#HeaderDiv .inner {
}

#LowerDiv {
	clear: both;
	bottom:0;
	position:fixed;
	bottom:0;
	left:0;
	background-image:url('/portfolio/img/socapa/banner.png');
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	z-index:1000;
}

#staffpickVid_Div {
	clear: both;
	display:block;
}

#staffpicksDiv {
	clear: both;
	/*float: left;*/
	text-align:left;
	margin-bottom:20px;
	font-weight:bolder;
	font-size:36px;
	font:"Trebuchet MS", Arial, sans-serif;
	width:100%;
	display: block;
}

.VideooverlayDiv_outerDiv {
	clear: both;
	margin-top:0px;
	width:100%;
	height:485px;
	position:relative;
	display: block;
}


.Videooverlay_innerDiv {
	float:left;
	clear:none;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	dislay:block;
	font-weight:500;
	line-height:16px;
	font-size:14px;
	width:100%;
	color:#fff;
	font:"Trebuchet MS", Arial, sans-serif;

}

.Videooverlay_innerDiv h1{
	font-size:20px;
}

.Videooverlay_innerDiv .photo{
	width:100px;
	clear:none;
	margin-left:20px;
	margin-top: 20px;
	top:0;
	left:0;
	z-index:5;
	dislay:block;
}

.Videooverlay_innerDiv .info{
	clear:none;
	position:absolute;
	float:left;
	width:500px;
	margin-left:140px;
	top:0;
	margin-top:20px;
	z-index:5;
	dislay:block;
}



#Filmque2_Div{
	clear: none;
	width:200px;
	float: left;
	margin-left:20px;
	margin-bottom:20px;
	display: block;
}

#Filmque3_Div{
	clear: none;
	width:200px;
	float: left;
	margin-left:20px;
	margin-bottom:20px;
	display: block;
}

#Filmque4_Div{
	clear: none;
	float: left;
	width:200px;
	margin-left:20px;
	margin-bottom:20px;
	display: block;
}

#spacerDiv{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:300px;
	display: block;
}

#TopmenuDiv {
	height:28px;
}

#PageHeaderDiv h1{
	font-size:30px;
	font-weight:400;
	margin-bottom:13px;
	
}

#filminfoDiv{
	clear: both;
	background-color:#EEE;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border:thin #DDD solid;
}


.Videosm_outerDiv {
		margin:0;
	
}

.Videosm_innerDiv {
	text-align:center;
	font-weight:500;
	line-height:10px;
	font-size:10px;
	color:#000;
	font:"Trebuchet MS", Arial, sans-serif;
}


#filmposterDiv{
	clear: left;
	float: left;
	margin:0;
	margin-left:0;
	padding:0;
	width: 290px;
	display: block;
}

#filmposterDiv img{
	float:left;
	padding:0;
	margin:0;
	width:270px;
}

#FilmtitleDiv{
	clear: none;
	float: left;
	margin-left: 20px;
	width: 460px;
	display: block;
}


#FilmtitleDiv .title a{
	font-size: 24px;
	font-weight: bolder;
	font-stretch: semi-expanded;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration:none;
	line-height:0px;
}

#FilmtitleDiv .title a:hover{
	color:#F90;
}

#FilmtitleDiv .title a:visited{
	
}

#FilmtitleDiv .yearloc p{
	font-size: 10px;
	line-height:2px;
	font-style: normal;
	color: #666666;
}

#FilmtitleDiv .description{
	color:#666; 
	font-size: 13px; 
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.description{
	color:#666; 
	font-size: 13px; 
	font-family: "Trebuchet MS", Arial,  sans-serif;
}




#FilmcreditsDiv{
	clear:both;
	margin-left:0;
	display:block;
}

#FilmcreditsDiv .credits a{
	font-size: 14px;
	font-weight: normal;
	font-stretch: semi-expanded;
	font-variant: normal;
	text-decoration:none;
	line-height:0px;
}
	
#FilmcreditsDiv .credits a:hover{
	color:#F60;
	text-decoration:underline;
}


.whiteTXT {
	font-weight:900;
	font-size: 14px;
	color: #666;	
}


#ProfilepictureDiv {
	clear: none;
	/*float:left;*/
	width: 200px;
	display: inline-block;
}


#ProfiledataDiv {
	clear: none;
	/*float: left;*/
	width: 640px;
	display: inline-block;
}


#friendsDiv .friendoutter{
	clear:none;
	margin: 10px 10px 10px 10px;
	width:14%;
	height:180px;
}


#friendsDiv .friendphoto{
	height:100px;
}

#AlbumcoverDiv {
	clear: both;
	float: left;
	margin-left: 0;
	padding-right:10px;
	width: 30%;
	display: block;
}


.circlelink{
	height:68px;
	width:120px;
	text-align:center;
	padding-top:52px;
	background-image: url(../img/icon/greencircle.png);
	display:inline-block;
	clear:none;
	cursor:pointer;
}

.circlelink_yellow{
	height:68px;
	width:120px;
	text-align:center;
	padding-top:52px;
	background-image: url(../img/icon/yellow_circle.png);
	display:inline-block;
	clear:none;
	cursor:pointer;
}

.green_spacer{
	height:58px;
	width:50px;
	text-align:center;
	background-image: url(../img/icon/green_spacer.png);
	display:inline-block;
	clear:none;
}



#SystemDiv {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right:0;
	padding:0;
	margin-bottom:40px;
	width: 100%;
	background-color:#EEE;
	display: block;
}

#progressbar div.all{
	padding-bottom:8px;
	padding-top:8px;
	min-height:16px;
	max-height:16px;
}



}