
.menu_button,
.menu_button_selected,
.menu_button_disabled
 {
	/*background-image:url(/PublishingImages/PRIMS/menu_butn.png);*/
	background-repeat:no-repeat; 
	background-position:center;
	height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	/*padding-top:15px;*/
	/*margin-right:1px;*/
}
.menu_button > a {
    color: white !important;
    display: inline-block;
    line-height: 32px;
    text-decoration: none !important;
    width: 191px;
}
.menu_button > a:hover
{
    background-color:#FBDF0B;
    background-position:0 -430px;
    color:black !important;
}
.menu_button_selected a
{
    background-color:#FBDF0B;
    background-position:0 -430px;
    color:black !important;
}

.menu_button_disabled > a:hover,
.menu_button_disabled
{
    background-color: Gray !important;
    color: silver !important;
}

.PC_Menus
{
    background-color:#2873b5;
    background-position: 0 -380px;
    border-radius: 10px;
    height: 32px;
    margin: 10px 0;
}

.PC_Menus table,
.menu_button > a,
.menu_button > a:active,
.menu_button > a:focus {
    border-left: 1px solid #94C7E7;
    border-right: 1px solid #94C7E7;
}

.menu_button_disabled > a
{
    color: Silver !important;    
}
.text_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #37A8C9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #37A8C9;
}
a:hover {
    color: #37a8c9;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF4800;
}
a:active, a:focus {
	outline:none;
	border:0;
}

.footer_Text table tr td {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;

}
.footer_Text
{
    text-align:left;
    }
.hiddenpanel
{
    display:none;
}

.pagetitle_text {
	font-size: x-large;
	color: #00A0B0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:medium;
     }
     .ms-WPBody .pagetitle_text
     {
         font-size: x-large !important;
	color: #00A0B0 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	font-size:medium !important;
     }

