﻿
	.person_link
	{
		font-weight: bold;
		text-decoration: none;
	}

			
/* Screen Tabs */
	
	
	
	
	#profile
	{
		padding: 18px 0px 0px 0px;
	}
	
	
	#left_column
	{
		/*width: 200px;*/
		float: left;
	}@

	#profile_column
	{
		width: 689px;
		float: right;
		padding: 20px 0px 0px 30px;
	}
	
	#main
	{
		width: 524px;
		float: left;
	}	

	
	#ad_column
	{
		width: 165px;
		float: right;
	}

	



	    
	    .wall_control
	    {
	        font-weight: normal;
	    }
	    
	    
	    .wall_control_on
	    {
	        font-weight: bold;
	    }
	    




                    
                    #loading_container
                    {
                    	display: none;
						position: fixed;
						left: 0px;
						top: 0px;
						width: 100%;
						height: 100%;
						text-align:center;
						z-index: 1000;

                    }
                    
                    #loading
                    {
						width: 508px;
						margin: 302px auto;
						padding: 15px;
						text-align: center;
						padding: 0px 0px 0px 65px;
                    }













        .ProfileImage
        {
    	    border: 6px solid #ffffff;
    	    margin: 0px 0px 20px 0px;
        }


        #LeftNav
        {
    	    font-weight: bold;    	
        }
        
        .boxBottom
        {
		    background: transparent url("/images/profile/left_box_bottom.png") center bottom no-repeat;
		    width: 196px;
		    margin: 0px 0px 20px 0px;
	    }
    	
	    .boxTop
	    {
		    background: transparent url("/images/profile/left_box_top.png") center top no-repeat;
		    width: 196px;
        }
    	
	    .boxTop_NoTitle
	    {
		    background: transparent url("/images/profile/left_box_top_no_title.png") center top no-repeat;
		    width: 196px;
        }
        
            .boxTitle
            {
        	    padding: 6px 15px 10px 15px;
            }
            
            .titleOption
            {
        	    float: right;
        	    position: relative;
        	    top: -16px;
        	    cursor: pointer;
            }
            
            .titleOption a
            {
        	    cursor: pointer;
            }
            
            .boxPhotos
            {
        	    padding: 6px 0px 10px 0px;
        	    line-height: 19px;
            }
            
            .boxPhotos .row
            {
        	    overflow: hidden;
        	    padding-bottom: 10px;
        	    display: block;
            }
            
            .person
            {
        	    display:block;
                width: 30px;
                white-space: normal;
                line-height: 13px;   
                font-size: 11px;     
                padding: 0px 28px 0px 0px;
                margin: 0px 0px 10px 0px;
                float: left;
                
            }
            
            .person img
            {
        	    margin: 3px 3px 0px 0px;
            }
            
            .boxBody
            {
        	    padding: 6px 11px 10px 11px;
        	    line-height: 19px;
            }
            
            .boxBody_NoTitle
            {
        	    padding: 0px 11px 0px 11px;
        	    line-height: 19px;
            }
                
                
                
                .boxBody b
                {
        	        font-weight: normal;
                }
                
            .link
            {
        	    cursor: pointer;
            }

	
	
	    #Status
	    {
	    	width: 515px;
	    	padding: 0px 0px 0px 10px;
	    	margin: 38px 0px 0px 0px;
	    }
	    #statusName 
	    {
	    	font-size: 24px;
	    	text-transform: capitalize;
	    }
	    
	    #statusText
	    {
	    	font-size: 15px;
	    }
	    
	    #statusPosted
	    {
	    }
	    
	    #statusClear
	    {
	        cursor: pointer;
	    }
	
	
	.composer
	{
		margin: 20px 0px 0px 0px;
	    padding: 0px 0px 0px 0px;
	    width: 515px;
	}

    .composer ul
    {
        height: auto;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin: 0;
        padding: 0 0 3px;
    }

    .composer li
    {
    	float:left;
    	height: 29px;
    	padding: 2px 0 0 25px;
    	cursor: pointer;
    	white-space: nowrap;
    }
    
	
    .composer #update_status
    {
    	margin: 0px 20px 0px 0px;
    }
    
		.update_status
		{
			background: transparent url("/images/profile/update_status.png") left top no-repeat;	
		}
		
		.update_status a
		{
		}
		
		.update_status a:hover
		{
			text-decoration: underline;
		}
	    
		.update_status_on
		{
			background: transparent url("/images/profile/update_status_on.png") left top no-repeat;	
		}
		
		.update_status_on a
		{
		}
    
    .composer #add_photos
    {
		margin: 0px 15px 0px 0px;
    }
    
		.add_photos
		{
			background: transparent url("/images/profile/add_photos.png") left top no-repeat;	
		}
		
		.add_photos a
		{
		}
		
		.add_photos a:hover
		{
			text-decoration: underline;
		}
	    
		.add_photos_on
		{
			background: transparent url("/images/profile/add_photos_on.png") left top no-repeat;	
		}
		
		.add_photos_on a
		{
		}
    
    .composer #add_video
    {
		margin: 0px 5px 0px 0px;
    }
    
		.add_video
		{
			background: transparent url("/images/profile/add_video.png") left top no-repeat;	
		}
		
		.add_video a
		{
		}
		
		.add_video a:hover
		{
			text-decoration: underline;
		}
	    
		.add_video_on
		{
			background: transparent url("/images/profile/add_video_on.png") left top no-repeat;	
		}
		
		.add_video_on a
		{
		}
    
    .composer #write_blog
    {
    	margin: 0px 20px 0px 0px;
    }
    
		.write_blog
		{
			background: transparent url("/images/icons/icon_add_blog.png") 5px 5px no-repeat;	
		}
		
		.write_blog a
		{
		}
		
		.write_blog a:hover
		{
		}
	    
		.write_blog_on
		{
			background: transparent url("/images/icons/icon_add_blog.png") 5px 5px no-repeat;
		}
		
		.write_blog_on a
		{
		}

	
	
	
	#post_message
	{
		margin: 20px 0px 30px 0px;
	}

    #post_message ul
    {
        height: auto;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin: 0;
        padding: 0 0 3px;
    }

    #post_message li
    {
    	float:left;
    	width: 100px;
    	height: 29px;
    	padding: 5px 0px 0px 28px;
    	cursor: pointer;
    	
    }
    
	
    #post_message #post_message_link
    {
    	margin: 0px 20px 0px 0px;
    }
    
		.post_message
		{
			background: transparent url("/images/profile/post_message.png") left top no-repeat;	
		}
		
		.post_message a
		{
		}
		
		.post_message a:hover
		{
			text-decoration: underline;
		}
	    
		.post_message_on
		{
			background: transparent url("/images/profile/post_message_on.png") left top no-repeat;	
		}
		
		.post_message_on a
		{
		}



	.composer_forms_controls
	{
		text-align: center;
	}
	
	.composer_forms_controls .link
	{
		margin: 0px 3px 0px 3px;
	}

	.composer_forms_post
	{
		clear: both;
		padding: 5px 30px 5px 0px;
		text-align: right;
	}

	dt
	{
		clear: left;
		float: left;
		font-weight: bold;
		padding-top: 4px;
		text-align: right;
		width: 130px;
	}
	
	dd
	{
		float:left;
		margin:0;
		padding:5px 0 4px 10px;
		width: 350px
	}
	
	.info_key_form 
	{
		width: 115px;
	}
	
	#Wall
	{
		margin: 0px;
	}

    #Wall ul
    {
        height: auto;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin: 0px 0px 10px 0px;
        padding: 0 0 3px;
    }
	
	
	
    #Wall li
    {
    	float:right;
    	padding: 5px 0px 0px 15px;
    	cursor: pointer;
    	
    }
    
		.wall_control a
		{
		}
    
		.wall_control_on a
		{
			font-weight: bold;
		}
		
		.wall_feed
		{
			margin: 10px 0px 10px 0px;
		}
		
		.wall_feed_date_line
		{
			border-bottom: 1px solid #d6d6d0;
			margin: 0px 0px 0px 0px;
		}
		
		.wall_feed_date
		{
			position: relative;
			top: 7px;
			background: #ffffff;
			padding: 0px 10px 0px 0px;
		}
		
	.wall_feed_date_block
	{
		padding: 0px 0px 0px 50px;
	}
	
	.wall_feed_date_block_item
	{
		padding: 10px 0px 0px 0px;
	}
	
	#show_more_less
	{
		cursor: pointer;
		padding: 3px;
		background-color: #eaeaea;
		margin: 20px 0px 20px 0px;
	}
	
	/*
	.section_top
	{
		background: transparent url("/images/profile/section_top.png") center top no-repeat;
		width: 524px;
		min-height: 150px;
		padding: 0px 0px 20px 0px;
	}
	
	.section_bottom
	{
		background: transparent url("/images/profile/section_bottom.png") center bottom no-repeat;
		width: 524px;
		margin: 0px 0px 20px 0px;
	}
	
	.section_title
	{
		position: relative;
		top: 7px;
		padding: 0px 0px 15px 20px;
	}
	*/
	
	#Welcome_Screen
	{
		padding: 0px 10px 0px 10px;
	}
	
	#Info_Screen
	{
		padding: 0px 10px 0px 10px;
	}
	
	#Photos_Screen
	{
		padding: 0px 10px 0px 10px;
	}
	
	#Blog_Screen
	{
		padding: 0px 10px 0px 10px;
	}
	
	#Videos_Screen
	{
		padding: 0px 10px 0px 10px;
	}
	
	#Messages_Screen
	{
		padding: 0px 10px 0px 10px;
	}
	
	#Friends_Screen
	{
		padding: 0px 10px 0px 10px;
	}
	
	#Closed_Screen
	{
		padding: 0px 10px 0px 10px;
	}
	
	#Dream_Screen
	{
		padding: 0px 10px 0px 10px;
	}
	.section_content
	{
		padding: 0px;
	}
	
	.center_top
	{
		background: transparent url("/images/profile/center_top.png") center top no-repeat;
		width: 524px;
		padding: 10px  0px 0px 0px;
	}
	
	.center_bottom
	{
		background: transparent url("/images/profile/center_bottom.png") center bottom no-repeat;
		width: 524px;
		margin: 20px 0px 20px 0px;
	}
	
	.center_title
	{
		border-bottom: 1px solid #b4b4a8;
		font-size: 13px;
		font-weight: bold;
		margin: 0px 0px 20px 0px;
	}
	
	.center_footer
	{
		border-top: 1px solid #b4b4a8;
		font-size: 13px;
		font-weight: bold;
		padding: 10px 0px 0px 0px;
		margin: 20px 0px 0px 0px;
	}
		
	#profile_photo_control
	{
		text-decoration: underline;
		padding: 0px 0px 0px 10px;
		width: 111px;
		height: 22px;
		background: #ffffff url("/images/profile/add_photos.png") no-repeat scroll 97px;
		float: right;
		cursor: pointer;
		margin: 0px 23px 0px 0px;
		position: absolute;
	}
	
	
                    
                    #loading_container
                    {
                    	visibility: hidden;
						position: fixed;
						left: 0px;
						top: 0px;
						width: 100%;
						height: 100%;
						text-align:center;
						z-index: 1000;

                    }
                    
                    .pop_container
                    {
						position: fixed;
						left: 0px;
						top: 0px;
						width: 100%;
						height: 100%;
						text-align:center;
						z-index: 1000;
						background: transparent url(/images/pop_bg.png);

                    }
                    
                    .pop_container_form
                    {
                    	padding: 0px 20px 0px 20px;
                    }
                    
                    .pop_container_post_form
                    {
                    	margin: 10px 0px 10px 0px;
                    	border-bottom: 1px solid #c1c5ae;
                    	padding: 0px 0px 10px 0px;
                    }
                    
                    #loading
                    {
						width: 508px;
						margin: 350px auto;
						padding: 15px;
						text-align: center;
						padding: 0px 0px 0px 65px;
                    }
                    
                    #pop_container
                    {
						position: fixed;
						left: 0px;
						top: 0px;
						width: 100%;
						height: 100%;
						text-align:center;
						z-index: 1000;
						background: transparent url(/images/pop_bg.png);
                    }
                    
                    #pop
                    {
						width: 542px;
						margin: 150px auto;
						padding: 15px;
						text-align: center;
						padding: 0px 0px 0px 65px;
                    }
                    
                    .pop_title
                    {
                    	font-size: 19px;
                    	padding: 5px;
                    	margin: 0px 0px 10px 0px;
                    }
                    
                    .pop_control
                    {
                    	border-top: 1px dotted #c1c5ae;
                    	margin: 0px 0px 0px 0px;
                    	padding: 5px 0px 0px 10px;
                    	text-align: right;
                    	height: 33px;
                    }
                    
                    .pop_top_left
                    {
						background: transparent url(/images/pop-sprite.png) no-repeat scroll 0 0;
						height: 10px;
						overflow: hidden;
						padding: 0 !important;
						width: 10px !important;
                    }
                    
                    .pop_top_border
                    {
						background: transparent url(/images/pop-sprite.png) repeat scroll 0 -40px;
						height: 10px;
						overflow: hidden;
						padding: 0 !important;
                    }
                    
                    .pop_top_right
                    {
						background: transparent url(/images/pop-sprite.png) no-repeat scroll 0 -10px;
						height: 10px;
						overflow: hidden;
						padding: 0 !important;
						width: 10px !important;
                    }
                    
                    .pop_border_side
                    {
						background: transparent url(/images/pop-sprite.png) repeat scroll -10px 0;
						overflow: hidden;
						padding: 0 !important;
						width: 10px !important;
                    }
                    
                    .pop_content
                    {
                    	background-color:white;
						direction:ltr;
						padding:0;
                    }
                    
                    .pop_bottom_left
                    {
						background: transparent url(/images/pop-sprite.png) no-repeat scroll 0 -20px;
						height: 10px;
						overflow: hidden;
						padding: 0 !important;
						width: 10px !important;
                    }
                    
                    .pop_bottom_border
                    {
                    	background:transparent url(/images/pop-sprite.png) repeat-x scroll 0 -40px;
						overflow: hidden;
                    }
                    
                    .pop_bottom_right
                    {
                    	background:transparent url(/images/pop-sprite.png) no-repeat scroll 0 -30px;
						overflow: hidden;
						padding: 0 !important;
                    }
	
	    .ScreenTitle
	    {
	    	padding: 0px 0px 10px 0px;
	    	border-bottom: 1px dotted #6B797E;
	    	margin:  0px 0px 20px 0px;
	    }
	    
	    .ScreenTitleText
	    {
	    	font-size: 24px;
	    	text-transform: capitalize;
	    }
	    
	    
	    
	    
	    .message
	    {
        	border: 1px solid #eaeaea;
        	width: 500px;
        	height: 56px;
        	padding: 10px;
        	margin: 0px 0px 5px 0px;
	    }
	    
	    .message_photo
	    {
    		float: left; 
    		width: 75px;
	    }
	    
	    .message_from
	    {
    		float: left; 
    		width: 150px;
    		padding: 10px 0px 0px 0px;
	    	
	    }
	    
	    .message_subject
	    {
    		float: left;
			overflow: hidden;
			padding: 10px 0 0;
			white-space: nowrap;
			width: 275px;
	    	
	    }
	    
	    #message_read_subject
	    {
	    	font-size: 17px;
	    }
            
        .message_body
        {
    		float: left;
			padding: 10px 0 0;
			width: 275px;
        	
        }
        
        #Reply
        {
        	margin: 20px 0px 0px 0px;
			border: 1px solid #c8c8c0;  
        }
            
            .person_photo
            {
        	    border: 1px solid #c8c8c0;  
        	    padding: 3px;              
            }
	    
					.people
                    {
                    	border: 1px solid #eaeaea;
                    	width: 500px;
                    	height: 107px;
                    	padding: 10px;
                    	margin: 0px 0px 5px 0px;
                    }
                    
                    .photo
                    {   
                    	float: left; 
                    	width: 100px;
                    }
                    .photo_150
                    {   
                    	float: left; 
                    	width: 150px;
                    }
                    
                    .info
                    {
                    	float: right; 
                    	width: 250px;
                    }
                    
                    .people_controls
                    {
                    	float: right;
                        width: 125px;
                    }
                    
                    .info dt 
                    {
                    	clear: left;
                        float: left;
                        font-weight: bold;
                        padding-top: 4px;
                        text-align: right;
                        width: 90px;
                    }
                    
                    .info dd 
                    {
                        float: left;
                        margin: 0px 0px 0px 3px;/*-20px;*/
                        padding: 4px 0px 0px 0px;
                        width: 157px;/*180px;*/
                    }
                    
                    .people_controls ul
                    {
				        margin:0;
				        padding:0;
				        list-style:none;
				        text-align: right;
                    }
                    
                    .people_controls li
                    {
                        padding: 3px 0px 0px 0px;
                    }
                    
                    
                    
                    .page_arrow
                    {
                    	cursor: pointer;
                    	margin: 0px 2px 0px 2px;
                    	
                    }
                    
                    
                    
                    
    .blog
    {
    	padding: 0px 0px 18px 0px;
    	margin: 0px 0px 20px 0px;
    }          
    
    .blog .title
    {
    	font-size: 18px;
    }    
      
    .blog .body
    {
    	margin: 10px 0px 10px 0px;
    }     
      
    .blog .controls .link
    {
    	font-weight: bold;
    }    
    
    .stars
    {
    	position: relative;
    	top: 2px;
    }  
    
    
    

    .blog ul
    {
        height: auto;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin: 0;
        padding: 0 0 3px;
    }

    .blog li
    {
    	float:left;
    	width: 130px;
    	height: 29px;
    	padding: 5px 0px 0px 28px;
    	cursor: pointer;
    	
    }
    
    .add_comment_on
	{
		background: transparent url("/images/profile/add_on.png") left top no-repeat;	
		margin: 0px 20px 0px 0px;
	}
	
	

	
	
	#DreamBoard
	{
		margin: 20px 0px 0px 0px;
	}
	
	#dream_board
	{
		width: 525px;
		height: 327px;
		background: transparent url("/images/dreamboard/bg.gif") left top no-repeat;	
	}
	
	
	
	
	
	
	.alpha-shadow {
		background:transparent url(/images/dreamboard/shadow.png) no-repeat scroll right bottom;
		clear:both;
		float:left;
		margin:14px 0 0 17px !important;
	}

	.alpha-shadow div {
		background:transparent url(/images/dreamboard/shadow2.png) no-repeat scroll left top !important;
		float:left;
		padding:0 6px 6px 0;
	}

	alpha-shadow img {
		background-color:transparent;
		border:1px solid #A9A9A9;
		margin:0;
		padding:4px;
	}








	.dream_hover {text-align:left; color:black; }




