/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/*================================
  CSS STYLES FOR BUTTONS
  ================================ */

#button {
  	display:inline-block;
    margin:-10px 0;
	text-align:center;
    width:100%;
}
		
#button a {
    display:block;
	width:13rem !important;
    padding: .40rem .275rem;
    margin:auto;
	border-radius:.0;
	transition:.3s;
  	box-shadow:.5px 2.5px 4px rgba(0,0,0,.5); 
  	color:white;
	font-size:1.2rem;
	font-family: Verdana, Arial, Sans-serif;
	text-decoration: none;
     line-height:133%;
}
.btnBlu {background: linear-gradient(rgba(27,55,105,1), rgba(11,28,58,1));}
.btnPur { background:#996699; }
.btnPur:hover {background:#663366 !important; }
.btnGrn {background:#529294; }
.btnGrn:hover {background:#2c6666 !important; }

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

.header211 .Head {
  margin:5px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
  font-size:2em;
  line-height:2em;
}


H3  {
  font-size:1.25em;
}

H4  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

HR {
}

a.expHeader {
	font-size:1rem;
	font-weight:600;
	line-height:2rem;
	color:#000;
}

a.expHeader img {
	vertical-align:inherit;
}

.expContent {
	padding:0 0 0 20px;
}
















