﻿
body {
	background-color: #F0F0F0;
	font-family: 'Merriweather';
}
 
/*.wrapper
{
	width: 1000px;
	margin: auto;
}*/

.header {
	/*width: 1100px;*/
	width: 100%;
	/*height: 125px;*/
	/*background-color: #0F4173;*/


	background-color: #FFFBF3;
	font-weight: bold;
	/*font: Merriweather;*/
	font-size: large;
	color: navy;
	/*background-image: url('CCAO_favicon-01.png');*/
	/*background-image: url('https://www.cookcountyassessor.com/themes/custom/assessor/images/CCAO_Logo_Horizontal.svg');*/
	background-position: 3px 3px;
	background-repeat: no-repeat;
}
	.header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
		position: relative;
		top: 21px;
		/*left: 4px; */
		font-size: x-large;
		width: 618px;
		left: 0px;
		/*font-family: 'Merriweather';*/
	}

.headerText {
	float: left;
	display: inline-block;
	vertical-align: middle;
	/*font-family: 'Merriweather';*/
}
.headerText2 {
	float: left;
	display: inline-block;
	vertical-align:bottom;
	margin-left:15px;
	/*font-family: 'Merriweather';*/
}
.zipFile {
	width:16px;
	margin:5px;
}

.menu {
	border-top: solid 2px #0F4173;
	margin-top: 1px;
	/*font-family: 'Merriweather';*/
	/*	background-color: #FFFBF3;*/
	/*color: navy;*/
	/*width: 1120px;*/
}
	.menu nav {
		border-top: solid 1px #0F4173;
		position: relative;
		/*z-index: 1;*/
		/*width: 1100px;*/
		margin-top: 0px;
		/*top: 3px;
		left: 0px;*/
		margin-bottom: 0px;
	}
		.menu nav ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
			position: relative;
			top: -2px;
			left: 1px;
			width: 1200px;
			height: 49px;
		}

.menu nav ul li
{
    margin: 0px -7px 0 0;
	display: inline-block;	
  /*  background-color: #FFFBF3;*/
	/*color:navy;*/
}

		.menu nav a {
			display: block;
			padding: 0 15.6px;
			/* color: white;	*/
			font-size: 11px;
			font-weight:bold;
			/*font: bold 13px arial;*/
			line-height: 40px;
			text-decoration: none;
		}
			.menu nav a:hover {
				background-color: #FFAF00;
				border-top: solid 2px #0F4173;
				text-decoration: underline;
				min-width: 50px; 
			}

.logout
{
    position: relative;
    left: 100px;
}

.menu nav ul ul
{
	display: none;
	position: absolute; 
	top: 40px;
}

.menu nav ul li:hover > ul {
	display: inline;
}

.menu nav ul ul li 
{
    min-width: 100px;
    /*display: list-item;*/
    position: relative;
}

.menu nav ul ul ul li 
{
	position: relative;
	top: -40px; 
	right: 102%;
}

.content h1 {
	/*  color: #0F4173;*/
	font: bold 16px;
	/*font: bold 18px verdana;*/
}

.contentheaderCenter 
{
  	position: relative;
	left: 102px;
	font: bold 16px; /* verdana;*/
}

.contentheaderLeft {
	position: relative;
	left: 2px;
	font: bold 16px; /* verdana;*/
}


.textPIN
{
   Height:30px; 
   Width:40px ;
}

.tableTextColumn
{
  position:relative;
  left:-3px;
}

.tableColumn
{
  width:50%;
}

.loginID
{
	background-color: #0F4173;
    width: 75px;
	position: relative;
	right: -475px;
    font-weight: bold;     
    font-size: small;
}

.boldLabel {
    font-weight: bold;
}

.SubHeader {
	position: relative;
	left: 102px;
	font: bold 13px; /* verdana;*/
}

/*.CtrlDiv {
	background-color: white;

}*/


.footer {
	font-size: 0.5em;
}