/*	CSS-Styles for QA Pase
*/
/*	Organization of style types:
	* positioning (with coordinates) styles
	* float/clear styles
	* display/visibility styles
	* spacing (margin, padding, border) styles
	* dimensions (width, height) styles
	* typography-related (line-height, color, etc.) styles
	* miscellaneous (list-style, cursors, etc.) styles
*/

/* Error Boxes for MySearch copied from registration.css*/
#searchCriterias .errorBox {
	background-color:#F7F7F7;
	border:2px solid #AA302F;
}

/* Hack für MeinProfil Interessen - TODO Markup überarbeiten form_interests.jsp*/

#INTERESTS_content .cnt-hd .actions .save {
	float:left;
	margin-right:0;
	position:relative;
	top:5px;
}

#last_save_action {
	float:right;
	margin-top: 5px;
}

/* Ende Hack für MeinProfil Interessen - TODO Markup überarbeiten form_interests.jsp*/

/* Message Inbox index.jsp*/
#message_inbox_messages {
	font-weight:bold;
	margin-bottom:10px;
}

/* Ende Message Inbox */

/* Quiz */
#quiz-message {
	display:block;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
	line-height: 2;
}
/* End Quiz */

/* Alert Text */
#alert_txt {
	font-weight:bold;
}

/* Stripes Errors Account Settings */
#accountSettingsForm .error, #saveAddressForm .error{
	font-weight:bold;
}
#accountSettingsForm .error {
	margin-bottom:30px;
}

/* Button Startseite */
#freeRegisterButton {
	margin-top: 1px;
}

/* Geschlechter-Symbol im Header */
.venus {
	padding-left: 6px;
	padding-right: 3px;
}

/* infobox dashboard */
.mod .inner.dashboardInner {
	padding: 10px 1px 10px 7px;
}
.dashboardInfoBox p {
	margin: 8px 0;
}
.dashboardInfoBox p.top {
	margin: 4px 0 16px 0;
}
.dashboardInfoBox p a:link,
.dashboardInfoBox p a:visited,
.dashboardInfoBox p a:active,
.dashboardInfoBox p a:focus,
.dashboardInfoBox p a:hover {
	font-weight: bold;
	color: #58728B;
	text-decoration: underline;
}
.dashboardInfoBox p a:active,
.dashboardInfoBox p a:focus,
.dashboardInfoBox p a:hover {
	text-decoration: none;
}
.dashboardInfoBox p strong {
	font-weight: bold;
	color: #58728B;
}
