@charset "utf-8";

body,
html {
	min-height:100%;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-repeat:no-repeat;
	background-size:cover;
}

.thrColFixHdr #active_menu_button {
	color: #BACCE3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: rgba(71, 61, 3, 0.6)
}


.thrColFixHdr #container {
	width: 75%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: thin none #000000;
	background-color: rgba(11, 37, 72, 0.0);
	} 
.thrColFixHdr #header {
	background-color: rgba(3,22,47,0.8);
	padding-left: 10px;
	padding-right: 10px;
	border: medium none #CC9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
} 
.thrColFixHdr #header a{
	color: #aebfd6;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #header p {
	font-size:14px;
	color: #CCCCCC;
	margin: 8px;
}	
.thrColFixHdr #header a:hover{
	color: #BACCE3;
	text-decoration: underline;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr  #header  h5 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr  #header  h6 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #left_sub_header {
	float: left;
	background-color: rgba(3, 22, 47, 0.8);
	width: 100%;
}
.thrColFixHdr #right_sub_header {
	float: right;
	background-color: rgba(3, 22, 47, 0.8);
}
.thrColFixHdr #center_sub_header {
	width: 100%;
	border: medium none #CC9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #center_sub_header table{
	border: medium none #CC9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #center_sub_header table td {
	text-align: right;
}
.thrColFixHdr {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(30,55,70,0.90);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
} 
.thrColFixHdr p {
	font-size:14px;
	color: #CCCCCC;
	margin: 8px;
}	
.thrColFixHdr a {
	color: #BACCE3;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr a:hover {
	color: #BACCE3;
	text-decoration: underline;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr  h1 {
	color: #CCCCCC;
	font-size: 24px;
	margin: 10px;
	text-align: center;
}
.thrColFixHdr h2 {
	color: #CCCCCC;
	font-size: 18px;
	margin: 8px;
	text-align: center;
}
.thrColFixHdr h3 {
	color: #CCCCCC;
	font-size: 16px;
	margin: 8px;
}	
.thrColFixHdr table {
	margin-left:auto;
	margin-right:auto;
	width:	85%;
	table-layout:fixed;
	border: 1px solid #CCCCCC;
	border-top-style: 1px;
	border-right-style: 1px;
	border-bottom-style: 1px;
	border-left-style: 1px;
	border-collapse:collapse;
}
.thrColFixHdr table td {
	border: 1px solid #CCCCCC;
	padding: 4px;
	text-align: left;
}
.thrColFixHdr #date {
	color: #CCCCCC;
	font-size: 14px;
	margin: 2px;
	font-style:italic;
	font-weight:100;
}	
.thrColFixHdr #subject {
	color: #CCCCCC;
	font-size: 18px;
	margin: 8px;
	font-weight:bold;
}
.thrColFixHdr #footer {
	background-color: rgba(30,55,70,0.9);
	color: #271B02;
	text-align:center;
	font-size: 11px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #footer a {
	color: #BACCE3;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #footer a:hover {
	color: #BACCE3;
	text-decoration: underline;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #footer p {
	font-size:12px;
	color: #CCCCCC;
	margin: 8px;
}
.thrColFixHdr #navigation {
	background-color: rgba(182, 163, 55, 0.8);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.thrColFixHdr #navigation table	{
	width:	100%;
	table-layout:fixed;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
.thrColFixHdr #navigation table td	{
	width: 20%;
	text-align:center;
	height: 36px;
	border: 2px solid #03162F;
}
.thrColFixHdr #navigation a {
	color: #03162F;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #navigation a:hover {
	color: #03162F;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #errors {
	color: #fd987d;
	font-weight: bold;
}
.thrColFixHdr #success {
	color: #8ecc8b;
	font-weight: bold;
}
.thrColFixHdr #noBorder table	{
	margin-left:auto;
	margin-right:auto;
	width:	95%;
	border: 1px;
	table-layout:auto;
	border-collapse:collapse;
}
.thrColFixHdr #noBorder table td {
	border: 0px;
	padding: 3px;
	text-align: left;
}
.thrColFixHdr #headings table	{
	margin-left:auto;
	margin-right:auto;
	width:	95%;
	border: 1px;
	table-layout:auto;
	border-collapse:collapse;
}
.thrColFixHdr #headings table td {
	border: 0px;
	padding: 3px;
	text-align: center;
	text-decoration: bold;
}


/*----------------------------------Item View----------------------*/
.thrColFixHdr .itemView #fieldExample {
	font-style: italic;
	font-size: 13px;
}
.thrColFixHdr .itemView  table{
	margin-right: auto;
	margin-left: 1px;
	width:	85%;
	border: medium none;
	border-collapse:collapse;
}
.thrColFixHdr .itemView table td {
	border: medium none;
	padding: 2px;
	vertical-align: top;
}


/*------------------------------------Item View PopUp-------*/
body.itemViewPopUp { 
	background-color: rgba(30,55,70,1.0);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	text-align: center;
}
.itemViewPopUp #mainContent h1{
	color: #CCCCCC;
	font-size: 24px;
	margin: 10px;
}
.itemViewPopUp #mainContent h2 {
	color: #CCCCCC;
	font-size: 18px;
	margin: 8px;
}
.itemViewPopUp #mainContent h3 {
	color: #CCCCCC;
	font-size: 16px;
	margin: 8px;
}
.itemViewPopUp #mainContent table {
	width:	90%;
	table-layout:fixed;
	border: 1px solid #CCCCCC;
	border-top-style: 1px;
	border-right-style: 1px;
	border-bottom-style: 1px;
	border-left-style: 1px;
	border-collapse:collapse;
}
.itemViewPopUp #mainContent table td {
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.itemViewPopUp #attribute {
	font-weight: bold;
	text-align: left;
	width: 70%;
}
.itemViewPopUp #value {
	text-align: center;
}
.itemViewPopUp #notes {
	width: 75%;
	text-align: left;
}

/*------------------------------------Tools-------*/
.thrColFixHdr .tools table {
	margin-right: auto;
	margin-left: 1px;
	width:	55%;
	border: none;
	border-collapse:collapse;
}
.thrColFixHdr .tools table td {
	border: medium none;
	padding: 2px;
	vertical-align: center;
}
.thrColFixHdr .tools input[type="text"] {
	height: 20px;
	font-size: 120%;
}
.thrColFixHdr .tools input[type="button"] {
	height: 30px;
	font-size: 120%;
}
.thrColFixHdr .tools #result input {
	height: 30px;
	font-size: 150%;
}


/*------------------------------------Misc. Classes-------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
