﻿html,body { 
height: 100%; 
margin: 0; 
padding: 0; 
} 

/* Custom by Chris Auer to override Moss */
.leftNav
{
	margin:0px;
	padding-top:0px;
	background-color: #EEE8D8 ;
	width:145px;
	font-size:12px;
	border:none;

}

div.leftNavFiller
{
	background-color: #EEE8D8 ;
	width:145px;
	display:table;
	height:100%;
	min-height:300px;
}


/* Top Menu */

.topNavContainerMPO
{
	background-color:#C5AF7D;
}

.topNavMPO
{
    *position:relative;
    *top:-1px;
}

.topNavItemMPO
{
	font-family: Verdana ;  
	font-size: 8.5pt; 
	font-weight:bold;
	color: #001A4F;
}

.topNavItemMPO a, .topNavItemMPO a:visited, .topNavItemMPO a:active, .topNavItemMPO a:link
{
	display:block;
	padding:3px 12px 3px 8px;
	color: #001A4F;
}

.topNavSelectedMPO a
{
	background-repeat:repeat-x;
	background-position:top right;
}
.topNavHoverMPO a, a.topNavItemMPO:hover
{
	color:#666;
	background-repeat:repeat-x;
	background-position:top right;
}
.topNavFlyOutsMPO
{
	border-top:1px #CBD1E0 solid;
	border-top-style:none;
	width:175px;
	max-width:175px;
	background-color: #C5AF7D;
	margin-top:9px;
	margin-left:3px;
}
.topNavFlyOutsItemMPO
{
	background-color:#C5AF7D;
	border:none;
	border-top-style:none;

	
	font-family: Verdana ;  
	font-size: 9px; 
	font-weight:bold;
	color: #001A4F;
}
.topNavFlyOutsItemMPO a, .topNavFlyOutsItemMPO a:visited, .topNavFlyOutsItemMPO a:active, .topNavFlyOutsItemMPO a:link
{
    display:block;
    padding:4px 5px 4px 5px;
    
    color: #001A4F;
}
.topNavFlyOutsHoverMPO, a.topNavFlyOutsItemMPO:hover
{
	color: #666;
}
.topNavRoundLeftMPO, .topNavRoundRightMPO
{
    width:0px;
}

/* Side Menu */

.leftNav1
{
	background-image:url('../Documents/Images/icon-arrow.gif');
	background-repeat:no-repeat;	
	background-position:5px 5px;	
	font-size:12px;
	font-weight:normal;
}

.leftNav1 a
{
	font-weight:normal;
	font-family:Verdana;
	font-size:13.5px;
	padding-left:15px;
}

.leftNav2
{
	background-image:url('../Documents/Images/icon-arrow-sub.gif');
	background-repeat:no-repeat;
	background-position:16px 2px;
	font-size:12px;
}

.leftNav2 a
{
	font-weight:normal;
	font-family:Verdana;
	font-size:13.5px;
	padding-left:30px;

}

.leftNavHoverMPO a:hover
{
	background-color: #EEE8D8 ;
	text-decoration:underline;
}

.leftNavHoverMPO
{
	background-color: #596E9E;
	color:#FFFFFF;
}

.leftNavSelectedMPO
{
	
}

/* Press Releases */
.PressReleaseTOC
{
	
}
.PressReleaseTOC1
{	
	display:none;
}

.PressReleaseTOC2
{
	font-size:15px;
	font-family:Verdana;
	font-weight:bold;
	
	background-image:url('../Documents/Images/icon-arrow.gif');
	background-repeat:no-repeat;	
	background-position:5px 5px;
	
	margin-bottom:5px;

}

.PressReleaseTOC2 a
{
	padding-left:18px;

}


/* MAIN CONTENT */
.mainContainer
{
	margin:0px;	
	margin-top:0px;
	font-size:12px;
	padding-left:10px;
}

.breadcrumb
{
    font-family: tahoma; 
    color: #656b77;
    clear:both;
    font-size:7pt; 
    font-family: tahoma; 
    padding-left:0;
    padding-bottom:2px;
    padding-top:4px;
    border-bottom:none;
    margin-bottom:4px;
}
div.breadcrumb
{
	margin-top:-3px;
}


BODY {
	MARGIN: 6px; BACKGROUND-COLOR: #CAD0DB
}
A:link {
	COLOR: #0036AC
}
A:visited {
	COLOR: #656DA9
}
A:hover {
	TEXT-DECORATION: none
}

