﻿body
{
	background-color: #6688ff;
	font-family: Arial;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table
{
	margin-left: auto;
	margin-right: auto;
}

.set-font-size
{
	font-size: 0.8em;
}

.center-text
{
	text-align: center;
}

/* ----------------- */
/* Alignment Classes */
/* ----------------- */
.align-left
{
    margin-left: 0;
    margin-right: auto;
}
.align-center
{
    margin: 0 auto;
}
.align-right
{
    margin-left: auto;
    margin-right: 0;
}
.text-align-left
{
    text-align: left;
}
.text-align-center
{
    text-align: center;
}
.text-align-right
{
    text-align: right;
}

.float-block-left
{
	float: left;
	display: inline-block;
}

.float-block-right
{
	float: right;
	display: inline-block;
}

.display-inline-block
{
	display: inline-block;
}

.display-inline
{
	display: inline;
}

.display-none
{
	display: none;
}


/* ---------------------- */
/* FlexBox Layout Classes */
/* ---------------------- */
.flex-row-spaced-layout
{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

.flex-row-space-around-layout
{
	display: flex;
	flex-flow: row;
	justify-content: space-around;
}

.flex-row-wrapped-spaced-layout
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.flex-row-start-layout
{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
}

.flex-row-end-layout
{
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
}

.flex-row-center-layout
{
	display: flex;
	flex-flow: row;
	justify-content: center;
}

.flex-reverse-row-end-layout
{
	display: flex;
	flex-flow: row-reverse;
	justify-content: flex-end;
}

.flex-column-start-layout
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}

.flex-column-space-between-layout
{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.flex-line-break
{
	width: 100%;
}

/* -------------------------------- */
/* FlexBox Layout Alignment Classes */
/* -------------------------------- */
.flex-align-start
{
	align-self: flex-start;
}

.flex-align-end
{
	align-self: flex-end;
}

.copyright
{
	font-size: xx-small;
}

.MainBorder
{
	width: 100%;
	background-color: #B8C7DA;
	border-style: solid;
	border-color: white;
	border-width: 4px;
	border-radius: 25px;
}

.YellowBorder
{
	width: 100%;
	background-color: white;
	border-style: solid;
	border-color: #FFCC33;
	border-width: 4px;
	border-radius: 25px;
}

.NormalTab
{
	background-color: #B8C7DA;
	color: black;
	width: 75px;
	height: 20px;
	border-style: none;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-left: 1px;
	margin-right: 1px;
	font-size: smaller;
	font-weight: normal;
	cursor: pointer;
}

.NormalHover
{
	background-color: white;
	color: black;
	width: 75px;
	height: 20px;
	border-style: none;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-left: 1px;
	margin-right: 1px;
	font-size: smaller;
	font-weight: normal;
	cursor: pointer;
}

.NormalSelected
{
	background-color: white;
	color: black;
	width: 125px;
	height: 20px;
	border-style: none;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-left: 1px;
	margin-right: 1px;
	font-size: large;
	font-weight: bold;
	cursor: pointer;
}

.RoundTab
{
	background-color: #B8C7DA;
	color: black;
	width: 75px;
	height: 20px;
	border-style: none;
	border-radius: 10px;
	font-size: smaller;
	font-weight: normal;
	cursor: pointer;
}

.RoundHover
{
	background-color: white;
	color: black;
	width: 75px;
	height: 20px;
	border-style: none;
	border-radius: 10px;
	font-size: smaller;
	font-weight: normal;
	cursor: pointer;
}

.RoundSelected
{
	background-color: white;
	color: black;
	width: 125px;
	height: 20px;
	border-style: none;
	border-radius: 10px;
	font-size: large;
	font-weight: bold;
	cursor: pointer;
}

.SubMenuTab
{
	background-color: #CCCECC;
	color: black;
	width: 150px;
	height: 25px;
	border-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	border-color: white;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
}

.SubMenuSelected
{
	background-color: white;
	color: black;
	width: 150px;
	height: 25px;
	border-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	border-color: white;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
}

.SmallSubTab
{
	background-color: #CCCECC;
	color: black;
	width: 75px;
	height: 25px;
	border-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	border-color: white;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
}

.SmallSubSelected
{
	background-color: white;
	color: black;
	width: 150px;
	height: 25px;
	border-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	border-color: white;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
}

.SmallButton
{
	/*background-color: #0406A4;*/
	background-color: #FCCE34;
	background: linear-gradient(#0406A4, #010232);
	width: 125px;
	height: 30px;
	border-style: solid;
	border-radius: 10px;
	border-width: 3.5px; /* originally 3px*/
	border-color: black;
	color: white;
	font-size: 14pt;
	cursor: pointer;
}

.SmallHover
{
	/*background-color: #0406A4;*/
	background-color: #FCCE34;
	background: linear-gradient(#0406A4, #010232);
	width: 125px;
	height: 30px;
	border-style: solid;
	border-radius: 10px;
	border-width: 3.5px; /* originally 3px*/
	border-color: #FCCE34;
	color: #FCCE34;
	font-size: 14pt;
	cursor: pointer;
}

.SmallDisabled
{
	background-color: #CCCACC;
	width: 125px;
	height: 30px;
	border-style: solid;
	border-radius: 10px;
	border-width: 3px;
	border-color: #9C9A9C;
	color: #9C9A9C;
	font-size: 14pt;
	cursor: default;
}

.LargeButton
{
	/*background-color: #0406A4;*/
	background-color: #FCCE34;
	background: linear-gradient(#0406A4, #010232);
	width: 200px;
	height: 30px;
	border-style: solid;
	border-radius: 10px;
	border-width: 3.5px; /* originally 3px*/
	border-color: black;
	color: white;
	font-size: 14pt;
	cursor: pointer;
}

.LargeHover
{
	/*background-color: #0406A4;*/
	background-color: #FCCE34;
	background: linear-gradient(#0406A4, #010232);
	width: 200px;
	height: 30px;
	border-style: solid;
	border-radius: 10px;
	border-width: 3.5px; /* originally 3px*/
	border-color: #FCCE34;
	color: #FCCE34;
	font-size: 14pt;
	cursor: pointer;
}

.LargeDisabled
{
	background-color: #CCCACC;
	width: 200px;
	height: 30px;
	border-style: solid;
	border-radius: 10px;
	border-width: 3px;
	border-color: #9C9A9C;
	color: #9C9A9C;
	font-size: 14pt;
	cursor: default;
}

.MiniButton
{
	/*background-color: #0406A4;*/
	background-color: #FCCE34;
	background: linear-gradient(#0406A4, #010232);
	border-color: black;
	color: white;
	width: 75px;
	height: 20px;
	border-style: solid;
	border-radius: 7px;
	border-width: 2.5px; /* originally: 2px */
	font-size: 8pt;
	cursor: pointer;
}

.MiniHover
{
	/*background-color: #0406A4;*/
	background-color: #FCCE34;
	background: linear-gradient(#0406A4, #010232);
	border-color: #FCCE34;
	color: #FCCE34;
	width: 75px;
	height: 20px;
	border-style: solid;
	border-radius: 7px;
	border-width: 2.5px; /* originally: 2px */
	font-size: 8pt;
	cursor: pointer;
}

.MiniDisabled
{
	background-color: #CCCACC;
	border-color: #9C9A9C;
	color: #9C9A9C;
	width: 75px;
	height: 20px;
	border-style: solid;
	border-radius: 7px;
	border-width: 2px;
	font-size: 8pt;
	cursor: pointer;
}

.SmallSearchButton
{
	/*background-color: #0406A4;*/
	background-color: #FCCE34;
	background: linear-gradient(#0406A4, #010232);
	width: 125px;
	height: 30px;
	border-style: solid;
	border-radius: 10px;
	border-width: 3px;
	border-color: black;
	color: white;
	font-size: 14pt;
	cursor: pointer;
}

.SmallSearchHover
{
	/*background-color: #0406A4;*/
	background-color: #FCCE34;
	background: linear-gradient(#0406A4, #010232);
	width: 125px;
	height: 30px;
	border-style: solid;
	border-radius: 10px;
	border-width: 3px;
	border-color: #FCCE34;
	color: #FCCE34;
	font-size: 14pt;
	cursor: pointer;
}

.SmallSearchDisabled
{
	background-color: #CCCACC;
	width: 125px;
	height: 30px;
	border-style: solid;
	border-radius: 10px;
	border-width: 3px;
	border-color: #9C9A9C;
	color: #9C9A9C;
	font-size: 14pt;
	cursor: default;
}

.ImportButton
{
	background-image: url(ImportIcon30.png);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: normal;
	cursor: pointer;
}

.BillingButton
{
	background-image: url(billing.png);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: normal;
	cursor: pointer;
}

.BillingButtonGray
{
	background-image: url(billingGray.png);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: normal;
	cursor: pointer;
}

.ExcelButton
{
	background-image: url(excel.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: normal;
	cursor: pointer;
}

.SearchButton
{
	background-image: url(Search18.png);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	color: #FFFFFF;
	font-size: 6pt;
	font-weight: normal;
	cursor: pointer;
}

.MSImportButton
{
	background-image: url(ImportIcon18.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	color: #FFFFFF;
	font-size: 6pt;
	font-weight: normal;
	cursor: pointer;
}
