﻿#Outpatient_group
{
	border: #c0c0c0;
	border-style: solid;
	border-width: 5px;
	width: vw;
}

#Outpatient_title
{
	cursor: pointer;
	background-color:#79aa73;
	color:#000000;
	font-size: -webkit-xxx-large;
	width: vw;
    	text-align: center;
}

.Outpatient1
{	
	color: #ffffff;
	cursor: pointer;
	background-color:#a4d59f;
	font-size: -webkit-xxx-large;
	width: vw;
    	text-align: center;

}

.Outpatient1:hover
{
	background-color:#d5d5d5;
	color:#79aa74;
}

#rmv_group
{
	border: #c0c0c0;
	border-style: solid;
	border-width: 5px;
	width: vw;
	
}

#rmv_title
{
	cursor: pointer;
	background-color:#ed7d31;
	color:#000000;
	font-size: -webkit-xxx-large;
	width: vw;
    	text-align: center;
	
}

.rmv1
{
	cursor: pointer;
	background-color:#fbe3d6;
	font-size: -webkit-xxx-large;
	width: vw;
    	text-align: center;
}

.rmv2
{
	cursor: pointer;
	background-color:#ffffff;
	font-size: -webkit-xxx-large;
	width: vw;
    	text-align: center;
}

#az
{
	color: #7030a2;
} 

#az:hover
{
	color: #fbe3d6;
	background-color:#7030a2;
}

#mo
{
	color: #052057;
}

#mo:hover
{
	color: #ffffff;
	background-color: #052057;
}

#mvc
{
	color: #395524;
}

#mvc:hover
{
	color: #fbe3d6;
	background-color: #395524;
}


#bnt
{
	color: #fa0202
}

#bnt:hover
{
	color: #ffffff;
	background-color: #fa0202
}