/* SEARCH CONTROL */

	div.SearchTextMPO
	{
		margin: 5px 0 0 7px;
		font-size:9.5px;
	}  

	div.HideSearchDrop td.ms-sbscopes
	{
		display:none;
	}
 
  /* remove search area borders */  
  div.leftNav table.ms-sbtable-ex{
   border-style:none;
  } 
  
  div.leftNav table.ms-sbtable-ex
  {
   border-style: none;
  }
  
  div.leftNav .ms-WPHeader TD{
   border-style: none;
  }
  
  div.leftNav td.ms-WPBorder{
   border-style: none;
  }
  
  div.leftNav tr.ms-sbrow{
   border-style: none;
  }
  
  /* cells in the search table, remove the borders */
  div.leftNav td.ms-sbcell{
        border-style: none;
        padding: 3px;
  }
  /* search text box input */
  div.leftNav .ms-sbplain{
   width: 120px;
   height: 15px;
   text-align:left; 
     font-size: 10pt; 
    font-family: Arial;
     font-weight: normal;
     padding-top: 2px; 
     border-style: inset;
     
  }
  
  /* background for the search button row */ 
  div.leftNav tr.ms-sbrow td.ms-sbgo{
   background-color: #EEE8D8;
  }
  
  div.leftNav .ms-sbLastcell{
   width: 0px;
  }
    
  div.leftNav .ms-stable-ex{
   width: 0px;
  }
    
  div.leftNav td.ms-sbgo a img{
    border: #d4d0c8  solid medium;
  }


/* FOOTER */
div.PageFooterMPO
{
	margin:0 10px 5px 0;
	
;
}



/*---------------------------------------------------------------------------*/
/* Feature Classes                                                           */
/*---------------------------------------------------------------------------*/

/* prDate, prLink */
/* Lookup - GetPressReleases, Event - getNewListingHTML */
/* Press release listing date and link */
.listingLink {
	COLOR: #000000; FONT-FAMILY: Verdana, Arial
}
.listingDate {
	COLOR: #000000; FONT-FAMILY: Verdana, Arial
}
td {
	COLOR: #000000; FONT-FAMILY: Verdana, Arial
}
TD {
	/*FONT-SIZE: 80%;*/
}
.listingLink {
	FONT-SIZE: 90%;
}

.listingDate {
	FONT-SIZE: 90%;
}

/* Template - WriteTemplateHeader */
/* Text of the header theme title. */
.HeaderTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #003063; FONT-FAMILY: Verdana, Arial
}
.HeaderTitleLarge {
	FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #003063; FONT-FAMILY: Verdana, Arial
}

/* Navigation - BreadCrumbNav, BreadCrumbNavStep */
/* Bread crumb nav links and table cells */
.BreadCrumbNav {
	FONT-SIZE: 10px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana,Arial;
	font-weight:normal;
}

a.BreadCrumbNav {
	FONT-SIZE: 10px; 
	COLOR: #0036AC; 
	FONT-FAMILY: Verdana,Arial;
	text-decoration:underline;
}


/* Template - WriteTemplateFooter */
/* Footer links. */
/* Multiple Templates - Last modified line and links */
.FooterLinkSmall {
	FONT-SIZE: 10px; COLOR: #5c5c5c; FONT-FAMILY: Verdana, Arial
}
A.FooterLinkSmall:link {
	COLOR: #5c5c5c; TEXT-DECORATION: none
}
A.FooterLinkSmall:visited {
	COLOR: #5c5c5c; TEXT-DECORATION: none
}
A.FooterLinkSmall:hover {
	TEXT-DECORATION: underline
}

/* Navigation - SiteMap */
/* Style per level of site map */
.SiteMapL1 {
	TEXT-TRANSFORM: uppercase; FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Verdana,Arial
}
.SiteMapL2 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Verdana,Arial
}
.SiteMapL3 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana,Arial
}
.SiteMapL4 {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana,Arial
}

/* Navigation - BuildLeftNav */
/* Left side navigation */
.LeftNavMain {
	FONT-SIZE: 100%; COLOR: #000000; FONT-FAMILY: Verdana, Arial; TEXT-DECORATION: none
}
.LeftNavMain:link {
	COLOR: #0036AC;
}
.LeftNavMain:visited {
	COLOR: #585E69;
}
.LeftNavMain:hover {
	TEXT-DECORATION: underline
}
.LeftNavSub {
	FONT-SIZE: 100%; COLOR: #000000; FONT-FAMILY: Verdana,Arial; TEXT-DECORATION: none
}
.LeftNavSub:hover {
	TEXT-DECORATION: underline
}

