/* Style for Myumundo Container css */
#Terms_Container
{
	width: 960px;
	float:left;
    background-color:white;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    margin : 7px 0px;
    min-height:500px;
}

#Oauth_Container
{
	width: 960px;
	float:left;
    background-color:white;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    margin : 7px 0px;
    min-height:300px;
}
#Terms_Heading_Container
{
  width : 984px;

}

#Terms_Heading
{
   width : 964px;
   font-family: "Trebuchet MS";
   font-size: 25px;
   color:rgb(201,3,64);
   float:left;
   margin : 15px 0px 0px 20px;
  text-align:left;
}

#Seperator
{
   
	width: 984px;
	height: 10px;
	float: left;
  
}

#TermsInfo
{
   width : 910px;
    margin : 15px 50px 10px 20px;
   font-family: "Trebuchet MS";
   font-size: 13px;
   color:black;
   float:left;
  text-align:left;
}

#OurTermsContainer
{
  width : 984px;
 
}

#OurTermsHeading
{

   width : 960px;
   font-family: "Trebuchet MS";
   font-size: 20px;
   color:black;
   float:left;
   margin : 15px 0px 0px 20px;
   text-align:left;
}





#Buzz_container{
	width : 964px;
}


#Buzz_Heading
{
   width : 560px;
   font-family: "Trebuchet MS";
   font-size: 25px;
   color:rgb(201,3,64);
   float:left;
   margin : 15px 0 0 20px;
   text-align:left;
}


#BuzzTweets {
  float:left;
 /* padding-left : 15px;*/ 
  width : 540px;
}

#BuzzTweets ul {
	text-decoration: none;
	padding: 0px;
	list-style: none;
    margin:0 0 0 10px;
}

#BuzzTweets li {
	
	text-decoration: none;
	list-style: none;
	/*padding-bottom: 10px;*/
	padding-top: 10px;
	white-space: normal;
	/*border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
    border-bottom:1px solid lightGrey;
	/*background: #dcf1ff;*/
	overflow: hidden; 
	padding-bottom:5px;
   
   /* border-bottom : 4px solid CadetBlue;*/
}


#TextMsg {
	font-size: 15px;
	/*padding-left: 15px;*/
	font-family: 'Arial';
    /*width : 350px;*/
    color:#444444;
    width:450px;
   
    float:left;
    overflow:hidden;
}

#TextMsg span {
	font-family: Georgia;
	font-size: 12px;
	color:gray;
    font-style : italic;
    vertical-align : super;
}

.BuzzThumb {
	/*border: 3px solid rgb(64, 64, 64);*/
	width: 134px;
	height: 128px;
    vertical-align:	middle;
    text-align: 	center;
    /*background-color : #d4d4d4;*/
   background-image : url('../images/img.png');
	background-repeat: no-repeat;
}


#Tweeple{
  float:left;
  padding-left : 10px; 
  width: 395px;
  margin-top:5px;
  padding-left:5px;
}

#TweepleInside{
	background: url("../images/tweeplebox_bottom.png") no-repeat scroll center bottom transparent;
    min-height : 200px;
    margin:-5px 0px;
    /*float:left;*/
    width:395px;
    padding-bottom:10px;
    }

#Tweeples a{
  border : 1px solid rgb(87,133,0);
  float:left;
  width : 50px;
  height : 50px;
  cursor :pointer;
  padding:1px;
  margin:3px; 
}

#Tweeples a img{
  width : 50px;
  height : 50px;
  float:left;
   
}

#Tweeples span{
	 font-size:13px;
	 color:rgb(187,238,255);
	 float:left;
	 
	}

#FromUser{
   background: url("../images/tweeplename_button.png") no-repeat scroll center transparent;
   text-align:center;
   color:black;
   font-size:13px;
   font-family:verdana;
   
}

#FromUser a{
   color:black;
   font-size:13px;
   font-family:verdana;
}

#FromUser a:hover{
  text-decoration: underline;
}