@charset "utf-8";
/* CSS Document */


#profile_form {
	font-family: Helvetica, Arial, sans-serif;
}

.current_status {
	padding-top: 3px;
	text-align: right;
}

#left {
	float: left;
	width: 210px;
}

#right {
	float: left;
	width: 240px;
}

#center {
	float: left;
	width: 474px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 8px;
}

#bottom {
	clear: both;
	border-top: 1px solid #C0C0C0;margin-top:15px;
}

#add_friend {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.import_connections {
	
	background-image:url(../images/importconn.gif);
	background-repeat: no-repeat;
	height:72px;

}
.invite_friend{
	background-image:url(../images/invite_friends.gif);
	background-repeat:no-repeat;
	height:72px;

}

.notification_new
{
	background-image:url(../images/notifications.gif);
	background-repeat:no-repeat;
	height:42px;
}



.news_feeds {
	margin-top: 5px;
	padding-top: 5px;
}

.article {
	padding: 4px 10px 4px 10px;
	font-family: Georgia, "Times New Roman", serif;
}

.article .info {
	margin-left: 190px;
}

.article .info .title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	padding-bottom: 5px;
}

.article .info .title a {
	color: #000;
	text-decoration: none;
}

.article .image {
	border-top: 1px solid #ECEFF0;
	border-left: 1px solid #DFE5E6;
	border-right: 1px solid #E5EAEA;
	border-bottom: 1px solid #F2F5F5;
	background-color: #DFE5E6;
	padding: 5px;
	float: left;
	margin-right: 10px;
}

.article .info .read {
	background-image: url(../images/icon_book.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-right: 10px;
	height: 20px;
	float: left;
}

.article .info .comments {
	background-image: url(../images/icon_comment.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-right: 10px;
	height: 20px;
	float: left;
}

.article .info .like_this {
	background-image: url(../images/icon_question.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	height: 20px;
	float: left;
}

.profile_status {
	clear: both;
}

.profile_status textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 380px;
	height: 34px;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden; 
	vertical-align: top;
}

.profile_status input {
	margin-top: 1px;
	height: 38px;
}

.tag_group {
	width: 280px;
	position: relative;
	top: -5px;
}

.welcome_image {
	background-image:url(../images/profilepagewelcome.gif);
	background-repeat: no-repeat;
	width: 285px;
	height: 38px;
	float: left;
	position: relative;
	top: 3px;
	left: 5px;
}

.invite_friends {
}

#invite_input {
	width: 209px;
}

.invite_oi {
	padding: 5px;
}

.invite_oi .oi_provider {
	margin-top: 5px;
	margin-bottom: 10px;
}

.invite_oi_result {
	background-color: #EEEEEE;
	margin-top: 10px;
}

.invite_oi_result strong {
	font-size: 1.2em;
}

.your_network {
	margin: 0px;
	padding: 0px;
	background-color: #f1f1f1;
}

.your_network p {
	padding: 1em;
	margin: 0px;
}

.network {
	/*border-top: 3px solid #000000;*/
}

.network.first {
	border-top: none;
}

.network .network_title {
	font-size: 1.1em;
	padding: 0.5em 1em 0.5em 1em;
}

.network .network_connected {
	padding: 0em 1em 0.5em 1em;
}

.network .network_user {
	float: left;
}

.notifications {
	margin-top: 5px;
}

.notifications_bottom {

	height: 10px;
	clear: right;
}

.notifications .notification {
	
	padding: 3px 0px 8px 5px;
	clear: right;
}

.notification_image {
	float: right;
	margin-left: 4px;
	margin-bottom: 3px;
}

.notification_text {
	padding-top: 4px;
}

.tagged_in {
	margin-left: 5px;
}

.submit_story_box {
	float: left;
	padding: 5px;
	width: 110px;
	text-align: center;
}

.submit_story_arrow {
	clear: left;
	background-image: url(../images/arrow_down_slope_orange.gif);
	background-repeat: no-repeat;
	margin-left: 56px;
	height: 12px;
	margin-bottom: 1px;
}

#memberCountry {
	text-align:left;
	margin-bottom:-5px;
}
#memberCountryDetail {
	float:right;
}

#memberCountry .image{
	float:left;
	width:70px;
	border:none !important;
}

