@CHARSET "UTF-8";

/* init */
body,html {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	word-wrap: break-word;
	text-align: left;
	color: #262626;
	font: normal 14px Arial, Helvetica, sans-serif;
}

div,p,select,td {
	font: normal 14px Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a:link,a:visited {
	color: #008AD2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover,a:active {
	color: #1D9FEF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:link,a:visited,a:hover,a:active {
	text-decoration: none;
	font-weight: bold;
}

.h1 {
	font-size: 16px;
	font-weight: bold;
	color: #4c4c4c;
}

.h2 {
	color: #2287CF;
	font-size: 18px;
	font-weight: bold;
}

.h3 {
	color: #2287CF;
	font-weight: bold;
	font-size: 18px;
}

input {
	border: 1px solid #9F9F9F;
	color: #444444;
	font: 13px Arial;
	height: 16px;
	padding: 3px;
}

/* main containers */
.main-wrapper {
	margin: 0 auto;
	width: 995px;
}

.page-content-wrapper {
	margin: 5px 0px;
	text-align: left;
}

.content-wrapper {
	width: 995px;
	border: 0px solid red;
	overflow: hidden;
	padding: 0px 0px;
	float: left;
}

.content-subwrapper {
	width: 756px;
	border-right: 0px solid red;
	overflow: hidden;
	padding: 0px 0px;
	background: url('../images/content-bg.gif') repeat-y scroll -8px 0px white;
	float:left;
}

.left-add-wrapper {
	width: 200px;
	min-heigth:500px;
	float: left;
}

.middle-content-wrapper {
	width: 556px;
	float: right;
	height: 100% !important;
	border-left: 0px solid;
	border-color: #2490BF;
	margin: 0;
	padding: 0px;
	background: white url('../images/content_bg.png') no-repeat;
	min-height: 800px;
}

.add-wrapper {
	float: right;
	width: 250px;
	height: auto;
}

.sso-login-wrapper {
	width: 291px;
	height: 280px;
	float: left;
	margin-top: 0px;
	overflow: hidden;
}

.sso-login-wrapper #login-iframe {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 250px;
	height: 190px;
	margin-left: 5px;
	display: block;
}

/* common */
dl {
	margin: 1px 0px;
	padding: 0px;
	display: inline-block;
	clear: both;
}

