﻿
.redbg { background-color: #ff0000 }
.normaltext	
{
    FONT-SIZE: 11pt;
    COLOR:black;
    FONT-FAMILY: Segoe UI,Arial, Verdana, Helvetica, sans-serif
}

.titletext
{ 
    FONT-SIZE: 20px;
    FONT-WEIGHT: bold;
    COLOR:black;
    FONT-FAMILY: Segoe UI,Arial, Verdana, Helvetica, sans-serif
}
.R_subtitletext
{
	FONT-SIZE: 15px;
    FONT-WEIGHT: bold;
    COLOR:red;
    FONT-FAMILY: Segoe UI,Arial, Verdana, Helvetica, sans-serif
}
.AP_subtitletext
{
	FONT-SIZE: 15px;
    FONT-WEIGHT: bold;
    COLOR:purple;
    FONT-FAMILY: Segoe UI,Arial, Verdana, Helvetica, sans-serif
}
.HP_subtitletext
{
	FONT-SIZE: 15px;
    FONT-WEIGHT: bold;
    COLOR:blue;
    FONT-FAMILY: Segoe UI,Arial, Verdana, Helvetica, sans-serif
}
.subtitletext
{
    FONT-SIZE: 15px;
    FONT-WEIGHT: bold;
    COLOR:red;
    FONT-FAMILY: Segoe UI,Arial, Verdana, Helvetica, sans-serif
}
.submenunormal
{
	padding-left: 15px; 
	padding-bottom: 4px; 
	padding-top: 4px;
	display:block;
	text-decoration:  underline;
	color:  white;
	border: thin solid #FF0000
}
.submenuclicked
{
	padding-left: 10px; 
	padding-bottom: 4px; 
	padding-top: 4px;
	display:block;
	text-decoration: none;
	color:  silver;
	border: thin solid #FF0000
}
.R_submenu A:hover
{
	padding-left: 22px; 
	padding-bottom: 4px; 
	padding-top: 4px;
	display:block;
	text-decoration: none;
	color:  green;
	border: thin solid #FF0000
}
.AP_submenu A:hover
{
	padding-left: 22px; 
	padding-bottom: 4px; 
	padding-top: 4px;
	display:block;
	text-decoration: none;
	color:  purple;
	border: thin solid #FF0000
}
.HP_submenu A:hover
{
	padding-left: 22px; 
	padding-bottom: 4px; 
	padding-top: 4px;
	display:block;
	text-decoration: none;
	color:  blue;
	border: thin solid #FF0000
}


.R_menu A:hover
{
	 background-image:url("~/SiteImage/LeftMenuRschersHovered.jpg")
}

.TopLeftMenuNormal
{
	padding-bottom: 4px; 
	font-family: 'Segoe UI';
	font-weight: bold;
	text-decoration: underline;
	color:  white;
	
}
.TopLeftMenu A:link
{
	padding-bottom: 4px; 
	font-family: 'Segoe UI';
	font-weight: bold;
	text-decoration: underline;
	color:  white;
	
}
.TopLeftMenu A:visited
{
	padding-bottom: 4px; 
	font-family: 'Segoe UI';
	font-weight: bold;
	text-decoration: underline;
	color:  white;
	
}
.TopLeftMenu A:hover
{
	padding-bottom: 4px; 
	text-decoration: none;
	text-decoration: underline;
	color:  white;
	
}

.hide
{
	display: none;

}
.show
{
	display: block;
}


.accordionHeader
{
    border: 0px;
    color: white;
    background-color: red;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color:red;
    border: 0px;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
	height:280px;
}