/* Template - WriteSearchBox */
/* Text when search option appears. */
.searchoptions {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana,Arial
}

/* txtHeading */
/* Lookup - GetPressReleases, Event - getNewListingHTML */
/* sectionHeading */
/* Placeholder - Site home posting */
.txtHeading {
	FONT-WEIGHT: bold; COLOR: #262b65
}

.sectionHeading {
	FONT-WEIGHT: bold; COLOR: #262b65
}

/* Template - WriteTemplateHeader */
/* These images create the header background. */
.hd-top {
	background-color: #D4E5F7;
	background-image: url('2nd-level-bg-top.jpg');
}
.hd-btm {
	background-color: #C2DDFB;
	background-image: url('2nd-level-bg-btm.jpg');
}

/* Template - WriteTemplateHeader */
/* Links at the top of the header. */
.headLink {
	font-weight: bold;
	color: #001A4F;
	font-size: 10px;
	text-decoration: none;
	FONT-FAMILY: Verdana;
}
a.headLink:link {
	text-decoration: none;
	color: #001A4F;
}
a.headLink:visited {
	text-decoration: none;
	color: #001A4F;
}
a.headLink:hover {
	text-decoration: underline;
	color: #001A4F;
}

/*---------------------------------------------------------------------------*/
/* Template Classes                                                          */
/*---------------------------------------------------------------------------*/

/* Dynamic Form Template - Form Elements */
.fmLabel {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana,Arial;
}
.fmHeading {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Verdana,Arial;
}
.fmInput {
	BORDER-RIGHT: #000000 1px groove; BORDER-TOP: #000000 1px groove; FONT-SIZE: 12px; BORDER-LEFT: #000000 1px groove; COLOR: #000000; BORDER-BOTTOM: #000000 1px groove; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: #ffffff;
}
.fmTxtArea {
	BORDER-RIGHT: #000000 1px groove; BORDER-TOP: #000000 1px groove; FONT-SIZE: 12px; BORDER-LEFT: #000000 1px groove; COLOR: #000000; BORDER-BOTTOM: #000000 1px groove; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: #ffffff;
}
.fmSelect {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana,Arial;
}
.fmRadio {
	COLOR: #000000;
}
.fmDesc {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana,Arial;
}
.fmButton {
	BORDER-RIGHT: #6b7c9c 1px inset; BORDER-TOP: #6b7c9c 1px inset; BORDER-LEFT: #6b7c9c 1px inset; BORDER-BOTTOM: #6b7c9c 1px inset;
}

/* Templates - Site Home */
.webDate {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: right;
}

/* Multiple Templates */
.prTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000;
}
/* Press Release Template */
.prTitle {
	text-align: center;
}
.prSubTitle {
	text-align:center;
	font-weight: bold;
}
.prContact {
	font-weight: bold;
}

/* Page Detail Template */
.imageCaption {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

/* Site Home Template - Background image for top navigation bar */
/* (Passed to Navigation - BuildTopNav) */
.nav-bg-home {
	background-image: url('/NR/www_indygov_org/themes/default/nav-bg-home.jpg'); 
}

/* Multiple templates - Background image for top navigation bar */
/* (Passed to Navigation - BuildTopNav) */
.nav-bg {
	background-image: url('/NR/www_indygov_org/themes/default/nav-bg.jpg');
}

/*---------------------------------------------------------------------------*/
/* Placeholder Classes                                                       */
/*---------------------------------------------------------------------------*/

/* Placeholder - Site home posting */
.monumentWaterMark {
	BACKGROUND-IMAGE: url('/NR/www_indygov_org/images/general/monument-watermrk.jpg'); BACKGROUND-REPEAT: no-repeat; BACKGROUND-COLOR: #e9e9f1; background-position-y:50%
}

/* Placeholder - Site home posting */
.boxHeading {
	FONT-WEIGHT: bold; COLOR: #ffffff
}

/* Placeholder - Site home posting */
.SmallLink {
	FONT-SIZE: 85%; FONT-FAMILY: Verdana, Arial; TEXT-DECORATION: none
}