dt,dd {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

dt {
	color: #000;
	margin-right: 10px;
	margin-top: 5px;
}

.form dt {
	width: 150px;
	margin-right: 0px;
	font-size: 14px;
	color: #262626;
}

.form dd {
	width: 270px;
}

.form dd input {
	width: 268px;
}

.form dd.action {
	width: 85px;
	margin-left: 5px;
	margin-top: 3px;
	font-size: 12px;
}

.form dd.access {
	width: 85px;
	margin-left: 5px;
	margin-top: 2px;
	float: left;
	text-align: center;
}

.form dd.select-field select {
	color: #444444;
	font-size: 13px;
	width: 105px !important;
}

.form dd.access input {
	width: auto;
	border: 0px;
}

.form dd.input-agreement-check input {
	width: auto;
	border: 0px;
}

.form dd .submit .submit-button input {
	width: auto;
}

.form dd .file_field {
	width: auto;
	height: auto;
}

.form dd.smallink {
	font-size: 13px;
	padding-top: 5px;
}

.list-scroll-container-wrap {
	border-bottom: 1px solid #E7E7E7;
	margin-top: 5px;
	margin-bottom: 10px;
}

.list-scroll-container {
	margin: 1px;
	padding: 4px;
}

div.submit-button input {
	background: transparent;
	border: 0px solid black;
	padding-left: 5px;
	font: bold 12px Arial;
	cursor: pointer;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	height: 23px;
	line-height: 160%;
}

div.submit-button a {
	background: transparent;
	border: 0px;
	text-align: center;
	font: bold 12px Arial;
	cursor: pointer;
	color: #333333;
	line-height: 25px !important;
	text-decoration: none !important;
	padding-left: 8px;
	padding-right: 3px;
}

div.submit-button {
	overflow: visible; /* For IE67 */
	display: block;
	float: left;
	background: url(../images/btn_sliding.gif) no-repeat;
	height: 25px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

div.submit-left {
	background: url(../images/button_bg.png) top left
		no-repeat;
	float: left;
	width: 5px;
	height: 24px;
	display: none;
}

div.submit-right {
	background: url(../images/btn_sliding.gif) right -24px no-repeat;
	height: 25px;
	font-size: 12px;
	text-transform: none;
	width: 5px;
	float: left;
}

.clear-both {
	clear: both;
	display: block;
}

.content-separator {
	border-top: 1px solid #C3C3C3;
	margin: 5px 0px;
	width:95%;
	margin-left:15px;
}

.misc-info-links {
	padding: 0px 2px;
}

.misc-info-links span {
	padding-left: 6px;
	padding-right: 2px;
	border-left: 1px solid gray;
}

.misc-info-links span:first-child {
	padding-left: 0px;
	border-left: 0px solid gray;
}

.misc-info-links span a {
	text-decoration: underline;
	font-weight: normal;
	color: #2287CF;
}

.footer-wrapper a {
	font-size: 12px;
}

/* search */
.search-wrapper {
	/*background: white url('../images/otsing_hall_middle.png') repeat-x;*/
	/*padding-left: 70px;*/
	/*border-left: 1px solid #DCDCDC;*/
	/*border-right: 1px solid #DCDCDC;*/
	height: 225px;
}

.search-wrapper .search-icon {
	float: left;
	display: inline;
	margin-right: 5px;
}

.search-wrapper .search-icon img {
	display: block;
}

.search-wrapper .search-caption {
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

.search-wrapper .search-input input.search-input-field {
	width: 350px;
	background: white;
	float: left;
	margin-right: 5px;
}

/* short search toolbar*/
.short-search-wrapper {
	height: 90px;
	width: 239px;
	border-bottom: 1px solid #DCDCDC;
}
.content-right-wrapper{
	width: 239px;
	float: left;
	background: #f0f2f2 url('../images/right_column_bg.png') no-repeat;

}
.short-search-wrapper .search-icon {
	float: left;
	display: inline;
	margin-right: 5px;
}

.short-search-wrapper .search-icon img {
	display: block;
}

.short-search-wrapper .search-caption {
	margin-top: 8px;
	margin-bottom: 1px;
	font-size: 16px;
	font-weight: bold;
}

.short-search-wrapper .search-input input.search-input-field {
	width: 173px;
	background: white;
	float: left;
	margin-right: 5px;
}

.short-search-wrapper .search-input .submit-button input {
	float:right;
}

/* landing  login */
#landing .login-wrapper {
	margin-top: 5px;
	width:
}

.landing-login-left-margin {
	float: left;
	width: 7px;
	height: 280px;
	background: url('../images/frontpage_left.jpg');
}

.landing-login-right-margin {
	float: right;
	width: 7px;
	height: 280px;
	background: url('../images/frontpage_right.jpg');
}

.id-add-bubble {
	float: left;
	background: url('../images/frontpage_middle.jpg') 0px 0px repeat-x;
	width: 428px;
	height: 280px;
	margin-left: 0px;
	padding-top: 1px;
	display: inline;
}

.id-add-bubble .id-add-bubble-text .bubble-title {
	font-size: 20px;
	font-weight: bold;
	color: #2287CF;
	margin-bottom: 3px;
}

.id-add-bubble .id-add-bubble-text {
	padding-left: 105px;
	padding-right: 25px;
	padding-top: 34px;
	height: 210px;
	overflow: hidden;
	margin-bottom: 10px;
}

.id-add-bubble .id-add-bubble-text .submit {
	text-align: right;
	float: right;
	display: inline;
	margin-top: -5px;
}

.id-add-bubble .id-add-bubble-text .submit div.submit-button {
	background: url(../images/button_large_c.gif) repeat-x;
	height: 32px;
}

.id-add-bubble .id-add-bubble-text .submit div.submit-left {
	background: url(../images/button_large_l.gif) top left no-repeat;
	width: 5px;
	height: 32px;
	display: inline;
}

.id-add-bubble .id-add-bubble-text .submit div.submit-right {
	background: url(../images/button_large_r.gif) top right no-repeat;
	width: 5px;
	height: 32px;
}

.id-add-bubble .id-add-bubble-text .submit div.submit-button a {
	font: bold 16px Arial;
	color: white;
	padding: 3px 5px;
	display: inline-block;
}

.id-add-bubble .bubble-text p {
	font-size: 12px !important;
}

.id-add-bubble .id-add-bubble-text .bubble-text p {
	font-size: 12px;
}

.id-add-bubble-img {
	background: url("../images/bubble.png") 0px 5px no-repeat;
	height: 270px;
	margin: 0px;
}

.landing-sso-login-wrapper {
	width: 995px;
	height: 71px;
	margin: 0;
	padding: 35px 0 0 0;
	background: white url('../images/yellow_bg.png') repeat-x;
}

/* landing projects ads */
.projects-add-wrapper {
	padding: 0 0 10px 0px;
	background-image: url('../images/bg_vert.png')
	
}
.projects-add-fancybg {
	background: transparent url('../images/head_bg.png') no-repeat center -2px;
	margin-top: 2px;
	height:25px;
}
.projects-add-wrapper .projects-add-wrap {
	border-bottom: 0px solid #DCDCDC;
	padding-left:15px;
}

.projects-add-wrapper .projects-add-separator-left,.projects-add-wrapper .projects-add-separator-right
	{
	/*border-top: 1px solid #ACCBCE;
	width: 280px;*/
}

.projects-add-wrapper .projects-add-separator-left {
	float: left;
	margin-left: 64px;
}

.projects-add-wrapper .projects-add-separator-right {
	float: right;
	margin-right: 31px;
}

.projects-add-wrapper .projects-add-title {
	padding: 15px 10px 0 20px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.projects-add-wrapper .projects-add-caption {
	margin-top: 5px;
	padding: 0px 10px;
	font-size: 14px;
}

.projects-add-left { /*float: left;*/
	margin-top: 20px;
	border: 0px solid red;
	display: inline;
	padding-left: 10px;
}

.projects-add-right {
	float: right;
	margin-top: 20px;
	display: inline;
}

.projects-add-container {
	width: 300px;
	margin-top: 15px;
	float: left;
	margin-right: 15px;
}

.projects-add-container img {
	float: left;
	display: inline;
	margin-right: 5px;
	border: 0px;
}

.projects-add-container div.projects-text-container {
	float: left;
	width: 230px;
	padding-bottom: 10px;
}
div.projects-text-container-sidebar {
	float: left;
	width: 150px !important;
	padding-bottom: 5px;
}
.projects-add-container span.projects-title {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

.projects-add-container span.projects-title a {
	font-size: 18px;
	font-weight: bold;
	color:#16387c;
	display: block;
	margin-bottom: 3px;
}
.projects-add-container span.projects-title a:hover {
	color:#0066FF;
}
.projects-add-container span.projects-text {
	font-size: 12px;
	line-height: 14px;
}
.menuselected_icon {
	width:10px;
	height:6px;
	position:absolute;
}
/*user toolbar*/
.user_icon {
	display: inline;
	float: left;
	margin-right: 5px;
}

.user-menu-name {
	margin-top: 7px;
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
}
.user-menu-logout{
	font-size:12px;
	position:absolute;
	right:10px;
	top:11px;
}
.user-menu-logout a{
	color:#333333;
	font-weight:normal;	
}
.user-login-toolbar-wrapper {
	background: white url('../images/otsing_hall_middle.png') repeat-x;
	padding-left: 0px;
	position:relative;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	height: 66px;
	width: 408px;
	float: left;
}

/* search profiles results */
.search-profiles-results {
	margin-top: 15px;
}

.search-profiles-results-item {
	height: 80px;
	width: 154px;
	float: left;
	margin:0 0 10px 34px;
	padding: 0;
	cursor:pointer;
	cursor:hand;
	
}
.search-profiles-results-item .h3{
	font-size:14px;
	margin-top:5px;
	height:18px;
	overflow:hidden;
}

.left-add-item {
	border:1px solid #DCDCDC;
	margin:5px 7px;
	padding:0;
	width:175px;
}

.left-add-item img {
	display: block;
	margin: 0px auto;
}

.left-add-item .item-description {
	
}

.left-add-item .item-button {
	float: right;
	margin: 5px;
}

.user-menu-command {
	float: left;
	margin-right: 5px;
}

.e-identity-add-block {
	border: 1px solid;
	border-color: #F3F3F3;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
}

.e-identity-add-block img {
	display: block;
	margin: auto;
}

/* FAQ */
#faq{
	padding: 0 20px 0 25px;
}

#faq dt {
	width: 100%;
	float: none;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

#faq dd {
	margin-left: 10px;
	font-size: 14px;
}

#faq h4 {
	color:#333333;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 0 0 2px;
	padding: 0;
}
#faq li {
	color:#333333;
	font: normal 14px Arial;
	line-height: 20px;
	margin-bottom: 16px;
}

