﻿#mainContent
{
    font-family: Tahoma;
    line-height: 1.3;
    font-size: 12px;
    color: #353535;
}

#mainContent h1
{
    color: #ff9000;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1.28;
}

#mainContent h2
{
    color: #0072c7;
    font-size: 17px;
    font-weight: bold;
}

#mainContent h3
{
    padding-bottom: 2px;
		font-size: 15px;
    font-weight: bold;
}

#mainContent h4
{
    font-size: 14px;
    color: #bb0106;
    padding-bottom: 10px;
    font-weight: bold;
}

#mainContent ul, #mainContent ol
{
    padding-left: 25px;
    padding-bottom: 20px;
}

#mainContent li ul, #mainContent li ol
{
    padding-top: 5px;
}

#mainContent ol
{
    padding-left: 25px;
}

#mainContent ul li, #mainContent li ul li
{
    list-style-type: disc;
    padding-bottom: 2px;
}

#mainContent li ul li
{
	list-style-type: circle;
}

#mainContent ol li, #mainContent li ol li
{
    list-style-type: decimal;
    padding-bottom: 2px;
}

#mainContent li ol li
{
	list-style-type: lower-alpha;
}

.underbar
{
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    color: #0072c7;
    text-transform: uppercase;
}

.bar
{
    height: 5px;
    _line-height: .5;
    width: 99%;
    border: solid 1px #595653;
    border-width: 1px 1px 0 0;
    margin-bottom: 5px;
}

#mainContent p
{
	/* took padding out on 12/14/09 */
    /*padding-bottom: 10px;*/
		margin-bottom: 20px;
}

#mainContent strong
{
    font-weight: bold;
}

#mainContent em
{
	font-style: italic;
}

#mainContent a:link, #mainContent a:active, #mainContent a:visited, .learnMore a:link, .learnMore a:active, .learnMore a:visited
{
    font-weight: bold;
    color: #0071c7;
}

#mainContent a:hover, .learnMore a:hover
{
    font-weight: bold;
    color: #ff9000;
}

#mainContent .anchorLinks a
{
    font-size: 13px;
}

#mainContent a:hover, .learnMore a:hover
{
    text-decoration: underline;
}

#mainContent .imgRight
{
    float: right;
    background-color: #eee;
    padding: 2px;
    border: solid 1px #ccc;
    margin: 7px 0 7px 7px;
}

#mainContent .imgLeft
{
    float: left;
    background-color: #eee;
    padding: 2px;
    border: solid 1px #ccc;
    margin: 7px 7px 7px 0;
}

#mainContent .imgCenter
{
    background-color: #eee;
    padding: 2px;
    border: solid 1px #ccc;
    margin: 7px;
	text-align: center;
}

#mainContent .locTable
{
    border: solid 1px #cccccc;
    padding: 5px;
}

#mainContent .tabsContentTable td, #mainContent .tabsContentTable th 
{
	vertical-align: top;
	padding: 4px;
	font-size: 11px;
}

#mainContent .tabsContentTable th h4  {
	font-size: 11px;
	margin-bottom: 0;
}

#mainContent .tabsContentTable th,  #mainContent .tabsContentTable td 
{
	border-bottom: dotted 1px #333;
}

#mainContent .tabsContentTable td, #mainContent .tabsContentTable th  
{
	border-left: dotted 1px #333;
}

#mainContent .tabsContentTable td, #mainContent .tabsContentTable th  {
	text-align: center !important;
}

#mainContent .tabsContentTable .leftColT  {
	border-left: none !important;
	text-align: left !important;
}

#mainContent .tabsContentTable th
{
	font-weight: bold;
}

#mainContent .tabsContentTable .background_td  {
	background: #999999;
}

/* DO NOT MODIFY BELOW THIS LINE */
/* CMS STYLES DO NOT MODIFY BELOW THIS LINE */

.modalPopup
{
    text-align: center;    
    background-color: #ffffdd;
    border: solid 3px Gray;
    padding: 3px;
    width: 375px;
}

.modalPopup td
{
    border: none;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

div.printbutton
{
    width:20px;
    padding: 10px;
    float: right;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.CMSEditMeta td
{
    padding: 5px;    
}

/* CMS Admin Styles */
#CMSAdministration h2
{
    cursor: pointer;
    margin:0px;
    padding: 5px;
    background: #ffefef url(../images/CMSImages/CMSAdminH2_bg.jpg) repeat-x bottom;
}

.CMSAdminSection
{
    border: solid 1px #aaaaaa;
    padding: 10px;
    margin-bottom: 10px;
    /*background-color: #eeeeee;*/
		background-color: #ffffff;
}

.CMSAdminSection td
{
    padding: 5px;
}

.success
{
  background-color: LightGreen;
  color: DarkGreen;
  border: solid 2px DarkGreen;
  padding: 2px;
  font-weight: bold;  
  display: block;
  margin-bottom: 5px;
}

.error
{
  background-color: Pink;
  color: Red;
  border: solid 2px Red;
  padding: 2px;
  font-weight: bold;  
  display: block;
  margin-bottom: 5px;
}

.bigLinks
{
    color: #0071c7;
    font-size: 15px;
    font-weight: bold;
}

#adminHorMenu li
{
    display: inline;
    padding: 0px 10px;
}

#tbPageNames td, #tbPageNames th
{
    padding: 5px;
    background-color: #eeeeee;
    border: solid 1px #cccccc;
}

#tbPageNames th
{
    font-weight: bold;
}

#pageNameForm label
{
    display: block;
    padding-top: 5px;
    font-weight: bold;
}

