/*
   Bishop Romeo Blanchette Styles CSS
   Author:  Daly Computer Services
   Date:    June 1, 2024

   Filename:         styles2.css
   Supporting Files: 

*/

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

.backtotop	{
	font-size: 90%; 
	padding-top: 10px; 
	padding-bottom: 20px; 
}
.page-table	{
	width: 900px;
	margin-left: 10px;
}
.tbl-spacing th, tbl-spacing td {
	padding: 4px;
}

.logo-4th {
	width: 134px;
	vertical-align: text-top;
}

#assembly-header {
	width: 650px;
	height: 134px;
	padding-left: 0px;
}

.center              {text-align: center;}
.centerblock         {margin-left: auto; margin-right: auto;}
.font10              {font-size: 10pt;}
.font14              {font-size: 14pt;}
.bfont10             {font-size: 10pt; font-weight: bold;}
.bfont14             {font-size: 14pt; 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;}

#nextmtg             {background-color: white;}

img.full {
	width: 100%;
}
.left-col {
	width: 160px;
	margin-right: 4px;
	vertical-align: top;
}
.left-20, .right-side {
	margin-left: 20px;
}
.pad-left-25 {
	padding-left: 25px;
}

/* Home Page */
video.home-vids {
	width: 480px;
	height: 300px;
}
#mainhdr {
	padding-top:  10px;
	text-align: center; 
	font-size: 1.7em; 
	color: #0000ff;
	font-weight: bold;
}
#counciltable {
	margin: auto;
	border-collapse: collapse;
}
#counciltable th {
	text-align: center; 
	color: white; 
	background-color: green;
	padding: 3px;
	border: 2px solid black;
}
#counciltable td {
	text-align: center;
	padding: 3px;
	border: 2px solid black;
}
div#navigator-container {
	margin: auto;
	border: 15px solid blue;
	width: 50%
}
div#navigator {
	padding: 7px;
	text-align: center;
}
#mtgtxt {
	font-size: 14pt; 
	color: green; 
	font-weight: bold; 
	text-align: center;
}
#mtgtable {
    font-size: 1.0em;
	margin: auto;
	border-collapse: collapse;
}
#mtgtable th {
	text-align: center; 
	color: white; 
	background-color: green;
	padding: 3px;
	border: 2px solid black;
}
#mtg-th1 {
	width: 190px;
}
#mtg-th2 {
	width: 90px;
}
#mtg-th3 {
	width: 140px;
}
#mtg-th4 {
	width: 220px;
}
#mtgtable td {
	text-align: center;
	padding: 3px;
	border: 2px solid black;
}

/* Activities Page */
table#new-officers {
	border-spacing: 3px; 
	margin: 0px auto;
}

table tr td #ofc-title {
	width: 180px;
	padding-right: 10px;
}
.right-col {
	vertical-align: top;
	padding: 20px 0px 0px 20px;
}


/* History page */
#history-bar {
	width: 135px;
	height: 400px;
	vertical-align: text-top;
}
.ul-inside {
	list-style-position: inside;
}

/* Calendar Page */
#iframe-cal {
	border: solid 1px #777;
	width: 750px;
	height: 750px;
}

/* Officers Page */
figure.installation { 
	margin-left: -20px;
	text-align: center;
}
figcaption.installation {
	padding: 10px 0px;
}
table.offcrtbl img {
	border: 1px solid black;
}
.tblhdr {
	padding-top: 20px;
	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: -15px;
	padding: 0px;
	text-align: center;
}
.offcrtbl thead th {
	color: black;
}
.offcrtbl tbody th { 
	color: green;
}
.offcrtbl tbody th, .offcrtbl tbody td {
	padding-top: 20px;
}
#state-bar {
	margin-left: 10px;
}
.tblhdr2 {
  margin-top: 40px;


  text-align: center;
  font-weight: bold;
  color: #BD0000;
}

table.pastfn {
	text-align: center;
	margin-left: 12%;
}
.pastfn-years {
	width: 200px;
}
.pastfn-name {
	width: 350px;
}
.pastfn thead td, .pastfn tbody th { 
	color: green;
	padding: 0px;
}
