table, tr, td, th, h3, h2, h1, h4, p, div, span{
	margin: 0;
	padding: 0;
}

.profile_conteiner{
	background-image: url('../img/profile/pp_bg.gif');
}

.ct{
	height: 18px;
	clear: both;
	overflow: hidden;
}

.crt{
	float: right;
	background-image: url('../img/profile/crt.gif');
	width:19px;
	height: 19px;
}

.clt{
	float: left;
	background-image: url('../img/profile/clt.gif');
	width:19px;
	height: 19px;
}

.cb{
	height: 18px;
	clear: both;
	overflow: hidden;
}

.crb{
	float: right;
	background-image: url('../img/profile/crb.gif');
	width:19px;
	height: 19px;
}

.clb{
	float: left;
	background-image: url('../img/profile/clb.gif');
	width:19px;
	height: 19px;
}

/* profile_content_header
************************/
.profile_content_header{
	overflow: hidden;
	height: 38px;
}

.profile_content_header_r{
	background-image: url(../img/profile/profile_content_header_r.gif);
	float: right;
	width: 15px;
	height: 38px;
}

.profile_content_header_l{
	background-image: url(../img/profile/profile_content_header_l.gif);
	float: left;
	width: 15px;
	height: 38px;
}

.profile_content_header_b{
	background-image: url(../img/profile/profile_content_header_b.gif);
	margin: 0 15px;
	height: 38px;
}

.profile_content_header h3{
	font-family: Arial;
	font-size: 20px;
	line-height: 38px;
	color: #7b7539;
	float: right;
	margin: 0 5px 0 0;
}

