@charset "utf-8";
/* Base.css City of Middletown, Ohio */
/* Global Styles */
body  {
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
    font-family:"Trebuchet MS",sans-serif;
}
body a:active, a:focus {
	outline: none;
}
h2 {
	font-size: 16pt;
	margin: 10px 0px 0px 0px;
	padding: 0;
}
h4 {
	color: #4b3a7a;
	font-weight: bold;
	padding: 0px 0px 0px 2px;
	font-size: 12pt;
	margin-bottom: 2px;
}
fieldset {
	border: 1px solid #999999;
	padding: 8px 8px 8px 8px;
}	
legend {
	color:#ffffff;
	padding: 2px 6px;
	border: 1px solid #999999;
	background:  #4b3a7a;
}
#container {  /* container for entire page */
	width: 760px;
	background: #f4efff;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #999999;
	text-align: left;
} 
#header { /* styles for header object */
	font-size: 12pt;
	background: #4b3a7a; 
	padding: 0; 
} 
#header a {
	text-decoration: none;
	color: #ffffff;
}
#header a:hover {
	text-decoration: none;
	color: #dda429;
}
#header ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
}	
#header li.first {
	display: inline;
	padding: 0px 20px 0px 10px;
	border-right: 1px solid #ffffff;
}
#header li.inline {
	display: inline;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #ffffff;
}
#header li.last {
	display: inline;
	padding: 0px 0px 0px 20px;
	border: none;
}
#header #mlogo {
	padding-top: 4px;
}
#header #zoom_query { /* search box in header */
	height: 12px;
	background-color:#f4efff;
	border-style:solid;
	margin-bottom: 3px;
	font-size: 8pt;
	width: 80px;
}
#header .input-water { /* water mark class for search box */
	background-color:#f4efff;
	color: #999999;
}
#header #bSearch { /* search button in header */
	border: 1px solid #dda429;
	background-color:#bfb5ce;  
	color:  #FFFFFF;
	height: 18px;
	width: 20px;
	outline:none;
	font-size: 8pt;
}
#navbar { /* styles for the navbar on the homepage (left side)*/
	font-size: 10pt;
	float: left; 
	width: 125px;
	background: #4b3a7a; 
	color: #ffffff;
	text-align: center;
	padding: 15px 0px 15px 0px;
	
	border-right: 1px solid #999;
}
#navbar a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#navbar a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #dda429;
}
#crumbbar { /* styles for the breadcrumb bar (under header)*/
	font-size: 10pt;
	background: #bfb5ce; 
	border-top: 1px solid #666666;
}
#crumbs {
	height: 18px; 
	margin: 0;
	padding: 0px 0px 2px 10px;
	background: #bfb5ce; 
	color: #4b3a7a; 
}
#crumbs li {
	float: left;
	display: inline;
	margin-right: 4px;
}
#crumbs a {
	color: #4b3a7a; 
 	font-weight: bold;
 	background: url(/assets/images/common/chev1.gif) center right no-repeat;
 	padding-right: 18px; 
 	text-decoration: none;
}
#crumbs a:hover {
	color: #4b3a7a;
 	text-decoration:underline;
 	background:url(/assets/images/common/chev1.gif) center right no-repeat;
}
#linkbar { /* styles for the linkbar (right side of page) */
	font-size: 10pt;
	float: right; 
	width: 200px;
	background: #bfb5ce;  
	padding: 15px 0px 15px 0px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;	
	margin: 0px 0px 15px 15px;
}
#linkbar .head {
	color: #4b3a7a;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	font-size: 12pt;
}
#linkbar .head a {
	color: #4b3a7a;
	text-decoration: none;
}
#linkbar .sep {
	margin: 10px;
	border-bottom: 1px dotted #4b3a7a;
}
#linkbar .head a:hover {
	text-decoration: underline;
}
#linkbar .lblinks {
	margin: 5px 0px 10px 0px;
	padding-right: 10px;
	color: #4b3a7a;
	list-style: square;
	text-align: left;
}
#linkbar .lblinks a {
	color: #ffffff;
	text-decoration: none;
}
#linkbar .lblinks a:hover {
	color: #4b3a7a;
	text-decoration: underline;
}
#contenthead {
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 10px 0px 0px;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
}
#content { /* content div with nav and linkbar */
	font-size: 10pt;
	color: #000000;
	margin-left: 140px;
}
#content a {
	/*color: #4b3a7a;*/
}
#lastdocs a {
	color: #4b3a7a;
}
#content a:hover {
	text-decoration: underline;
	color: #dda429;
}
#contentnonav { /* content without nav but with linkbar */
	font-size: 10pt;
	color: #000000;
	border-top: 1px solid #999999;
	padding: 0px 10px 0px 10px;
	vertical-align:top;
	text-align: left;
}
#contentnonav a {
	color: #4b3a7a;
}
#contentnonav a:hover {
	text-decoration: underline;
	color: #dda429;
}
#contentnonav #contenthead {
	width: 520px;
}
#contentnone { /* content without nav and without linkbar */
	font-size: 10pt;
	padding: 0px 10px 0px 10px;
	color: #000000;
	text-align: left;
}
#contentnone a {
	color: #4b3a7a;
}
#contentnone a:hover {
	text-decoration: underline;
	color: #dda429;
	text-align: center;
}
#footer {  /* styles for the footer object */
	font-size: 10pt;
	text-align: center;
	border-top: 1px solid #999999;
	padding: 5px 0px 0px 0px;
	margin-top: 25px;
	background-color:#bfb5ce;
} 
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li.first {
	display: inline;
	padding: 0px 20px 0px 0px;
	border-right: 1px solid #000000;
}
#footer li.inline {
	display: inline;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #000000;
}
#footer li.last {
	display: inline;
	padding: 0px 0px 0px 20px;
	border-right: 0;
}