/*user info block bellow avatar in public profile or my content*/
.user-info-block {
	padding: 0px 10px;
	border-bottom: 2px solid #E7E7E7;
	margin-top: 90px;
}

.user-info-block dl {
	font-size: 12px;
	margin: 0px 0 5px 0px;
}

.user-info-block dt {
	font-weight: bold;
	width: 70px;
	margin-top: 0px;
}

.user-info-block dd {
	width: 90px;
}

#check_result {
	margin-top: 0px;
}

.login-form-content .sso-login-wrapper {
	float: none;
	margin: auto;
}

.my-profile-public-checkboxes-caption {
	font-size: 13px;
	margin-bottom: 5px;
	margin-left: 370px;
	text-align: center;
}

/* my profile */

.profile-info-wrapper{
	width:200px;
	height:284px;
	background: url('../images/avatar_bg.png') no-repeat;
}
#my_profile_info_avatar .avatar-bg {
	width: 185px;
	height: 200px;
	padding:18px 0 0 10px;
}

#my_profile_info_avatar .avatar-bg img {
	display: block;
	width: 183px;
	height: 183px;
	
}


td.tdHeader span.count {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: -1px;
}

.middle-content-wrapper .tdHeader {
	color: #2287CF;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

td.tdData {
	padding: 0 10px;
}

td.tdData div {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 7px;
	padding-bottom: 5px;
}

td.tdData a.img {
	border: 1px solid #EEEEEE;
	display: inline-block;
	height: 106px;
	overflow: hidden;
	text-align: center;
	width: 156px;
}

td.tdData p.title {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

.middle-content-wrapper .tdData img {
	height: 100px;
	margin: 3px;
}

.user-menu-commands a:hover {
	text-decoration: underline;
}

.user-menu-commands a {
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	margin-right: 5px;
}

.profile_status_to_public {
	display: block;
}

/* services */
.my-services-participated-wrapper .h2, .my-services-not-participated-projects .h2 {
	margin: 5px 0px;
}

.my-services-participated-wrapper .my-services-participated-item {
	margin-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

.my-services-participated-wrapper .my-services-participated-item-project {
	clear:both;
	font-weight:bold;
	padding-bottom:15px;
}
.my-services-item-name{
	font-size:15px !important;
}
.my-services-not-participated-item-project .my-services-item-name{
	padding-top:17px;
}
.my-services-item-description{
	font-size:13px;

}
.my-services-participated-wrapper .my-services-participated-item-profiles ul
	{
	margin-left: 50px;
	margin-top: 0px;
	list-style-type: disc;
	font-weight: normal
}
.my-services-item-link{
	font-size:12px;
	margin-top:5px;
	
}
.my-services-item-link a{
	font-weight:normal;
}
.my-services-participated-wrapper li { /* margin-left: 50px; */
	
}
.my-services-not-participated-projects {
	padding-top:20px;
}
.my-services-item-name{
	padding-top:17px;
}
.my-services-not-participated-projects .my-services-item-name{
	padding-top:0px;
}
/* search profiles */
.search-profiles-results .search-profiles-results-item img {
	display:block;
	height:50px;
	width:50px;
	float: left;
	
}

/* misc */
.underlined {
	text-decoration: underline;
}

.centered-text {
	text-align: center;
}

.misc-eid-links a {
	text-decoration: underline;
}

.reset-password-dt {
	width: 200px;
}

.misc-eid-links div {
	margin-left: 23px;
	margin-top: 10px;
}
.conferences-questions-paging-info{
	color:#333333;
	font-size:12px;
	padding:5px 5px 3px;
	text-align:center;
}
.conferences-questions-paging{
	text-align:center;
	padding-top:5px;
}
.conferences-questions-paging span{
	font-weight:bold;
	font-size:12px;
	color: #4c4c4c;
}
.conferences-questions-paging span.delimiter{
	font-weight:normal;
	color: #333333;
	font-size:12px;
	position:relative;
	top:-1px;

}


.ccode-input {
	width: 60px;
}

.misc-space {
	height: 15px;
}

.email-confirmation-wrapper {
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	width: 264px;
	border: 1px solid #9F9F9F;
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 5px;
}

.float-left {
	float: left;
}

.email-confirmation-form {
	padding-left: 20px;
}

/* added */
.form {
	padding-bottom: 5px;
}

/* user data content */
.user-data-content dt {
	width: 120px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
	margin-right: 10px;
	text-align: right;
}

.user-data-content .form .submit {
	margin-left: 125px;
	display: inline-block;
}

.user-data-content dd {
	margin-top: 5px;
}

.user-data-content .submit {
	margin-left: 130px;
	margin-bottom: 10px;
	display: inline-block;
}

.register-form-content dt {
	color: #333333;
	font-size: 12px;
	line-height: 24px;
	margin-right: 10px;
	text-align: right;
	width: 170px;
}

.register-form-content dd {
	margin-top: 5px;
	width: 270px;
}

#uploadAvatarForm .submit {
	margin: 0px;
}

.form #email_status_field {
	width: 100%;
	float: left;
}

.form #email_status_field .email-status {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;
	/*margin-left: 130px !important;*/
	color: #16387c;
	font-weight: bold;
}

