/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #FF6;
    color: #000;
    padding: 0.2em 0;
	text-align:center
}
.clear { clear:both;  }

body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}

.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
			box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}


#instructions{padding:5px}
/*Validation error label*/
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

/* ==========================================================================
   Diary and date fields 
   ========================================================================== */
.datefield { background-image:url("/images/icons/calendar.png");
    background-position:right center; background-repeat:no-repeat;
    border:1px solid #FFC030;color:#3090C0;font-weight:bold;
	cursor:pointer;
} 
	
#calendar {
    margin: 0 auto;
    font-size: 10px;
}
.fc-header-title h2 {
    font-size: .9em; /*make title smaller*/
    white-space: normal !important;
}

.lt-ie9 body, .lt-ie9 html { height: 100%;width: 100%;position: absolute;}