body {
	/*	background-image: url('../images/bg2.png');*/
	padding-top: 105px;
	padding-bottom: 105px;
}

#pageheader {
	background-color: #00203FFF;
	color: white;
	text-align: center;
	border-bottom: solid 1px #483D8B;
	max-height: 95px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 5px solid #ffc227;
}

#headerimage {
	max-width: 90px;
	background: transparent !important;
}

#pageheader b {
	text-shadow: 1px 1px 1px #124679, 0px 0px 1px #4B0082, 0px 0px 1px #124679;
	font-size: 28px;
}

#pageheader i {
	text-shadow: 1px 1px 1px #124679, 0px 0px 1px #4B0082, 0px 0px 1px #124679;
}

#pagefooter {
	background-color: #00203FFF;
	color: white;
	text-align: center;
	border-top: solid 1px #483D8B;
	max-height: 25px;
	border-top: 5px solid #ffc227;
	overflow: hidden;
}

	#pagefooter h4 {
		text-shadow: 1px 1px 1px #124679, 0px 0px 1px #4B0082, 0px 0px 1px #124679;
	}

#mainpanels {
	width: 100%;
	background: white;
}

	#mainpanels a {
		margin-bottom: 3%;
		box-shadow: 2px 3px 5px #483D8B;
		background-color: #124679;
		color: white;
	}

		#mainpanels a img {
			width: 100%;
		}

.mymodifiedbtns {
	background-color: #124679;
	color: white;
}

	.mymodifiedbtns:hover {
		background-color: white;
		color: #124679;
		border-color: #124679;
	}

	.mymodifiedbtns:focus {
		background-color: white;
		color: #124679;
		border-color: #124679;
	}

.mymodifiedpanels .panel-heading {
	background-color: #124679;
	color: white;
}

.mymodifiedpanels .panel-body {
	border-left: solid 1px #124679;
	border-right: solid 1px #124679;
	border-bottom: solid 1px #124679;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: white;
}

#notificationpanel .panel-body {
	height: 340px;
}

#homeimgscrollpanel {
	width: 100%;
	border: solid 1px #483D8B;
}

.mymodifiedlistgroup a.active {
	background-color: #124679;
	color: white;
}

	.mymodifiedlistgroup a.active:hover {
		background-color: #124679;
		color: white;
	}

#userloginpanel {
	text-align: center;
}

#univenus a {
	text-decoration: none;
}

.mymodifiedmenus {
	background-color: #4682B4;
	color: white;
}

.hrwithtext {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #124679;
	line-height: 0.1em;
	margin: 10px 0 20px;
}

	.hrwithtext b {
		background: #fff;
		padding: 0 10px;
		color: maroon;
	}

.waiting_ajax_load {
	display: none;
	color: #FFFFFF;
	width: 100%;
	height: 2000px;
	z-index: 11;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	font-family: "Times New Roman",Georgia,Serif;
}

.errors {
	color: red;
}

.homepagemenus:hover, .homepagemenus:active, .homepagemenus:link {
	text-decoration: none;
}