.form #email_status_field .submit {
	margin-left: 1px;
	!
	important;
}

/* register form content */
.register-form-content .form .submit {
	margin-left: 180px;
	display: inline-block;
}

.register-form-content .form dt {
	color: #333333;
	font-size: 12px;
	line-height: 24px;
	margin-right: 10px;
	text-align: right;
	width: 170px;
}

.register-form-content .form dd {
	margin-top: 5px;
	width: 270px;
}

.register-form-content .form dd.action {
	font-size: 11px;
	margin-bottom: 3px;
	margin-left: 180px;
	margin-top: 3px;
	width: 270px;
}

.form dd.input-agreement-check a {
	display: inline;
	font-size: 11px;
	line-height: 14px;
}

.form .capcha-block-captcha {
	float: left;
	margin-right: 10px;
	padding-bottom:10px;
}

.form .capcha-block-text {
	font-size: 11px;
}

.form .capcha-block {
	margin-top: 5px;
}

.misc-info-links {
	font-size: 13px;
	padding: 0 2px;
}

.terms-of-use-content {
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.terms-of-use-content p {
	line-height: 18px;
}

.terms-of-use-content h3 {
	margin: 10px 0 5px;
}

.search-input .validation {
	background-color: transparent;
	border: medium none;
	color: #D20000;
	display: inline-block;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	margin-left: 55px;
	position: absolute;
}

.top-promo-text {
	font-size: 16px;
	font-weight: bold;
	padding: 8px 10px 10px;
}

/*photo album plugin*/
.photo-album-wrapper {
	padding-left: 7px;
	float: left;
	width: 510px;
}

.photo-album-item {
	height: 120px;
	width: 150px;
	float: left;
	border: 1px solid #F3F3F3;
	margin: 5px 2px;
	padding: 5px;
	text-align: center;
}

/*photo album plugin*/
.video-album-wrapper {
	padding-left: 7px;
	float: left;
	width: 510px;
}

.video-album-item {
	height: 120px;
	width: 150px;
	float: left;
	border: 1px solid #F3F3F3;
	margin: 5px 2px;
	padding: 5px;
	text-align: center;
}

/*rahvahaal album plugin*/
.rh-album-wrapper {
	padding-left: 7px;
	float: left;
	width: 510px;
}

.rh-album-wrapper h4 {
	color: #16387C;
}

.rh-album-item {
	height: 120px;
	width: 150px;
	float: left;
	border: 1px solid #F3F3F3;
	margin: 5px 2px;
	padding: 5px;
	text-align: center;
}

.rh-item-urls a,.rh-item-urls a:visited {
	font-size: 13px;
	color: #2287CF;
	text-decoration: none;
	font-weight: normal;
}

.rh-item-urls a:hover,.rh-item-urls a:active {
	font-size: 13px;
	color: #2287CF;
	text-decoration: underline;
	font-weight: normal;
}

/*my services*/
.my-services-item-img {
	float: left;
	height: 60px;
	width: 60px;
}
.left-add-wrapper .h2{
	margin: 0 0 5px 7px;
}
#public_profile_fu_status, #my_profile_fu_status{
	background: url("../images/sidebar_bg_tile.png") repeat-x scroll 0 bottom white;
	border: 1px solid #DCDCDC;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	width: 175px;	
	margin:3px 7px;
	padding: 5px 0;
}
#public_profile_fu_actions span.icon{
	display:inline-block;
	width:26px;
	text-align:center;
}
.fu-bigger-popup-actions-info{
	font-size:12px;
	font-weight:bold;
}
.fu-info-followed{
	color:#6AA431;
}
.fu-info-blocked{
	color:#ED333A;
}
#public_profile_fu_status div, #my_profile_fu_status div{
	font-size:12px;
	margin:1px 6px;
}
#public_profile_fu_status div.follow strong, #my_profile_fu_status div.follow strong{
	color:#008AD2;
}
#public_profile_fu_actions img{
	left:3px;
	position:relative;
	top:4px;
}
#public_profile_fu_actions a{
	font-size:12px;
	font-weight:normal;
	color:#333333;
}