.profile_content_header span{
	float: left;
	font-family: Arial;
	font-size: 16px;
	line-height: 38px;
	color: #7b7539;
	background-image: url(../img/profile/edit_icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 35px;
	cursor: pointer;
	margin: 2px 0 0 0;
}

.profile_content_header a{
	text-decoration: none;
}

input.butt{
	width: 116px;
	height: 27px;
	line-height: 27px;
	background-image: url("../img/profile/input_button.gif");
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	margin: 15px;
}

input.intext{
	border: 1px solid #7b7539;
	line-height: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
}

textarea.imtext{
	border: 1px solid #7b7539;
	margin: 0;
	padding: 0;
	height: 125px;
	width: 100%;
	overflow: hidden;
}

/* profile content
****************************************/
.profile_table{
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
}

.profile_table td{
	margin: 0; padding: 0;
}

.profile_table_footer_l{
	width: 15px;
	height: 15px;
	background-image: url('../img/profile/profile_table_footer_l.gif');
	background-repeat: no-repeat;
}

.profile_table_footer_r{
	width: 15px;
	height: 15px;
	background-image: url('../img/profile/profile_table_footer_r.gif');
	background-repeat: no-repeat;
}

.profile_table_footer_b{
	height: 15px;
	background-image: url('../img/profile/profile_table_footer_b.gif');
	background-repeat: repeat-x;
}

.profile_table_content_r{
	background-image: url('../img/profile/profile_table_content_r.gif');
	background-color: #eae4b3;
	background-repeat: repeat-y;
}

.profile_table_content_l{
	background-image: url('../img/profile/profile_table_content_l.gif');
	background-color: #eae4b3;
	background-repeat: repeat-y;
}

.profile_table_content_b{
	background-color: #eae4b3;
	vertical-align: top;
}

/* project_content
******************************************/
.project_content_header{
	overflow: hidden;
	height: 40px;
}

.project_content_header_r{
	background-image: url(../img/profile/project_content_header_r.gif);
	float: right;
	width: 15px;
	height: 40px;
}

.project_content_header_l{
	background-image: url(../img/profile/project_content_header_l.gif);
	float: left;
	width: 15px;
	height: 40px;
}

.project_content_header_b{
	background-image: url(../img/profile/project_content_header_b.gif);
	margin: 0 15px;
	height: 40px;
}

.project_content_header h3{
	font-family: Arial;
	font-size: 20px;
	line-height: 40px;
	color: #7b7539;
	float: right;
	margin: 0 5px 0 0;
}

.project_content_header span{
	float: left;
	font-family: Arial;
	font-size: 16px;
	line-height: 40px;
	color: #7b7539;
	background-image: url(../img/profile/edit_icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 35px;
	cursor: pointer;
}

.project_content_header a{
	text-decoration: none;
}

/* project table
*******************************/
.project_table{
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
}

.project_table td{
	margin: 0; padding: 0;
}

.project_table_footer_l{
	width: 15px;
	height: 15px;
	background-image: url('../img/profile/project_table_footer_l.gif');
	background-repeat: no-repeat;
}

.project_table_footer_r{
	width: 15px;
	height: 15px;
	background-image: url('../img/profile/project_table_footer_r.gif');
	background-repeat: no-repeat;
}

.project_table_footer_b{
	height: 15px;
	background-image: url('../img/profile/project_table_footer_b.gif');
	background-repeat: repeat-x;

}

.project_table_content_r{
	background-image: url('../img/profile/project_table_content_r.gif');
	background-color: #c9cea5;
	background-repeat: repeat-y;
}

.project_table_content_l{
	background-image: url('../img/profile/project_table_content_l.gif');
	background-color: #c9cea5;
	background-repeat: repeat-y;
}

.project_table_content_b{
	background-color: #c9cea5;
	vertical-align: top;
}

/* project header
****************************************/
.project_content_header h3{
	font-family: Arial;
	font-size: 20px;
	line-height: 38px;
	color: #7b7539;
	float: right;
	margin: 0 5px 0 0;
}

.project_content_header span{
	float: left;
	font-family: Arial;
	font-size: 16px;
	line-height: 38px;
	color: #7b7539;
	background-image: url(../img/profile/edit_icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 35px;
	cursor: pointer;
	margin: 3px 0 0 0;
}

.project_content_header a{
	text-decoration: none;
}

/* profile_projects
******************************/
.profile_projects{
	margin: 40px;
	font-family: Arial;
}

.profile_projects td{
	padding: 0 10px;
	height: 87px;
}

.profile_projects table{
	width: 100%;
	margin: 0; padding: 0;
	border-collapse: collapse;
}
.profile_projects h4{
	color: #4a461d;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.profile_projects h5{
	color: #4a461d;
	font-size: 12px;
	margin: 0 0 8px 0;
	padding: 0;
}

.profile_projects h5 span{
	color: #7b7539;
	font-size: 12px;
}

.profile_projects p{
	color: #8f894c;
	font-size: 12px;
	font-weight: bold;
}
.profile_projects img{
	border: 3px solid #b3ae75;
	margin-top: 2px;
}
.profile_projects span.edit{
	float: left;
	font-family: Arial;
	font-size: 16px;
	line-height: 38px;
	color: #7b7539;
	background-image: url(../img/profile/edit_icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 35px;
	cursor: pointer;
	margin: 2px 0 0 0;
}

table.profile_project{
	background-color: #c9d6a4;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 -1px 0;
}

.profile_project .bgtop{
	background-image: url('../img/profile/profile_project_top.gif');
	height: 5px;
}

.profile_project .bgbottom{
	background-image: url('../img/profile/profile_project_bottom.gif');
	height: 5px;
}

.profile_project .bgtopright{
	width: 5px;
	background-image: url('../img/profile/profile_project_top_right.gif');
	height: 5px;
	margin: 0;  padding: 0;
	overflow: hidden;
}
.profile_project .bgbottomright{
	width: 5px;
	background-image: url('../img/profile/profile_project_bottom_right.gif');
	height: 5px;
	margin: 0;  padding: 0;
	overflow: hidden;
}
.profile_project .bgright{
	width: 5px;
	background-image: url('../img/profile/profile_project_right.gif');
	height: 5px;
	margin: 0;  padding: 0;
	overflow: hidden;
}
.profile_project .bgleft{
	width: 5px;
	background-image: url('../img/profile/profile_project_left.gif');
	height: 5px;
	margin: 0;  padding: 0;
	overflow: hidden;
}
.profile_project .bgtopleft{
	width: 5px;
	background-image: url('../img/profile/profile_project_top_left.gif');
	height: 5px;
	margin: 0;  padding: 0;
	overflow: hidden;
}
.profile_project .bgbottomleft{
	width: 5px;
	background-image: url('../img/profile/profile_project_bottom_left.gif');
	height: 5px;
	margin: 0;  padding: 0;
	overflow: hidden;
}

/*	Avatar
********************************/
div.user_avatar{
	text-align: center;
	margin: 15px;
}

div.user_avatar img{
	border: 3px solid #b3ae75;
}

.profile_info{
	margin: 15px 0 0 0;
}

.profile_info_item{
	color: #4a461d;
	font-size: 18px;
	line-height: 24px;
	margin-left: 40px;
	width: 40%; float: left;
	margin-bottom: 10px;
}

.profile_info_item span{
	color: #7b7539;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

.profile_content input[type=submit]{
	border: none;
	margin: 0;
	padding: 0;
	height: 27px;
	width: 116px;
	background-image: url('../img/profile/input_button.gif');
}

.profile_content .nostyle{
	margin-top: 15px;
}

.profile_content .nostyle label{
	display: inline;
	margin: 0;
	width: 0px;
}

.profile_content .field{
	margin: 0;
	padding: 0;
}