.messageNotLoggedIn{
	background-color:#dddddd;
	text-align:center;
	padding:15px;
	margin-bottom:40px;
}

.messageNotLoggedIn span{
	font-size:20px;
}

.footer_block_outer {
	background-color: #212121;
	border-top: 1px solid #4D4D4D;
	border-left: 1px solid #979797;
	border-bottom: 1px solid #4D4D4D;
	border-right: 1px solid #898989;
	padding: 5px 0px 5px 0px;
	color: #9E9E9E;
}

.footer_block_inner {
	background-image: url(../images/home_footer_bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 0px;
}

.footer_block {
	float: left;
	width: 214px;
	padding: 0px 10px 0px 10px;
}

.footer_block_title {
	color: #FFFFFF;
	font-size: 1.6em;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

.footer_block .comment {
	padding-top: 10px;
	padding-bottom: 5px;
}

.footer_block .story {
	padding-top: 10px;
	padding-bottom: 5px;
}

.footer_block .member {
	padding-top: 5px;
	padding-bottom: 5px;
}

.member td{
	color:#9E9E9E;
}

/****** small grey white corners *****/

.curve_top_right {
	float: right;
	width: 5px;
	height: 5px;
	background-image: url(../images/small_grey_inner_curve_top_right.gif);
	background-repeat: no-repeat;
}

.curve_top_left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/small_grey_inner_curve_top_left.gif);
	background-repeat: no-repeat;
}

.curve_bottom_right {
	float: right;
	width: 5px;
	height: 5px;
	background-image: url(../images/small_grey_inner_curve_bottom_right.gif);
	background-repeat: no-repeat;
}

.curve_bottom_left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/small_grey_inner_curve_bottom_left.gif);
	background-repeat: no-repeat;
}

.box_inner {
	clear: both;
	padding: 0px 5px 2px 5px;
}

.profile_sect h2 {
	float: left;
}

.profile_sect h2 .text {
	
	font-family: Georgia, "Times New Roman", serif;
}

.profile_sect .edit {
	font-family: Georgia, "Times New Roman", serif;
	float: left;
	font-size: 1.2em;
	margin-left: 4px;
	margin-top: 5px;
}

.studied {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
}

.worked {
	padding-left: 4px;
	padding-right: 4px;
	
}
.job_description{
	color:#999999;
	text-align:justify;
}

.job_description > p:first-child {
 margin-top: 0px;
}

h3.large_title {
	font-size: 1.8em;
	font-weight: bold;
	color: #797979;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}
.additional_info
{
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
	
}
.additional_info .left
{
	width:90px;
	float:left;
	padding-bottom:10px;
}
.additional_info .right
{
	float:left; 
	width:360px; 
	margin-left:10px; 
	padding-bottom:10px;
	font-weight:14px;
	font-weight:normal;
	text-align:justify;
	
	
}

.additional_info .right p
{
	padding-top:0px;
	margin-top:0px;
}

.favorites
{
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
	font-family:Georgia, 'Times New Roman', Times, serif; 
	
}
.favorites .left
{
	width:135px;
	float:left;
	padding-bottom:10px;
}
.favorites .right
{
	float:left; 
	width:280px; 
	margin-left:5px; 
	color:#797979;
	padding-bottom:10px;
	font-weight:normal;
}
.features_in
{
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-weight:bold;
}
.features_in h2 .text {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", serif;
}
.content
{
	font-family:Georgia, 'Times New Roman', Times, serif;
}
 .read {
	background-image: url(../images/icon_book.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-right: 10px;
	height: 20px;
	float: left;
}

.comm {
	background-image: url(../images/icon_comment.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-right: 10px;
	height: 20px;
	float: left;
}
.like_ {
	background-image: url(../images/icon_question.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	height: 20px;
	float: left;
}
.feature_title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	padding-bottom: 5px;
}

a.black:link {
	color:#000000;
	text-decoration: none;
}

a.black:visited {
	color: #00000;
	text-decoration: none;
}

a.black:active {
	color: #00000;
	text-decoration: none;
}

a.black:hover {
	color: #000000;
	text-decoration: none;
}
.add_info_text
{
	font-size: 14px;
	font-weight: normal;
	float: left;
}