.fu-bigger-popup {
	border: 2px solid #DCDCDC;
	width: 240px;
	heigth: 340px;
	padding: 3px;
	display: none;
	position: absolute;
	z-index: 5;
	background: white;
}

.item-avatar-wrapper{
	width:60px;
	float: left;
}
.item-avatar-wrapper img{
	width:50px;	
	cursor:pointer;
	cursor:hand;
	border:1px solid #DCDCDC;
}
#user_content .item-content-wrapper{
	width:500px;
	float: left;
	margin-bottom:15px;
}
#my_wall .item-content-wrapper{
	width:450px;
	float: left;
	margin-bottom:15px;
}
.item-header{
	height: 20px;
}
p.clear-both{
	height:0px;
	overflow:hidden;
}
.item-header-icon{
	width: 25px;
	float: left;
}
.item-header-icon img{
	position:relative;
	top:-5px;
}
.item-header-display-name{
	float: left;
	font-weight: bold;
	width: 150px;
}
.item-header-title{
	float:left;
	overflow:hidden;
	white-space:nowrap;
	width:370px;
	font-size:12px;
}
#my_content .item-header-title{
	margin-left:25px;
	margin-top:-7px;
}
#my_content .item-content-video{
	margin-left:25px;
}
#my_content .item-header-msg-action{
	margin-left:0px;
}
#my_wall .item-header-title{
	width:350px;
}
.item-header-title strong{
	color:#333333;
	margin-right:5px;
}
.item-description{
	margin:-5px 0 0 25px;
	font-size:12px;
}
#my_wall .item-description{
	margin:-5px 0 0 0px;
}
.item-description a{
	white-space:nowrap;
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
}
.item-header-date {
	color:#666666;
	float:right;
	font-size:11px;
	line-height:18px;
	text-align:right;
	width:90px;
}
.item-header-project-name{
	font-weight:bold;
	margin-right:5px;
}
.item-header-project-name-desc{
	float: left;
	width: 200px;
}
.item-footer{
	font-size:11px;
	margin-bottom:15px;
	margin-left:25px;
}
.item-footer a{
	font-weight:normal;
}
#my_wall .item-footer{
	margin-left:0px;
}
.item-footer-title{
	width: 300px;
	overflow:hidden;
	white-space:nowrap;
	font-size:11px;
	font-weight:normal;
}
.item-footer-project-name{
	overflow:hidden;
	white-space:nowrap;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	margin-left: 5px;
	border-left:1px solid #999999;
	padding-left:5px;
}
.item-footer-parent-wrapper{
	width:350px;
	font-size:11px;
}
.item-footer-link{
	float:right;
	font-size:11px;
	text-align: right;
}
.item-header-displayname{
	max-width: 300px;
	font-size:12px;
	font-weight: bold;
}
.item-header-msg-action{
	font-size:12px;
	font-weight: normal;
	margin-left: 5px;
}
.video-item-header-displayname{
	max-width: 200px;
	font-size:12px;
	font-weight: bold;
}
.video-item-header-title{
	max-width: 200px;
	font-size:12px;
	margin-left: 5px;
}
.item-footer-parent-link{
	max-width: 250px;
	font-size:11px;
}
.item-footer-parent-link a{
	display:block;
	float:left;
	max-width:250px;
	overflow:hidden;
	white-space:nowrap;
}
.item-footer-msg-album{
	padding-right:5px;
	float:left;
}
.item-description-link-to-full a{
	font-size:11px;	
}
.orders-menu-item{
	display:none;
}
.eid-verified{
	padding-top:10px; 
	margin-left:5px; 
	font-weight:normal !important;
}
.smsCode{
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
	font-size:24px;
	text-align: center;
}


