﻿.BlackOnTransparentNoUnderlineForLinkButtons {
	background-color: transparent;
	color: black;
	text-decoration: none;
}

.WhiteOnTransparentNoUnderlineForLinkButtons {
	background-color: transparent;
	color: white;
	text-decoration: none;
}

.BlackOnWhiteNoUnderlineForLinkButtons {
	background-color: White;
	color: black;
	text-decoration: none;
}

.WhiteOnBlackNoUnderlineForLinkButtonsDark {
	background-color: Black;
	color: white;
	text-decoration: none;
}

.WhiteOnTransparentWithUnderlineForLinkButtons {
	background-color: transparent;
	color: white;
}

.TextDecorationNone {
	text-decoration: none;
}

.BorderNone {
	border: none;
}

.BorderSolid1Pixel {
	border: solid;
	border-width: 1px;
}

.BorderSolid1PixelBlack {
	border: solid;
	border-width: 1px;
	border-color: black;
}

.BorderBottomSolidInstitutionLight {
	border-bottom: 1px solid #FFD200;
}

.BorderBottomSolidWhite {
	border-bottom: 1px solid white;
}

.BorderStyleNone {
	border: none;
}

.Height2Pixels {
	height: 2px;
}

.Height4Pixels {
	height: 4px;
}

.Height5Pixels {
	height: 5px;
}

.Height6Pixels {
	height: 6px;
}

.Height8Pixels {
	height: 8px;
}

.Height100Percent {
	height: 100%;
}

.Height10Pixels {
	height: 10px;
}

.Height15Pixels {
	height: 15px;
}

.Height24Pixels {
	height: 24px;
}

.Height30Pixels {
	height: 30px;
}

.Height32Pixels {
	height: 32px;
}

.Height37Pixels {
	height: 37px;
}

.Height50Pixels {
	height: 50px;
}

.Height75Pixels {
	height: 75px;
}

.Height100Pixels {
	height: 100px;
}

.Height150Pixels {
	height: 150px;
}

.HorizontalAlignCenter {
	text-align: center;
}

.HorizontalAlignLeft {
	text-align: left;
}

.HorizontalAlignRight {
	text-align: right;
}

.Width5Percent {
	width: 5%;
}

.Width100Percent {
	width: 100%;
}

.Width85Percent {
	width: 85%;
}

.Width80Percent {
	width: 80%;
}

.Width90Percent {
	width: 90%;
}

.Width5Pixels {
	width: 5px !important;
}

.Width2Pixels {
	width: 2px !important;
}

.Width10Pixels {
	width: 10px !important;
}

.Width14Pixels {
	width: 14px !important;
}

.Width25Pixels {
	width: 25px;
}

.Width45Pixels {
	width: 45px;
}

.Width48Pixels {
	width: 48px;
}

.Width55Pixels {
	width: 55px;
}

.Width60Pixels {
	width: 60px;
}

.Width70Pixels {
	width: 70px;
}

.Width80Pixels {
	width: 80px;
}

.Width96Pixels {
	width: 96px;
}

.Width100Pixels {
	width: 100px;
}

.Width125Pixels {
	width: 125px;
}

.Width150Pixels {
	width: 150px;
}

.Width170Pixels {
	width: 170px;
}

.Width180Pixels {
	width: 180px;
}

.Width180PixelsImportant {
	width: 180px !important;
}

.Width200Pixels {
	width: 200px;
}

.Width215Pixels {
	width: 215px;
}

.Width220Pixels {
	width: 220px;
}

.Width230Pixels {
	width: 230px;
}

.Width240Pixels {
	width: 240px;
}

.Width250Pixels {
	width: 240px;
}

.Width280Pixels {
	width: 280px;
}

.Width290Pixels {
	width: 290px;
}

.Width300Pixels {
	width: 320px;
}

.Width304Pixels {
	width: 304px;
}

.Width320Pixels {
	width: 320px;
}

.Width346Pixels {
	width: 346px;
}

.Width348Pixels {
	width: 348px;
}

.Width350Pixels {
	width: 350px;
}

.Width354Pixels {
	width: 354px;
}

.Width360Pixels {
	width: 360px;
}

.Width375Pixels {
	width: 375px;
}

.Width450Pixels {
	width: 450px;
}

.Width800Pixels {
	width: 800px;
}

.Width810Pixels {
	width: 810px;
}

.Width90Percent {
	width: 90%;
}

.Width900Pixels {
	width: 900px;
}

.Width960Pixels {
	width: 960px;
}

.Width961Pixels {
	width: 961px;
}

.RequirementsWidth {
	width: 720px;
}

.TableCenter {
	margin-left: auto;
	margin-right: auto;
}

.VerticalAlignTop {
	vertical-align: top;
}

.VerticalAlignMiddle {
	vertical-align: middle;
}

.VerticalAlignBottom {
	vertical-align: bottom;
}

.UnderlineFalse {
	text-decoration: none;
}

.UnderlineTrue {
	text-decoration: underline;
}

.DisplayNone {
	display: none;
}

.Width15Percent {
	width: 15%;
}

.Width20Percent {
	width: 20%;
}

.Width25Percent {
	width: 25%;
}

.Centered-DropDown {
	text-indent: 0%; /* Adjust percentage as needed */
	text-align: center; /* For fallback */
}

.RoundedCorners {
	border-radius: 3px;
}

