* {
    margin: 0px;
    padding: 0px;
}

html, body {
	height: 100%;
}

body {
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	background-color: #C0C0C0;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

select,
input {
	font-family: Century Gothic, sans-serif;
	padding: 4px;
	font-size: 12px;
}

a {
	color: #FF6A00;
}

h1 {
	font-weight: normal;
	color: #FF6A00;
}

h2 {
    font-weight: normal;
	color: #808583;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 10px;
	text-decoration: underline;
}

h3 {
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
    margin: 20px 0px 10px 0px;
    font-size: 12px;
}

table {
	border-collapse: collapse;
}

ol,
ul {
    margin-left: 25px;
}

ol li,
ul li {
    margin-bottom: 10px;
}

img {
    border: 0px;
}

hr {
    border: 1px dashed #C0C0C0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.div_TopSpacer {
	width: 100%;
	height: 20px;
}

.FloatLeft {
    float: left !important;
}

.FloatRight {
	float: right !important;
}

.input_ErrorField {
    border: 1px solid #FF0000 !important;
    background-color: #FF7F7F;
    margin-right: 5px;
}

.div_ModalDialogContents p {
    margin-top: 5px;
}
.div_ModalDialogContents ul,
.div_ModalDialogContents ol {
    margin-top: 5px;
}

.input_RegularSubmit {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin-top: 25px;
    width: auto !important;
    background-color: #CCCCCC;
    border: 1px solid #C0C0C0;
    padding: 5px 15px;
}

.RemoveMargins {
    margin: 0px !important;
}

.RemoveTopMargin {
    margin-top: 0px !important;
}

.RemoveBottomMargin {
    margin-bottom: 0px !important;
}

.HiddenElement {
    display: none;
}

.span_ErrorText,
.span_SuccessText,
.span_WarningText {
    padding-left: 2px;
    padding-right: 2px;
    font-weight: bold;
}

.span_ErrorText {
    background-color: #FF0000;
    color: #FFFFFF;
    margin-top: 2px;
    display: inline-block;
}

.span_SuccessText {
    background-color: #007F0E;
    color: #FFFFFF;
}

.span_WarningText {
    background-color: #ff6a00;
    color: #000000;
}

.span_ErrorText a,
.span_SuccessText a {
    color: #FFFFFF;
}

.input_ExLargeBox {
    width: 350px !important;
}

.input_LargeBox {
    width: 250px !important;
}

.input_MediumBox {
    width: 75px !important;
}

.input_MediumSmallBox {
    width: 50px !important;
}

.input_SmallBox {
    width: 40px !important;
}

.CheckBoxFix input {
    width: auto !important;
    margin-right: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0px !important;
    position: relative;
    top: 2px;
}
.CheckBoxFix label {
    font-weight: bold;
}

.CenteredText {
    text-align: center;
}

.LeftAlignedText {
    text-align: left !important;
}

.RightAlignedText {
    text-align: right !important;
}

.td_SmallColumn {
    width: 50px;
}

.td_MediumColumn {
    width: 75px;
}

.td_LargeColumn {
    width: 200px;
}

.LeftHandBorder {
    border-left: 1px solid #C0C0C0;
}

.a_AfterInputLinkButton {
    margin-left: 5px;
}

.AutoSideMargins {
    margin-left: auto !important;
    margin-right: auto !important;
}

.FullWidth {
    width: 100% !important;
}

.MinuteTableSize {
    width: 300px !important;
    margin: 25px auto;
}

.TinyTableSize {
    width: 400px !important;
    margin: 25px auto;
}

.SmallerTableSize {
    width: 700px !important;
    margin: 25px auto;
}

.MediumTableSize {
    width: 850px !important;
    margin: 25px auto;
}

.ExtraTopMargin {
    margin-top: 25px !important;
}