/* 
 * Notoria profile
 *
 * @author Dawid Opis
 * @since 2011-11-29
 * @version 1.0.20111129.0001
 */
 
@import url("http://www.parkiet.com/static/gospodarka.css");
@import url("p_components.css");

#col0 {
 	display: block;
 	width: 948px;
	margin: 0 auto;
	background-color: #FFF;
}

.premiumSimpleSearch #searchInput {
	border-right: 1px solid #9BA0A4;
}

.premiumSimpleSearch .premiumSearchForm {
	padding: 20px;
	background-color: #FFF;
}

#col4p .premiumSimpleSearch .premiumSearchForm {
	background-color: transparent !important;
}

.premiumSimpleSearch .premiumSearchForm .indicator img {
	border: 0 none;
	margin-top: 3px;
}

.premiumSimpleSearch #searchExpander {
	display: block;
	left: -99999em;
	top: -9999em;
	background: #EEE;
	border: 1px solid #DDD;
}

.premiumSimpleSearch #searchExpander ul li {
	padding: 5px;
	cursor: pointer;
	margin: 0;
}

.premiumSimpleSearch #searchExpander ul li.selected {
	background-color: #FFF;
}

.premiumSimpleSearch .submitBtn {
	margin-left: 10px !important;
}

#profileSearchResults .profilesList h3 {
	padding: 15px 15px 30px;
}

#profileSearchResults .profilesList ul {
	padding: 15px;
}

#profileSearchResults .profilesList ul li {
	padding: 5px 0;
}

#profilesPagination {
	text-align: center;
	margin: 20px;
}

#profilesPagination a {
	padding: 0 5px;
	margin: 0 5px;
	border: 1px solid #CCC;
	display: inline-block;
	cursor: pointer;
}

#profilesPagination a:hover {
	text-decoration: none;
}

#profilesPagination a.activePage {
	border: 1px solid #C62142;
	background-color: #C62142;
	color: #FFF;
	font-weight: bold;
}

#profilesPagination a#profilesPrevPage.disabled, #profilesPagination a#profilesNextPage.disabled {
	color: #CCC;
}

/**** Profile Page ****/

#profileSearchResults table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	width: 905px;
}

#profileSearchResults table tr, #profileSearchResults table tr th, #profileSearchResults table tr td {
	border-color: #CCC;
}

#profileSearchResults table tr th, #profileSearchResults table tr td {
	padding: 5px;
}

#profileSearchResults table tr.even {
	background-color: #EEE;
}

#profileSearchResults table tr td a {
	color: #3673B1;
}

#profileSearchResults .profileTitle {
	padding: 15px;
	color: #C62142;
	font-size: 1.7em;
}

#profileSearchResults .profileTitle span a {
	padding-left: 15px;
	color: #3673B1;
	font-size: 12px;
}

#profileSearchResults .profileSectionTitle {
	padding: 15px 15px 5px;
}

#profileSearchResults .profileBio {
	padding: 15px 15px 0;
}

#profileSearchResults .profileUpdate {
	margin-top: 15px;
	color: #444;
}

#profileRelationsContainer {
	display: none;
}

#profileRelationsContainer table {
	width: 500px;
}

#profileRelationsContainer table th a {
	color: #3673B1;
	font-weight: bold;
	font-size: 13px;
}