/* MISC CLASSES */
/* Classes for images */
.padimg {
	padding: 4px;
	border: 0;
}
.rcaption {
	font-size: 7pt;
	color: black; 
	padding: 6px 8px 8px 8px;
	text-align: right;
}
.lcaption {
	font-size: 7pt;
	color: black; 
	padding: 6px 8px 8px 8px;
	text-align: left;
}
.ccaption {
	font-size: 7pt;
	color: black; 
	padding: 6px 8px 8px 8px;
	text-align: center;
}	
.imgLink {
	cursor: pointer;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1pt;
    line-height: 0px;
}
.ulPage {
	list-style:none;
	margin: 0px 0px 0px 10px;
	padding: 0 0 0 0;
}
a.external {
  background:transparent url(/assets/images/common/external2.gif) no-repeat scroll right center;
  padding-right:10px;
}
a.mailto {
  background:transparent url(/assets/images/common/mailtolink.png) no-repeat scroll right center;
  padding-right:12px;
}
a[href^="mailto:"] {
  background:transparent url(/assets/images/common/mailtolink.png) no-repeat scroll right center;
  padding-right:12px;
}
a[href$='.pdf'] {
  background:transparent url(/assets/images/common/pdf.gif) no-repeat scroll right center;
  padding-right:14px;
}
a[href$='.xls'] {
  background:transparent url(/assets/images/common/excel.gif) no-repeat scroll right center;
  padding-right:18px;
}
a[href$='.doc'] {
  background:transparent url(/assets/images/common/doc.gif) no-repeat scroll right center;
  padding-right:18px;
}


.hdlink {
	padding-top: 6px;
	text-align: center;
	font-size: 10pt;
	color: #fff;
}
.hdlink a {
	text-decoration: none;
	color: #fff;
	font-size: 9pt;
}
.hdlink a:hover {
	text-decoration: none;
	color: #f5b730;
}
/* Search styles */
.highlight { background-color: yellow }

/* Styels for FaceBox script */
#facebox .b {
  background:url(/assets/images/common/facebox/b.png);
}
#facebox .tl {
  background:url(/assets/images/common/facebox/tl.png);
}
#facebox .tr {
  background:url(/assets/images/common/facebox/tr.png);
}
#facebox .bl {
  background:url(/assets/images/common/facebox/bl.png);
}
#facebox .br {
  background:url(/assets/images/common/facebox/br.png);
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
   font-family:"Trebuchet MS",sans-serif;
   font-size: 10pt;
}
#facebox .popup {
  position: relative;
}
#facebox table {
  border-collapse: collapse;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 500px;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
#facebox .content {
   height: 375px;
   overflow: auto;
} 

#facebox .content #deptlist {
	font-family:"Trebuchet MS",sans-serif;
	padding-left: 15px;
}
#facebox .content #deptlist a {
	text-decoration:none;
	color: #4b3a7a; 
}

#facebox .content #deptlist a:hover {
	text-decoration:underline;
	color: #4b3a7a; 
}

@media print {
	#container, #contentnonav {
		border: none;
	}
	#header, #navbar, #linkbar, #footer, #crumbbar, img, .lcaption, .ccaption, .rcaption {
		display: none;
	}
	#content {
		margin-left: 0px;
	}	
}
