
/* google map */

/**************************************************************************************
/* update the following classes to change the appearance of the google map
/* drop-in application or designer control
/*************************************************************************************/

/* this is the class used on the outside container element for the google map */
/* html example: <table cellpadding="0" cellspacing="0" border="0" class="GoogleMap_Container"> */
.GoogleMap_Container {}

/* this class is for defining the style of the container element for the direction that are displayed with a google map */
/* html example: <td valign="top" class="GoogleDirections"> */
/* NOTE: the width of this container is defined by the drop in applications "DirectionsWidth" property, it is NOT recommended to use a width: style declaration for this element */
.GoogleDirections {}

/* this class is for defining the style of the container element for the  google map */
/* html example: <td valign="top" class="GoogleMap"> */
/* NOTE: the width of this container is defined by the drop in applications "MapWidth" property, it is NOT recommended to use a width: style declaration for this element */
.GoogleMap {}

/* this class is for defining the style of the container element for the navigation that are displayed with a google map */
/* html example: <td valign="top" class="GoogleNavigation"> */
.GoogleNavigation {}

/* this class is for defining the style of the container element for the navigation items */
/* html example: <td valign="top" class="GoogleNavigation"><div class="NavigationItems"> */
.NavigationItems {}

/* this is the class used on the container element for all the navigation links */
/* html example: <div class="MapNavItem"><a href="http://www.idealever.com/">Item 1</a></div><div class="MapNavItem"><a href="http://www.google.com/">Item 2</a></div> */
.MapNavItem a:link, 
.MapNavItem a:visited { display:block; }
.MapNavItem a:hover {}
.MapNavItem a:active { display:block; }

/* this class is for defining the style for a specific content block */
/* html example: <div class="ContentBlock_Wrapper ContentBlockCategory1 ContentBlock1"> */
/** overrides .ContentBlock_Wrapper and .ContentBlockCategory# **/
/** the # represents the Content Block ID **/
/* .ContentBlock# {} */

/* this class is for defining the style for a specific container element of a navigation link */
/* html example: <div class="MapNavItem MapNavItem#"><a href="http://www.idealever.com/">Item 1</a></div><div class="MapNavItem"><a href="http://www.google.com/">Item 2</a></div> */
/** overrides .MapNavItem **/
/** the # represents the order of the navigation links 1=first link, 2=second link, etc. **/
/*
.MapNavItem# a:link, 
.MapNavItem# a:visited {}
.MapNavItem# a:hover {}
.MapNavItem# a:active {}
*/

