/* id=#, class=. */

/* @import url(tabs.css); */

/* GLOBAL */

html{
    height:100%;
    overflow-y:scroll;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title{
    text-align:center;
    font-size:16px;
}

.title2 {
    font-size: 15px;
    font-weight: bold;
}

.title3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

/* MAIN WRAPPER DIV or TABLE */
.wrapper {
   width: 1030px;
   height: 100%;
   margin: auto;
   background-color: #FFFFFF;
   font-size: 14px;
   text-align: justify;
}

.container {
   padding-top: 10px;
   padding-bottom: 10px;
   width:1000px;
   margin: auto;
   font-size: 14px;
}

/* STICKY DIV - TWO COLUMN */
.container-two {
  display: flex;
  width: 1000px;
  justify-content: space-around;
  align-items: flex-start;
}

.cowboy {
    width:80%;
    float:left;
    text-align: justify;
}

.pirate {
  position: -webkit-sticky;
  position: sticky;
  width:20%;
  float:right;
  top: 4rem;
  padding:15px;
}

.indian {
    width:22%;
    float:left;
    text-align: justify;
}

.navy {
  width:75%;
  float:right;
  text-align: justify;
  padding:15px;
}

/* THREE UNEQUAL COLUMNS */
.column {
  float: left;
  padding: 10px;
}

.left, .right {
  width: 22%;
}

.middle {
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* HYPER LINKS */
a:link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: ;
}

a:visited {
  text-decoration: none;
  text-transform: uppercase;
  font-size: ;
}

a:hover {
  text-decoration: none;
  text-transform: uppercase;
  font-size: ;
}

a:active {
  text-decoration: none;
  text-transform: uppercase;
  font-size: ;
}

/* SUBMIT BUTTON LINKS */

.button {
  background-color: #dcdcdc;
  border: none;
  color: blue;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}


/* WEBSITE BREADCRUMBS */
#crumb {
   width: 100%;
   padding:8px 0;
   border-bottom: 2px solid black;
   border-top: 2px solid black;
   float: left;
}

/* NAVIGATION BAR */
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 10px;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}


.centerInclude {
    padding-left:50px;
    text-align: justify;
    text-justify: inter-word;
}

.pageMessage {
    display: block;  
    font-size: 1.0em;
    font-weight: bold;  
    margin: 1.33em 0;  
}


/* TABLE WITH ALTERNATE COLORED ROWS */
.TFtable{
	width:100%; 
	border-collapse:collapse; 
}
.TFtable td{ 
	padding:7px; border:;
}
/*  Define the background color for the header rows  */	
.TFtable th{
    background: #f3f3f3;
    font-weight: bold;
}
/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr{
	background: #b8d1f3;
}
/*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd){ 
	background: #dcdcdc;
}
/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even){
	background: #FFFFFF;
}

/* LOGIN */
#login {
    width:60%;
    margin:auto;
}

#login_box {
padding-top:15px;
line-height: 14px;
font-size: 12px;
height: 50px;
width: 200px;
text-align:center;
background-color: #eee;
border: 1px solid #999;
background: #eee;
background-position: -25px;
}

#logout_box a {
line-height: 28px;
margin: 0 auto;
margin-top: 5px;
padding: 0px 6px 0px 4px;
font-size: 12px;
color: #fff;
font-weight: bold;
text-align:center;
background-color: #6D7C8D;
border: 1px radius 5% solid #333;
}

/* FOOTER */
#footer {
   font-size: 12px;
}

