﻿/* CSS Document */

.contentWrapper * { color: #585858; font-family: Verdana !Important; font-size: 12px; line-height: 16px; }

.contentWrapper a { color: #104b7d; text-decoration: underline; }
.contentWrapper a:hover { text-decoration: none; }

/* The <h1> to <h6> tags are used to define HTML headings. */
.contentWrapper h1 { color: #585858; display: block; font-size: 24px; font-weight: bold; line-height: 34px; margin-bottom: 10px; }
.contentWrapper h2 { color: #000000; display: block; font-size: 16px; font-weight: bold; line-height: 22px; margin-bottom: 10px; }
.contentWrapper h3 { color: #104b7d; display: block; font-size: 11px; font-weight: bold; line-height: 14px; margin-bottom: 10px; }
.contentWrapper h4 { color: #104b7d; display: block; font-size: 11px; font-weight: bold; line-height: 14px; margin-bottom: 10px; }
.contentWrapper h5 { color: #104b7d; display: block; font-size: 11px; font-weight: bold; line-height: 14px; margin-bottom: 10px; }
.contentWrapper h6 { color: #104b7d; display: block; font-size: 11px; font-weight: bold; line-height: 14px; margin-bottom: 10px; }

/* The <p> tag defines a paragraph. */
.contentWrapper p { clear: both; display: block; margin-bottom: 15px; }

/* The <pre> tag defines preformatted text. */
.contentWrapper pre {}

/* The <blockquote> tag defines a long quotation. */
.contentWrapper blockquote {}

/* The <tt>, <i>, <b>, <big>, and <small> tags are all font-style tags. They are not deprecated, but it is possible to achieve richer effect with CSS. */

/* Renders as italic text */
.contentWrapper i { font-style: italic; }

/* Renders as bold text */
.contentWrapper b { font-weight: bold; }

/* Renders as bigger text */
.contentWrapper big { font-size: large; }

/* Renders as smaller text */
.contentWrapper small { font-size: small; }

/* The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags are all phrase tags. They are not deprecated, but it is possible to achieve richer effect with CSS. */

/* Renders as emphasized text */
.contentWrapper em { font-style: italic; font-weight: bold; }

/* Renders as strong emphasized text */
.contentWrapper strong { font-weight: bold; }

/* Defines a definition term */
.contentWrapper dfn { color: #000000; font-style: italic; }

/* Defines computer code text  */
.contentWrapper code {}

/* Defines sample computer code */
.contentWrapper samp {}

/* Defines a citation */
.contentWrapper cite { color: #000000; font-style: italic; }


/* The <dl> tag defines a definition list. */	
.contentWrapper dl { }

/* The <dt> tag defines an item in a definition list. */ 
.contentWrapper dt { }

/* The <dd> tag is used to describe an item in a definition list. */
.contentWrapper dd { }

/* The <ul> tag defines an unordered list (a bulleted list). */
.contentWrapper ul { margin-bottom: 15px; padding-left: 15px; }

/* The <ol> tag is used to create an ordered list. */
.contentWrapper ol { margin-bottom: 15px; }

/* The <li> tag defines a list item. */
.contentWrapper li { list-style: disc; margin: 0px 0px 5px 5px; }


/* The <fieldset> tag is used to logically group together elements in a form. */
.contentWrapper fieldset {}

/* The <legend> tag defines a caption for the fieldset element. */
.contentWrapper legend {}

/* The <input> tag is used to select user information. */
.contentWrapper input {}

/* The <button> tag defines a push button. */
.contentWrapper button {}

/* The <textarea> tag defines a multi-line text input control. */
.contentWrapper textarea {}

/* The <label> tag defines a label for an input element. */
.contentWrapper label {}


/* The <caption> tag defines a table caption. */
.contentWrapper caption {}

/* The <th> tag defines a header cell in an HTML table. */
.contentWrapper th {}

/* The <td> tag defines a standard cell in an HTML table */
.contentWrapper td {}

/* The <tfoot> tag is used to group the footer content in an HTML table. */
.contentWrapper tfoot {}



/****************************************/
/* Custom Styles for: townofstmarys.com */
/****************************************/

.contentWrapper hr { border-bottom: 1px solid #585858; }

.contentWrapper .title { font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }



/****************************************/
/* Ektron Search Results Stylization	*/
/****************************************/
div.ektronSearch 
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 98%;
}

div.ektronSearch div.searchWrapper 
{
	border: none;
	display: block;
	margin: 0px;
	padding: 10px 0 0 0;
	width: 100%;
}
	 
div.ektronSearch div.searchWrapper div.searchResults { display: block; }

div.ektronSearch div.searchWrapper div.searchResults div.resultsBorder
{
	border-top: 1px solid #F5F5F5;
	display: block;	
	margin-top: 10px;
	padding-top: 10px;
}

ul.ektronPaging { }

ul.ektronPaging li.page, 
ul.ektronPaging li.previous,
ul.ektronPaging li.next 
{ 
	background: #F5F5F5; 
	border: 1px solid #000 !Important; 
}

ul.ektronPaging li a { color: #000; }

ul.searchNavigation { display: none; }