#shareit-box {
	position:absolute;
	display:none;
	z-index: 99999;
}

	#shareit-header {
		width:138px;
	}


	#shareit-body {
		width:130px; height:140px;
		background:url(/images/share/shareit.png);
	}

		#shareit-blank {
			height:13px;
		}

		#shareit-icon  {
			height:25px;
		}
		
			#shareit-icon ul {
				list-style:none;
				width:125px;
				margin:0; padding:0 0 0 12px;
			}

			#shareit-icon ul  li{
				padding: 2px 2px;
				font-size: 10px;
				font-family:Arial, Helvetica, sans-serif;
				clear:both;
				margin: 0px 0px 7px 0px;
				cursor: pointer;
				line-height: 13px;
			}
			
			#shareit-icon ul  li img{
				border:none;
				margin: 0px 3px 0px 0px;
				float: left;
			}			

			.share
			{
				cursor: pointer;
			}
			
			
			
			
			
			
			
			
			
			
			
			
    .photo_container_start
    {
    	float: left; margin: 0px 0px 10px 0px; font-size: 12px;
    }
    .photo_container
    {
    	float: left; margin: 0px 0px 10px 10px; font-size: 12px;
    }
        
    .photo_container_landscape
    {
    	height: 110px; 
    	width: 120px; 
    	padding: 20px 0px 0px 0px;
    	overflow: hidden; 
    }
        
    .photo_border_landscape
    {
        width: 110px; 
        height: 90px;
        float: none; 
        padding: 3px; 
        border: 1px solid #C8C8C0;
    	overflow: hidden; 
    }
        
    .photo_landscape
    {
    	height: 90px; 
    	width: 110px; 
    	cursor: pointer;
    	overflow: hidden; 
    }
        
    .photo_container_portrait
    {
    	height: 120px; 
    	width: 110px; 
    	padding: 10px 0px 0px 10px;
    	overflow: hidden; 
    	    
    }
        
    .photo_border_portrait
    {
        width: 90px; 
    	height: 110px; 
        float: none; 
        padding: 3px; 
        border: 1px solid #C8C8C0;
    	overflow: hidden; 
    }
        
    .photo_portrait
    {
        width: 90px; 
    	height: 110px; 
    	cursor: pointer;
    	overflow: hidden; 
    }
    
			
			
			
			
			
			
			
			
div#video-holder { background-color:White; text-align:center; margin-top:10px; margin-bottom:15px; }