body {
	font-family: tahoma, arial;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

a:hover {
	text-decoration: none;
}

#divAjaxLoader  {
	position: fixed;
	right: 0px;
	top: 0px;
	padding: 2px 10px;
	color:white;
	background: #E35252;
	display: none;
}

.divHeader {
	background: #f0f0f0;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #fff;
}

.divHeader a {
	color:#2067B3;
}

.divHeaderLink {
	float: left;
	padding-right: 20px;
}

.divHeaderLinkLogout {
	float: right;
}


.divHeaderTitle {
	font-weight: bold;
	padding-right: 50px;
}

.linkHeaderActive {
	font-weight: bold;
}

.divContent {
	padding: 10px;
	padding-bottom: 0px;
}

