/*
 * Create CSS overrides in this file to  meet your branding requirements.
 */
@media print {
	#toplogo {
		display: none !important;
	}
}

/*
 * TODO: fill out some examples
 */
body {
	background: #00A9E0;
}

*{
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainscreen{
	margin-top: 5px;
}

#login-form {
	background: white;
}


#logo {
	margin: 20px 0px 20px 0px;
}

#login-form .box-title {
	color: white;
	background: #00a9e0;
	border: none;
}

#login-form .box-inner {
	background: #eee;
	border: none;
}

#topline {
	background: #00A9E0;
}

#topline .topleft a {
	color: white;
}

#topnav {
	background: white;	
}

#taskbar{
	background: white;
}

.fc-view-container {
	background: white;
}

.username{
	color: white;
	font-size: 11pt;
}

#messagesearchtools {
	top: -92px;
}



