@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) {

#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 */
}	
	
	
body {
	/*font-size:84%;*/
	background-color:#EEE;
}

#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;
}	
	
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	/*overflow:scroll;*/
	
}

#MenubarDiv {
	clear: both;
	float: left;
	margin-left: 0;
	padding-bottom:0;
	margin-bottom:0;
	width: 100%;
	display: block;
	position:relative;
	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;
}
#LayoutDiv2 {
	display:none;
}

#LayoutDiv2 .login{
	width:80px;
	color:white;
	text-align:center;
	height:20px;
	background:#39F;
	font-family:Arial, sans-serif;
	font-size:16px;
	border-radius:5px;
	border:none;
}

#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:center;
	clear: both;
	float: left;
	font-weight:200;
	margin-left: 0;
	width: 100%;
}

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


<!--Login Popup Window-->
#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 p {
	clear: both;
	float: left;
	text-align:left;
	margin-top: 20px;
	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;
}

.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{
	color:#F00;
	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;
	float: left;
	
	display: block;
}

#playinfoDiv {
	clear: both;
	background-color:#EEE;
	padding-top:0;
	padding-bottom:20px;
	float: left;
	margin-left: 0;
	margin-top:0;
	padding-right: 2%;
	padding-left: 2%;
	width: 96%;
	display: block;
	border:thin #DDD solid;
}

#ProfileDiv {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right:0;
	padding:0;
	width: 100%;
	background-color:#EEE;
	margin-bottom:60px;
	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 {
	clear: both;
	float: left;
	background-color:#999;
	width: 95%;
	display: block;
	padding-left:5%;
	margin-bottom:10px;
}

#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;
  float:left;
  margin:0;
  width:90%;
  margin-left:5%;
  margin-right:5%;	
}

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

#friendsDiv .friendoutter{
	cursor:pointer;
	clear:none;
	float:left;
	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;
	}
	
#socapalogo{
	display:none;
}	
		
.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;
	margin:auto;
}

.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;
}
}

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

@media only screen and (min-width: 481px) {
body {
	background-color:white;
}	


#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;
}

#socapalogo{
	display:block;
	width:180px;
	margin:auto;
}


#socapalogo img{
	display:block;
	width:180px;
	}
	
.gridContainer {
	width: 98%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	
}
#LayoutDiv2 {
	margin-top:3px;
	clear: none;
	color:white;
	text-align:right;
	float: right;
	width:20%;
	margin-right:20px;
	display: block;
	
}
#LayoutDiv3 {
	
}
#LoginDiv {
	
}
#UserloginDiv {
	
}
#UserpassDiv {
	
}
#UserloginbtnDiv {
	
}
#HeaderDiv {
	
}
#MenubarDiv {
	
}
#CampusDiv {
	
}
#RecentuploadDiv {
	
}

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

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


#FilmtitleDiv{

}


#filminfoDiv {
}

#FilmcreditsDiv {
	
}

#playDiv {
	
clear: both;
	

	
margin:  0 0;
	
width: 100%;
	
display: block;
	
}

#playinfoDiv {
	
	
}


.VideooverlayDiv_outerDiv {
height:300px;
}


.Videooverlay_innerDiv {
	

}

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

.Videooverlay_innerDiv .photo{
	width:20%;
}

.Videooverlay_innerDiv .photo img{
}

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

#ProfileDiv{
	margin-top:20px;
	margin-bottom:90px;
}


#ProfilemenuDiv{
	clear: both;
	float: left;
	background-color:#FFF;
	width: 100%;
	display: block;
	padding-left:0;
	margin-bottom:0;
}


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

#ProfiledataDiv{

}

#ProfilemediaDiv{
}

#Profile_innerDiv {
  Clear:none;
  float:left;
  margin:20px 5% 20px 5%;
  width:90%;	
}


#friendsDiv .friendoutter{
	clear:none;
	float:left;
	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) {
body {
	
}
	
.gridContainer {
	width: 900px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	/*overflow:scroll;*/
}

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

#MenubarDiv {
	
}

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

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


#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left:20px;
	margin-left: 0;
	width: 33%;
	display: block;
}
#LayoutDiv2 {
	margin-top:3px;
	clear: none;
	text-align:right;
	float: right;
	width:20%;
	margin-right:20px;
	display: block;
}

#LayoutDiv2 .login{
	width:80px;
	color:white;
	text-align:center;
	height:20px;
	font-family:Arial, sans-serif;
	font-size:16px;
	border-radius:5px;
	border:none;
}

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



#LoginDiv {
	
}

#LoginDiv .UserloginDiv {

}

#LoginDiv .UserpassDiv {

}

#LoginDiv .UserloginbtnDiv {
	
}

#LoginDiv .UserloginbtnDiv .loginbtn{

}





#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 p {
	clear: both;
	float: left;
	text-align:left;
	margin-top: 20px;
	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:42px;
	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: 550px;
	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;
	width:860px;
	margin-left:0;
	display:block;
}

#FilmcreditsDiv .credits a{
	color:#F00;
	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;	
}

#ProfileDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-color:#EEE;
	display: block;
}

#ProfilemenuDiv {
	
}

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


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

#Profile_innerDiv {
  Clear:none;
  float:left;
  margin:20px 20px 20px 20px;
  width:860px;
}

#friendsDiv .friendoutter{
	clear:none;
	margin: 10px 10px 10px 10px;
	float:left;
	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;
}


}