@charset "utf-8";
/* CSS Document */

.content {
	font-family:Verdana, Geneva, sans-serif;
}

.content a {
	color:#101010;
	text-decoration:underline;
}
.content a:visited {
	color:#101010;
	text-decoration:underline;
}
.content a:hover, a:active, a:focus {
	color:#101010;
	text-decoration:none;
}

img a {
	border:0;
	border-bottom-style:none;
}
h1 {
	margin:0;
	padding:0;
}
h2 {
	margin:0;
	padding:0;
}
h3 {
	margin:0;
	padding:0;
}

h3 {
display: block;
font-size: 1.17em;
font-weight: bold;
}

/* Footer */

.footer {
	font-size:75%;
}

.footer a {
	color:#fff;
	text-decoration:underline;
}
.footer a:visited {
	color:#d0d0d0;
	text-decoration:underline;
}
.footer a:hover, a:active, a:focus {
	color:#fff;
	text-decoration:none;
}
/* Header */
.header a {
	color:#fff;
	text-decoration:underline;
}
.header a:visited {
	color:#d0d0d0;
	text-decoration:underline;
}
.header a:hover, a:active, a:focus {
	color:#fff;
	text-decoration:none;
}

.header table tr td {
    padding: 5px 0px 5px 0px;
}

.header table {
    border-spacing: 0;
}

/* Header Dropdown */

ul.unstyled {
	list-style-type: none;
	margin: 0;
}
.drop-menu {
	position:relative;
	margin: 0;
}

ul#menu {
  text-align: center;
  padding-left: 0;
}

ul.dropdown-menu {
	display:none;
	list-style-type: none;
	text-align: left;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0%;
	z-index: 1000;
	float: left;
	min-width: 170px;
	max-width: 230px;
	padding: 4px 0;
	background-color: white;
	border: 1px solid #CCC;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
}

ul.dropdown-menu a {
	display:block;
	padding: 3px 15px;
	color:#101010;
	text-decoration:underline;
}

ul.dropdown-menu a:visited {
	color: #101010;
}

ul.dropdown-menu a:hover, a:active, a:focus {
	color:white;
	background-color: #08C;
	text-decoration:none;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	text-indent: -99999px;
	vertical-align: middle;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid black;
}

/* Download page response messages */

div.error {
	margin-top: 10px;
	border: 1px solid #CC3535;
	border-radius: 15px;
	background-color: rgba(255, 66, 66, 0.53);
}

div.success {
	margin-top: 10px;
	border: 1px solid #090;
	border-radius: 15px;
	background-color: rgba(123, 241, 14, 0.53);;
}
div.error p, div.success p {
	margin: 0 0 0 15px;
	padding: 5px 0 5px 0;
}

/* Downlad pagae email button */

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#btn_rv
{
  display: block;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 200px;
  height: 89px;
  background: url("/images/download_button.png") no-repeat 0 0;
}

#btn_rv:hover
{
  background-position: 0 -89px;
}

#btn_rv span
{
  font-size: 0em;
}
