fieldset {
	display: block;
	margin: 0 0 0.5em 0;
	padding: 4px 4px 12px 4px;
	border-bottom: 1px solid #E2E2E2;
}
#head-functions fieldset {
	display: block;
	margin: 0 0 2px 0;
	padding: 2px 2px 6px 2px;
}
legend {
	font-size: 1em;
	font-weight: bold;
}
legend, label, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
#message {
	width: 538px;	
}
.opt-box {
	border: 1px solid #E2E2E2;
	background: #fff;
	padding: 6px;
	margin: 0 0 12px 0;
}
.opt-box .row-wrapper {
	padding-left: 24px;
	margin: 6px 0;
	font-size: 1em;
}
fieldset#message div#message {
	min-height: 100px;	
}
.form-wrapper {
	margin: 1em 0;
	padding: 0.5em;
	background: #F3F3F3;
	border: 1px solid #E2E2E2;
	
	text-align: left;
}
.form-wrapper hr {
	display: none;
}
.row-wrapper {
	margin: 0 6px 0 0;
}
.form-item {}
.form-item.half {
	float: left;
	width: 45%;
	margin: 0 1em 0 0;
}
.row-wrapper .form-item label {
	display: block;
	margin: 5px 0 0 1px;
	font-size: 1em;
	font-weight: normal;
	color: #24671B;
}
.row-wrapper .form-item input.text,
.row-wrapper .form-item textarea,
.row-wrapper .form-item select {
	width: 96%;
	display: block;
	padding: 0.2em;
}
.row-wrapper .form-item input.small {
	width: 20%;
}
.row-wrapper .form-item .form-description {
	display: block;
	font-size: 1em;
}
.row-wrapper .form-item .form-item-description {
	display: block;
	font-size: 0.75em;
	color: #7B7B7B;
}
.row-wrapper .form-item .form-item-description.alert {
	color: red;
}
.button-wrapper {
	float: left;
	margin: 0 0.5em 0.5em 0;
}
.button {}

.search-results-wrapper {
	margin: 1em 0;
	border-top: 1px solid #E2E2E2;
}

.search-results-wrapper .search-result-element {
	border-bottom: 1px solid #E2E2E2;
	padding: 0.5em 0 0.5em 0;
}
.search-results-wrapper .search-result-element .element-header {
	margin: 0.25em 0.25em 0.25em 132px;
	text-align: right;
	font-size: 11px; 
}
.search-results-wrapper .search-result-element .element-header .element-cat {
	float: left;
}
.search-results-wrapper .search-result-element .element-image {
	float: left;
	width: 120px;
	height: 90px;
	margin: 0.25em;
}
.search-results-wrapper .search-result-element .element-content {
	float: left;
	width: 530px;
	margin: 0 0 0.25em 0.25em;
}
.search-results-wrapper .search-result-element .element-content h3 {
	float: left;
	width: 530px;
	margin: 0 0 0.25em 0.25em;
}
.search-results-wrapper .search-result-element .element-content p {
	float: left;
	width: 530px;
	margin: 0 0 0.25em 0.25em;
}


/** Pagination START */
.yui-dt-paginator.yui-pg-container {
	margin: 12px 0;
	height: 24px;
}
.yui-dt-paginator.yui-pg-container a.yui-pg-previous,
.yui-dt-paginator.yui-pg-container a.yui-pg-next,
.yui-dt-paginator.yui-pg-container a.yui-pg-page {
	background-color: #469C3A;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 2px 1px;
	padding: 2px;
	text-align: center;
	min-width: 20px;
	font-size: 0.9em;
}

.yui-dt-paginator.yui-pg-container a.yui-pg-previous:hover,
.yui-dt-paginator.yui-pg-container a.yui-pg-next:hover,
.yui-dt-paginator.yui-pg-container a.yui-pg-page:hover {
	color: #F3D02D;
}

.yui-dt-paginator.yui-pg-container span.yui-pg-previous,
.yui-dt-paginator.yui-pg-container span.yui-pg-next {
	background-color: #EDEDED;
	color: #ADADAD;
	display: block;
	float: left;
	margin: 2px 1px;
	padding: 2px;
	text-align: center;
	min-width: 20px;
	display: none;
}

