@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #DCE1E5;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
	margin-top:0px;
	margin-right:0px;

	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
	z-index: 10;
}

/* ---------------------- */
/* Container			  */
/* ---------------------- */
#container
{
	background-color: #fff;	
	width: 960px;
    margin: auto;
}

/* ---------------------- */
/* Banner Style 		  */
/* ---------------------- */

.banner
{
	display: block;
	width: 100%;
}

.banner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* ---------------------- */
/* Sponsor Style 		  */
/* ---------------------- */

.sponsor
{
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sponsor img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* ---------------------- */
/* Navigation Bar Styles  */
/* ---------------------- */
.navbar {
    background:#d06a3a;
    height: 35px;
	color:#FFF;
		
	width: 100%;

	padding-top:10px;
}

nav { font-size:20px;
	  font-weight:bold;

}

.navbar a:link {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.navbar a:visited {
	text-decoration: none;
	color: #000;
	font-size: 16px;	
}
.navbar a:hover {
	text-decoration: none;
	color: #fff;
}
.navbar a:active {
	text-decoration: none;
}

/* ---------------------- */
/* Content Style 		  */
/* ---------------------- */

.content
{
	margin: 10px 20px 20px 20px;
	font-size: 14px;
}

/* ---------------------- */
/* Tablet Selection 	  */
/* ---------------------- */
#tabletSelection
{
	width: 90%;
	background: #ffd48f;
	margin: auto;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.selectNavbar {
	color:#000;
	width:70%;
	font-weight: bold;
	margin: auto;
}

.selectNavbar a:link {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.selectNavbar a:visited {
	text-decoration: none;
	color: #000;
	font-size: 16px;	
}
.selectNavbar a:hover {
	text-decoration: none;
	color: #fff;
}
.selectNavbar a:active {
	text-decoration: none;
}

.cStep {
	color:#9c0a0d !important;
}

.cStep a:link {
	color:#9c0a0d !important;
}
.cStep a:visited {
	color:#9c0a0d !important;
}
.cStep a:hover {
	color:#9c0a0d !important;
}
.cStep a:active {
	color:#9c0a0d !important;
}



/* ---------------------- */
/* Button Style	 		  */
/* ---------------------- */
.button
{
  font: 100% arial; 
  width: 90px;
  height: 20px;
  padding: 5px 0 0px 0;
  cursor: pointer; 
  background: #d06a3a; 
  color: #000;
  text-align: center;
  text-decoration: none;
  display: block;
}

.button a:link {
	text-decoration: none;
	font-size: 12px !important;
	color: #FFF;
}
.button a:visited {
	text-decoration: none;
	font-size: 12x !important;	
	color: #FFF;
}
.button a:hover {
	text-decoration: none;
	font-size:12px !important;
	color: #FFF;
}
.button a:active {
	text-decoration: none;
	font-size:12px !important;
	color: #FFF;;
}

.buttonSubmit
{
  font: 100% arial; 
  width: 90px;
  height: 30px;
  padding: 5px 0 0px 0;
  cursor: pointer; 
  background: #d06a3a; 
  color: #000;
  text-align: center;
  text-decoration: none;
  display: block;
}

.buttonSubmitData
{
  font: 100% arial; 
  width: 180px;
  height: 30px;
  padding: 5px 0 0px 0;
  cursor: pointer; 
  background: #d06a3a; 
  color: #000;
  text-align: center;
  text-decoration: none;
  display: block;
}

/* ---------------------- */
/* Slider Bar vertical 	  */
/* ---------------------- */

.verticalRange
{
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    width: 8px;
    height: 200px;
    padding: 0 5px;
}

.readInput
{
	width: 40px;
}

.weights
{
	width: 70%;
	margin: auto;
	padding-top: 20px;
}

/* ---------------------- */
/* Fancy Display Table	  */
/* ---------------------- */

.tableDiv
{
	padding-bottom: 15px;
	width: 60%;
	padding-top: 20px;
	margin: auto;
}

.tableDivLong
{
	padding-bottom: 15px;
	width: 90%;
	padding-top: 20px;
	margin: auto;
}


.tableDivLong td
{
	padding-right: 5px;
	padding-left: 5px;
}


.displayTableR{
    width: 75%;
    margin: auto;
    border-collapse: collapse;
    overflow-x: scroll;
    width: auto;
    white-space: nowrap;
}

.displayTable{
    
    width: 75%;
    margin: auto;
    border-collapse: collapse;
}

.displayTable td, .displayTable th {
    font-size: 1em;
    border: 1px solid #012038;
    padding: 3px 7px 2px 7px;
    background-color: #fff;
}

.displayTable th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #d06a3a;
    color: #000;
}

.displayTable tr.alt td {
    color: #000000;
    background-color: #ffffff;
}

.checkStyle {
	text-align: center;
}

/* ---------------------- */
/* Footer Style	 		  */
/* ---------------------- */

.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12x;	
}
.footer a:hover {
	text-decoration: none;
	color: #012D50;
	font-size:12px;
}
.footer a:active {
	text-decoration: none;
}

.footer {
	width: 100%;
	height: 25px;
	background: #d06a3a;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
}