﻿
#Shell_Page_Surround #Shell_Page_Content
{
    /* page background placeholder */
    background-image:url("/_style/module/events/i/bg_details.png");
    background-repeat:no-repeat;
    background-position:right top;
}


/* The DIV in which the actual map is created */
#Div_Events_Map
{
    display:block;
    width:706px; /* we are stuck eith the width from the parent */
    height:441px; /* height calculated as a golden ratio of height to look "right" */
    border:solid 1px #6f7376; /* .tbogray */
    margin:10px;
    margin-top:15px;
}

#Div_Events_Map span
{
}
