/*
   Bishop Romeo Blanchette Syles CSS
   Author:  Daly Computer Services
   Date:    August 12, 2015

   Filename:         styles.css
   Supporting Files: 

*/

/********************************* Default Styles *********************************/

.backtotop           {font-size: 10pt; padding-top: 10px; padding-bottom: 20px; text-align: center;}

.center              {text-align: center;}
.centerblock         {margin-left: auto; margin-right: auto;}
.font10              {font-size: 10pt;}
.font14              {font-size: 14pt;}
.font16              {font-size: 16pt;}
.bfont10             {font-size: 10pt; font-weight: bold;}
.bfont14             {font-size: 14pt; font-weight: bold;}
.bfont16             {font-size: 16pt; font-weight: bold;}


.fred                {color: red;}
.fgreen              {color: green;}
.fblue               {color: blue;}
.fwhite              {color: white;}
.fpurple             {color: purple;}
.fdbrown             {color: #640300;}

.bold                {font-weight: bold;}
.point14             {font-size: 14pt;}
.center              {text-align: center;}

.fbred               {color: red; font-weight: bold;}
.fbgreen             {color: green; font-weight: bold;}
.fbblue              {color: blue; font-weight: bold;}
.fbwhite             {color: white; font-weight: bold;}
.fbpurple            {color: purple; font-weight: bold;}
.fbdbrown            {color: #640300; font-weight: bold;}

.bwhite              {background-color: white;}
.bred                {background-color: red;}
.bgreen              {background-color: green;}
.bblue               {background-color: blue;}

footer               {padding: 20px 0px; margin-left: 160px;}

footer p             {font-size: 10pt; color: #000;}


/* Honor Guard Styles  */
#outer {
  width: 960px;
}

#maincontent {
  padding-left: 10px;
  margin-left: 160px;
  width: 700px;
  text-align: left;
}

.hgtblprefix {
  margin-top: 40px;
}

#hgrequests, #cmdrtbl, #contbl  {
  width: 100%;
  font-size: 10pt;
  border: 6px outset gray;
  margin-left: auto;
  margin-right: auto;
}

#cmdrtbl {
  width: 500px;
  font-size: 12pt;
}

#hgrequests th, #hgrequests td, #cmdrtbl th, #cmdrtbl td, #contbl th, #contbl td {
  padding: 2px;
  border: 1px solid gray;
  text-align: center;
}

th#td_date      {width:  65px;}
th#td_time      {width:  80px;}
th#td_place     {width: 140px;}
th#td_event     {width: 164px;}
th#td_contact   {width:  77px;}
th#td_info      {width: 102px;}


/* Officer Page Styles */ 

table.offcrtbl img {
  border: 1px solid black;
}

#tophdr img {
  float: left;
  padding: 10px 5px 10px 25px;
}

#navhdr {
  clear: left;
}

#navhdr img {
  float: left;
  padding: 25px 5px 0px 18px;
}

#navhdr figure {
  width: 650px;
  margin-left: 72px;
  float: left;
}
#navhdr p {
  clear: left; 
  width: 650px;
  margin-left: 160px; 
  text-align: center;
}

.tblhdr {
  margin-top: 40px;
  margin-left: 160px;
  width: 700px;
  text-align: center;
  font-weight: bold;
  color: #BD0000;
}

.firstcol {
  width: 160px;
}

.middlecol {
  margin-left: 160px;
  width: 400px;
}

.lastcol {
  margin-left: 560px;
  width: 180px;
}

table.offcrtbl {
  clear: left;
  margin-top: 40px;
  margin-left: -7px;
  padding: 0px;
  width: 810px;
  text-align: center;
}

.offcrtbl thead th {
  color: black;
}

.offcrtbl tbody th { 
  color: green;
}

.offcrtbl tbody th, .offcrtbl tbody td {
  padding-top: 20px;
}

.tblhdr2 {
  margin-top: 40px;
  margin-left: 160px;
  width: 810px;
  text-align: center;
  font-weight: bold;
  color: #BD0000;
}

table.pastfn {
  padding: 0px;
  width: 810px;
  text-align: center;
}

.pastfn thead td, .pastfn tbody th { 
  color: green;
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.green-button {
  margin-top: 20px;
   margin-bottom: 20px;
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.green-button:hover {background-color: #3e8e41}

.green-button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.installation figure {  
  margin: 0 auto;
}

.installation figcaption {
  margin-left: 125px;
  text-align: center;
}

section#maincontent ol.uniform-rules, section#maincontent ul.uniform-rules {
	margin-left: 30px;
}
