.global-div
{
	width:885px;
	margin:0px auto;
	border:0px solid #000000;				
	position:relative;
	background-color: ##7E9BCD;
}

.firstborder
{
	margin-top:300;
	margin-left:0px;
	width:400px;
	background-color: #999999;
	
}

.three-button
{
	position:absolute;
	top:392px;
	left:533px;
	border:0px solid #000000;
}

.footer-blue{
	color:#5683C4;
	margin-top:120px;
}
.footer-blue p{
	margin:5px 0px;
}
.footer-grey{
	color:#999999;
	margin-left:172px;
	font-size:13px;
}
.footer-grey a{
	text-decoration:none;
}
.footer-link{
	color:#5683C4;
}

.footer2-link{
	color:#5683C4;
	font-size: 14px;
  	font-family: 'lucida grande', Helvetica, Tahoma, Arial, Sans-Serif;
		
}



body{
	/*background:url(images/body_bg.png) repeat-x;*/
	background-color: #EAE1C0;
	margin:0px 0px;
	top: 0px; 
}
.overall{	
	width:870px;	
	border-left:0px solid #ffffff;
	border-right:0px solid #ffffff;
	background-color: #ffffff;
	margin:0px auto;
}
.home-align{
	margin-top:185px;
	border-collapse:collapse;
}
.blue-bold{
	color:#415c98;
	font-weight:bold;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 25px;
	background:url(images/bluetransparent_bg.png) repeat;	
	margin:0px;
}
.higlight-bold{
	color:#00a3b6;
	font-weight:bold;
	font-size:28px;
}
.connect-now{
	padding:0px 22px 0px 24px;
	background:url(images/bluetransparent_bg.png) repeat;
	height:127px;
}
.connect-now table tr td{
	padding:0px 11px;
} 
.connect-desc{
	margin:30px 30px;
	font-size:16px;
	font-weight:bold;
	color:#393939;	
}

.l-overall{	
	width: 1150px;	
	border-left:1px solid 133783;
	border-right:1px solid 133783;
	margin:0px auto;
	margin-top:0px;
	background-color: E7EBF2;
	top: 0px;
	box-shadow: 10px 10px 5px transparent;
	
}

.l-overall2{	
	width: 1150px;	
	border-left:0px solid 133783;
	border-right:0px solid 133783;
	margin:0px auto;
	margin-top:px;
	top: 0px;
}

.l-home-align{
	margin-top:0px;
	border-collapse:collapse;
	
}
.l-blue-bold{
	color:#415c98;
	font-weight:bold;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 25px;
	background:url(images/bluetransparent_bg.png) repeat;	
	margin:35px 85px 0px 85px;
}
.l-higlight-bold{
	color:#00a3b6;
	font-weight:bold;
	font-size:28px;
}
.l-changeuser a{
	color:#415c98;
	font-weight:bold;
	font-size:19px;
	padding-right:88px;
	
}

.l-friend-like{
	color:#415c98;
	font-weight:bold;
	font-size:38px;
	
}

.content-title {
	width:1150px;
	text-align: left;
	padding: 0px;
	font-family: helvetica, tahoma, arial, sans-serif;
	font-size: 14pt;
	color: #848176;
	font-weight: bold;
	text-shadow: 0px 0px #3b5998;
	letter-spacing:1px;
	
}
.content-title-small{
	font-size: 14px;
}

/**DIALOG CSS STARTS***/

#dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background:#483a3a; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 

	/* hide it by default */
	display:none;
}


#dialog-box {
	
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px #483A3A;
	-moz-box-shadow: 0px 0px 10px #483A3A;
	box-shadow: 0px 0px 10px #483A3A;
	
	/* css3 border radius */
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	border: 10px solid #848176;
	background:#F2EFE7;
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	width:328px; 
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 

	/* hide it by default */
	display:none;
	
	opacity;1;
}

#dialog-box .dialog-content {
	/* style the content */
	text-align:center; 
	padding:10px; 
	margin:13px;
	color:#f2efe7; 
	font-family:Helvetica, Tahoma, Arial, sans-serif;
	font-size:14px; 
	color: #848176;
}
#comment_popup_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #848176;
/*	background: url(../images/jQAlert-images/title.gif) top repeat-x;*/
/*	background: none repeat scroll 0 0 #6D84B4;*/
	background-color: none;
	border: solid 0px #FFF;
	border-bottom: solid 0px #483A3A;
	cursor: default;
	padding: 0em;
	margin: 0em;
	height: 24px;
}
a.button {
	/* styles for button */
	margin:10px auto 0 auto;
	text-align:center;
	background-color: #e33100;
	display: block;
	width:50px;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	
	/* css3 implementation :) */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
}

a.button:hover {
	background-color: #c33100;	
}

/* extra styling */
#dialog-box .dialog-content p {
	font-weight:700; margin:0;
}

#dialog-box .dialog-content ul {
	margin:10px 0 10px 20px; 
	padding:0; 
	height:50px;
}

#linkMyPlay{
  float:right;
  font-size:14px;
}
#linkMyPlay:hover{
  cursor:pointer;
}
#linkMyList{
  float:right;
  font-size:14px;
}
#linkMyList:hover{
  cursor:pointer;
}

#linkPhotos{
  float:right;
  font-size:14px;
}
#linkPhotos:hover{
  cursor:pointer;
}

#linkVideos{
  float:right;
  font-size:14px;
}
#linkVideos:hover{
  cursor:pointer;
}

#linkMovie{
  float:right;
  font-size:14px;
}
#linkMovie:hover{
  cursor:pointer;
}

#linkVideoFBStream{
  float:right;
  font-size:14px;
}
#linkVideoFBStream:hover{
  cursor:pointer;
}

#reloadMyPlay{
  float:right;
  font-size:14px;
}
#reloadMyPlay:hover{
  cursor:pointer;
}
#reloadMyList{
  float:right;
  font-size:14px;
}
#reloadMyList:hover{
  cursor:pointer;
}

#reloadPhotos{
  float:right;
  font-size:14px;
}
#reloadPhotos:hover{
  cursor:pointer;
}
#reloadVideos{
  float:right;
  font-size:14px;
}
#reloadVideos:hover{
  cursor:pointer;
}

#reloadMovie{
  float:right;
  font-size:14px;
}
#reloadMovie:hover{
  cursor:pointer;
}
#reloadVid{
  float:right;
  font-size:14px;
}
#reloadVid:hover{
  cursor:pointer;
}

.links{
 
  float:right;
  height:20px; 
}

/**DIALOG CSS ENDS***/