* {
	margin:0;
	padding:0;
}

body {
	padding:0;
	margin: 0 auto;
	/* padding-top:30px;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}



a.topMenu {
	color:#1371b0;
	font-weight:bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 3px;
	
	
}
a.topMenu:hover {
	color:#51e4f8;
}



a{text-decoration:none}
a.qrimenulink {
color: #1371b0;
font-family: 'Open Sans', sans-serif;
font-weight:300;
line-height: 150%;
}


a.qrimenulink:hover{
color: #51e4f8;

}

a.qrimenulink3 {
/* color: #22b4fc; */
color: #1371b0;
font-size: 1.1em;
font-family: 'Open Sans', sans-serif;
font-weight:400;
}



a.qrimenulink3:hover{
color: #51e4f8;

}
a.qrimenulink4 {
/* color: #22b4fc; */
color: #1371b0;
font-size: 1.0em;
font-family: 'Open Sans', sans-serif;
font-weight:300;
}


a.qrimenulink4:hover{
color: #51e4f8;
}
/*  */


/* headers */
h1 {
	color:#FCD091;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight:normal;
	padding:0px;
	margin-bottom:0px;
	margin-top: 0px;
}

h2 {
	/*color: #1371b0;*/
	color: #333333;
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	border-bottom:1px solid #a11e1e;
	margin-bottom:10px;
}


h3 {
	/*color: #1371b0;*/
	color: #333333;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	margin-bottom:3px;
}

h3 a, h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
	color: #0E509C;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	margin-bottom:3px;
	cursor:pointer;
}

h4 {
	color:#666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:bold;
	padding:0px;
	margin-bottom:2px;
	margin-top: 2px;
}

h5 {
	color: #666666;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	border-bottom:1px solid #a11e1e;
	margin-bottom:2px;
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight:normal;
	padding:0px;
	margin-bottom:0px;
	margin-top: 0px;
}


/* element defaults */
p {
	margin-bottom:15px;
	line-height:1.7em;

}

ul {
    
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 15px;
    line-height:1.7em;
}

ul li {
	margin-bottom: 5px; 
}

code {
	border:1px solid #7D0000;
	border-left-width:10px;
	display:block;
	padding:10px;
	margin:10px 0;
}

/* default forms */
form {}

form input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #404040;
}

form textarea, form select {
border: 1px solid #666666;
	padding:5px;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	border-radius: 5px;
}


.boxtext {
	padding:5px;
	margin: 5px;
	/* padding-top:30px;*/
	border: 1px solid #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	}

.boxtext1 {
	padding:5px;
	margin: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	}

.boldblack {
	padding:5px;
	margin: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#000000
	}

.bolddarkgrey {
	padding:5px;
	margin: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#191919
	}
/* default links */
a {
	color:#a11e1e;
}
a:visited {
	color:#a11e1e;
}
a:hover {
	color:#ff0000;
}

/* new links */
a.mob {
	color:#0E509C;
	font-weight:bold;
}
a.mob:visited {
	color:#0E509C;
	font-weight:bold;
}
a.mob:hover {
	color:#0E509C;
	font-weight:bold;
	background-color: #D4D4D4;
}


hr {
height: 1px;
width: 70%;
color: #a11e1e;
align: center;
clear: all;
}




/* footer */
div.footer {
	clear:both;
	margin-top:0px;
	border-top:1px solid #dddddd;
}
div.footer p {
	text-align:center;
	color:#999999;
	font-size: 10px;
	font-family:"Trebuchet MS", Verdana, Arial;
}
div.footer p a {
	color:#999999;
}

.h33 {
	color: #0E509C;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	margin-bottom:3px;
}

.button {
  background: #1371b0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 18px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.orangebutton {
  background: orange;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 18px;
  text-transform: uppercase;
  color: white;
}


 
.tableinstructions {
 font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#1371b0;
	background-color: #ffffff;
	font-style: italic;
	padding: 5px 5px 5px 0px;
	}

table th {
	/* background-color:#38536f; */
	background-color:#333333;
	color:white;
	height: 45px;
	
}

.tablewithgap {
    border-collapse: separate;
    border-spacing: 2px 10px;
}



.classh4 {
	color:#666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:bold;
	padding:0px;
	margin-bottom:2px;
	margin-top: 2px;
}

.classh5 {
	color: #666666;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	border-bottom:1px solid #a11e1e;
	margin-bottom:2px;
}

.classh3 {
	color: #0E509C;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	margin-bottom:3px;
}

.reporttable{
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left: 1.5px solid #333333;
	border-right: 1px solid #333333;
	border-collapse: collapse;
    }
    
table.reporttable th {
	background-color:#ffffff;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 2px solid #333333;
	color:black;
	height: 45px;
}

table.reporttable2 th {
	background-color:#ffffff;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 2px solid #333333;
	color:black;
	height: 45px;
}

table.reporttable td {
	border-left: 1px solid #E1E1E1;
	padding-left: 8px;
	padding-right: 4px;
	
}

table.reporttable2 td {
	border-left: 1px solid #E1E1E1;
	padding-left: 8px;
	padding-right: 8px;
	height: 40px;
}

table.reporttable2 {
	width: 960px;
	border-collapse: collapse;
}

table.reporttable tr { line-height: 14px; }
table.reporttable2 tr { line-height: 14px; }

#tableDiv {
    border: 1px solid #333333;
    background-color: white;
}


