* {
  margin: 0;
}

a {
  cursor: pointer;
  outline: none;
}

a.breadcrumb {
  color: #005689;
  font-family: Arial, sans-serif;
  text-decoration: none;
  width: 100%;
}

a.breadcrumb:hover {
  color: #890000;
}

a.footerLink {
  color: #005689;
  font-family: Arial, sans-serif;
  text-decoration: none;
  width: 100%;
}

a.footerLink:hover {
  color: #890000;
}

a.textLink {
  color: #005689;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-decoration: underline;
}

a.textLink:hover {
  color: #890000;
}

body {
  background: #ffffff;
  height: 100%;
  margin: 0;
  padding: 0;
}

br.smaller {
  line-height: 3px;
}

code {
  background: #e7ecfe;
  color: #000080;
  font-size: 1em;
  text-align: left;
}

h1 {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 2.25em;
  line-height: 2.25em;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 2em;
  line-height: 2em;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

h3.applicationName { /* page/application/department name header */
  background: #ffffff;
  color: #146061;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 0.25em; /* margin from the top to align the title w.r.t. the logo image */
  padding-left: 0.55em;
  padding-top: 0.25em;
  text-align: left;
  width: 55%;
}

h3.pageHeader /* for the page header */ {
  color: #734947;
}

h4 {
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
}

h5 {
  font-family: Arial, sans-serif;
  font-size: 1.15em;
  line-height: 1.15em;
}

h6 {
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

html {
  background-color: #ffffff;
  font: 100% Arial, sans-serif;
  height: 100%;
  margin: 0;
  overflow: auto; /* Used for getting rid of the vertical scroll bar in IE */
  padding: 0;
}

img {
  border: none;
  text-decoration: none;
}

kbd {
  background: #eee;
  border: 0.2em solid;
  border-color: #ddd #bbb #bbb #ddd;
  padding: 0 0.4em;
  font-size: 0.85em;
  white-space: nowrap;
  font-family: inherit;
}

ol{
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  text-align: left;
  text-indent: 1.7em;
}

p {
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  text-align: left;
  text-indent: 0;
}

span.breadcrumbLinks {
  background: #ffffff;
  color: #005689;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 0.6em;
  margin-left: 0.25em;
  padding-left: 1.25em;
  padding-top: 0.25em;
  text-align: left;
  text-decoration: none;
  width: 35%;
}

th {
  background: #e7ecfe;
  color: #000080;
  text-align: center;
}

ul.content {
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  text-indent: 1.7em;
}

.appInstruction { /* for any instruction on each page */
  color: #3C5959;
  font-size: 87.50%;
  font-style: italic;
}

.center {
  text-align: center;
}

/* In order to keep the text from flowing to the right of the items, we need to insert a clearing hack */
.clear {
  clear: both;
}

.code {
  background: #e7ecfe;
  color: #000080;
  font-family: courier;
  font-size: 0.9em;
  text-align: left;
}

.codeExample {
  background: #e7ecfe;
  color: #000080;
  font-family: courier;
  font-size: 0.9em;
  margin-left: 1.25em;
  text-align: left;
  width: 50%;
}

.goldLine {
  clear: both;
  color: #ceb13c;
  width: 99%;
}

.grayLine {
  background-color: #efefef;
  border: none;
  clear: both;
  height: 0.1em;
  padding: 0.1em;
  width: 100%;
}

.hidden {
  visibility:hidden;
}

.redText {
  color: #FF0000;
}

.skipLinks a {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.skipLinks a:focus {
  height: auto;
  position: static;
  width: auto;
}

.tab {
  margin-left: 20px;
}

#additionalLogoImage { /* container to add an additional logo image if needed */
  background: #ffffff;
  color: #146567;
  float: right;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 0.25em 0.5em 0em 0em;
  text-align: right;
  width: 25%;
}

#footer {
  background: #ffffff;
  bottom: 0;
  clear: both;
  color: #646464;
  font-family: Arial, sans-serif;
  font-size: 0.75em;
  height: 60px; /* Height of the footer - this must match the #mainBody padding-bottom value */
  position: absolute;
  text-align: center;
  width: 100%;
}

#logoImage { /* container for the Westchestergov.com logo */
  background: #ffffff;
  border: none;
  float: left;
  margin: 0.25em 0.25em 0.25em -5px;
  text-align: left;
  width: 11em;
}

#mainBody {
  padding-bottom: 60px; /* NOTE: The padding-bottom must match the #footer height */
  padding-left: 10px;
}

#mainContainer {
  background-color: #ffffff;
  margin-left: auto; /* margins center the page */
  margin-right: auto; /* margins center the page */
  min-height: 100%;
  position: relative;
  width: 60%;
}

#masthead {
  background-color: #ffffff;
}

#rightContent {
  background: #ffffff;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 1em;
  padding: 1em 0.25em 0em 11.25em;
  text-align: left;
}

.lblNotAuthorized{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 112.50%;
	color: red;
	text-decoration: none;

}