/*IMPROVEMENTS*/
.login-intro{
	width: 995px;
	height:225px;
	background: white url('../images/pat_grain.jpg') repeat;
}
.login-intro-left{
	width: 750px;
	height: 225px;
	float: left;
}
.login-intro-right{
	width: 244px;
	height: 225px;
	float: left;
	border-left: 1px solid #5f5f5f;
	overflow:hidden;
}
.landing-register-form-heading{
	margin: 39px 0 0 31px;
	height: 20px;
}
.landing-register-form-heading h1{
	color: #FFFFFF;
	font: bold 20px Arial, Helvetica, sans-serif;
}
.landing-register-wrapper{
	width:730px;
	height:64px;
	margin:10px 0 0 31px;
}
.landing-register-delfi_logo{
 	/*background:url(../images/icons.png) no-repeat 0 0;*/
	width:64px;
	height:64px;
	float:left;
}
.landing-register-form-text{
	padding:0 0 0 10px;
	width:630px;
	height:64px;
	float:left;
	color: #FFF;
}
.landing-register-form-text span p{
	padding: 0;
	color: #FFF;
	font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.landing-register-form-text span a{
	color:#838383;
}
.landing-register-form-text span a:link{
	color:#838383;
}
.landing-register-form-text span a:visited{
	color:#838383;
}
.landing-register-form-text span a:active{
	color:#838383;
}
.landing-register-form-text span a:hover{
	color:#499cff;
}
.landing-register-submit-button{
	width: 173px;
	height: 31px;
	background:url(../images/createaccount_btn.gif) no-repeat 0 0;
	margin: 26px 23px 0 0;
	float: right;
}
.landing-register-submit-button a{
	color: #333333;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height:31px;
	display:block;
	text-align: center;
}
.landing-search-wrapper{
	margin:46px 26px 0 20px;
}
.search-heading{
	color:#FFFFFF;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.search-submit-button{
	overflow: visible; /* For IE67 */
	display: block;
	float: right;
	background: url(../images/btnSmall.gif) no-repeat;
	height: 25px;
	color: #000;
	font-size: 12px;
	text-transform: none;
	text-align: center;
	margin:10px 0 0 0;
}
.search-submit-button input{
	background: transparent;
	border: 0px solid black;
	padding-left: 5px;
	font: bold 12px Arial;
	cursor: pointer;
	text-align: center;
	height: 23px;
	line-height: 160%;
	}
.landing-search-wrapper 
	input.search-input-field{
	width:190px;
}
.landing-sso-login{
	width: 340px;
	height: 50px;
	margin:0 auto;
}

.button-smalltoolbar{
	margin:0 4px 0 0;
}
.toolbar-search-input-field{
	width: 145px;
	margin: 0 3px 0 11px;
	float:left;
}
.search-heading-toolbar, .content-heading{
	color:#4C4C4C;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin:10px 0 6px 11px; 
}

.content-menubar{
	width:995px;
	height: 25px;
	
}
.upper-menu-item{
	float:left;
	margin-left: 10px;
	height:17px;
	padding-top:8px;
}
.upper-menu-item span a{
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#0066ff;
	text-decoration:none;
	padding-top:15px;
}
.upper-menu-item span a.menuitem-selected{
	color:#333333;
}
.profile-info-name{
	font-size: 18px;
	font-weight: bold;
	display: block;
	color:#16387c;
	background-color: #FFF;
	width:170px;
	float:right;
}
.left-bigcontent-wrapper{
	width: 756px;
	float: left;
	height: 100% !important;
	margin: 0;
	padding: 0;
	background: white url('../images/content_bg.png') repeat-x center top;
	min-height: 800px;
}
.scroller-spacing {
	margin:0 10px;
}
.scroller-text {
	color:#16387c;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.resulth2 {
	color:#16387c;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-top: 9px;
	width: 104px;
	height: auto;
	float: left;
}
.profile-usermenu-item{
	padding: 8px 0 8px 5px;
	height: 12px;
	width: 186px;
	float: right;
}
.profile-usermenu-item a{
	color:#16387c;
	font: bold 12px Arial, Helvetica, sans-serif;	
}

.profile-usermenu-item-selected {
	background-color: #FFF;	
}
.content-main-heading{
	color:#4C4C4C;
	font: bold 16px Arial, Helvetica, sans-serif;
}
.faqmargin{
	margin: 8px 0 18px 17px;
}
.user-content-heading{
	color:#16387c;
	font: bold 16px Arial, Helvetica, sans-serif;
}
.landing_search_button {
	float: right;
	margin-top: 10px;
}
.generic_content{
	padding: 20px;
}
