@import "full.css";

@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('/fonts/OpenSans-CondLight-webfont.eot');
    src: url('/fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OpenSans-CondLight-webfont.woff') format('woff'),
    url('/fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
    url('/fonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family:verdana,arial,helvetica,sans-serif;
	color:#000000;
}

a{
	color:#0099CC;
}
a:visited{
	color:#0099CC;
}
a:hover	{
	color:#00CCFF
}
strong{
	color:#000066;
	font-weight:normal;
}

#topnav{
	font-size:10px;
}
#htitle{
	font-size:3.3em;
	font-weight:normal;
	font-family:georgia,sans-serif;
}
#htitle a{
	text-decoration:none;
	color:#00003c;
}
#topnav p{
	font-size:0.9em;
	color:#000066;
}

#content{
	font-size:0.7em;
}
#content h1{
	font-family:georgia,serif;
	font-size:170%;;
	font-weight:normal;
	color:#000066;
}
#content h2, #content h3{
	font-size:100%;
	font-weight:bold;
	color:#000066;
}

#ft{
	font-size:0.7em;
	color:#0086B3;
}

/* Link to new version */
.cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(shadow.png);
    background: rgba(0,0,0, 0.7);
    z-index: 1000;
}
.panel {
    max-width: 80%;
    width: 400px;
    margin: 100px auto 0;
    padding: 10px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 24px;
    font-family: 'OpenSansCondensedLight',sans-serif;
}
.panel span {
    font-size: 20px;
    display: block;
    margin-top: 5px;
}
.panel a + span {
    margin-top: 0;
}
.panel a {
    font-size: 18px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #2ba6cb;
    background-image: -moz-linear-gradient(top, #79cae3 0%, #2795b6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79cae3), color-stop(100%, #2795b6));
    background-image: -webkit-linear-gradient(top, #79cae3 0%, #2795b6 100%);
    background-image: -o-linear-gradient(top, #79cae3 0%, #2795b6 100%);
    background-image: linear-gradient(to bottom, #79cae3 0%, #2795b6 100%);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 90%;
    background: #2ba6cb;
    border: 1px solid #1e728c;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 10px auto;
    outline: none;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.panel a:hover {
    background-color: #2ba6cb;
    background-image: none;
}