/**
 * All styles for the login page. May be separated from the rest,
 * so we can secure the application css files access later.
 */

/* The main login page styles */
.corena-ui-login {
    border: 1px solid #CCCCCC;
    padding: 0px;
    width: 280px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.corena-ui-login-title {
    background: none repeat scroll 0 0 #000066;
    color: white;
    font-size: 18px;
    padding: 15px;
 }
.corena-ui-login-error {
	background: url(images/error_icon_16x16.png) no-repeat 5px 50% rgb(255, 183, 0);	/* Fallback for IE */
    background: url(images/error_icon_16x16.png) no-repeat 5px 50% rgba(255, 183, 0, 0.2);
    color: #333333;
    display: none; /** table-cell */
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    padding-left: 26px;
    vertical-align: middle;
    width: 300px;
    border-top: 1px solid #CCCCCC;
}
.corena-ui-login-form {
	background: #F5F5F5;
    color: #333333;
    padding: 15px;
    width: 250px;
    min-height: 120px;
    border-top: 1px solid #CCCCCC;
}
.corena-ui-login-form input {
	width: 240px;
	border: 1px solid #CCCCCC;
}
.corena-ui-login-form div.corena-ui-login-label {
	font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}
.corena-ui-login-form div.corena-ui-login-input {
    margin-bottom: 15px;
}
.corena-ui-login-form a.corena-ui-login-link {
    color: #777777;
    font-size: 11px;
    text-decoration: none;
    float:left;
    vertical-align: middle;
    line-height: 21px;
}
.corena-ui-login-form a.corena-ui-login-link:hover {
    color: #000066;
}
.corena-ui-button {
	background: url('images/bg_button_blue_grey_normal.gif') repeat-x scroll left center white;
	border: 1px solid #CCCCCC;
	padding: 1px 10px 2px 15px;
	margin-left: 5px;
	display: inline-block;
	text-decoration: none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555555 !important;
}
.corena-ui-button:hover {
	background: url('images/bg_button_blue_grey_hoover.gif') repeat-x scroll left center white;
	color: #000066 !important;
}
.corena-ui-button-label {
	font-weight: bold;
	font-size: 10px;
}
.corena-ui-button:link, .corena-ui-button:visited {
	/* Nur wegen eines bestehenden Styles in Corat (lht-styles.css, Zeile 8) */
	text-decoration: none !important;
}
.corena-ui-login-smalltitle {
	font-size: 11px;
	color: #777777;
	margin-bottom: 15px;
}
/* Additional styles for the contact area */
.corena-ui-login-contactbox {
	background: #F5F5F5;
    color: #333333;
    padding: 15px;
    width: 200px;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    margin-bottom: 15px;
}
.corena-ui-login-contactbox-name {
	font-weight: bold;
	color: #000066;
	margin-bottom: 5px;
}
.corena-ui-login-contactbox-others {
	color: #333333;
	margin-bottom: 5px;
}
.corena-ui-login-contactbox-email a {
	color: #777777;
	text-decoration: none;
}
.corena-ui-login-contactbox-email a:hover {
	color: #000066;
}
.corena-ui-login-contactbox-email a:link, .corena-ui-login-contactbox-email a:visited {
	/* Nur wegen eines bestehenden Styles in Corat (lht-styles.css, Zeile 8) */
	text-decoration: none !important;
}