﻿body
{
}

#WebApp
{

}

#iHeader
{
  height:44px;
}

#iGroup
{
  
}

/* 20090921RBP - Added display:block because display:inherit doesn't work IE6 */
#iFooter 
{
  display:block;
}

.iLayer
{
  display:inherit;
}

/* 20090921RBP - Added display:block because display:inherit doesn't work IE6 */
div.iLayer
{
  display:block;
}

/*Render.css:124 */
/*adding separate background properties to make compatible w/ IE6 */
/*overriding width:100% to make compatible w/ BlackBerry 9000*/
.iLayer h2 {    
  background-color:rgb(178, 187, 194);
  background-image:url('../Scripts/WebApp/Design/Img/bg-title.png');
  background-repeat:repeat-x;
  background-position:center top;
  background-attachment:scroll;
  width:auto;
}

#iLoader
{
  display:none;
}

/* Duplicating psuedo styles because it's not supported by BlackBerry 9000 and IE6 */

/*Render.css:37 .iMenu a:not(.iPush), .iPanel a:not(.iPush)*/
.iMenu a, .iPanel a {
  color:inherit;
  display:block;
  margin:0;
  overflow:hidden;
  padding: 11px 8px 12px;
  text-decoration:none;
}

/*Render.css:45 .iMenu ul.iArrow li:not(.iMore) a:not(.iSide) */
.iMenu ul.iArrow li a {
  padding-right:31px;
}

/*Render.css:48 .iMenu li:first-child, .iPanel li:first-child */
.iMenu li.first-child, .iPanel li.first-child {
border-top-width:1px;
}

/*Render.css:49 .iMenu li:last-child, .iPanel li:last-child */
.iMenu li.last-child, .iPanel li.last-child {
  border-bottom-width:1px;
}

/*Render.css:66 .iMenu li:not(.iMore)*/
.iMenu li {
  position:relative;
}

/*Render.css:67 iList li:not(.iMore)*/
.iList li {
  border-bottom:1px solid #E1E1E1;
  font-size:20px;
  line-height:23px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:10px;
  position:relative;
}


/*Render.css:70 .iList li:not(.iMore) a:not(.iSide)*/
.iList li a {
  color:inherit;
  display:block;
  margin:-10px;
  padding:inherit;
  text-decoration:none;
}

/*Render.css:75 ul.iArrow li:not(.iMore) a, li.iRadio a */
ul.iArrow li a, li.iRadio a {
  background-image:url('../Scripts/WebApp/Design/Img/chevron.png');
  background-position:right center;
  background-repeat:no-repeat;
}

/*Site.css:68 iList.locations li:not(.iMore)*/
.iList.locations li {
  font-size:13.5px;
  line-height:17px;
}

/*Site.css:73 ul.iArrow li:not(.iMore) a.mPhone*/
ul.iArrow li a.mPhone {
 background:none;
}

/* Locations */
/* Overriding this style because it pushes the image out of its container div
   on BlackBerry 9000
*/
.map_canvas
{

  vertical-align:inherit
}

img.location-map
{
 vertical-align:inherit;
}