.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}



.file-wrapper input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  font-size: 100px;
}

.spinspan {
  cursor: pointer;
  display: inline;
  overflow: hidden;
  position: relative;
  left:-300px;
  top:-25px;
  
}

.spinnertext {
	color: #A0A0A0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	margin-bottom:3px;
}

.image {
   
    width: 100px;
    height: 100px;
    margin:-50px 0 0 -50px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

table.fixed {
  table-layout: fixed;
}

#spinner {
	position: fixed;
    top: 50%;
    left: 40%;
    width: 300px;
    color: #A0A0A0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	margin-top:3px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.number { font-style:italic; font-family: 'Open Sans', sans-serif; font-size:45px; color:#606060;  }
.internalHeader { font-style:italic; font-family: 'Open Sans', sans-serif; font-size:24px; color:#000000;  }

#list2 { width:500px; }
#list2 ol { font-style:italic; font-family: 'Open Sans', sans-serif; font-size:48px; color:#bbb;  }
#list2 ol li {}
#list2 ol li p { padding:8px; font-style:normal; font-family: 'Open Sans', sans-serif; font-size:15px; color:#000; border-left: 5px solid #999; }
#list2 ol li p em { display:block; }


.formbutton {
  background: #1371b0;
   cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif; 
  padding: 2px 8px;
  color: #FFFFFF;
}

#responseDiv {
	display:none;
	position: fixed;

  top: 50%;
  left: 50%;
 width: 500px;
  height: 500px;
  padding: 10px 20px;
  margin-left: -250px;
  margin-top: -250px;
  border:2px solid #000033;
  border-radius:8px;
  background-color:#ffffff;
}

.category {
	color: #840309;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	margin-bottom:10px;
	margin-top: 20px;
	padding: 5px;
	
}

.dropdown {
  position: relative;
  display: inline-block;
  
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  border: solid 1px #666666;  
border-radius: 3px; 
background-color: #f8f8f8;
  padding: 12px 16px;
  line-height: 150%;
  z-index: 1;
}


.menubutton {
text-align: center;
  background: #1a66bb;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
   display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 8px 10px 8px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 2px solid #ff4500;
  opacity: 1.0; 
  vertical-align: middle;
  margin: 3px;
  }

.menubutton:hover {
  background: #FFFFFF;
  color: #1a66bb;
  opacity: 1.0;
}

a.menubutton {
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
	text-transform: uppercase;
}
a.menubutton:hover {
	color:#1a66bb;
}

