.portal_title {
		font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../../images/panel_L_menu_icon.png);
	text-align: left;
	vertical-align: middle;
	text-transform: capitalize;
	color: #333333;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	padding-top: 10px;
	padding-left: 35px;
}
.portal_content {
	text-align: center;
	vertical-align: middle;
}
.portal_content_img {
	border-top-width: 6px;
	border-right-width: 8px;
	border-bottom-width: 6px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e9f1f4;
	border-right-color: #e9f1f4;
	border-bottom-color: #e9f1f4;
	border-left-color: #e9f1f4;
}

.button_1 {
	background-color: #77266B;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9F909D;
	border-right-color: #422342;
	border-bottom-color: #422342;
	border-left-color: #9F909D;
}

.button_1:hover{
	background-color: #C945BC;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.err {
	font-family: Tahoma;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.page_path {
	background-color: #ead9f0;
	height: 20px;
	padding-left: 70px;
	font-size: 12px;
	color: #7a2270;
	text-decoration: none;
}

.page_path a{
	font-weight: bold;
	color: #7a2270;
	
}
