@charset "utf-8";
/* CSS Document */
body {
	background-color: #181818;
	background-image: url();
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0168b2;
	text-decoration: none;
}
a:visited {
	color: #0168b2;
	text-decoration: none;
}
a:hover {
	color: #b4b4b4;
	text-decoration: none;
}
a:active {
	color: #0168b2;
	text-decoration: none;
}

.styleNavigation1 {
	font-family: Arial;
	color: #0168b2;
	font-size: 24px;
	font-weight: bold;

}
.styleText1 {
	font-family: Arial;
	color: #b4b4b4;
	font-size: 24px;
	font-weight: bold;
}
.styleText2 {
	font-family: Arial;
	color: #0168b2;
	font-size: 24px;
	font-weight: bold;
}
.styleText3 {
	font-family: Arial;
	color: #b4b4b4;
	font-size: 16px;
}
.styleTable1 {
	background: url(images/siteImages/colorWhiteTrans1.png);
    border-collapse:separate;
    border: 0px;
    border-radius:12px;
    -moz-border-radius:12px;
	font-family: Arial;
	color: #0168b2;
	font-size: 16px;

}
.styleTable2 {
	background: url(images/siteImages/colorWhiteTrans1.png);
    border-collapse:separate;
    border: 0px;
    border-radius:12px;
    -moz-border-radius:12px;
	font-family: Arial;
	color: #b4b4b4;
	font-size: 16px;

}
.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}    .select select {
        font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 10px;
        outline: 0;
        border: 0px hidden #000000;
        border-radius: 10px;
        background: #0168b2;
        color: #b4b4b4;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
        .select select::-ms-expand {
            display: none;
        }
        .select select:hover,
        .select select:focus {
            color: #181818;
            background: #b4b4b4;
        }
        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
.select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0px;
    height: 0px;
    border: solid #b4b4b4;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-color: #181818;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #ffffff;
}
.styleSelect1 {
    background-color: #0168b2;
    border: 0px;
	border-color: #fff transparent transparent transparent;
	padding: 5px 5px;
    border-radius:12px;
    -moz-border-radius:12px;
	font-family: Arial;
	color: #181818;
	font-size: 22px;

}
.signInFloater {
	background: url("images/siteImages/buttonSignIn.png");
	background-size: auto;
	height: 28px;
	width: 100px;
	top: 0;
	position: absolute;
	right: 25%;
}
.signInFloater:hover {
	background-image: url(images/siteImages/buttonSignInOver.png);
	cursor: pointer;
}
.signedInFloater {
	background: url("images/siteImages/signInTableL.png") left no-repeat, url("images/siteImages/signInTableC.png") center no-repeat, url(images/siteImages/signInTableR.png) right no-repeat;
	background-size: 14px, calc(100% - 28px), 14px;
	padding-left: 15px;
	padding-right: 15px;
	height: 28px;
	top: 0;
	position: absolute;
	right: 25%;
	font-family: Arial;
	font-weight: bold;
	color: #181818;
}
.signedInFloater:hover {
	background: url("images/siteImages/signInTableLO.png") left no-repeat, url("images/siteImages/signInTableCO.png") center no-repeat, url(images/siteImages/signInTableRO.png) right no-repeat;
	background-size: 14px, calc(100% - 28px), 14px;
	cursor: pointer;
}
.styleAchievementGrayed {
	opacity: 0.33;
}
.adminTable {
	font-family: Arial;
	font-weight: bold;
	background-color: #830000;
}
.submitButton1 {
	font-size: 16px;
	font-weight: bold;
	color: #181818;
}
.textArea1 {
	font-size: 18px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	color: #181818;
	background-color: #a6abab;
/*	width: 80%;
	height 100%;
	margin-left: 10%;
	margin-right: 10%;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
*/
}
