body {
	margin: 0px;
	text-align: center;
	background-color: #e0e0e0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #000000;
	font-size: 0.8em;	/* was 0.7em */
}

h1, h2, h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #182E6C;
}

h1 {
	font-size: 1.5em;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	width: 90%;
	text-align: left;
	background-color:#ffffff;
	margin-top: 25px;
	font-size: 1.3em;
	-moz-border-radius: 7px;							/* rounded corners */
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 5px 5px 5px #999999;				/* box shadow */
	-webkit-box-shadow: 5px 5px 5px #999999;
	box-shadow: 5px 5px 5px #999999;
}

#header {
	padding: 10px 0 0 20px;	/* top right bottom left */
}

#mainmenu {
	padding: 10px 0 0 20px;
}

#maincontent {
	padding: 0 40px 0 20px;
}

#footer {
	padding: 30px 0 20px 20px;
	font-size: 0.6em;
	font-style: italic;
	color: #666666;
}

/* use this as a div to clear float:left chains */
.clearall {
	clear: both;
	height: 1px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

a,a:active {
	color: #003399;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #3366cc;
}

a.extlink {
	line-height:12px; /* check your icon height */
	background: transparent url(/images/new_page.png)  center right no-repeat;
	background-size:12px;
	padding-right:16px;
} 

a.download {
	text-decoration: underline;
}

.aparef {
	text-indent: -35px;
	margin-left: 35px;
}

#aside {
	float: right;
	width: 260px;
	padding: 20px 0;
	margin: 0 3% 0 0;
	display: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
}

/*help content styles*/
#helpContent {
	width: 260px;
	height: 80px;
	background-color: #DDEEFF; /* fallback color if gradients are not supported */
	background-image: linear-gradient(to bottom, #DDEEFF, #ffffff);
}

#helpContent ul{ list-style-type:none;  }

#helpContent a{
	text-decoration:none;
	color:#000000;
	font-size:13px;
	line-height: 22px;
	margin: 0px 20px 0px -20px;
}

.shadowbox {
	width: 50%;
        text-align: center;
        text-indent: 0px;
        line-height: 150%;
        background-color: #FFDD99;
        border: 1px solid #999999;
        -moz-box-shadow: 3px 3px 3px #aaaaaa;
        -webkit-box-shadow: 3px 3px 3px #aaaaaa;
        box-shadow: 3px 3px 3px #aaaaaa;
        padding: 20px 20px 20px 20px; /*15px 15px 15px 15px;*/
}

blockquote {
	font-style: italic;
	color: #4C4C4C;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-left: 25px;
	position: relative;
/*	border-left: 3px solid #ccc; */
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 60px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}

blockquote cite {
	color: #7a7a7a;
	font-size: 80%;
	display: block;
	margin-top: 5px;
}

blockquote cite:before {
	content: "\2014 \2009";
}


#spinner {
	display: none;
}
#spinner2 {
	display: none;
}

.post-it {
	background:#fefabc; 
	padding:8px; 
	font-family: Tahoma, Geneva, sans-serif; 
	font-size:16px; 
	color: #000; 
	width:200px; 


-moz-transform: rotate(-8deg);
-webkit-transform: rotate(-8deg);
-o-transform: rotate(-8deg);
-ms-transform: rotate(-8deg);
transform: rotate(-8deg);

	box-shadow: 0px 4px 6px #333;
	-moz-box-shadow: 0px 4px 6px #333;
	-webkit-box-shadow: 0px 4px 6px #333;
}

.aKey {
	background: #FFCC66;
	width: 40px;
	display: inline-block;
	text-align: center;
	outline: solid black 1px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 55px;
    height: 55px;
    border-radius: 50%; 
    background: #182E6C;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #182E6C;
    cursor: pointer;
}
