a:not(.fc-event) {
	text-decoration: none;
	color: #ED6B11 !important;
}

.login {
	width: 550px;
	margin: 0 auto;
	padding:10px;
}

.login h1 {
	margin: 0 0 7px 0;
    font-size: 15px;
    font-weight: 600;
}

.login table {
	width: 100%;
	border-collapse: collapse;
}

.login table tr td {
	color: #b8b7b7;
	padding: 10px 0 10px 10px;
	vertical-align: top;
}

.login table tr:first-child  td {
	border-bottom: 2px solid #d2d2d2;
}

.login table tr:last-child td {
	border-top: 1px solid #d2d2d2;
}

.logincaption {
	color: #000;
	font-size:20px;
}

div#login {
	padding-top: 30px;
	float: none;
}

.logo-center {
	background: url('/images/logo.png') no-repeat center center;
	background-size: contain;
	background-position: center left;
	height: 70px;
	width: 210px;
	padding: 10px 0;
	margin: 0px auto;
}

.login_info_container {
	display:none;
}

.login_info_container_button {
	background: none;
    width: auto;
    margin: 0;
    color: #ED6B11;
    cursor: pointer;
}

.login_info_container {
	background: #ffffff;
	border: 1px solid #4C8EA4;
    position: absolute;
    height: 80%;
	width: 85%;
    overflow: auto;
    margin-left: 5%;
	padding: 10px;
    float: left;
	z-index: 9999;
}

.login_info_container_title {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom:10px;
}
 #login_message, #login_message a {
	color:#D31800;
	font-weight: bold;
 }