.yui-dt-paginator.yui-pg-container span.yui-pg-page {
	background-color: #EDEDED;
	color: #24671B;
	font-weight: bold;
	display: block;
	float: left;
	margin: 2px 1px;
	padding: 2px;
	text-align: center;
	min-width: 20px;
	font-size: 0.9em;
}

.yui-dt-paginator.yui-pg-container .yui-pg-rpp-options {
	float: right;
}
/** Pagination END */

/** Tagcloud START */
.tagcloud-wrapper {
	width: 100%;
	margin: 0.25em 0 1em 0;
	padding: 0.25em 0 0.25em 0;
	text-align: center;
	border: 1px solid #431C11;
}
.tagcloud-wrapper ul {
	margin: 0;
	padding: 0;
}
.tagcloud-wrapper ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tagcloud-wrapper ul li a {
	display: inline;
	padding: 0;
	margin: 0 0.15em 0.15em 0;
	line-height: 110%;
}
.tagcloud-wrapper ul li a:hover {
	text-decoration: underline;
}
.tagcloud-wrapper ul li a.tagcloud-1 { font-size: 10px; font-weight: normal; }
.tagcloud-wrapper ul li a.tagcloud-2 { font-size: 12px; font-weight: normal; }
.tagcloud-wrapper ul li a.tagcloud-3 { font-size: 14px; font-weight: normal; }
.tagcloud-wrapper ul li a.tagcloud-4 { font-size: 14px; font-weight: bold; }
.tagcloud-wrapper ul li a.tagcloud-5 { font-size: 16px; font-weight: normal; }
.tagcloud-wrapper ul li a.tagcloud-6 { font-size: 16px; font-weight: bold; }
.tagcloud-wrapper ul li a.tagcloud-7 { font-size: 18px; font-weight: normal; }
.tagcloud-wrapper ul li a.tagcloud-8 { font-size: 18px; font-weight: bold; }
.tagcloud-wrapper ul li a.tagcloud-9 { font-size: 20px; font-weight: normal; }
.tagcloud-wrapper ul li a.tagcloud-10 { font-size: 20px; font-weight: bold; }
.tagcloud-wrapper ul li a.tagcloud-11 { font-size: 20px; font-weight: normal; }
.tagcloud-wrapper ul li a.tagcloud-12 { font-size: 20px; font-weight: bold; }
/** Tagcloud END */

/** Detail Profile START */
.profile-info-wrapper {}

.profile-info-wrapper .profile-right,
.profile-info-wrapper .profile-left {
	float: left;
}
.profile-info-wrapper .profile-right {
	width: 182px;
	margin: 0 0 0 24px;
}
.profile-info-wrapper .profile-right .image-wrapper {
	padding:0px;
	background: #fff;
	}
.profile-info-wrapper .profile-left {
	width: 430px;
}
.profile-info-wrapper .row-wrapper {
	padding: 4px 0 4px 0;
	margin: 0;
	border-bottom: 1px solid #E2E2E2;
}
.profile-info-wrapper .label,
.profile-info-wrapper .value {
	float: left;
}
.profile-info-wrapper .label {
	font-weight: bold;
	width: 125px;
}
.profile-info-wrapper .value {
	
}
.profile-info-wrapper .cv-block .value {
	width: 570px;
}
.profile-right {
	
}



.profile-right #profil-button-wrapper .button-wrapper {
    width: 125px;
    margin: 0 0 0 16px;
}

.profile-right #profil-button-wrapper .button-wrapper .button {
    display: block;
    padding: 4px 12px 4px 12px;
    margin: 12px 35px 0 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    behavior: url(public/css/htc/border-radius.htc);
    border: 1px solid #E2E2E2;
    width: 125px;
}

.profile-right #profil-button-wrapper .button:hover {
    background: #469C3A;
    border: 1px solid #317327;
    color: #fff;
}
/** Detail Profile END */
