﻿/*
-----------------------------------------------
ReLogic Map Style Sheet

Author(s):	Jeremy Odle (jodle@relogic.com)
			Ryan Smith (rsmith@relogic.com)
Version:	1.0
Created:	02/13/2007

Copyright © 2006 ReLogic, Inc.
----------------------------------------------- */

/* NAV LEFT */

#divContent div.map-info { display: inline; width: 100%; }
#divContent div.map-info span { font-size: 11px; }


/* MAP */


/* GRID */

.EWTitle { background-color: #FF9900; font-weight: bold; border-bottom: 1px solid #ee8888; text-align: center; }
.style1 { background-color: #ffffff; font-weight: bold; border: 2px #006699 solid; }
.style2 { background-color: #ffcccc; }


/* MODAL POPUP */

.modalBackground { background-color: #ffffff; filter: alpha(opacity=70); opacity: 0.7; }
.modalPopup { background-color: #ffffff; border-width: 3px; border-style: solid; border-color: Gray; padding: 4px; width: 250px; text-align: center; }

.hiddencol { display: none; }
.viscol { display: block; }
.fixedHeader { overflow: auto; height: 150px; }

